06-24-2024, 07:57 AM | #46 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
sure, can i do this via edl ? can you pass me the full command line pls
|
06-24-2024, 08:24 AM | #47 |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Nope. Don't use any of those Firehose loaders.
Tell me when you're ready to try a new one. Last edited by Renate; 07-01-2024 at 06:28 PM. |
Advert | |
|
07-07-2024, 10:48 AM | #48 |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Ok, let's see some action here!
The GoCo7 should use the standard procedures as anything else. The GoCo7 and the Go103 use the same processor, SM6225 (and the same Firehose loader). The GoCo7 is eMMC and the Go103 is UFS. The Firehose loader for both is (temporarily) https://github.com/bkerler/Loaders/issues/97 First, enable Developer options, enable USB debugging, install Windows ADB drivers. Code:
adb reboot edl Code:
edl /lsm6225.bin edl /g -- just for fun and a sanity check edl /r /pboot_a boot.img edl /z |
07-07-2024, 05:29 PM | #49 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jul 2024
Device: Onyx Boox Go Color 7
|
Hello Renate and SleepWithMachine!
Thank you for making this thread and all the work. I successfully rooted my Boox Go Color 7 today using the instructions here, I was able to flash a magisk patched boot.img using edl. Thanks guys! |
07-15-2024, 10:50 AM | #50 |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Hey, you Go users! Please try/use the Firehose loader here (new version):
https://github.com/bkerler/Loaders/issues/97 |
Advert | |
|
07-28-2024, 10:25 AM | #51 | |
Junior Member
Posts: 3
Karma: 10
Join Date: Jul 2024
Device: Onyx Boox Leaf 3C
|
Quote:
I got a problem in leaf 3c, the chinese versions of Go7Color. After using fastboot to flash some firwmare. I think i made some mistake. 1. delete-logical-partition system_b 2. fail flash on system_a 3. Current slot is a, while the previous bootable is b Currently: it only boot loop to fastboot (not fastbootd), non of flash command work, the set slot not work as well. I just order an edl cable just in case. I need yours advise, please help if possible Last edited by hotrungnhan; 07-28-2024 at 10:28 AM. |
|
07-28-2024, 11:05 AM | #52 |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Yes, recent abl's have had some fastboot commands ripped out of them.
There might be EDL test points inside, but the OEM has been making them more obscure. It's also a question of how easily the device opens up. You can get to EDL by killing xbl, but that could be risky. An EDL cable would probably work, but that's up to the OEM too. You can make an EDL easily enough, but timing and wakkliy connections can make life more difficult. |
08-02-2024, 06:50 AM | #53 | |
Junior Member
Posts: 3
Karma: 10
Join Date: Jul 2024
Device: Onyx Boox Leaf 3C
|
Quote:
|
|
08-02-2024, 07:03 AM | #54 | |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Power down the device Connect the EDL cable to desktop Push and hold the EDL cable button Plug the EDL cable to the device Wait two seconds Release the EDL cable button |
|
08-02-2024, 07:20 AM | #55 | |
Junior Member
Posts: 3
Karma: 10
Join Date: Jul 2024
Device: Onyx Boox Leaf 3C
|
Quote:
The devices status now is * led indicator in the power button is on pinky-purple (bootloader is blue) * no fastboot, no adb, no usb found (not even an ?), edl tools can't find it as well ? is it really bad ? |
|
08-02-2024, 09:23 AM | #56 |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
We've got a Firehose loader for this so it can always be rescued.
It's just a question of how much trouble. I can guarantee that if it were here I could get it working within half an hour. There are EDL test points inside. If anybody pops one of these puppies open I'd like some good photos. |
09-24-2024, 03:11 PM | #57 |
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2024
Device: Onyx Boox GoColor 7
|
Hey I just wanted to say thanks very much to you @Renate!
I managed to root my GoColor 7 thanks to the edl loader that you wrote, and I wouldn't have been ready to use my device without root, so thanks a lot! To those who are struggling to understand the process like me before, here is a little explanation: Code:
# Rooting works by patching the boot.img firmware partition with magisk # To obtain (and flash) the boot.img we extract it directly from the device using EDL mode and a specific loader # The custom loader can be found here: https://github.com/bkerler/Loaders/issues/97 # Extract boot.img via edl edl --loader=sm6225.bin r boot_a boot.img # Patch the extracted boot.img with magisk, the usual way # Flash the patched image edl --loader=sm6225.bin w boot_a $HOME/Downloads/tmp_boox/magisk_patched-boot.img I don't have great experience with android, is this how it supposed to be or do I miss a step in the process ? PS: the commands I gave above may vary depending on your OS etc, its more to describe the process. |
09-24-2024, 05:32 PM | #58 | |
Connoisseur
Posts: 52
Karma: 10
Join Date: Jan 2024
Device: Boox Note Air 3
|
Quote:
If flashing to only slot A does not work, that probably means A is not the active slot. The active slot can alternate between A and B, depending on how you update. You can determine which slot is active with this adb command: adb shell getprop ro.boot.slot_suffix It will return _a or _b. There is probably a way to get the active slot with edl, but I don't know how offhand. |
|
09-24-2024, 11:19 PM | #59 | |
Onyx-maniac
Posts: 3,133
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Code:
edl /g # Name Start Count Type ── ──────────────── ────────── ────────── ──────────────────── 1 xbl_a 131072 7168 Inactive 2 xbl_b 138240 7168 Bootloader 3 xbl_config_a 262144 256 Inactive 4 xbl_config_b 262400 256 Boot config 5 tz_a 393216 8192 Inactive 6 tz_b 524288 8192 TrustZone ... |
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rooting the Nova 3 Color: is it locked? | haxonhax | Onyx Boox | 6 | 08-22-2021 11:16 PM |
Rooting Nook Color with 1.2 Firmware On It? | bhartman36 | Barnes & Noble NOOK | 1 | 07-01-2011 12:16 PM |
I think I bricked Nook Color while rooting | Hanscraft | Nook Developer's Corner | 56 | 06-06-2011 12:41 PM |
Rooting Nook Color - Many questions | Ankaa | Nook Developer's Corner | 1 | 12-30-2010 03:04 PM |
Made a mistake rooting my Nook Color | woodyear99 | Nook Developer's Corner | 10 | 12-24-2010 12:44 PM |