Android设备USB调试 [英] Android Device USB debugging

查看:172
本文介绍了Android设备USB调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的手机(三星Galaxy S I9000)今天插入我的Ubuntu电脑,并注意到我的USB调试没有出现在我的手机上(我检查设备设置是否正确)。我不知道发生了什么,我无法想像出来。我的电脑无法识别我的手机,我的手机没有开始运行USB调试。它检查了我的手机,但也许我的司机搞砸了某种方式。我也重新启动它,发出adb命令,但没有帮助。我的HTC设备也出现了同样的问题,但不知道如何解决它。

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.

任何人都有任何提示?

推荐答案

在ubuntu中,此步骤可以配置adb

In ubuntu follwing this steps can configure adb

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

你可能没有添加/etc/udev/rules.d/51 -android.rules。
我遇到同样的问题,它的工作原理

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

为您的三星设备添加

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

在上述文件中。更多细节检查该URL

in the above file. more details check that URL

这篇关于Android设备USB调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