Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android ADB - Can't get LG G Pad (VK810) to be recognized

Title says it all. I'm trying to use adb with my tablet, but I can never seem to get it. I followed this tutorial, but all I get is this:

enter image description here

I don't understand. I tried native LG drivers, followed the aforementioned tutorial, and even just using the device vanilla. Nothing is working, and I don't know why. I manually added my vendor ID to the adb_usb.ini if anyone is curious. (LG's VID is 1004).

like image 479
Kenny Worden Avatar asked Nov 29 '14 04:11

Kenny Worden


1 Answers

I solved my own question after 2 days of working with it. Hopefully this helps anyone in the future.

Procedure:

  1. Enable developer options on the tablet
  2. Enable USB Debugging under Settings > Developer Options
  3. Go to Settings > PC Connection > Select USB connection method and select Internet connection > Ethernet
  4. Go here and download the USB drivers for whatever OS you need (Windows Mirror)
  5. Install the drivers and connect your device
  6. Start adb and check if the device is connected

If for some reason the link in Step 4 ever dies, search for LG G Pad VK810 USB drivers from LG. If you have a different model from a VK810, make sure you use your model.


NOTE:

As mharr pointed out, you may not be able to find the setting in Step 3 on all devices, but if you have this setting, it is imperative that you set it, otherwise I discovered on my VK810 that adb will not work any other way.

like image 131
Kenny Worden Avatar answered Oct 03 '22 10:10

Kenny Worden