11-11-2023, 04:25 PM | #31 |
Onyx-maniac
Posts: 3,192
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
11-11-2023, 04:51 PM | #32 |
Wizard
Posts: 1,336
Karma: 4752930
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
edl is great for this task: you just enter this mode, then make backups or restore them by writing them onto NAND. works like a charm if you screw up
|
Advert | |
|
11-11-2023, 06:42 PM | #33 | |
Member
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
|
Quote:
|
|
11-11-2023, 07:00 PM | #34 |
Onyx-maniac
Posts: 3,192
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
The simplest is to make a full, raw backup of your device.
This will take a bunch of space on your desktop, 128 GB for the TUC, I think. And because it's raw, you won't even be able to cherry pick a single user file off the encrypted user data partition when a truck runs over your device. But it will allow you to restore your device exactly as it was to a point in time. So, backup directly all useful files. Make a full, raw backup before upgrades that you might not wish or dangerous experiments. You're on Mac, so you're stuck with the Python EDL client. Hey! Did anyone post the /system/lib64/libota_jni.so (or figure out the update strings) for the TUC yet? Please do, so I can get the strings for the next update whenever it comes. Last edited by Renate; 11-11-2023 at 07:04 PM. |
11-11-2023, 08:47 PM | #35 | |
Member
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
|
Quote:
rl # Read all partitions from flash to a directory rf # Read whole flash to file wl # Write all files from directory to flash wf # Write whole filename to flash |
|
Advert | |
|
11-11-2023, 09:35 PM | #36 | |
Onyx-maniac
Posts: 3,192
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
rl will read individual partitions from device and write ~70 files to a directory For Windows fans using my EDL client: Code:
edl /lmyloader.bin edl /u /r bighonkingfile |
|
11-12-2023, 11:39 AM | #37 |
Member
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
|
I used rf to make the backup, and it ended up giving me 6 backup files *.lunX (0 through 5). I was then able to use wf *.lunX --lun=X to restore successfully.
Code:
python3 edl --loader=Loaders/qualcomm/factory/sdm855/000a50e10029003c_ec70ff124179a138_fhprg.bin wf deviceBackup1.lun5 --lun=5 |
11-12-2023, 12:11 PM | #38 | |
Onyx-maniac
Posts: 3,192
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Um, yeah, I spaced. eMMC gives you a single file, UFS is usually six separate "devices" and therefore six files.
Quote:
It just depends whether the xbl has the check inside the code. The best way to test is to power down your device fully without USB connected. Hold the button and plug in. Wait 2 seconds. The abl is where secret button presses do magic things. I don't have any with buttons, so I can't say. abl also will do magic things based upon characters coming in on the internal 1.8V debug UART. Just to show you how obscure this stuff is, if you hit Backspace over 100 times it will go to recovery, if you hit it only over 50 times it will go to EDL. There are also internal test points to force it to go to EDL. In the past they were very conspicuous, over time they have become inconspicuous. |
|
11-12-2023, 11:51 PM | #39 |
Member
Posts: 10
Karma: 10
Join Date: Nov 2023
Device: TUCP
|
Holding volume up and down and then inserting usb-c cable already connected to the computer puts it into edl mode. EDL mode can be exited by removing the cable, and then holding the power and volume up until the screen flashes.
Holding down just volume up and then inserting usb-c cable already connected to the computer boots it into recovery. |
11-13-2023, 05:04 AM | #40 |
Wizard
Posts: 2,898
Karma: 3933245
Join Date: Sep 2012
Location: Salzburg AT
Device: Bigme 3/3, Boox 4/14, Like-/Meebook 2/8, Tolino 1/10, Ki/Ko 0/8
|
|
02-01-2024, 07:13 PM | #41 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: Book Tab Ultra C
|
hello and thanks for this guide
when I get to Retrieve a Boot Image with EDL and a Loader and type edl.exe /l662.elf I get edl.exe /l662.elf Found EDL 9008, handshaking... version 2.1 HWID: 0014d0e100000000, JTAG: 0014d0e1, OEM: 0000, Model: 0000 Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955-bc8a4519ff992b03-1fadc6355015ac87 (x3) Could not open 662.elf how could I procede? |
02-01-2024, 07:18 PM | #42 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: Book Tab Ultra C
|
hello 1st of all thanks for this guide
when I get to edl.exe /l662.elf it says 'could not open 662.elf' I have eld and 662 files in userfolder as in the guide any idea on how to procede kindly? |
02-01-2024, 08:09 PM | #43 |
Onyx-maniac
Posts: 3,192
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
This sounds like a simple case of the file not being there.
Code:
dir 662.elf Edit: I even double-checked. I can load a loader while it's already open in another application. Last edited by Renate; 02-01-2024 at 08:15 PM. |
02-02-2024, 03:09 AM | #44 |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: Book Tab Ultra C
|
When I get home I'll try to rename the file then because it's definitely there(when unzipped it's called Qualcomm...)
|
02-02-2024, 05:58 AM | #45 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Feb 2024
Device: Book Tab Ultra C
|
Quote:
dir 662.elf I get c:\>dir 662.elf Volume in drive C has no label. Volume Serial Number is FCF5-57E9 when I type c:\>edl.exe /l662.elf 'edl.exe' is not recognized as an internal or external command, operable program or batch file. but I do have eedl.exe and 662.eld files in my username folder (scratching my head) |
|
|
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 |