0
I’m working on Ubuntu 13.04, and I just got a tablet with Android 4.2.2 directly from a manufacturer and I’m not getting ADB to recognize the tablet, and consequently I can’t do debug.
I’ve tried to:
- restart the Android and the PC;
- restart ADB (alias almost all ADB commands);
- the Android has USB debugging on;
I have tested, with different SDK, on Ubuntu, in Windows XP, Windows 7 and Windows 8 and nothing.
In windows if it is the device manager it appears with the exclamation point.
Vi here that needed to set the rules undev
and followed these steps:
# lsusb
Bus 001 Device 011: ID 1f3a:100b
# sudo gedit /etc/udev/rules.d/99-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="1f3a", ATTR{idProduct}=="100b", MODE="0666", OWNER="my login"
# sudo service udev restart
But you still don’t recognize the device.
Source Ubuntu-precise-install-android-sdk
Can anyone imagine what it could be?
Tried to create the file with the prefix
51
instead of99
? If not, try creating even if it gets duplicated.– Wakim
Yes, I’ve tried both, 51 and 99.
– Jorge B.
Type, Google table does not provide the
idVendor
for RFTECH. Try contacting their support to see if they provide thisid
for you. It seems to me that the problem may be this.– Wakim
Yes I know, that’s probably the case, but I’m hoping it might be something else.
– Jorge B.
Try to carry out the recommended steps in windows, if it doesn’t work maybe just by contacting the same support.
– Wakim