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 02-13-2026, 02:55 AM   #1
jd27
Junior Member
jd27 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2026
Location: Australia
Device: go7
Go 7 attempted root and now stuck on boox logo

Hi,

I had purchased a new Go 7, and attempted to root the device using this guide noting that someone on reddit stated that the same guide worked for the Go 7. My device now unfortunately does not boot - it shows the BOOX logo but nothing else happens.

I have bought a EDL cable, and can still access EDL but not adb or fastboot.

Could someone provide any advice on (a) how I can get back a functioning device, and (b) what I should do to be able to root this device?

What I did to get into a not working state:
Code:
.\platform-tools\adb.exe reboot edl
.\edl.exe /lgo7-2.bin
.\edl.exe /g
.\edl.exe /r /pboot_a go7_boota_unrooted.img
.\edl.exe /r /pboot_b go7_bootb_unrooted.img
.\edl.exe /z
.\platform-tools\adb.exe install magisk.apk 
(I then used magisk to patch boota_unrooted.img and bootb_unrooted.img)

.\platform-tools\adb.exe pull
.\platform-tools\adb.exe reboot edl
.\edl.exe /w /pboot_a magisk_patched-30600_vn0oa_boota.img
.\edl.exe /w /pboot_b magisk_patched-30600_8rklr_bootb
.\edl.exe /z
At this point the device restarted and is stuck on the BOOX logo. I can access EDL, but not adb devices or fastboot.

What I did to try to recover (Method 1 - did not work):
Using an EDL cable:
Code:
C:\Users\Em\Desktop\boox-root> .\edl.exe /lgo7-2.bin
Found EDL 9008, handshaking... version 2
HWID: 0013f0e100000000 (x3), JTAG: 0013f0e1, OEM: 0000, Model: 0000
Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955-bc8a4519ff992b03-1fadc6355015ac87 (x3)
Sending go7-2.bin 100% ok, starting... ok, waiting for Firehose... ok

.\edl.exe /w /pboot_a go7_boota_unrooted.img
.\edl.exe /w /pboot_b go7_bootb_unrooted.img
.\edl.exe /z
Same as above, device is stuck on BOOX logo.

