02-02-2024, 08:08 AM | #46 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: Book Tab Ultra C
|
|
02-07-2024, 03:42 PM | #47 |
Wizard
Posts: 1,237
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Boox Leaf 2
|
I tried using this guide (well-written, BTW) to root my Tab Mini C. I'm using a Windows 11 ARM VM on my Mac. When I run Zadig to install the driver, after a minute Zadig stops and tells me that there was an error and the driver was not installed. No more info than that. The CPU for the Mini C is also a Bengal, so I assumed that it would use the same driver. Maybe not? Any ideas? I can run the edl Python stuff on my Mac, but the Windows method seemed easier.... : )
|
02-07-2024, 04:16 PM | #48 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Mmm, it seems like VMs sometimes have trouble with USB.
For a Mac I'd probably use the Python version. I should port my stuff. Android? RPi? Ubuntu? |
02-07-2024, 04:42 PM | #49 | |
Wizard
Posts: 1,237
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Boox Leaf 2
|
Quote:
I pulled out my notes on how I rooted the Note Air 2 a while back, and followed that on my Mac. It all went flawlessly! My Tab Mini C is now rooted! |
|
03-11-2024, 05:28 PM | #50 |
Junior Member
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
|
Linux edl
Also under Linux I could root my TabUltraC version 2023-11-22_07-29_3.5_9 46657f755 with the help of this guide.
The only difference is that I used https://github.com/bkerler/edl. The difficulty is that I needed to install the modules mentioned in requirements.txt by hand adding python- for each of them (for example: pacman -S python-capstone or apt install python-capstone). (python3 setup.py build gave an error message, but that didn't matter.) I could now read the boot_a image with: ./edl r boot_a boota.img The rest is the same as in the above description. |
06-13-2024, 02:05 AM | #51 |
Junior Member
Posts: 2
Karma: 10
Join Date: Jun 2024
Device: Boox Tab Ultra C Pro
|
Tab Ultra C Pro Rooted successfully, but the device can not be upgraded via OTA any more, sad :P
|
06-13-2024, 07:19 AM | #52 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
06-16-2024, 11:07 AM | #53 |
Junior Member
Posts: 2
Karma: 10
Join Date: Jun 2024
Device: Boox Tab Ultra C Pro
|
|
06-16-2024, 11:32 AM | #54 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
If there is a problem updating then a custom recovery could probably do that.
Since I disabled most of the Onyx stuff I do that with my Poke3 & Poke5. |
10-12-2024, 03:41 PM | #55 |
Junior Member
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
|
Now there is a new 1.7 GB update (2024-09-11_12 etc) that does work. I can also get boot_a and boot_b with edl, but fastboot doesn’t work.
fastboot boot boota_patched.img gives the following output and hangs: Sending 'boot.img' (98304 KB) After Ctrl-C fastboot devices doesn’t give output anymore. I have to reboot by pressing the button and use adb bootloader again. I repeated this 8 times without success. adb end edl work without problems, so it isn’t a cable or USB-port problem. |
10-12-2024, 03:46 PM | #56 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
If your regular system is working you can just park the update.upx (still encrypted) on sdcard and:
Code:
adb shell am start -a onyx.settings.action.firmware |
10-12-2024, 04:34 PM | #57 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
|
Quote:
Sending 'boot.img' (98304 KB) And thereafter it hangs and fastboot devices doesn't give any output anymore. What use is adb shell am start -a onyx.settings.action.firmware ? It just says that the device is already updated. Last edited by jkaltes; 10-12-2024 at 04:38 PM. |
|
10-12-2024, 04:43 PM | #58 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
???
If you're already up to that version you don't need to update. Modifying anything breaks the straight route to updating. There are hashes before and after for incremental updates. Full updates usually don't check what is there before, but may have anti rollback. I don't know what your state is so you'll have to be explicit. |
10-12-2024, 04:45 PM | #59 |
Junior Member
Posts: 9
Karma: 10
Join Date: Jan 2018
Device: Boox Tab Ultra C
|
I said that the update did work and that my problem was, that I couldn't boot or flash with fastboot.
I had root and the previous update didn't work as others also remarked. Now the update does work, but I can't get back root. |
10-12-2024, 05:07 PM | #60 |
Onyx-maniac
Posts: 3,158
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Fastboot is out, you have to flash your Magisk'ed boot image with EDL or a rooted recovery and dd.
|
|
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 |