05-04-2022, 07:00 AM | #46 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Don't.
There are two phases going on here, using two different protocols. When you try to do them in one command there is not in fact any functional problem, merely a problem of you understanding what and where any problems might be. Code:
edl.exe /lq662.elf The first protocol "Sahara" is very brittle. It can easily mistake "whose turn it is to talk" and it tolerates no interruption. So, in the first phase if anything doesn't work for any reason you must do a reset and get a fresh EDL. The information part of the first phase should run without problem spitting out some lines. The next part is the loading of the loader. That can barf for four separate reasons:
There could also be a problem with bad USB cables or flakey hubs. If the desktop machine crashes, there is clearly a problem there because it should not happen under any circumstances. After the loader loads it should be using the second protocol "Firehose". Sometimes the switchover can be problematic. Firehose is more robust than Sahara so if something bad happens you can usually just retry your command. Normally, edl.exe should say "Firehose detected". Even if it doesn't, it is worth trying the next command to see if you can kick some sense into it. Next you should do a sanity check and list the partitions: Code:
edl.exe /g Code:
edl.exe /u /g So now get your boot image or whatever it was that you wanted. Code:
edl.exe /r /pboot_a boot.img /t And don't use the /v flag unless there is a specific problem that you're working with me to correct and you can quote verbatim what it prints out. So, the only question remaining is whether you have the right loader in the first part. If there is an issue you should quote the HWID and Hash (but not the serial number) that it spit out at the beginning and the size and MD5 (if you can) of the loader. (All of the above information generally applies to the Python EDL utility also.) |
05-06-2022, 10:14 AM | #47 | |||||||
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Thanks for the reply Renate! The detail was great. And so fast, I feel bad I couldn't back at this sooner. I had a little time to work on this some more, with no headway.
Yeah.... I realized during later commands, and looking back at the previous posts, that was unwise. And with your further explanation here it makes even more sense. Quote:
Quote:
Code:
adb reboot edl Quote:
Quote:
Quote:
Code:
edl.exe /u /g Next, thinking maybe before I try listing the partitions that I should do the loader command first I reset then tried Code:
edl.exe /lq662.elf Quote:
Quote:
I'll keep trying things later when I get off work. |
|||||||
Advert | |
|
05-06-2022, 11:09 AM | #48 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Loading the loader always comes first. If you don't get the HWID/Hash you're not going anywhere.
What is your driver? Is it Zadig? I hope that you're not using "Qualcomm drivers". |
05-06-2022, 01:03 PM | #49 |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Using Zadig. I pick USB ID 05C6/9008. Select WinUSB (v6.1.7600.16385) and click replace driver. It says installing for a while then says it's successful.
|
05-06-2022, 01:21 PM | #50 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Okaaaay. And what happened next?
|
Advert | |
|
05-06-2022, 01:31 PM | #51 | |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
I open the command prompt, make sure I'm in the same directory as edl.exe, and run
Code:
edl.exe /lq662.elf Quote:
|
|
05-06-2022, 02:00 PM | #52 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
That's very strange. Are you sure that you don't have another EDL utility running or something? Did you reboot the desktop? Not opening is not a slight difference of opinion on protocol like "Could not read". Did you check in Device Manager to see that the driver description is correct?
Edit: You are running this in an Admin capacity? Mmm, it shouldn't be necessary. Last edited by Renate; 05-06-2022 at 02:06 PM. |
05-06-2022, 02:39 PM | #53 |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Just rebooted the desktop, though I've done that before, with no change (edit: I'm getting the exact same results).
I started down the python path for the EDL, but only got as far as downloading everything and trying (and failing spectacularly) to start it. I (believe) I deleted all the python code, but left python installed, when I found out about your much easier to use exe file. And haven't touched python since a reboot. My driver description matches your screenshot, except the date. I am not running any of this with admin privileges. |
05-06-2022, 02:46 PM | #54 |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Just rebooted the desktop again, and got the exact same results.
I started trying the pyhon edl path before seeing your much easier exe one. I downloaded everything and installed python and that was about it. Then I deleted all the python code. I've rebooted a several times since then, and haven't ran python since then. So I don't think another EDL is running. Device driver info matches yours, except the date. I am not running anything with admin privileges. Last edited by bassme; 05-06-2022 at 02:49 PM. |
05-06-2022, 03:03 PM | #55 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Is this Windows 11 or 10? Did they sneak in more security or something?
Before you (re?)-installed the Zadig driver at least it was trying to read. You didn't install any "official" Qualcomm software, did you? Edit: Ok, here is a little test program. It's called winusb.prc, just rename it winusb.exe Code:
C:\>winusb.exe 05c6 9008 Last edited by Renate; 05-06-2022 at 03:32 PM. |
05-06-2022, 05:20 PM | #56 | ||
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Quote:
I have not installed anything Qualcomm Ran your test program got these results Quote:
|
||
05-06-2022, 05:24 PM | #57 | |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
Windows 11
No official Qualcomm installations Ran your test program and got the following results Quote:
|
|
05-06-2022, 05:43 PM | #58 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
And you tried edl.exe again?
Try the latest version 133,632 byes at the same link. Last edited by Renate; 05-06-2022 at 05:50 PM. |
05-06-2022, 06:11 PM | #59 | |
Member
Posts: 12
Karma: 10
Join Date: May 2022
Device: Boox Nova Air C
|
downloaded the latest with file size 133,632 bytes
Quote:
|
|
05-06-2022, 06:54 PM | #60 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Ok, we're back to no read. I don't think that there is actually any difference with edl.exe. I use it a dozen times a day.
Are you always doing a fresh reset and getting a fresh EDL each time? You have to if it doesn't work. Try a bunch of times. You may have USB flakeyness. Are you trying on both USB 2.0 and USB 3.0? |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nova Air C, anyone? | downeaster59 | Onyx Boox | 14 | 04-08-2022 02:55 AM |
Alternate cover for Boox Nova Air? | apesmom | Onyx Boox | 2 | 10-08-2021 11:41 AM |
Rooting the Nova 3 Color: is it locked? | haxonhax | Onyx Boox | 6 | 08-22-2021 11:16 PM |