Quote:
Originally Posted by Renate
Did you get recovery to work using just fastboot boot image?
If you did, could you do an experiment? You're on Linux, right?
Code:
$ dd if=recovery.img of=short.img count=61288
You should end up with a file 31,379,456 bytes.
Code:
fastboot boot short.img
|
Code:
$ dd if=recovery.img of=short.img count=61288
$ ls -l short.img
-rw-r--r-- 1 **** **** 31379456 Jan 16 16:06 short.img
$ fastboot boot short.img
Brings me into recovery. But it does
not work from fastbootd that can be invoked in recovery. But works from bootloader