01-14-2023, 05:07 PM | #1 |
Member
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? |
01-15-2023, 07:24 AM | #2 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
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. |
Advert | |
|
01-15-2023, 08:55 AM | #3 | |
Member
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
|
Quote:
- 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! |
|
01-15-2023, 09:18 AM | #4 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
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 I sent you a link in PM. |
01-15-2023, 10:09 AM | #5 |
Member
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 Code:
fastboot flash boot recmod Maybe ADB was disabled during firmware update. Is it also possible to flash the whole update.zip? Thank you! |
Advert | |
|
01-15-2023, 10:16 AM | #6 |
Member
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 |
01-15-2023, 10:56 AM | #7 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
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 |
01-15-2023, 11:00 AM | #8 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
01-15-2023, 11:06 AM | #9 |
Member
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
|
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 |
01-15-2023, 11:11 AM | #10 | |
Member
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
|
Quote:
|
|
01-15-2023, 11:27 AM | #11 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
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. |
01-15-2023, 03:07 PM | #12 | |
Member
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
|
Quote:
Code:
λ tree update/META-INF META-INF └── com └── android ├── metadata └── otacert |
|
01-15-2023, 03:21 PM | #13 |
Onyx-maniac
Posts: 3,160
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
01-15-2023, 03:57 PM | #14 | |
Member
Posts: 20
Karma: 10
Join Date: Jan 2023
Device: Onyx Boox Note Air 2
|
Quote:
Code:
λ adb devices List of devices attached 84840743 unauthorized 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 |
|
01-15-2023, 04:02 PM | #15 |
Member
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)
|
Tags |
air2, boot.img, bricked, note |
Thread Tools | Search this Thread |
|
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 09:09 AM |
Boox Note Air 2 Plus | Sonnenfee | Android | 0 | 06-16-2022 09:29 AM |
Help with Note Air 2 | Newby31 | Onyx Boox | 7 | 12-08-2021 07:00 AM |
Note Air 2 firmware | downeaster59 | Onyx Boox | 3 | 12-06-2021 08:59 AM |
[HELP] Bricked Note Air after 3.1 fw update | hedeon | Onyx Boox | 7 | 05-03-2021 02:18 PM |