How to fix: Error device not found with ADB.exe

后端 未结 16 1394
情书的邮戳
情书的邮戳 2020-12-07 16:40

In cmd when I try to do the command:

adb shell

it shows device not found error. Can someone help me please. It\'ll be appreciated.

相关标签:
16条回答
  • 2020-12-07 16:55

    I found my solution from this similar thread by enabling USB tethering on my LG G6 (requires data saver to be turned off)

    Go to: Settings -> Tethering & networks -> switch on USB tethering

    0 讨论(0)
  • 2020-12-07 16:56

    It depends on windows system but usually:

    1. you go to system properties
    2. look at hardware devices
    3. Right click on the yellow (has to be yellow if it's driver problem) icon representing your mobile device
    4. select property
    5. Then go on the driver tab
    6. select update driver
    7. choose the bottom selection find on local computer
    8. then choose manually
    9. From the windows opened look for driver disk the bottom right button
    10. Choose the driver from the folder <sdk>\extras\google\usb_driver\i386 (or amd64 for and).
    11. Remember to uncheck the show only compatible hardware.
    12. Then choose the driver
    13. When windows warn your about possible incompatibility go on.

    For my mobile it works, but depend on your mobile if it work or not.

    Hope this help, bye.

    0 讨论(0)
  • 2020-12-07 16:56

    I solved:

    Just turn off USB debugging and re-enable debugging it immediately

    0 讨论(0)
  • 2020-12-07 16:56

    Developer options

    • USB Debug

    if you can not see developer option, go to about. build version and click build version until developer options in unlock.

    0 讨论(0)
  • 2020-12-07 16:58

    On my G2 I had to select PTP instead of MTP mode to get the connection to work.

    0 讨论(0)
  • 2020-12-07 16:58

    Just wanted to provide a simple answer here. I am just messing with an old Android device for the first time doing these root and unlock procedures. I received an error like this one when an adb push "..." "/sdcard/" command failed, and the key was that my device was in the bootloader screen. Booting to recovery then allowed me copy over the file(s), and I presume the normal OS would as well.

    0 讨论(0)
提交回复
热议问题