I can't get my LG G4 phone to show up in ADB on my Windows 10 desktop machine - no devices are found by running "adb devices" or "adb usb" in cmd or checking Android Studio's device manager tab.
Things I've tried:
- I've toggled USB debugging mode
- I've rebooted phone and PC
- I've installed, uninstalled, and reinstalled the following drivers in every permutation/combination/etc:
- LG's driver (LGMobileDriver_WHQL_Ver_4.2.0 and version 4.0.4)
- Google USB Driver (via Android Studio); note, I don't actually see any changes whatsoever to my system when I install/uninstall this, so I'm not sure what it's doing
- UniversalAdbDriverSetup6
- whatever Windows keeps installing automatically
- I've tried charge only mode / MTP mode / PTP mode. Most of the time I leave it in PTP mode because that seems to be what other posts say, but that hasn't made a difference for me.
- I've tried different USB ports on my desktop
- I've tried "adb kill-server / start-server"
- I've tried "adb devices / usb"
- I've unplugged/plugged in my phone repeatedly
So far, nothing gets adb to see it.
Further details:
- whatever drivers I have installed, I only ever see (under Device Manager) some subset of the following:
- Android Device > Android Sooner Single ADB Interface
- Android Device > LGE Mobile ADB Interface
- Portable Devices > G4 (with a blue phone icon or with a gray phone icon, depending on if I have LG's provided driver installed)
- Universal Serial Bus devices > ADB Interface
- there are no "unknown" / "other" fields under device manager, even if I uninstall drivers
- there are no yellow triangle warning icons in device manager
- I have automatic driver updates turned off (it was on before, but I turned it off to make sure it wasn't some automatic function breaking things)
- this doesn't stop Windows from automatically doing whatever it automatically does when I plug in the device - it always auto-installs some kind of basic driver if I've deleted everything else
NOTE:
- despite what it looks like, this question is NOT a duplicate, as all the other similar questions I've found are either outdated or marked resolved with a "solution" that didn't work for me (which is where I got all of the failed attempts listed above)
- I also have a laptop (the above attempts were on my desktop), also running Windows 10. Its adb sees my phone; however, once it does see my phone, fastboot can't see my phone. If this happens with my desktop too, I'll make a separate question, but for the meanwhile my goal is to get my phone showing up on my desktop's adb.