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 01-14-2023, 04:07 PM   #1
darcity
Member
darcity began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
Bricked Note Air 2

While I tried to root my Note Air 2 using magisk, I bricked that thing. I flashed the wrong boot.img without securing the original one in first place.

So I need the latest boot.img from the update.upx for this device. But I cannot find it on the onxy download page. https://downloads.boox.com/download/note
The page also states that updates will only be provided to the device's update center.

- Is there some way to download the updates via http?
- Does someone have an idea how to get the device booting again?

darcity is offline   Reply With Quote
Old 01-15-2023, 06:24 AM   #2
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Onyx/NoteAir2/NoteAir2:11/2022-10-31_17-02_3.3.1_f1fa27fb32/36569:user/dev-keys
http://firmware-us-volc.boox.com/cad...80d/update.upx
Download and DeBooxUpd it.
Renate is offline   Reply With Quote
Advert
Old 01-15-2023, 07:55 AM   #3
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
Onyx/NoteAir2/NoteAir2:11/2022-10-31_17-02_3.3.1_f1fa27fb32/36569:user/dev-keys
http://firmware-us-volc.boox.com/cad...80d/update.upx
Download and DeBooxUpd it.
Thank you for sharing. So here is what I did.
- DeBooxUpd to obtain the zip
- unziped and extracted partition images from payload.bin via payload_dumper
- booted into fastboot => fastboot flash boot boot.img
- reboot

It is stuck in a reboot loop. Shows the ONYX logo, then screen flashes.

In fact the only thing I changed was the boot partition. I purchased the device in europe. Could it be that the firmware here is different?

Thanks and best regards!
darcity is offline   Reply With Quote
Old 01-15-2023, 08:18 AM   #4
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
There are probably a lot of interdependencies.
Your original system may be older or even incompatible.

Did you have ADB enabled before this all happened.
When a "bootloop" occurs the Linux-ish part of Android could be running fine.
It could be that the trivial Android/screen part is broken.
You can't tell without looking.

I had a recovery that I made for the NA2 some months ago. I just updated it.
Could you try this with just fastboot boot recmod?
I usually don't have much luck with fastboot boot image (vs. fastboot flash partition image).

This will show a white screen. Just try to access ADB.
Code:
C:\>adb shell
# getenforce
0
# ls
No, you don't have to quote it, just did it get ADB, did it get #, did it not complain about timezones?

I sent you a link in PM.
Renate is offline   Reply With Quote
Old 01-15-2023, 09:09 AM   #5
darcity
Member
darcity began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
Before I bricked it, I updated to the latest firmware version.

Had ADB enabled. But the device is not recognized by adb within the bootloop. Kernel ringbuffer notifies a new xhci_hcd USB device in each loop.

Code:
fastboot boot recmod
did not work for me. Therefore flashed it on boot partition.
Code:
fastboot flash boot recmod
As the device boots up, it stops with a white screen. But it still doesn't show up as a adb device.

Maybe ADB was disabled during firmware update.

Is it also possible to flash the whole update.zip?

Thank you!
darcity is offline   Reply With Quote
Advert
Old 01-15-2023, 09:16 AM   #6
darcity
Member
darcity began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
In recovery mode it displays in the 3rd row:
Code:
11/RKQ1.210614.002/200
Might that be the recovery version out of the last firmware update?
darcity is offline   Reply With Quote
Old 01-15-2023, 09:56 AM   #7
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
update.zip can only be update-binary'ed not flashed

The problem with fastboot boot recmod or fastboot flash boot recmod is that in neither case does it get the right command line.

Have you had EDL working before?
Only proceed if you can dig yourself out of a hole.
Code:
C:\>fastboot flash recovery recmod
C:\>fastboot flash misc misc-rec
C:\>fastboot reboot
(You can rename it without .prc)
Attached Files
File Type: prc misc-rec.prc (512 Bytes, 74 views)
Renate is offline   Reply With Quote
Old 01-15-2023, 10:00 AM   #8
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by darcity View Post
Kernel ringbuffer notifies a new xhci_hcd USB device in each loop.
Huh? Are you looking at the hardware console with a UART?
Renate is offline   Reply With Quote
Old 01-15-2023, 10:06 AM   #9
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
Huh? Are you looking at the hardware console with a UART?
It's the kernel buffer from my linux workstation that I connected the air2 to. It gives some information about how the air2 announces itself as a usb device.

In fastboot mode for example it is recognized like this