What I did to try to recover (Method 2 - also did not work):
  • Downloaded the latest firmware for Go 7: http://en-data.onyx-international.cn/api/firmware/update?where={"buildNumber":0,"buildType":"user"," deviceMAC":"","lang":"en_US","model":"Go7","submod el":"","fingerprint":""}
  • The JSON response stated this was Version 4.1.1:
    Code:
    "fingerprint":"Onyx/Go7/Go7:11/2025-11-10_16-08_4.1.1-rel_1110_d8cf44fd7/6191:user/release-keys","buildType":"user","buildNumber":6191,"buildDisplayId":"2025-11-10_16-08_4.1.1-rel_1110_d8cf44fd7","
  • Ran decryptBooxUpdateUpx (https://github.com/Hagb/decryptBooxUpdateUpx) to convert update.upx to update.zip. Extracted to get payload.bin
  • Ran payload-dumper-go (https://github.com/ssut/payload-dumper-go) to get the following files: abl.img, boot.img , dtbo.img , modem.img, odm.img, product.img , recovery.img, system.img, system_ext.img, vbmeta.img, vbmeta_system.img, vendor.img, xbl.img
  • Based on what I read for other android devices, I used edl to rewrite as:
    1. boot_a / boot_b: boot.img
    2. vbmeta_a / vbmeta_b: vbmeta.img
    3. vbmeta_system_a / vbmeta_system_b: vbmeta_system.img
    4. dtbo_a / dtbo_b: dtbo.img
    5. abl_a / abl_b: abl.img
    6. xbl_a / xbl_b: xbl.img
    7. recovery_a / recovery_b: recovery.img
    8. modem_a / modem_b: modem.img

I'm stuck here because guides tell me to also write 'super.img', but I don't have this file.

Are there any suggestions? I'm grateful for any advice people can offer, and thanks in advance.
jd27 is offline   Reply With Quote
Old 02-19-2026, 08:12 PM   #2
darkwill
Member
darkwill began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Dec 2025
Device: Boox Note Air 5c
YMMV - Look at the Air 5c thread for details, and try switching A and B when you write the unrooted images back one at a time.

https://www.mobileread.com/forums/sh...3&postcount=18

Last edited by darkwill; 02-19-2026 at 08:14 PM. Reason: Added link to 5c thread
darkwill is offline   Reply With Quote
Old 02-21-2026, 03:08 AM   #3
Renate
Onyx-maniac
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: 4,292
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Try this. You already have the decrypted update.zip.
Code:
edl /l~~~~~~ <-- your loader
edl /w /pmisc misc-recovery.img
edl /z
adb sideload update.zip
The file ends in .prc, just rename it .img (not that it matters).
Attached Files
File Type: prc misc-recovery.prc (4.0 KB, 10 views)
Renate is online now   Reply With Quote
Old 02-21-2026, 05:24 AM   #4
jd27
Junior Member
jd27 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2026
Location: Australia
Device: go7
Thanks, I can get into edl mode and can write misc-recovery.img, but then do not know how to get adb to work.

Code:
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /lgo7-2.bin
Found EDL 9008, handshaking... version 2
HWID: 0013f0e100000000 (x3), JTAG: 0013f0e1, OEM: 0000, Model: 0000
Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955-bc8a4519ff992b03-1fadc6355015ac87 (x3)
Sending go7-2.bin 100% ok, starting... ok, waiting for Firehose... ok
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /w /pmisc .\misc-recovery.img
Found EDL 9008, configuring... ok
Requesting info on LUN 0... ok
Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok
Requesting write misc-recovery.img... ok, writing 100% ok
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /z
Found EDL 9008, requesting reboot... ok
The screen then flashes black and comes back to the Boox logo.
I then run:
Code:
PS C:\Users\Em\Desktop\boox-root> .\platform-tools\adb.exe sideload .\update-4.1.1.zip
adb: sideload connection failed: no devices/emulators found
adb: trying pre-KitKat sideload method...
adb: pre-KitKat sideload connection failed: no devices/emulators found
I've tried also holding down the power button + page up + page down after edl /z, and other combinations, but I still can't seem to get into recovery / or able to use adb.
jd27 is offline   Reply With Quote
Old 02-21-2026, 06:52 AM   #5
jd27
Junior Member
jd27 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2026
Location: Australia
Device: go7
@darkwill: Thank you for your info - I have also tried switching A and B a few times but no luck.

@Renate:

I have writing the custom recovery (~57 mb file) to both recovery_a and recovery_b partitions, then writing misc-recovery.img to misc partition (to try to get it to boot to recovery on next boot).

Code:
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /lgo7-2.bin
Found EDL 9008, handshaking... version 2
HWID: 0013f0e100000000 (x3), JTAG: 0013f0e1, OEM: 0000, Model: 0000
Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955-bc8a4519ff992b03-1fadc6355015ac87 (x3)
Sending go7-2.bin 100% ok, starting... ok, waiting for Firehose... ok
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /w /precovery_a go7-rec.img
Found EDL 9008, configuring... ok
Requesting info on LUN 0... ok
Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok
Requesting write go7-rec.img... ok, writing 100% ok
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /w /precovery_b go7-rec.img
Found EDL 9008, configuring... ok
Requesting info on LUN 0... ok
Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok
Requesting write go7-rec.img... ok, writing 100% ok
PS C:\Users\Em\Desktop\boox-root> .\edl.exe /w /pmisc misc-recovery.img
Found EDL 9008, configuring... ok
Requesting info on LUN 0... ok
Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok
Requesting write misc-recovery.img... ok, writing 100% ok

PS C:\Users\Em\Desktop\boox-root> .\edl.exe /z
Found EDL 9008, requesting reboot... ok
PS C:\Users\Em\Desktop\boox-root> .\platform-tools\adb.exe devices
List of devices attached
after edl.exe /z, I've tried (a) just letting it reboot, (b) holding down power + volume up (or volume down, or both). The screen flashes and returns to the BOOX logo, but every time the next step (adb devices) shows nothing, and adb sideload doesn't work.
jd27 is offline   Reply With Quote
Old Yesterday, 02:12 PM   #6
Renate
Onyx-maniac
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: 4,292
Karma: 20532355
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Does fastboot (i.e. bootloader) work?
You can select that with /misc
Flash misc-bootloader.img to /misc
Attached Files
File Type: prc misc-bootloader.prc (4.0 KB, 1 views)
Renate is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to root a Boox Note 2, stuck at fastboot boot image.img. Could use some help. soypherpunk Onyx Boox 10 12-11-2025 02:30 PM
Aura H2O 1st edition having wifi troubleshoot and after firmware update loading logo stuck Kobo4Life Kobo Developer's Corner 16 02-13-2024 03:43 PM
Stuck with a shop logo as wallpaper. Wyre Kobo Reader 7 07-06-2017 12:57 PM
Pocketbook Ultra 650 stuck at boot logo Dandan7932 PocketBook 6 10-02-2015 04:40 AM
360 Stuck at startup logo with endless loading darkforce PocketBook 0 07-02-2011 03:42 PM


All times are GMT -4. The time now is 10:58 AM.


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