View Single Post
Old 07-09-2024, 03:05 PM   #19
dcarvil
Connoisseur
dcarvil is on a distinguished road
 
Posts: 71
Karma: 66
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Renate View Post
Well, then do it! But safely.
Code:
fastboot erase fishheads
Erasing 'fishheads'                                (bootloader) Invalid partition name fishheads
FAILED (remote: '')
fastboot: error: Command failed

fastboot flash fishheads anyfileyoulike
Sending 'fishheads' (2583 KB)                      OKAY [  0.073s]
Writing 'fishheads'                                (bootloader) Invalid partition name fishheads
FAILED (remote: '')
fastboot: error: Command failed
Do not do this if you actually have a partition named "fishheads"!


Now's a great time to learn all about EDL. Because you're going to need it!
http://www.temblast.com/edl.htm
I'm not sure if the NoteAir3 uses the sdm662.bin loader.
Code:
adb reboot edl
edl /lsdm662.bin
eel /u /r /pabl_a abl_a.img
edl /z

Our messages crossed. The abl_a image is in my previous reply.

I'm getting unknown command on both erase and flash.

xfx:~/oldhome/Phone/boox/na2p $ fastboot devices
8863F9C3 fastboot
xfx:~/oldhome/Phone/boox/na2p $ fastboot erase fisheads
Erasing 'fisheads' FAILED (remote: 'unknown command')
fastboot: error: Command failed
xfx:~/oldhome/Phone/boox/na2p $ fastboot flash fisheads magisk_patched-26400_QLQZ1.img
Warning: skip copying fisheads image avb footer (fisheads partition size: 0, fisheads image size: 100663296).
Sending 'fisheads' (98304 KB) OKAY [ 2.242s]
Writing 'fisheads' FAILED (remote: 'unknown command')
fastboot: error: Command failed
xfx:~/oldhome/Phone/boox/na2p $
dcarvil is offline   Reply With Quote