user3400029
user3400029

Reputation: 91

Can't find Android phone in Devices

I have already Googled this problem a thousand times over; and I've tried every 'fix' to no avail.

Using 'adb devices' via command line produces an empty list.. The phone is plugged in (this is the phone http://www.bestbuy.com/site/lg-g2-4g-lte-with-32gb-memory-cell-phone-black-verizon-wireless/1723195.p?id=1219061252155&).

Nothing shows up when I try to run my application from Android Dev studio.

I have the Google USB drivers installed; but my computer (running Windows 8.1) always wants to use an MTP USB Device (https://i.sstatic.net/b1TBL.png)

The phone, in Device Manager, is listed under 'Portable Devices' instead of other... (https://i.sstatic.net/jQ1um.png)

I have tried manually entering the ID of the phone. I'm honestly just at a loss.. I've tried PTP mode. Everything! I've tried using different (micro-usb) cables... Dev mode is enabled on phone.

Please, any help would be great... Thanks.

EDIT: I found an older Android phone I used to use and used that instead of the LG G2.. it worked instantly. I will use that for testing purposes. Thanks for all who commented!

Upvotes: 0

Views: 105

Answers (3)

Michael Garner
Michael Garner

Reputation: 1092

LG Gx model phones have issues with ADB. I ran into similar issues with the G3. At least with the G3 there were several USB connection options:

MTP, PTP, Ethernet, and Power Only

With the G3 I had success after installing the drivers from LG directly and then switching from MTP to Ethernet (internet version of ethernet) after plugging it in. For some reason unknown to me, the phone showed up in ADB with that option selected, but did not show up in Windows Explorer.

Hopefully that helps.

Upvotes: 0

Benyam Ephrem
Benyam Ephrem

Reputation: 456

Go to "Settings", then "About Phone". Tap on the build number 7 times to enable developer mode. Go to the developer options and absolutely make sure USB debugging is on (sometimes it unchecks itself and you have to go back in and turn it on again). Vinit is correct, you need the USB driver for the computer for the phone to even show up on the list.

Upvotes: 0

Vinit ...
Vinit ...

Reputation: 1459

Make sure in Developer Options USB debugging is enable then try this. If this will not detect the device then download download driver from LG website, if this also not work then download general ADB usb driver which is available on lot's of website.

Upvotes: 1

Related Questions