Chrome's remote debugging (USB debugging) not working for Samsung Galaxy S3 running android 4.3

前端 未结 10 1258
旧时难觅i
旧时难觅i 2020-12-02 04:42

Ever since I upgraded my Samsung Galaxy S3 to android 4.3 (from 4.1.2) I am unable to use Chrome\'s remote debugging for android (more details here).

I have the deve

相关标签:
10条回答
  • 2020-12-02 05:12

    I have Samsung Galaxy S3 and it was not showing in the "Remote devices" tab nor in chrome://inspect. The device did show in Windows's Device Manager as GT-I9300, though. What worked for me was:

    1. Plug the mobile phone to the front USB port
    2. On my phone, click the notification about successful connection
    3. Make sure the connection type is Camera (PTP)
    4. On my Windows machine, download installer from https://github.com/koush/UniversalAdbDriver
    5. Run it :)
    6. Open cmd.exe
    7. cd "C:\Program Files (x86)\ClockworkMod\Universal Adb Driver"
    8. adb devices
    9. Open Chrome in both mobile phone and Windows machine
    10. On Windows's machine navigate to chrome://inspect - there, after a while you should see the target phone :)

    I'm not sure if it affected the whole flow somehow, but at some point I've installed, and later uninstalled the drivers from Samsung: http://www.samsung.com/us/support/downloads/ > Mobile > Phones > Galaxy S > S III > Unlocked > http://www.samsung.com/us/support/owners/product/galaxy-s-iii-unlocked#downloads

    0 讨论(0)
  • 2020-12-02 05:12

    I had success after using ade.exe as explained above, plus using the latest version of Chrome Canary. Apparently your desktop version of Chrome has to be higher than the version running on your Android device.

    0 讨论(0)
  • 2020-12-02 05:13

    For me, the menu item Inspect Devices wasn't available (not shown at all). But, simply browsing to chrome://inspect/#devices showed me my device and I was able to use the port forward etc. I have no idea why the menu item is not displayed.

    Phone: Android Galaxy S4

    OS: Mac OS X

    0 讨论(0)
  • 2020-12-02 05:19

    After looking around a little longer I came across this. Apparently, there isn't a solution to this issue yet, but there is a workaround - going back to the legacy workflow.

    The legacy workflow did work for me, and the only additional thing I had to do was to go to the platform-tools folder from android SDK download, open a command window here and run command "adb devices". This caused the computer RSA key fingerprint panel to pop on my mobile screen, and after granting permission, the device showed up under Chrome's Inspect page.

    Turns out that it was not an issue caused by mobile OS upgrade but by Chrome (I was thrown off by the fact that it worked on my Nexus4 somehow). In the older versions of Chrome there was't a need to download the 500 odd mb Android SDK, as it supported an ADB plugin. But with latest version of Chrome, I guess, going legacy is the only way to go.

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