Unable to connect LG G6 to ADB
Asked Answered
M

6

11

Im struggling with adb and LG G6 on OSX.

  1. Tried installing LG Mobile drivers.

  2. Tried MPT, PTP and other modes with no luck

  3. Tried enabling USB thetering

Nothing seems to work, anyone with the same problem??

Thanks!

Mosher answered 30/8, 2017 at 23:36 Comment(1)
Just in case, the phone is already on developer mode and with adb debug enabledMosher
E
60

As I was looking for an answer, I somehow managed to make it work:

  1. Go to Settings
  2. Go to Developer options
  3. Under Networking, tap on Select USB Configuration
  4. Select MIDI device

Easier alternate would be as soon as you connect the device via USB, just select MIDI device. This should initiate the installation of the device.

enter image description here enter image description here

Afterwards, it should be visible in your USB device list in Android Studio.

enter image description here

Ectropion answered 4/1, 2018 at 16:51 Comment(2)
Oddly enough my ADB drivers were working, but then stopped (same day), this odd fix solved the problem! Thanks.Centroclinal
Very useful. I found that the USB mode reverted to MTP every time the device went to sleep, so I had to enable the 'Stay Awake' developer option too.Ferryboat
N
5

You need to enable USB Debugging in your LG G6 so adb detects your connected device.

(Just in case you don't know)

To enable USB debugging you need to enable Developer Options in your phone first. To do this:

Go to Settings > About phone > Software info > and then tap the build number about 7 times.

I know that this might sound so obvious but since you did not mention that you have USB Debugging on, I thought that you might have forgotten this step prior to connecting with adb.

Hope this helps.

Nonnah answered 30/8, 2017 at 23:50 Comment(0)
R
1

In order to make it work you must verify also the USB debugging is enabled. In my case it was disabled and grayed out.

I found out here I need to connect the USB cable only after taping on
"Developer options" -> "Debugging" -> USB Debug -> ON.

Hope this can help.

Ritualism answered 30/5, 2018 at 10:35 Comment(0)
C
1

met same problem here. Going through these steps and my debug device(LG G6) pop up in android studio adb device list.

1.make sure usb debugging option is turn on.

2.select usb connection behavior: MIDI (check always connect as MIDI)

3.install LG Universal Mobile Drivers (https://www.lg.com/us/support/software-firmware-drivers)

4.change usb connection behavior: back to MTP (or android studio can not upload apk)

5.start debug in android studio.

Development environment: window 8.1, android studio 3.1.3.

Cloaca answered 20/7, 2018 at 0:58 Comment(0)
R
0

I have met this problem when i was trying to debug an App in LG G6. In my case, I tried all the methods above, such as enable developing and change the connection types and so on, it is still useless. But when I try to remove the built apk file from my computer to the device and try to install it on the device. It failed. So, I decide to open the Applications page in settings, and I found my App is still installed.(I once tried to uninstall the App.) So I re-uninstalled the App and try to connect again, and it works. So, the conclusion is:

Try to find your App in Applications page in setting, maybe your App is still installed but just disabled as me.

I hope it helps.

Raze answered 14/12, 2017 at 8:26 Comment(0)
M
0

If options above don't work try to click "Revoke USB debugging authorizations" in Developer Options and then replug your USB cable. That worked for me.

Important to note that without LG Universal Mobile Drivers (https://www.lg.com/us/support/software-firmware-drivers) on your PC the authorization dialog won't show after plugging USB, so make sure to download drivers.

Moist answered 26/6, 2024 at 10:14 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.