|
|
#1 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2025
Device: Boox Tab Ultra
|
Looking for Full Firmware / EDL Image – Boox Tab Ultra (Non-C)
Hi again,
as mentioned in a previous post, I’m still trying to recover my soft-bricked Boox Tab Ultra (original B/W version, not C or Pro). Recovery and ADB work, but sideloading hasn’t resolved the boot issues. I’m now looking for a full firmware image or EDL-compatible files for this specific model. If anyone has access to such files or knows where they might be shared, I’d really appreciate your help. Thanks in advance! |
|
|
|
|
|
#2 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,511
Karma: 22077803
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
The Tab Ultra has a full update here:
Code:
Model: TabUltra (English) Finger: Onyx/TabUltra/TabUltra:11/2025-04-02_12-29_v4.0-rel_6d15a71551/49344:user/release-keys Link: http://firmware-us.boox.com/266e3dc6e455a4bcbf99f8f7a7684349/update.upx Size: 1,862,304,832 MD5: 266e3dc6e455a4bcbf99f8f7a7684349 I've not got specific info about the processor on the TabUltra, but the Firehose loader for the Go6 would be a good starting point. See: http://www.temblast.com/ref/onyxldr.htm Please report what the HWID is. (It's not secret or specific to your unit.) |
|
|
|
|
|
#3 | |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2025
Device: Boox Tab Ultra
|
Quote:
Sorry for the late reply – I wanted to take some time before continuing and didn't get back as quickly as I should have. I tried working with the poke6.bin Firehose loader. The device is detected successfully in EDL mode, and I was able to run commands like nop, w boot, and r boot without issues. However, printgpt and gpt don’t return anything, and I can’t retrieve the HWID either – it’s not shown in any command output. I also tried peekhex 0x0 0x400 but couldn’t identify an obvious HWID string. Any idea how I can proceed from here? Would a different loader help? |
|
|
|
|
|
|
#4 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,511
Karma: 22077803
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Show your work. I don't know what's going on.
How can you not get the HWID. Use my EDL client, at least I know that. |
|
|
|
|
|
#5 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Sep 2026
Device: Kobo Clara
|
Hi,
I have an Onyx Boox Tab Ultra (non-C, purchased Nov 2022, Snapdragon 662) that got bricked back in January during an OTA firmware update — power/update failed mid-way and it's been stuck at the ONYX boot logo ever since, no matter how I try to reboot it. It does NOT show up in normal fastboot or adb devices. The only way I can get it to respond at all is using a test-point short cable with a button, which puts it into EDL (Sahara) mode. I tried various recovery/flashing attempts back in January (with some help from ChatGPT) without success, but at the time I was on Windows. Since then I've migrated my PC to Ubuntu (around April), so I no longer have my old Windows setup or any of the tools/files I used back then. I set up bkerler's edl.py on Ubuntu and ran `edl printgpt`. Here's what it reports: ``` HWID: 0x001740e100000000 (MSM_ID:0x001740e1, OEM_ID:0x0000, MODEL_ID:0x0000) CPU detected: "kamorta_IoT_APQ" PK_HASH: 0xd40eee56f3194665574109a39267724ae7944134cd53cb76 7e293d3c40497955bc8a4519ff992b031fadc6355015ac87 Serial: 0xdb19616f ``` None of the auto-detected generic loaders (quectel mdm9x05, SDM855LA, sdm662 factory, sc8180x factory) work — uploading any of them fails with "Error: Invalid data size received in image header". Since the CPU string comes back as "kamorta_IoT_APQ", I'm guessing this needs the specific Onyx/kamorta firehose loader (signed for this exact PK_HASH) rather than a generic Qualcomm one, which Onyx doesn't publish publicly. Does anyone have the correct firehose loader (and ideally the full rawprogram/patch images) for the Tab Ultra (non-C, kamorta platform)? Happy to run any further diagnostics needed. Thanks so much in advance! |
|
|
|
|
|
#6 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,511
Karma: 22077803
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
As it says in https://www.temblast.com/ref/onyxldr.htm, the Firehose loader is:
https://github.com/bkerler/Loaders/b...dr_patched.elf The latest update is: Code:
Model: TabUltra (English) Finger: Onyx/TabUltra/TabUltra:11/2026-06-30_11-25_4.2-rel_0630_b7cf3517a3/51518:user/release-keys Link: http://firmware-us.boox.com/6b7ec9b9bfc68ec1f871ab0c227f0c24/update.upx Size: 1,866,926,032 MD5: 6b7ec9b9bfc68ec1f871ab0c227f0c24 |
|
|
|
|
|
#7 | |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Sep 2026
Device: Kobo Clara
|
Quote:
Device still hangs at the boot logo after all that, so I dumped the 'super' partition (LUN 0, 4GB) to inspect it, and found the root cause: the logical partition metadata is corrupt. ``` AssertionError: Logical partition metadata has invalid geometry magic signature. ``` (using liblp/lpunpack in Python to parse it) This lines up perfectly with the January OTA failing mid-flash while writing the dynamic partitions (system/vendor/product/system_ext), leaving 'super' with an invalid/corrupted metadata header. The kernel boots fine (hence the logo showing), but init can never mount the dynamic partitions, so it hangs on the splash forever. I have all four raw partition images (system.img, vendor.img, product.img, system_ext.img) extracted from the full OTA payload.bin you linked earlier, ready to rebuild 'super' with lpmake. Before I start guessing at lpmake parameters (metadata size, partition group name, slot count) and risk multiple write cycles, does anyone know the exact lpmake invocation used for the Tab Ultra (kamorta platform)? Specifically the dynamic partition group name (is it 'qti_dynamic_partitions' or something else for this platform?) and metadata-size/metadata-slots values. The 'super' partition itself is exactly 0x100000000 bytes (4GiB) per the GPT. Thanks again for all the help so far — this has been a great troubleshooting session. |
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boox Tab Ultra soft-bricked – need help with firmware / EDL recovery | Slifer | Onyx Boox | 0 | 06-20-2025 05:09 AM |
| BOOX Firmware 4.0 Beta for Tab Ultra C Pro | stetre_76 | Onyx Boox | 2 | 01-17-2025 02:58 AM |
| Boox Tab Ultra C impressions after a full day of use | rowe | Onyx Boox | 14 | 08-09-2023 10:00 AM |
| Boox Tab Ultra C | ottischwenk | Onyx Boox | 22 | 05-17-2023 05:32 PM |
| Boox Tab Ultra Questions | BanditoB | Onyx Boox | 40 | 01-15-2023 02:42 PM |