TaylanKammer
TaylanKammer

Reputation: 5419

Android device not listed in adb devices

I have this super cheap JAY-tech Tablet PC PA7807-8 (FYI not exactly the linked model) and no matter what I do I couldn't get it recognized by adb/fastboot, meaning it doesn't appear in adb devices or fastboot devices at all. It has Android 4.4.2 installed (which can't be updated). I'm using adb 1.0.31 on an up to date Debian 8. I have:

Am I missing any possibilities? My Nexus 5 works just fine with adb. Are there Android devices that flat out don't support adb?

Edit: by the way, when I set the connection mode to "USB large storage", /dev/sdb and /dev/sdc pop up but neither can be mounted (says "no medium found on sdx" when trying to mount directly, and sdb1 and such don't pop up); when I set it to MTP, jmtpfs still says it couldn't find any MTP devices.

Upvotes: 1

Views: 897

Answers (1)

andDevW
andDevW

Reputation: 533

If your Nexus works with ADB the problem is with your JAY-Tech.
I've learned the hard way that there are lots of devices that flat-out won't work with ADB.
Nexus devices are the only sure bet.

Upvotes: 1

Related Questions