05-16-2023, 09:58 AM | #16 | |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Could you test this please? (It doesn't harm anything.) Code:
C:\>adb reboot bootloader C:\>fastboot getvar secure C:\>fastboot reboot You don't have to load a Firehose loader but you can try if you like. |
|
05-16-2023, 05:32 PM | #17 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
I had to use a Windows box as my Macbook Air M1 didn't even recognise the thing.
As I rebooted with adb reboot bootloader, it rebooted into the Onyx logo (which I presume is the bootloader). Other ADB commands like opening a shell on the device are recognised. However, when I type the Fastboot commands on the bootloader screen the only prompt I get is Code:
< waiting for any device > It disconnects and reconnects on its own every 15 seconds or so. It's shown on Windows's Device Manager with QUSB_BULK:SN[SerialNumber]. In order to leave the fastboot mode I held the power button for some time, until the tiny blue LED light embedded on the power button flashed a couple of times, and then it went back to the system. I've been able to repeat this, so it should be safe if you want to try something more. Last edited by Logseman; 05-16-2023 at 07:20 PM. |
Advert | |
|
05-16-2023, 07:06 PM | #18 | |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
It's strange that "reboot bootloader" gave you ADB. Maybe you were in recovery? Have you used EDL before? You can use the Python EDL client in Linux without a driver or in Windows with either a Qualcomm driver or a WinUSB (Zadig) driver. You can use my native Windows EDL client with the WinUSB driver. You just need to invoke the client to see something. Code:
$ edl.py Code:
C:\>edl.exe /l |
|
05-16-2023, 07:16 PM | #19 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
The shell was non-root ($).
I've managed to have the reader recognised on the MBA. I did manage to reboot into bootloader as well (the fingerprint was also recognised and worked), but fastboot commands were not processed either. It didn't show the "waiting for device" message, but it simply never got to show any output from fastboot getvar secure. I've never used the EDL thing: my Android tinkering days are from the beginning and the middle of the last decade, so I'm a wee bit rusty If you can link me some documentation on EDL I'll give it a go tomorrow. |
05-16-2023, 07:26 PM | #20 | |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
|
|
Advert | |
|
05-17-2023, 03:58 PM | #21 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
So far, my findings:
1. adb reboot edl works as intended 2. Zadig created a WinUSB driver 3. Output of edl.exe /l: Code:
Found EDL 9008 Serial: intentionally hidden HWID: 001860e100000000, QC: 001860e1, OEM: 0000, Model: 0000 Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955 Last edited by Logseman; 05-17-2023 at 04:32 PM. |
05-17-2023, 05:03 PM | #22 |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Thanks! That is a "QCS_AGATTI".
You might try this loader. Just see if you can find the GPT: Code:
edl.exe /l0014d0e100000000_d40eee56f3194665_FHPRG.bin edl.exe /u /g edl.exe /z |
05-17-2023, 05:11 PM | #23 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
Unfortunately it doesn't take yet:
Code:
Resetting Sahara Serial: HWID: 001860e100000000, QC: 001860e1, OEM: 0000, Model: 0000 Hash: d40eee56f3194665-574109a39267724a-e7944134cd53cb76-7e293d3c40497955 Sending 0014d0e100000000_d40eee56f3194665_FHPRG.bin 100% Ok Waiting for Firehose... No response, poking... Could not write device Code:
PS PATH> ./edl /i Found EDL 9008 Configuring... No response PS PATH> ./edl /g Found EDL 9008 Configuring... No response Last edited by Logseman; 05-17-2023 at 05:25 PM. |
05-17-2023, 06:41 PM | #24 |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Thanks for trying.
The other commands (/g, /z) are Firehose commands, so if the loader doesn't work... In the ADB shell Code:
cat /proc/cpuinfo |
05-18-2023, 02:43 AM | #25 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
Code:
Processor : AArch64 Processor rev 4 (aarch64) processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x51 CPU architecture: 8 CPU variant : 0xa CPU part : 0x801 CPU revision : 4 Hardware : Qualcomm Technologies, Inc SCUBAPIIOT |
05-18-2023, 09:10 AM | #26 |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
That's the same SoC as the Poke4 (lite) and the "Livingstone 2".
I guess that they meant the name as in SCUBA-PI-IOT. This is half the performance of the Poke3 with SDM636. OTOH, the actual performance could be about the same if they never keep all the cores busy. I'd try SDM636 loader and SDM855LA loader |
05-18-2023, 01:02 PM | #27 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
Both loaders returned
Code:
Sending file.bin 0% End transfer returned error 12 |
05-18-2023, 03:32 PM | #28 |
Connoisseur
Posts: 51
Karma: 300
Join Date: Dec 2022
Device: onyx boox leaf 2 black
|
SDM636 has 4 fast cores based on A73. I think it could be like 50% faster for a single core task. Switching to QCS2290 is a downgrade, its GPU is probably weaker too. But maybe it is not so important for e-book reader.
|
05-18-2023, 09:30 PM | #29 |
Onyx-maniac
Posts: 3,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
05-19-2023, 04:14 PM | #30 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
I think the first loader you gave me is the good one.
On the USB 2.0 ports of my Windows box I got the "Could not write device" error I showed before. On the USB 3.0 ports the error is different: Code:
Found EDL 9008 Could not open device |
Thread Tools | Search this Thread |
|