Code:
[  +0.018321] usb 2-1: New USB device found, idVendor=18d1, idProduct=d001, bcdDevice= 4.19
[  +0.000003] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.000002] usb 2-1: Product: NoteAir2
[  +0.000001] usb 2-1: Manufacturer: QUALCOMM
[  +0.000001] usb 2-1: SerialNumber: 84840743
[  +8.421444] usb 2-1: USB disconnect, device number 8
[  +1.793377] usb 1-1: new full-speed USB device number 98 using xhci_hcd
[  +9.186646] usb 1-1: new full-speed USB device number 99 using xhci_hcd
[  +5.040085] usb 2-1: new SuperSpeed USB device number 9 using xhci_hcd
[  +0.018384] usb 2-1: New USB device found, idVendor=18d1, idProduct=4ee0, bcdDevice= 4.19
[  +0.000004] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.000002] usb 2-1: Product: NoteAir2
[  +0.000001] usb 2-1: Manufacturer: QUALCOMM
[  +0.000001] usb 2-1: SerialNumber: 84840743
darcity is offline   Reply With Quote
Old 01-15-2023, 10:11 AM   #10
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
update.zip can only be update-binary'ed not flashed

The problem with fastboot boot recmod or fastboot flash boot recmod is that in neither case does it get the right command line.

Have you had EDL working before?
Only proceed if you can dig yourself out of a hole.
Code:
C:\>fastboot flash recovery recmod
C:\>fastboot flash misc misc-rec
C:\>fastboot reboot
(You can rename it without .prc)
I will try this in the evening. I had EDL configured but was stupid enough to not dump the boot partition before flashing it. Before flashing the recovery and misc partition I will secure the existing ones this time
darcity is offline   Reply With Quote
Old 01-15-2023, 10:27 AM   #11
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
The Tab Ultra has a mysterious broken? or new style? update.
Please check your update.zip (with 7zip l or whatever) that it has META-INF/com/google/android/update-binary, .../updater-script.
Renate is offline   Reply With Quote
Old 01-15-2023, 02:07 PM   #12
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
The Tab Ultra has a mysterious broken? or new style? update.
Please check your update.zip (with 7zip l or whatever) that it has META-INF/com/google/android/update-binary, .../updater-script.
In fact it has neither of these files. The META-INF directory that I extracted from the update.zip looks like this

Code:
λ  tree update/META-INF 
META-INF
└── com
    └── android
        ├── metadata
        └── otacert
darcity is offline   Reply With Quote
Old 01-15-2023, 02:21 PM   #13
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,319
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by darcity View Post
In fact it has neither of these files.
Oh, great. They're throwing another freaking spanner in the gears.

Renate goes back to writing device drivers for DOS.
Renate is offline   Reply With Quote
Old 01-15-2023, 02:57 PM   #14
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 darcity View Post
I will try this in the evening. I had EDL configured but was stupid enough to not dump the boot partition before flashing it. Before flashing the recovery and misc partition I will secure the existing ones this time
Ok I have trouble getting the device in edl mode, because in recovery it shows up as "unauthorized"

Code:
λ  adb devices
List of devices attached
84840743	unauthorized
Is there another way to get into edl?

In edl mode I am planning to secure the partitions like this. Is it correct?

Code:
 edl --loader ./Loaders/qualcomm/factory/sdm662/0014d0e100000000_d40eee56f3194665_FHPRG.bin --memory=ufs r recovery recovery.img.bak
 edl --loader ./Loaders/qualcomm/factory/sdm662/0014d0e100000000_d40eee56f3194665_FHPRG.bin --memory=ufs r misc misc.img.bak
darcity is offline   Reply With Quote
Old 01-15-2023, 03:02 PM   #15
darcity
Member
darcity began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
I read that there exists a special mode (EDL) 900E that should work on bricked devices. But there is no useful loader available for this mode (https://blog.tho.ms/hacks/2021/03/27...-note-air.html)
darcity is offline   Reply With Quote
Reply

Tags
air2, boot.img, bricked, note


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ended Looking for Boox Note 2 or Air (or other?) Neru Flea Market 2 09-15-2022 08:09 AM
Boox Note Air 2 Plus Sonnenfee Android 0 06-16-2022 08:29 AM
Help with Note Air 2 Newby31 Onyx Boox 7 12-08-2021 06:00 AM
Note Air 2 firmware downeaster59 Onyx Boox 3 12-06-2021 07:59 AM
[HELP] Bricked Note Air after 3.1 fw update hedeon Onyx Boox 7 05-03-2021 01:18 PM


All times are GMT -4. The time now is 02:41 AM.


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