android - ADB in decrypt stage of boot of touchless tablet -
current situation:
i have asus tablet touchscreen broken
- broken touchscreen (the screen displays fine)
- inits in
decrypt
stage of boot (asks password, know, in order decrypt , boot real android) - it has, probably, debugging mode disabled
a mac with:
adb
utility (no full sdk) downloaded here.
what need:
- access tablet via usb (like
adb shell input text
my_password
).
what happens:
i recognition of usb
system_profiler spusbdatatype
:usb:
usb high-speed bus: host controller location: built-in usb host controller driver: appleusbehci pci device id: 0x0d9d pci revision id: 0x00a2 pci vendor id: 0x10de bus number: 0x24 android: product id: 0x4ce0 vendor id: 0x0b05 (asustek computer inc.) version: 2.24 serial number: e7okbc3***** speed: 480 mb/sec manufacturer: android location id: 0x24100000 / 3 current available (ma): 500 current required (ma): 500
i don't recognition
adb devices
:list of devices attached
i can't send text without devices:
error: device not found
i can't change usb mode (i assume because it's in, or because of same recognition problem):
error: device not found
i cannot found
adb_usb.ini
file, created in local (same directoryadb
executable) , in~/.android/
0x0b05
, , restart adb no changes in situation.i boot
droidboot
(power+vol_up) ,recovery
(from droidboot) no changes in situation.
Comments
Post a Comment