View Single Post
Old 03-06-2024, 11:57 AM   #132
Renate
Wizard
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: 2,401
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Mmm, maybe an update has caused your versions to be mixed.
Do you have ADB enabled?
Code:
C:\>adb shell lsmod
Does that show one line or twenty?
If it's one, then versions are probably not the problem.
If it's twenty...

The most recent TabUltra version is:
Code:
Model:  TabUltra (English)
Finger: Onyx/TabUltra/TabUltra:11/2023-11-22_08-58_3.5_946657f755/43508:user/dev-keys
Link:   http://firmware-us-volc.boox.com/00135b572b9d321902f87c9d71a7f17f/update.upx
Size:   1,561,582,806
MD5:    00135b572b9d321902f87c9d71a7f17f
You might try to download that to your desktop, then ADB push to /sdcard.
Then:
Code:
C:\>adb shell am start -a onyx.settings.action.firmware
And do an update.

Then, because you've lost root, you can extract the current boot image from update.upx (after decrypting) or EDL read the current boot image.
Renate is offline   Reply With Quote