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 10-13-2023, 08:43 AM   #16
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by vixxovs View Post
I will try to do that for sure but I'm only scared by the possibility to lose the Wi-Fi. Is something I can restore backwards in case of troubles ?
I don't know what kernel modules you have on your device. Kernel modules are things loaded separately from the kernel but must be built for a specific build of a kernel. When there is a mismatch something is not going to work. The solution is to install a consistent set of kernel/kernel modules.

Do this:
Code:
adb shell lsmod
On my Poke3 I get 1 module (wlan), on my Poke5 I get 28 modules, on my Moto phone I get 49.

Magisk'ing a boot image pulled from your device will not break anything. Just keep a copy of your original boot image on your desktop.

Thanks for the question. I hadn't realized how overboard everybody has gotten with kernel modules!
Renate is offline   Reply With Quote
Old 10-13-2023, 09:13 AM   #17
muser
Member
muser began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2022
Device: Boox Tab Ultra
Thank you. It comes right in time. I intend to root my tab ultra (b&w) in a try to lower or disable processes and services to increase battery life. But i got some questions.
Its this tuc image functional for tab ultra? If not where i can find a stable version?
How i make a system backup and restore it if thing go wrong?
How can i update after rooting it?
muser is offline   Reply With Quote
Advert
Old 10-13-2023, 09:44 AM   #18
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
If you have EDL working, the most bomb-proof backup is to use EDL to take a raw copy of your entire flash memory. Yes, this is big and slow if you have 64 or 128 GB. It also is very ungainly if you want some portion of the backup after you have saved it as one lump. It may not even restore to a replacement device (because of key generation for userdata encryption). But restored on the exact same device it will take you back to exactly where you were.

I've done this on my Poke3 a few times. I save a new backup, restore an old backup, hit "Last read" and it pops to the page in the book where I was a few months back. I restore the new backup, hit "Last read" and it's right back on my current book.
Quote:
Originally Posted by muser View Post
How can i update after rooting it?
Ah, that's a different question.
Onyx has mostly been using full updates so it does not presume what you have on your device, besides checking that you are not rolling back to an earlier version. If your update is over 1 GB it probably is a full update. If it is smaller it could be an incremental update that will keep some parts of the old version. If you have modified things behind Onyx's back there may be collisions. For the simple Magisk case, usually the entire boot image is replaced anyway so you only have to deal with your device being unrooted.

