Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old Today, 02:55 PM   #16
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Renate View Post
Uh-oh. Did they put in a new abl without boot or even flash?
Do you have EDL working? Pull abl for me, please.

I can't justify loading 1.8 GB on my connection, but a peek seems to indicate that they did whack abl on you.

The new Go's have crippled abl's.

I found an abl_a partition. Does that help? I extracted it with:

./edl/edl r abl_a abl_a.prc

File attached.
Attached Files
File Type: prc abl_a.prc (1.00 MB, 2 views)

Last edited by dcarvil; Today at 02:58 PM.
dcarvil is offline   Reply With Quote
Old Today, 02:58 PM   #17
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,679
Karma: 11749035
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by dcarvil View Post
I have not tried flash yet.
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"!

Quote:
Originally Posted by dcarvil View Post
Is abl the boot.img? If not, how do I pull it?
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
Renate is offline   Reply With Quote
Advert
Old Today, 03:01 PM   #18
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,679
Karma: 11749035
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by dcarvil View Post
File attached.
Our messages passed each other.

Wasn't it fortunate that I just finished writing my UEFI tool this morning?
Now I can see at a glance that they chopped your abl off at the knees.
abl supports the fastboot protocol when it's acting as bootloader.

You can use EDL to flash your Magisk'ed boot image.
Be careful and keep a copy of the original boot image.

Nap time... zzz...

Last edited by Renate; Today at 03:10 PM.
Renate is offline   Reply With Quote
Old Today, 03:05 PM   #19
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 47
Karma: 10
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
Old Today, 03:20 PM   #20
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Renate View Post
Our messages passed each other.

Wasn't it fortunate that I just finished writing my UEFI tool this morning?
Now I can see at a glance that they chopped your abl off at the knees.
abl supports the fastboot protocol when it's acting as bootloader.

You can use EDL to flash your Magisk'ed boot image.
Be careful and keep a copy of the original boot image.

Nap time... zzz...
Ok, thanks for your help. Now I can stop beating my head against that wall.
dcarvil is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Onyx boox M92 - recovery update Andrewski Onyx Boox 0 11-11-2018 02:20 PM
Onyx Boox M92 freeze and does not update ingmecc Onyx Boox 2 12-13-2013 07:12 AM
Onyx Boox M92: not booting after update maxmin Onyx Boox 5 11-02-2012 06:25 AM
Firmware update released for the Onyx Boox 60 Nate the great News 12 01-05-2010 06:54 AM
Onyx Boox update Nate the great News 3 12-09-2009 02:34 PM


All times are GMT -4. The time now is 06:33 PM.


MobileRead.com is a privately owned, operated and funded community.