List of devices attached问题

adb devices     出现    List of devices attached 现像

并没有现示出设备 


测试手机 华为p9    

是因为手机上开发者选项      没打开USB调试模式


adb  root 没权限 


add shell 

su  没权限


adb push  d:/test.abc    /system/      没权限


adb push  d:/test.abc    /sdcard/      ok  



adb pull   /sdcard/test.abc  d:/test.abc                    ok  


记录一下   



你可能感兴趣的:(Android)