12-10-2021, 09:29 AM
|
#224
|
Onyx-maniac
Posts: 3,946
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Aw, is that UMS? Do you really want to use that? Doesn't MTP (which I don't particularly like either) give you access to more? Why not ADB? You can see /sdcard.
There's a bunch of weirdness with this device. I'm trying to make a rooted recovery. For some reason fastboot can't directly boot an image correctly. Fastboot also presents as VID/PID 1f3a/1010 which is not recognized as a stock Fastboot. You have to install a driver for it. It's basically a generic WinUsb but unless the class GUID is GUID_DEVINTERFACE_ANDROID the stock Fastboot won't find it. You need to take an Android INF file and add 1f3a/1010 to it and install it as an unsigned driver. In Linux there should be no problem as it doesn't use device class GUIDs.
|
|
|