本文介绍了三星Galaxy 7英寸(GT-P6210),没有检测到的USB调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在使用Ubuntu Linux的10.04电脑在我的三星Galaxy 7(GT-P6210) homeycomb 3.2 未检测的发展及其在Eclipse中显示为

I am using ubuntu Linux 10.04 Pc in that my Samsung Galaxy 7" (GT-P6210) homeycomb 3.2 is not detecting for development its showing in eclipse as

设备监视器]启动失败监测???????????? 控制台

设备标签其表现?????????????。

and in device tab its showing ?????????????.

除本 7GT-P6210 三星平板电脑的所有其他三星设备都显示正常。

Except this 7' GT-P6210 Samsung tablet all other Samsung devices are showing fine.

当我关闭平板电脑并连接到它的数字显示,和网上的状态USB。设备名单附后4641199B0F8488AE设备

When I switch off the tablet and connected to the USB its showing the number and online as status. List of devices attached 4641199B0F8488AE device

为什么?什么问题的任何解决方案。

why? whats the problem any solution.

注意:我已经增加了51 android.rules

NOTE:I already Added 51-android.rules

Samsung 04E8 

和我也启用了 USB调试模式。

它的做工精细的的Mac

编辑:我得到的产品ID通 $的lsusb 命令

I got the product id thru $ lsusb command

Bus 001 Device 010: ID 04e8:6860 Samsung Electronics Co., Ltd 

我添加产品ID在我rules.d文件还

I added product id in my rules.d file also

SUBSYSTEM=="usb", ATTRS{idVendor}=="04E8", ATTRS{idProduct}=="6860", MODE="0666", GROUP="plugdev"

之后,我重新开始的udev

after that I restarted udev

padmakumar@padmakumar-desktop:~$ sudo restart udev

然后我试图

   padmakumar@padmakumar-desktop:~$ adb kill-server
    padmakumar@padmakumar-desktop:~$ adb start-server
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    padmakumar@padmakumar-desktop:~$ adb devices
    List of devices attached 
    ?    ???????????    offline 

//至今没有运气

//no luck so far

我发现它不检测的更新ADT R16和R15 ,除非其它所有的ADT版本设备检测非常精细。

I found that its not detecting in updated ADT r16 and r15, except all other ADT version device is detecting very fine.

和还当器件处于开关关闭模式下其表现

and also when device is in switch off mode its showing

名464119990CEDAB9E,状态为在线和3.2在eclipse设备选项卡中的操作系统版本。与在终端还如下。

name 464119990CEDAB9E, status as online and the OS version 3.2 in eclipse device tab.and in terminal also as below.

padmakumar@padmakumar-desktop:~$ adb devices
List of devices attached 
464119990CEDAB9E    device

任何想法。许多AP preciated: - )

any idea. Much appreciated :-)?

推荐答案

如果,当你运行 ADB设备,你看 ???? ???????? 在设备列表中,请尝试停止( ADB杀死服务器),并重新启动(亚行启动服务器)的亚洲开发银行守护进程。

If, when you run adb devices, you see ???????????? in the list of devices, try stopping (adb kill-server) and restarting (adb start-server) the adb daemon.

注意三星04E8 不是 51 android.rules有效的条目的udev 。正确的路线是:

Note that Samsung 04E8 is not a valid entry in 51-android.rules for udev. The correct line is:

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

此外,请确保你在做这个规则文件更改(<$ C C $>须藤重启的udev )之后更新的udev 守护

这篇关于三星Galaxy 7英寸(GT-P6210),没有检测到的USB调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 08:30