Problem
Simple, adb does not recognize my android tablet - Lenovo Yoga Tablet 2
Note: I can access the storage from explorer, that is not the issue. Issue is adb does not recognize it. Hence unable to debug on the device.
This is not a duplicate. Have exhaustively tried solutions in all similar posts on SO.
Things already tried:
- Installed drivers from http://support.lenovo.com/ and tried updating from device manager. - It always says drivers are already up to date. Also tried reinstalling but it automatically defaults back to
MTP Device
- Installed
Intel USB Drivers
setup from suggestions on this lenovo forum and installed. - Updated
~/.android/adb_usb.ini
and adding the vendor id0x17ef
. - Updated
~/.android/adb_usb.ini
and adding exaustive list of all vendor ids from here.
None of the above satisfied adb and the device is still not showing up when executing adb devices
.
What did I miss? or what else can i try?