Well, it is possible to run ADB on non-Android things.
It's just Linux USB Gadget.
You'd need to make a g_adb.ko and add adbd
The only non-Android eReader that I have is a Kobo Aura.
The root filesystem is just ext4 on /dev/mmcblk0p1
Androids use kernel/ramdisk.
It's easy to modify them in a single step using a single utility.
|