View Single Post
Old 01-16-2023, 10:13 AM   #28
darcity
Member
darcity began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
Quote:
Originally Posted by Renate View Post
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
darcity is offline   Reply With Quote