Android Device USB debugging

别说谁变了你拦得住时间么 提交于 2019-12-11 01:35:11

问题


I plugged my phone(Samsung Galaxy S I9000) into my Ubuntu computer today, and noticed that my USB debugging didn't come up on my phone(I checked device settings are proper). I'm not sure what happened, I can't figure it out. My computer doesn't recognize my phone and my phone doesn't start running USB debugging. Its checked on my phone but maybe my drivers are screwed up somehow. I have also restarted it, issue adb commands but none helps. Same problem had come on my HTC device too but not know how to resolve it.

Anyone got any tips?


回答1:


In ubuntu follwing this steps can configure adb

http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/

You probably didn't add /etc/udev/rules.d/51-android.rules. I got same issue, and it works

for your samsung device add

#Samsung
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

in the above file. more details check that URL



来源:https://stackoverflow.com/questions/11309110/android-device-usb-debugging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!