I'm trying to be able to use adb with my tablet. The tablet and its file tree gets recognized in the Files directory navigator and I can navigate to /media/me/SP1020
.
What I don't understand is why adb can't recognize the device. I ran these instructions from terminal:
adb kill-server
adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
adb devices
List of devices attached
And nothing is displayed.
lsusb lists the device ID as:
Bus 001 Device 004: ID 1f3a:1000
so I entered this ID, "0x1f3a" at the top of adb_usb.ini using vim in ~/.android; after this not working, I deleted this file adb_usb.ini and I also tried typing
echo "0x1f3a" > ~/.android/adb_usb.in
This time retaining the file. I have also created a file 51-android.rules in /etc/udev/rules.d with the following content:
SUBSYSTEM=="usb",SYSFS{idVendor}=="1f3a",MODE="0666"
I then rebooted my system and my tablet, and tried
adb kill-server
adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
adb devices
List of devices attached
And still nothing is displayed.
Here's also the contents of the usb/004
ls -l /dev/bus/usb/004
total 0
crw-rw-r-- 1 root root 189, 384 Sep 23 09:53 001