Samsung Galaxy 7" (GT-P6210) not detecting for USB debugging?

后端 未结 6 2196
臣服心动
臣服心动 2020-12-04 02:06

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 ecl

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 02:35

    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.

    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"
    

    Also, make sure that you update the udev daemon after making this rules file change (sudo restart udev).

提交回复
热议问题