08-24-2024, 11:43 AM | #121 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
You're going around in circles a bit.
"adb reboot bootloader" brings you to the abl with fastboot and a blank screen "adb reboot fastboot" brings you to recovery with fastbootd and a menu "adb reboot edl" is what I mostly use these days. The NoteAir2[Plus] uses the SDM662 chip. The Firehose loader is: https://github.com/bkerler/Loaders/b...4665_FHPRG.bin Edit: Oops, I meant 2. Last edited by Renate; 08-28-2024 at 07:04 AM. |
08-27-2024, 06:00 PM | #122 | |
Junior Member
Posts: 2
Karma: 18
Join Date: Feb 2022
Device: Android
|
Quote:
adb reboot edl edl.exe /l0014d0e100000000_d40eee56f3194665_FHPRG.bin (Optional): For every LUN (which you can check with edl.exe /u /g), do a backup (possibly superfluous, but just to be safe). In my case, that was: edl.exe /u0 /r u0.img edl.exe /u1 /r u1.img edl.exe /u2 /r u2.img edl.exe /u3 /r u3.img edl.exe /u4 /r u4.img edl.exe /u4 /r u5.img Then, the moment of truth: edl.exe /u /w /pboot_a <you modified boot image>.img edl.exe /z |
|
08-28-2024, 07:10 AM | #123 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Once you know what you're doing you can combine a few operations in a single line.
This can be helpful when reading or writing big chunks or the entire flash. Putting the /z on the same line will cause it to reboot when done. Then you can hear the disconnect and know that it's done when doing something else. Code:
edl /lpoke5.bin /r backup.img /z |
10-01-2024, 07:07 PM | #124 |
Member
Posts: 10
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Edit: In all my searching I somehow failed to go one page back in the thread and see what had changed with fastboot, oops.
When I get a chance, I'll try to translate the commands provided to the bkerler/edl utility and report back on how it went. Last edited by Herschenglime; 10-01-2024 at 11:09 PM. Reason: Accidentally made duplicate post |
10-01-2024, 07:11 PM | #125 |
Member
Posts: 10
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Has anyone had luck rooting firmware version 3.5.4?
Since the last firmware update I got (v3.5 in November 2023), I've changed Linux distros and have lost my previous bkerler/edl install and working loader file . I've tried reinstalling and getting the loader again, but I'm unable to extract the boot img with the edl utility. I'm wondering if I just messed something up with my new environment/edl install, or if the new firmware might have somehow changed the process of extracting boot images? Any others' experiences would be greatly appreciated, thank you! |
10-01-2024, 10:22 PM | #126 |
Member
Posts: 10
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
It seems like my issues were with the loader I was supplying - I found the one I used before from a backup but even that didn't work.
However, everything just worked when I let edl figure out the loader by itself without me having to specify one. I was able to successfully send the boot.img to my device, patch it, and then send it back. However, I seem to have run into the issue mentioned by Renate here: https://www.mobileread.com/forums/sh...6&postcount=21 It seems Onyx has kneecapped fastboot and I am not able to use it to make the Boox boot with the patched image. Has anyone figured out a workaround, or are these devices unrootable for now? Thanks again! |
10-02-2024, 04:53 AM | #127 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
You can use an EDL client to write the modified boot image back.
Of if you already have a rooted normal system or a rooted and ADB enabled recovery you can use the dd command: Code:
dd if=/cache/magisk_whatever.img of=/dev/block/by-name/recovery_a |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sell ONYX BOOX Stylus Pen 2 PRO & ONYX BOOX Note Air Protective Sleeve | readandread | Flea Market | 0 | 03-08-2022 04:09 PM |
TWRP*on Onyx Boox Note Air ? | Émile | Onyx Boox | 0 | 09-29-2021 03:58 PM |
Onyx Boox Note Air+ | ayme08 | Onyx Boox | 25 | 07-19-2021 06:41 AM |
Rooting Onyx Boox Note Air | afainber | Onyx Boox | 8 | 01-04-2021 11:03 AM |
Onyx Boox Note Air Hands on Review | ottischwenk | Onyx Boox | 4 | 12-28-2020 01:58 AM |