07-01-2024, 02:23 PM | #31 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
Posting this here to cover all bases. This time under the thread.
This is with the edl /lnowrite.bin Code:
C:\Users\User>edl.exe /z Found EDL 9008 <log value="ERROR: Start sector 8200 not allowed for LUN 0 through EDL Flash" /> Requesting reboot... ok Code:
C:\Users\User>edl.exe /z Found EDL 9008, requesting reboot... ok |
07-01-2024, 04:06 PM | #32 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Perhaps the answer is that this Firehose loader is just screwed up.
I'll look into this anomaly to see if there's any insight to be gained. Have you ever seen that error elsewhere? |
Advert | |
|
07-01-2024, 05:32 PM | #33 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Hope springs eternal. Try the one in the PM.
|
07-01-2024, 06:13 PM | #34 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
Not before latest post, the one before this.
Code:
C:\Users\User>edl /u0 /r /pmisc misc.img Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting read misc.img... ok, reading 100% ok C:\Users\User>edl /u0 /w /pmisc misc.img Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting write misc.img... ok, writing 0% Could not write device C:\Users\User>edl /z Found EDL 9008, requesting reboot... <log value="ERROR: Read non multiple sector size value from USB 59 sectsize4096" /> No response Fingers crossed |
07-01-2024, 06:56 PM | #35 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
Advert | |
|
07-01-2024, 07:11 PM | #36 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
You are a true genius.
Code:
C:\Users\User>edl /u0 /w /pmisc misc.img Found EDL 9008, configuring... ok Requesting info on LUN 0... ok Requesting GPT 0 header... ok, receiving... ok, requesting entries... ok, receiving... ok Requesting write misc.img... ok, writing 100% ok |
07-01-2024, 07:23 PM | #37 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Probably. Just do the Magisk.apk, patch boot, write it.
Before that, just do a double check that everything stays in sync. Make sure that you can do commands after a write. Just do stuff like: Code:
edl /u0 /w /pmisc misc.img edl /u0 /w /pmisc misc.img edl /u /g edl /u0 /w /pmisc misc.img edl /z |
07-01-2024, 07:30 PM | #38 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
I will test today after work at the office. So somewhat later in the evening 7 PM ish.
If it's not clear I will double check with you. Have good night. |
07-01-2024, 07:43 PM | #39 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
07-02-2024, 08:01 AM | #40 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
Could you write a short instruction for my use case?
I just want to be sure I don't mess thus up. Or point me to the right instruction. (Not home yet, so no rush) |
07-02-2024, 08:25 AM | #41 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Huh? I don't know what you mean.
I want to make sure that after doing a write "/w" that the synchronization between the desktop client and the EDL server is preserved. That is, I want to see: Code:
edl /u0 /w /pmisc misc.img ... ok edl /u0 /w /pmisc misc.img ... ok Code:
edl /u0 /w /pmisc misc.img ... ok edl /u0 /w /pmisc misc.img df&(*9696&&^ ???? I'm just asking you to mix it up a bit and make sure that individual commands work in isolation as well as proximity to others. Just hit the up arrow and enter a few times. It should take 10 seconds to do this. Don't quote it, just report any weirdness. |
07-02-2024, 08:54 AM | #42 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
Alright, that is clear. What I am after is how to write the boot after I have patched it. That part is clear.
|
07-02-2024, 11:11 AM | #43 |
Onyx-maniac
Posts: 3,141
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I know that your abl/bootloader/fastboot doesn't have any flashing commands, but I didn't check if it had a boot command. It's always better to check a new image by booting before flashing.
Code:
fastboot boot Magisk123456.img Code:
edl /lpatched.bin edl /u /w /pboot_b Magisk123456.img edl /z You can do a "fastboot getvar all" or "edl /u /g" to see which slot is active. |
07-02-2024, 01:58 PM | #44 |
Connoisseur
Posts: 51
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
|
Posting it here so everyone knows:
Code:
C:\Users\User>fastboot boot boota_patched.img Sending 'boot.img' (38708 KB) OKAY [ 0.894s] Booting FAILED (remote: 'unknown command') fastboot: error: Command failed Everything went ok and normal. In other words I have root access. My gratitude is huge. Hit me with a PayPal addresses for 2 cups of coffee. Now going to test adding support for said app. (kanji study) |
07-03-2024, 07:01 AM | #45 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jun 2024
Device: Onyx Boox Go 10.3
|
It's so great to see that you've resolved the issue, especially Renate's incredible work.
I'd like to know where I can download the final edl and patched loader. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Color Need help un-rooting! | banjobama | Nook Color & Nook Tablet | 4 | 03-23-2012 10:08 AM |
Rooting? | Alantra | Kobo Tablets | 6 | 01-06-2012 02:04 AM |
Color re-rooting | MusingCoyote | Nook Developer's Corner | 4 | 01-01-2012 07:18 PM |
Rooting | ectoplasm | Kindle Fire | 25 | 12-04-2011 01:26 PM |
Rooting a 1.1 ... | Cpl Punishment | Nook Developer's Corner | 45 | 02-20-2011 02:56 AM |