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 03-31-2024, 05:02 AM   #1
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Tab Mini C boot loop. Help please.

Something odd happened to my Tab Mini C.
It went into sleep mode and when I looked at it again the next day it said something had failed (don't exactly remember what) and I had the options of "try again" or "factory reset". I selected try again and the device went into a boot loop.

I can get into Recovery mode but only "reboot to system" and "reboot to bootloader" is selectable.
It is possible to reboot to bootloader and it shows up on a PC with fastboot devices.
ADB in recovery shows "unauthorized".

Is there any way to revive the device?
Keeping the data would be great...
Pentam is offline   Reply With Quote
Old 03-31-2024, 10:46 AM   #2
bigwigs
Enthusiast
bigwigs began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Feb 2024
Device: Kindle Paperwhite
Quote:
Originally Posted by Pentam View Post
Something odd happened to my Tab Mini C.
It went into sleep mode and when I looked at it again the next day it said something had failed (don't exactly remember what) and I had the options of "try again" or "factory reset". I selected try again and the device went into a boot loop.

I can get into Recovery mode but only "reboot to system" and "reboot to bootloader" is selectable.
It is possible to reboot to bootloader and it shows up on a PC with fastboot devices.
ADB in recovery shows "unauthorized".

Is there any way to revive the device?
Keeping the data would be great...
Do you have boot.img backed up?
If so, u can use fastboot boot boot.img

Or else you will need to extract boot.img from update.upx
bigwigs is offline   Reply With Quote
Advert
Old 03-31-2024, 10:53 AM   #3
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,322
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
The last update for the TabMiniC was:
Code:
Model:  TabMiniC (English)
Finger: Onyx/TabMiniC/TabMiniC:11/2023-11-22_07-26_3.5_946657f755/43508:user/dev-keys
Link:   http://firmware-us.boox.com/0c30bf96b1f58c6884b83b110ab9b880/update.upx
Size:   1,552,092,065
MD5:    0c30bf96b1f58c6884b83b110ab9b880
But we don't seem to have the decode keys for this?
If somebody can, adb pull /system/lib64/libota_jni.so
Renate is offline   Reply With Quote
Old 03-31-2024, 05:10 PM   #4
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by bigwigs View Post
Do you have boot.img backed up?
If so, u can use fastboot boot boot.img

Or else you will need to extract boot.img from update.upx
Yes, I had my TMC rooted, so I had the boot.img backed up.
Tried flashing the original as well as the Magisk-rooted version. Both did not solve the problem.

Last edited by Pentam; 03-31-2024 at 05:14 PM.
Pentam is offline   Reply With Quote
Old 03-31-2024, 05:13 PM   #5
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
The last update for the TabMiniC was:
Code:
Model:  TabMiniC (English)
Finger: Onyx/TabMiniC/TabMiniC:11/2023-11-22_07-26_3.5_946657f755/43508:user/dev-keys
Link:   http://firmware-us.boox.com/0c30bf96b1f58c6884b83b110ab9b880/update.upx
Size:   1,552,092,065
MD5:    0c30bf96b1f58c6884b83b110ab9b880
But we don't seem to have the decode keys for this?
If somebody can, adb pull /system/lib64/libota_jni.so
That is the version I had installed. Is there a way to flash the whole update via fastboot?
I only know about the method with ADB.
Pentam is offline   Reply With Quote
Advert
Old 03-31-2024, 11:24 PM   #6
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,322
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
With my Poke3 I've used a custom recovery to flash a decrypted update on a flash drive to the device.
Without userdata mounted it can be hard to find space for 1.5 GB.

If someone has a working TabMiniC we need that libota_jni.so for the keys.
Renate is offline   Reply With Quote
Old 04-01-2024, 11:37 AM   #7
bigwigs
Enthusiast
bigwigs began at the beginning.
 
Posts: 39
Karma: 10
Join Date: Feb 2024
Device: Kindle Paperwhite
Quote:
Originally Posted by Pentam View Post
That is the version I had installed. Is there a way to flash the whole update via fastboot?
I only know about the method with ADB.
Yes, you can do that using fastboot but someone needs to answer Renate's query about libota_jni.

Those keys need to be updated for tool that allows to extract rom details from update.upx.
bigwigs is offline   Reply With Quote
Old 04-01-2024, 04:59 PM   #8
meliori
Junior Member
meliori began at the beginning.
 
Posts: 2
Karma: 18
Join Date: Mar 2024
Device: Clara HD
Name: libota_jni.so
Size: 11704 bytes (11 KiB)
CRC32: 02478E8C

3B0B382BDA19D0E9F0755C8B01B086DC
A602693F5AF19546BF7F40A523237E54
meliori is offline   Reply With Quote
Old 04-02-2024, 01:24 AM   #9
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,322
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by meliori View Post
Name: libota_jni.so
Thank you. Added to https://github.com/Hagb/decryptBooxU...r/BooxKeys.csv
Renate is offline   Reply With Quote
Old 04-03-2024, 12:11 PM   #10
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by meliori View Post
Name: libota_jni.so
Size: 11704 bytes (11 KiB)
CRC32: 02478E8C

3B0B382BDA19D0E9F0755C8B01B086DC
A602693F5AF19546BF7F40A523237E54
Thanks for the upload!
Pentam is offline   Reply With Quote
Old 04-03-2024, 12:13 PM   #11
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
Thanks for adding the keys.
I decrypted the update.upx to update.zip.
How do I use the files with fastboot?
Pentam is offline   Reply With Quote
Old 04-03-2024, 02:46 PM   #12
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,322
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
You can try with fastboot to boot (not flash) the boot image off the update.
It might break some things, but it might not boot loop.
Code:
fastboot boot boot.img
We still don't know why it's looping.
Renate is offline   Reply With Quote
Old 04-04-2024, 12:27 PM   #13
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Quote:
Originally Posted by Renate View Post
You can try with fastboot to boot (not flash) the boot image off the update.
It might break some things, but it might not boot loop.
Code:
fastboot boot boot.img
We still don't know why it's looping.
It gets stuck at the onxy logo with blue LED on in the power button. No change visible.
In the device manager is see a repeated connection of a device "QUSB_BULK_SN:********".


That is different from the repeated loop of screen flashing between the logo screen that I had before.
Pentam is offline   Reply With Quote
Old 04-04-2024, 02:51 PM   #14
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,322
Karma: 10000009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Pentam View Post
It gets stuck at the onxy logo with blue LED on in the power button.
QUSB is EDL mode.

You can try Magisk'ing the boot image from the update on another Android.
You can try using an "empty" vbmeta or clearing the flags.

Which files do you have in the update?

I might be able to make something out of the recovery, but that is a bit of work and a bit tedious to do when I don't own one of these.
Renate is offline   Reply With Quote
Old 04-05-2024, 09:58 AM   #15
Pentam
Enthusiast
Pentam began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Jul 2023
Device: Boox Tab Mini C
Content of payload.bin:
- boot.img
- dtbo.img
- modem.img
- product.img
- recovery.img
- system.img
- system_ext.img
- vbmeta.img
- vbmeta_system.img
- vendor.img
- xbl.img

Magisked boot image did not solve the problem. Same result.
Sorry. Noob here... What do you mean with "empty" vbmeta? Clearing the partition or flashing 0 byte file?
Pentam is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot loop - what's wrong? abarthch Kindle Developer's Corner 65 05-09-2016 04:18 PM
[PW] Stuck in boot loop? abarthch Kindle Developer's Corner 11 02-04-2016 12:20 PM
PRS-350 Unbricking from boot loop? Analogus Sony Reader 19 06-16-2011 03:35 PM
Kindle 3 Boot loop jlove Kindle Developer's Corner 13 05-17-2011 05:23 AM
PRS-650 Boot loop after large changes Soul_Est Sony Reader 5 11-29-2010 12:12 PM


All times are GMT -4. The time now is 06:24 PM.


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