|
|
#1 |
|
Member
![]() ![]() Posts: 18
Karma: 162
Join Date: Jul 2024
Device: Kindle PWSE5, BOOX Go 10.3 Gen2 Lumi
|
Rooting guide for BOOX Go 10.3 Gen2 (Lumi)
Inspired by https://github.com/jdkruzr/BooxPalma2RootGuide with patched Fairphone 4 ABL shared by @AuroraWright https://github.com/jdkruzr/BooxPalma...ent-3750339416
Files (attachments) used in the guide: ablmod.zip bitra_boox.bin Proceed at your own risk and be ready to perform recovery with an EDL cable (which works but is a little annoying and requires multiple tries in my experience) or even open the case and use the EDL test point (luckily, I didn't have to). In short, the guide consists of these steps:
Before proceeding with the steps, I suggest you:
Speaking of OTA upgrades, it was reported https://github.com/jdkruzr/BooxPalma...ent-3636102326 that reflashing the stock abl partitions back makes OTA work for Palma 2 Pro, but it wasn't tested on Go 10.3 Gen2 (Lumi). Also, since I only have the Lumi version of this Go, I haven't tried it on the non-Lumi one, but I assume they're close enough for these instructions to work. 1. Install the required tools On your PC, follow https://github.com/bkerler/edl to install adb, fastboot and edl tools. Note that for Linux you'll need a udev rule to access the 9008 device without root: Code:
sudo curl -L -o /etc/udev/rules.d/51-edl.rules \ https://raw.githubusercontent.com/bkerler/edl/master/Drivers/51-edl.rules sudo udevadm control --reload-rules On your Go, enable ADB. On the Onyx go to "Apps" -> Hamburger Menu -> "App Management" and enable "USB Debug Mode". Next, connect the Go to your PC via a USB cable. Verify it's connectable: Code:
adb devices Code:
adb reboot edl 3. Dump boot and abl images Assuming you have the attached bitra_boox.bin (origin: https://github.com/bkerler/Loaders/r...1d8a_fhprg.bin) in your working dir, run: Code:
edl --loader=bitra_boox.bin r boot_a,boot_b,abl_a,abl_b boot_a.img,boot_b.img,abl_a.img,abl_b.img Code:
edl --loader=bitra_boox.bin reset Install Magisk on your device. Then copy boot_a.img and boot_b.img to the Go and patch them: open Magisk and click the "Install" button in the upper right. Pick "Select and Patch a File." You will repeat this twice, once for boot_a.img and once for boot_b.img. Each time it will produce a new .img boot partition file ending with a random set of characters. Make sure you keep track of which one is which. Copy them over to your PC and name them boot_a_patched.img and boot_b_patched.img. 5. Flash ablmod First, reboot to EDL just like you did at step 2. Then, unzip the attached ablmod.zip and place ablmod.img in the current dir and flash it to both abl_a and abl_b: Code:
edl --loader=bitra_boox.bin w abl_a ablmod.img edl --loader=bitra_boox.bin w abl_b ablmod.img Code:
edl --loader=bitra_boox.bin getactiveslot If your current active slot is "a", do: Code:
edl --loader=bitra_boox.bin --memory=ufs setactiveslot b edl --loader=bitra_boox.bin --memory=ufs setactiveslot a Code:
edl --loader=bitra_boox.bin --memory=ufs setactiveslot a edl --loader=bitra_boox.bin --memory=ufs setactiveslot b Code:
edl --loader=bitra_boox.bin reset Now we have a bootloader that allows unlocking. Boot to bootloader with: Code:
adb reboot bootloader After the device is ready and visible ("fastboot devices" must show the device), execute: Code:
fastboot flashing unlock After unlocking and erasing userdata, the device should reboot back to Android. 7. Flash boot images Enable USB Debugging again (see step 2) and reinstall Magisk (userdata was wiped). Reboot to bootloader: Code:
adb reboot bootloader Code:
fastboot flash boot_a boot_a_patched.img fastboot flash boot_b boot_b_patched.img Code:
fastboot getvar current-slot Code:
fastboot set_active b fastboot set_active a Code:
fastboot set_active a fastboot set_active b Code:
fastboot reboot Upon successful boot, run the Magisk app and it will ask for finalizing steps to make it fully functional. After it does so and reboots, you have a properly rooted device with an unlocked bootloader. Last edited by alllexx; 04-30-2026 at 08:07 AM. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you have a Boox Max Lumi 1, I could really use your help and I'd marry you. | snuggy | Onyx Boox | 25 | 05-04-2024 01:49 PM |
| Ended [EU] Onyx Boox Lumi | eReader fan | Flea Market | 2 | 02-21-2024 04:10 PM |
| Free Boox Max Lumi 1 (Eu) | Neru | Flea Market | 0 | 10-16-2022 10:11 AM |
| Boox Lumi faint grid | tomek.sergey | Onyx Boox | 0 | 04-19-2022 05:57 PM |
| Buy Onyx Boox Max Lumi | mr_sm1th | Flea Market | 0 | 12-13-2020 10:24 PM |