For rolling back versions you will need to modify updater-script in the update.
Renate is offline   Reply With Quote
Old 11-03-2023, 03:29 PM   #19
petedux
Junior Member
petedux began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2023
Device: None
Thanks for this guide. This works for the new Tab Ultra C Pro, just had to use a different loader (Qualcomm sdm855).
petedux is offline   Reply With Quote
Old 11-08-2023, 08:35 AM   #20
Mcd1144
Member
Mcd1144 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
@petedux Great to know it works on the pro! where did you find the loader for the sdm855? I’m looking to root my pro as well.
Mcd1144 is offline   Reply With Quote
Advert
Old 11-08-2023, 08:46 AM   #21
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by petedux View Post
This works for the new Tab Ultra C Pro, just had to use a different loader (Qualcomm sdm855).
Could you quote the HWID/Hash (but not the serial), please?
Also which loader did you use?
Renate is offline   Reply With Quote
Old 11-08-2023, 04:36 PM   #22
Mcd1144
Member
Mcd1144 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
Quote:
Originally Posted by Mcd1144 View Post
@petedux Great to know it works on the pro! where did you find the loader for the sdm855? I’m looking to root my pro as well.
I was able to root using the loader found here: https://github.com/bkerler/Loaders/t...factory/sdm855
Mcd1144 is offline   Reply With Quote
Old 11-08-2023, 05:57 PM   #23
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Mcd1144 View Post
I was able to root using the loader found here: https://github.com/bkerler/Loaders/t...factory/sdm855
Thanks! Could you confirm the HWID and was the Hash this?
ec70ff124179a138 c679962561700ee3 007131713530d4b2 205ead1b11bb915c b52b4c2cb68644c4 fbb0cfe490649ed1
(There's nothing secret about either one.)
Renate is offline   Reply With Quote
Old 11-08-2023, 07:23 PM   #24
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Mmm, just a heads up.
Somebody with a Tab10CPro is having a problem with decrypting updates as there have been some changes in strings for DeBooxUpd.
(I'm confused too as to what the heck a Tab10CPro is anyway.)
Renate is offline   Reply With Quote
Old 11-08-2023, 07:51 PM   #25
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,061
Karma: 3000026
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
It is “Onyx Boox Tab Ultra C Pro”, it is getting really messy with all these “new” devices
mergen3107 is offline   Reply With Quote
Old 11-08-2023, 09:26 PM   #26
Mcd1144
Member
Mcd1144 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
Quote:
Originally Posted by Renate View Post
Thanks! Could you confirm the HWID and was the Hash this?
ec70ff124179a138 c679962561700ee3 007131713530d4b2 205ead1b11bb915c b52b4c2cb68644c4 fbb0cfe490649ed1
(There's nothing secret about either one.)
Happy to, just let me know how to find them.
Mcd1144 is offline   Reply With Quote
Old 11-09-2023, 06:37 AM   #27
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by mergen3107 View Post
It is “Onyx Boox Tab Ultra C Pro”, it is getting really messy with all these “new” devices
Oh, so I actually posted this in the right thread!

Edit: I get it. This is one of those "Russian" ones.
Still, has anybody decoded an update for the "normal" TabUltraCPro?

Quote:
Originally Posted by Mcd1144 View Post
Happy to, just let me know how to find them.
If you go to EDL mode and then use an EDL client (either the Python one or mine in the sig) the first thing it will tell you is that info.

The following is for mine.
Code:
adb reboot edl
edl.exe /l
Serial: <not really that secret, but don't quote>
HWID: <maybe 000a50e1-00000000>
Hash: <maybe ec70ff124179a138...>

Last edited by Renate; 11-09-2023 at 10:57 AM.
Renate is offline   Reply With Quote
Old 11-11-2023, 11:33 AM   #28
Mcd1144
Member
Mcd1144 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
Quote:
Originally Posted by Renate View Post
Oh, so I actually posted this in the right thread!

Code:
adb reboot edl
edl.exe /l
Serial: <not really that secret, but don't quote>
HWID: <maybe 000a50e1-00000000>
Hash: <maybe ec70ff124179a138...>
Code:
HWID:              0x000a50e100000000 (MSM_ID:0x000a50e1,OEM_ID:0x0000,MODEL_ID:0x0000)
CPU detected:      "SM8150"
PK_HASH:           0xd40eee56f3194665574109a39267724ae7944134cd53cb767e293d3c40497955bc8a4519ff992b031fadc6355015ac87
Mcd1144 is offline   Reply With Quote
Old 11-11-2023, 12:31 PM   #29
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,318
Karma: 9999999
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Mcd1144 View Post
Code:
0x000a50e100000000
0xd40eee56f3194665574109a39267724ae7944134cd53cb767e293d3c40497955bc8a4519ff992b031fadc6355015ac87
You can try these two loaders:
https://github.com/bkerler/Loaders/r...a138_fhprg.bin
https://github.com/bkerler/Loaders/r...4665_fhprg.bin

In point of fact, neither of them are actually d40eee...
But we don't know yet if your device is actually SecureBoot.

The problem with the "Strings" on the Tab10CPro got resolved.
Renate is offline   Reply With Quote
Old 11-11-2023, 01:04 PM   #30
Mcd1144
Member
Mcd1144 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
Quote:
Originally Posted by Renate View Post
You can try these two loaders:
https://github.com/bkerler/Loaders/r...a138_fhprg.bin
https://github.com/bkerler/Loaders/r...4665_fhprg.bin

In point of fact, neither of them are actually d40eee...
But we don't know yet if your device is actually SecureBoot.

The problem with the "Strings" on the Tab10CPro got resolved.
https://github.com/bkerler/Loaders/r...a138_fhprg.bin is what I tried the other day and it worked.

Any recommendations on image backups and restoring from them? I've been searching and it seems like there is no custom recovery for Boox
Mcd1144 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Root the Onyx Boox Note Air 2 Plus (Windows) Chitter Onyx Boox 114 03-28-2024 11:45 AM
Boox Tab Ultra C ottischwenk Onyx Boox 22 05-17-2023 05:32 PM
Remarkable 2 - Kobo Elipsa 2E - or Onyx Boox Tab Ultra? LordP Which one should I buy? 9 04-16-2023 08:34 AM
Boox Tab Ultra 3.3.2 beta ottischwenk Onyx Boox 20 03-20-2023 04:30 PM
Onyx Tab Ultra WillAdams News 2 11-22-2022 04:50 PM


All times are GMT -4. The time now is 04:01 AM.


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