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 04-06-2024, 01:30 AM   #16
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Pentam View Post
What do you mean with "empty" vbmeta?
Code:
fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
Renate is offline   Reply With Quote
Old 04-06-2024, 04:54 AM   #17
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
Code:
fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
Ok, tried that. That somehow made it worse. Now it always reboots into bootloader and I cannot get into recovery anymore.
Pentam is offline   Reply With Quote
Advert
Old 04-06-2024, 01:10 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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Pentam View Post
That somehow made it worse.
Sorry

Do you mean it boots to EDL or fastboot (from abl, not fastbootd)?
Renate is offline   Reply With Quote
Old 04-06-2024, 04:44 PM   #19
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
Sorry
No worries... ;-)

Quote:
Do you mean it boots to EDL or fastboot (from abl, not fastbootd)?
Now it is fastboot.
Pentam is offline   Reply With Quote
Old 04-07-2024, 01:16 AM   #20
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Try flashing the boot image.
Code:
fastboot flash boot boot.img
fastboot reboot
If you can get that to halfway normal boot try with the still encrypted update:
Code:
adb push update.upx sdcard
adb shell am start -a onyx.settings.action.firmware
Renate is offline   Reply With Quote
Advert
Old 04-07-2024, 12:33 PM   #21
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
Try flashing the boot image.
Code:
fastboot flash boot boot.img
fastboot reboot
If you can get that to halfway normal boot try with the still encrypted update:
Code:
adb push update.upx sdcard
adb shell am start -a onyx.settings.action.firmware
flashing the boot image brought me back to being able to get into recovery. However, it still goes in boot loop and I cannot get far enough to get ADB working. In recovery it is still "unautherized".

Is there a way to flash the whole update via fastboot?
Pentam is offline   Reply With Quote
Old 04-07-2024, 02:13 PM   #22
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Pentam View Post
Is there a way to flash the whole update via fastboot?
With either EDL or fastboot you can flash partitions, but...
This is not an A/B device (i.e there is no boot_a and boot_b)?
This does not use a "super" partition?

OTOH, system and system_ext marks it as some newer style system.
Renate is offline   Reply With Quote
Old 04-07-2024, 02:19 PM   #23
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
With either EDL or fastboot you can flash partitions, but...
This is not an A/B device (i.e there is no boot_a and boot_b)?
I can see boot_a and boot_b and switch between active slots A and B.
The flashing of boot.img in the previous post wrote to boot_b.

Quote:
This does not use a "super" partition?
I can see a "super" partition on the device.
Pentam is offline   Reply With Quote
Old 04-07-2024, 03:39 PM   #24
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,403
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Pentam View Post
I can see a "super" partition on the device.
The super partition is a bit of a stinker.
Normally you write that in recovery or in fastbootd (inside recovery).
I haven't delved into that much.

Have you been switching partitions A/B?
That might fix you, but it also might make things worse.
You really need to get a somewhat functioning normal system so that you can do an update from there.
Renate is offline   Reply With Quote
Old 04-07-2024, 05:09 PM   #25
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by Renate View Post
The super partition is a bit of a stinker.
Normally you write that in recovery or in fastbootd (inside recovery).
I haven't delved into that much.

Have you been switching partitions A/B?
That might fix you, but it also might make things worse.
You really need to get a somewhat functioning normal system so that you can do an update from there.
I don't have much experience with Boox, so this is probably a stupid question. Would it be possible to "adb sideload" a de-booxed update.zip? What is the purpose of the boox encryption anyway?

Thanks.
dcarvil is offline   Reply With Quote
Old 04-08-2024, 03:50 AM   #26
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
Have you been switching partitions A/B?
So far I have not actively switched slots. I flashed flashing boota.img from a backup which automatically went to boot_a and boot.img from the update.upx automatically went to boot_b. For vbmeta I did not switch and it was applied to slot b.

Any suggestion what I could try? Can't be much worse than unusable (as it is now)... ;-)
Pentam is offline   Reply With Quote
Old 04-08-2024, 08:34 AM   #27
bigwigs
Enthusiast
bigwigs began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Feb 2024
Device: Kindle Paperwhite
Quote:
Originally Posted by Pentam View Post
So far I have not actively switched slots. I flashed flashing boota.img from a backup which automatically went to boot_a and boot.img from the update.upx automatically went to boot_b. For vbmeta I did not switch and it was applied to slot b.

Any suggestion what I could try? Can't be much worse than unusable (as it is now)... ;-)
changing the active partition helped me from boot loop in my Note Air 2 Plus.

Whenever i use a particular partition, it always boot loops but other is fine.

You can use steps from the video mentioned in post to use hardware option to get into recovery mode - https://help.boox.com/hc/en-us/commu...-screen-Frozen
It works for Note Air 2 Plus.

Last edited by bigwigs; 04-08-2024 at 08:37 AM.
bigwigs is offline   Reply With Quote
Old 04-09-2024, 12:50 PM   #28
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by bigwigs View Post
changing the active partition helped me from boot loop in my Note Air 2 Plus.

Whenever i use a particular partition, it always boot loops but other is fine.

You can use steps from the video mentioned in post to use hardware option to get into recovery mode - https://help.boox.com/hc/en-us/commu...-screen-Frozen
It works for Note Air 2 Plus.
Unfortunately, that does not help in my case.
Slot A activated leads to constant onyx logo, blue LED and on the PC EDL-device repeatedly reconnects
Slot B activated leads to bootloop: onyx logo --> flashing screen --> onyx logo
Pentam is offline   Reply With Quote
Old 04-12-2024, 04:46 PM   #29
jljtgr
Enthusiast
jljtgr began at the beginning.
 
Posts: 28
Karma: 16
Join Date: May 2023
Device: BOOX Nova Air C
Quote:
Originally Posted by dcarvil View Post
I don't have much experience with Boox, so this is probably a stupid question. Would it be possible to "adb sideload" a de-booxed update.zip? What is the purpose of the boox encryption anyway?

Thanks.
You mentioned being able to get into recovery, but that your computer was unauthorized. You certainly could do it if you were authorized, I've never tried when using an unpaired computer. I have an unfortunate amount of experience having to sideload update.zip to fix my bootloops.
jljtgr is offline   Reply With Quote
Old 04-12-2024, 05:12 PM   #30
dcarvil
Enthusiast
dcarvil began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
Quote:
Originally Posted by jljtgr View Post
I have an unfortunate amount of experience having to sideload update.zip to fix my bootloops.
Does that mean it is possible to adb sideload a debooxed update.zip? I have been wondering if that is possible, but have not found an answer.

Thanks.
dcarvil is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot loop - what's wrong? abarthch Kindle Developer's Corner 65 05-09-2016 04:18 PM
[PW] Stuck in boot loop? abarthch Kindle Developer's Corner 11 02-04-2016 12:20 PM
PRS-350 Unbricking from boot loop? Analogus Sony Reader 19 06-16-2011 03:35 PM
Kindle 3 Boot loop jlove Kindle Developer's Corner 13 05-17-2011 05:23 AM
PRS-650 Boot loop after large changes Soul_Est Sony Reader 5 11-29-2010 12:12 PM


All times are GMT -4. The time now is 11:44 PM.


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