|
|
#1 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Apr 2026
Device: Onyx Tab Ultra C Pro
|
Tab Ultra C Pro - totally borked... but there may be hope
Hi All,
tldr - backstory After Magisk and Boox 4.1.1 didn't play nice on my Tab Ultra C Pro, i ended up delving into edl to start fresh. I stupidly ended up doing: Quote:
The reason I believe there is hope is, even though the super is borked and I can't get to regular recovery or fastboot, using the instructions here: https://www.mobileread.com/forums/sh....php?p=4567106 I was able to get regular recovery to boot. I tried to flash multiple update.zip for 4.1 fw and 4.1.1 OTA fw, hoping to "reset" the super partition but all were unsuccessful. After all this, I still have hope - I think what I need to do is flash a functioning super.img either from Boox or pulled from a functioning device with at least 4.1 fw. I opened a ticket with Boox asking for a flashable firehose or super.img, but their response is (currenty) "we don't share flashable zips". I am arguing back and forth to get a full firehose or at least a super.img. My big asks from the forum![]()
Any help is appreciated! |
|
|
|
|
|
|
#2 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Yeah, the super manifest is a pain (but possible) to create from nothing.
It's easier to start with something halfway reasonable. super does not contain anything personally identifiable so maybe somebody could donate it. |
|
|
|
|
|
#3 | ||
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Apr 2026
Device: Onyx Tab Ultra C Pro
|
Quote:
Quote:
if someone donates the super.img, I will create a full flashable zip for recovery if anyone else runs into this issue AND keep it updated with ota updates.
|
||
|
|
|
|
|
#4 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Well, you really need only 1 MB of super, not the whole thing.
|
|
|
|
|
|
#5 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Apr 2026
Device: Onyx Tab Ultra C Pro
|
I'm still waiting to hear back from Boox, but I reached out in a few other ways to see if I can pay someone to pull their super.img. I'm desperate
Is there a way to make an educated guess on the layout of super.img based on the system.img, system_ext.img etc? I used lpmake based on the file sizes in update.zip but I don't think that's exactly right, which is why the flash of my generated super.img wasn't successful. |
|
|
|
|
|
#6 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Theoretically lpmake should do the job but you need more info.
I did a 50 line makefile for someone recently but that was only to modify their super. And I just discovered a bug in it! |
|
|
|
|
|
#7 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Apr 2026
Device: Onyx Tab Ultra C Pro
|
Quote:
What bug did you find?? it wouldn't be the kind that will allow me to flash an update.zip would it?
|
|
|
|
|
|
|
#8 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Flashing an update.zip is no problem.
But it expects the manifest of super to be in good shape. I meant that in the 50 lines I forgot to do the last SHA256 on slot 1. |
|
|
|
|
|
#9 | |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Apr 2026
Device: Onyx Tab Ultra C Pro
|
Quote:
I'm hoping by some luck from heaven I can flash an older recovery.img, then flash the most recent update.zip to get this thing working again. I've also written scripts for arch and windows to backup all partitions (except userdata) and zip in case someone on the forum or elsewhere has a working tab ultra c pro and would be will graciously share their super.img - this should make the process super easy. I am also going to offer a bounty for a working super.img in the flea market if that's the appropriate place? |
|
|
|
|
|
|
#10 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
If you save the whole thing as one big file, you can dissect it later with dd if someone needs a part.
That's more reliable than keeping 100 files. For somebody who wants to volunteer to help: This is UFS, so there are 6 LUNs. Look at your GPT, find out where the super is, dd out or EDL the first 1MB. |
|
|
|
|
|
#11 |
|
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2025
Device: BOOX TAB10CPro(TabUltraCPro CN)
|
If you want, this is my gpt readback, but it's from tab 10c Pro, you need test it.https://drive.google.com/file/d/1E6-...usp=drive_link
|
|
|
|
|
|
#12 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Well, that's the GPT. What we need is more like either:
Code:
edl /u0 /r /psuper /c256 man.img Code:
dd if=/dev/block/by-name/super of=/sdcard/man.img bs=4096 count=256 |
|
|
|
|
|
#13 |
|
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2025
Device: BOOX TAB10CPro(TabUltraCPro CN)
|
|
|
|
|
|
|
#14 |
|
Member
![]() Posts: 19
Karma: 10
Join Date: Mar 2025
Device: BOOX TAB10CPro(TabUltraCPro CN)
|
If you need, I build a super.img to flash my tab 10c Pro to Tab UltraC Pro, now it boot success. but Maybe it must disable avb,I`m not sure, my tab 10C pro need to disable the avb to boot.
|
|
|
|
|
|
#15 |
|
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,434
Karma: 22077647
Join Date: Feb 2012
Location: Germany
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
LGTM, but is that for the exact same device?
Spoiler:
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BOOX Firmware 4.0 Beta for Tab Ultra C Pro | stetre_76 | Onyx Boox | 2 | 01-17-2025 02:58 AM |
| successor for Tab Ultra C Pro to be expected soon? | lepau | Onyx Boox | 2 | 12-18-2024 05:28 AM |
| Boox Note Air 3C vs. TAB ULTRA C PRO | lepau | Onyx Boox | 5 | 04-28-2024 07:29 AM |
| About Tab 10c(ultra tab c) | MichaelSmith | Onyx Boox | 2 | 03-17-2024 01:33 PM |
| *Almost* borked my Galaxy Tab | TallMomof2 | Android Devices | 6 | 02-20-2011 11:39 PM |