Quote:
Originally Posted by gleboss
Got custom recovery from Renate and tried the following:
Code:
.\adb.exe reboot fastboot
.\fastboot.exe flash recovery_a ..\go7-rec.img
Sending 'recovery_a' (57972 KB) OKAY [ 1.450s]
Writing 'recovery_a' FAILED (remote: 'Unrecognized command flash')
.\fastboot.exe reboot-edl
fastboot: usage: unknown command reboot-edl
.\fastboot.exe oem edl
FAILED (remote: 'Command not supported in default implementation')
.\adb.exe reboot edl
error: closed
So I can't even enter EDL, any ideas?
|
Don't know if this is useful, but boox has removed the flash command from fastboot in recent releases. That is the reason for the "Unrecognized command flash" error.
I think "\fastboot.exe reboot-edl" should be "\fastboot.exe reboot edl" (no dash).
If you are in fastboot mode, ".\adb.exe reboot edl" would not be expected to work.