[C-11] Hi3716C

[Hi3716C] adb command

eoseontaek 2013. 12. 19. 13:36

# adb kill-server

# adb start-server

# adb connect [target's ip address]:[target's port]

# adb shell

# adb push [local 파일] [target의 저장 위치]

# adb pull [target의 파일] [local 파일명]:


참 조 : 

http://eaglos.tistory.com/8