Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 10-13-2024, 06:56 AM   #61
jkaltes
Junior Member
jkaltes began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
You are right, I managed to flash boota_patched.img with:
Code:
./edl w boot_a ./boota_patched.img
edl from https://github.com/bkerler/edl
jkaltes is offline   Reply With Quote
Old 10-13-2024, 08:14 AM   #62
Renate
Onyx-maniac
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: 3,279
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by jkaltes View Post
You are right, I managed to flash boota_patched.img with...
Or for Windows you can use my native version (in my sig).
Renate is offline   Reply With Quote
Advert
Old 10-16-2024, 11:33 AM   #63
poweredren
Junior Member
poweredren began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2024
Device: Hisense A9 Pro, Onyx Boox Tab Ultra C
Quote:
Originally Posted by Renate View Post
Or for Windows you can use my native version (in my sig).
Quote:
Originally Posted by jkaltes View Post
You are right, I managed to flash boota_patched.img with:
Code:
./edl w boot_a ./boota_patched.img
edl from https://github.com/bkerler/edl
With the latest update of Onyx Boox Tab Ultra C, the fastloader are no longer able detected by PC Device Manager, I'm still here with Magisk patched boot image waiting to be flashed, and too dumbed to patched via edl just as
@jkaltes said, (Git and Python approach from bkerler), could you please help elaborate on how to do it via window *EDL or a rooted recovery and dd* or from the *or the native in your sig (doesn't shown anything)*

Last edited by poweredren; 10-16-2024 at 11:36 AM.
poweredren is offline   Reply With Quote
Old 10-16-2024, 02:10 PM   #64
Renate
Onyx-maniac
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: 3,279
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Click on my big name on the left. "Visit Renate's homepage!" Go to EDL.
Read the instructions, install WinUsb with Zadig. Use the loader that's linked.
Code:
C:\>edl /lwhatever
C:\>edl /u /r /pboot_a backupa
C:\>edl /u /r /pboot_b backupb
C:\>edl /u /w /pboot_a magisk12345
C:\>edl /u /w /pboot_b magisk12345
C:\>edl /z
Renate is offline   Reply With Quote
Old 10-19-2024, 11:49 PM   #65
casainho
Junior Member
casainho began at the beginning.
 
Posts: 1
Karma: 20
Join Date: Oct 2024
Device: Onyx Boox Tab Ultra C Pro
Using my Linux Ubuntu PC, I could root my Onyx Boox Tab Ultra C Pro as expected. But yes, after latest firmware update, the fastboot didn't work anymore.

This were the steps I did:

- first read boot_a and boot_b, using latest edl from his github repo:

./edl r boot_a boot_a_original_ufs_lun_4.img
./edl r boot_b boot_b_original_ufs_lun_4.img



- after I applied magisk to that both files and finally write them back using edl:

./edl w boot_a boot_a_magisk_patched.img
./edl w boot_b boot_b_magisk_patched.img



And for the linux guys here, I were able to install latest Linux Ubuntu 24.04 (xubuntu version) on my Onyx Boox Tab Ultra C Pro!!
That was possible using Termux, and now I can run things like VS Code to read some code and build it :-)

Thanks to being able to root the Onyx Boox Tab Ultra C Pro, I were able to install the Linux Ubuntu 24.04 using chroot, that gives the best performance possible!!

Here some pictures I took:





So I used Android when I have there apps that I prefer, and then I also use Linux Ubuntu, just like the same I use on my laptop - Like I prefer to use PC Firefox version instead of Android Firefox, like I can switch faster between sites/tabs on PC Firefox version and not on Android version.
And by the way, the touch inside Linux works great!! So, this is a great Eink Linux tablet!!

I am using this cheap Bluetooth keyboard I bought on Aliexpress and that works great both on Android and Linux, as the Fx keys works like to change audio volume, change the brightness, go to home, etc.

Last edited by casainho; 10-19-2024 at 11:53 PM.
casainho is offline   Reply With Quote
Advert
Old 11-27-2024, 07:36 AM   #66
Renate
Onyx-maniac
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: 3,279
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Just out of interest, what is the HWID on your Tab Ultra C Pro, please?
Renate is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 126 10-02-2024 04:53 AM
Boox Tab Ultra C ottischwenk Onyx Boox 22 05-17-2023 06:32 PM
Remarkable 2 - Kobo Elipsa 2E - or Onyx Boox Tab Ultra? LordP Which one should I buy? 9 04-16-2023 09:34 AM
Boox Tab Ultra 3.3.2 beta ottischwenk Onyx Boox 20 03-20-2023 05:30 PM
Onyx Tab Ultra WillAdams News 2 11-22-2022 05:50 PM


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


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