11-19-2022, 07:38 PM | #16 |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Even if it's locked it should behave better than that.
I use as a test this: Code:
C:\>fastboot erase fishheads Erasing 'fishheads' FAILED (remote: 'Check device console.') fastboot: error: Command failed If it is unlocked then it will say, "erasing fishheads", try to find that partition and then fail. This all presumes that you don't have a partition on your device called "fishheads". Also, getvar will tell us if this is locked. Last edited by Renate; 11-19-2022 at 07:40 PM. |
11-19-2022, 07:43 PM | #17 | |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
ADB works fine, and
Quote:
Code:
(bootloader) parallel-download-flash:yes (bootloader) hw-revision:10000 (bootloader) unlocked:yes (bootloader) off-mode-charge:1 (bootloader) charger-screen-enabled:1 (bootloader) battery-soc-ok:yes (bootloader) battery-voltage:4307 (bootloader) version-baseband: (bootloader) version-bootloader: (bootloader) erase-block-size: 0x200 (bootloader) logical-block-size: 0x200 (bootloader) variant:SDM EMMC (bootloader) partition-type:userdata:ext4 (bootloader) partition-size:userdata: 0x601BFBE00 (bootloader) partition-type:onyxconfig:raw (bootloader) partition-size:onyxconfig: 0x2000000 (bootloader) partition-type:vbmeta:raw (bootloader) partition-size:vbmeta: 0x10000 (bootloader) partition-type:rawdump:raw (bootloader) partition-size:rawdump: 0x8000000 (bootloader) partition-type:storsec:raw (bootloader) partition-size:storsec: 0x20000 (bootloader) partition-type:sti:raw (bootloader) partition-size:sti: 0x200000 (bootloader) partition-type:logdump:raw (bootloader) partition-size:logdump: 0x4000000 (bootloader) partition-type:frp:raw (bootloader) partition-size:frp: 0x80000 (bootloader) partition-type:devcfg:raw (bootloader) partition-size:devcfg: 0x100000 (bootloader) partition-type:keystore:raw (bootloader) partition-size:keystore: 0x80000 (bootloader) partition-type:misc:raw (bootloader) partition-size:misc: 0x100000 (bootloader) partition-type:persist:raw (bootloader) partition-size:persist: 0x2000000 (bootloader) partition-type:modemst2:raw (bootloader) partition-size:modemst2: 0x200000 (bootloader) partition-type:modemst1:raw (bootloader) partition-size:modemst1: 0x200000 (bootloader) partition-type:ssd:raw (bootloader) partition-size:ssd: 0x2000 (bootloader) partition-type:fsc:raw (bootloader) partition-size:fsc: 0x400 (bootloader) partition-type:bluetooth:raw (bootloader) partition-size:bluetooth: 0x100000 (bootloader) partition-type:sec:raw (bootloader) partition-size:sec: 0x4000 (bootloader) partition-type:ddr:raw (bootloader) partition-size:ddr: 0x100000 (bootloader) partition-type:logfs:raw (bootloader) partition-size:logfs: 0x800000 (bootloader) partition-type:toolsfv:raw (bootloader) partition-size:toolsfv: 0x100000 (bootloader) partition-type:limits:raw (bootloader) partition-size:limits: 0x1000 (bootloader) partition-type:splash:raw (bootloader) partition-size:splash: 0x20A4000 (bootloader) partition-type:dpo:raw (bootloader) partition-size:dpo: 0x400 (bootloader) partition-type:msadp:raw (bootloader) partition-size:msadp: 0x40000 (bootloader) partition-type:apdp:raw (bootloader) partition-size:apdp: 0x40000 (bootloader) partition-type:devinfo:raw (bootloader) partition-size:devinfo: 0x1000 (bootloader) partition-type:dip:raw (bootloader) partition-size:dip: 0x100000 (bootloader) partition-type:abl:raw (bootloader) partition-size:abl: 0x100000 (bootloader) partition-type:dsp:raw (bootloader) partition-size:dsp: 0x1000000 (bootloader) partition-type:modem:raw (bootloader) partition-size:modem: 0x6E00000 (bootloader) partition-type:mdtp:raw (bootloader) partition-size:mdtp: 0x2000000 (bootloader) partition-type:mdtpsecapp:raw (bootloader) partition-size:mdtpsecapp: 0x400000 (bootloader) partition-type:cmnlib64:raw (bootloader) partition-size:cmnlib64: 0x100000 (bootloader) partition-type:cmnlib:raw (bootloader) partition-size:cmnlib: 0x100000 (bootloader) partition-type:keymaster:raw (bootloader) partition-size:keymaster: 0x100000 (bootloader) partition-type:cache:ext4 (bootloader) partition-size:cache: 0x10000000 (bootloader) partition-type:vendor:raw (bootloader) partition-size:vendor: 0x32000000 (bootloader) partition-type:system:ext4 (bootloader) partition-size:system: 0xC0000000 (bootloader) partition-type:recovery:raw (bootloader) partition-size:recovery: 0x4000000 (bootloader) partition-type:boot:raw (bootloader) partition-size:boot: 0x4000000 (bootloader) partition-type:fsg:raw (bootloader) partition-size:fsg: 0x200000 (bootloader) partition-type:pmic:raw (bootloader) partition-size:pmic: 0x80000 (bootloader) partition-type:hyp:raw (bootloader) partition-size:hyp: 0x80000 (bootloader) partition-type:rpm:raw (bootloader) partition-size:rpm: 0x80000 (bootloader) partition-type:tz:raw (bootloader) partition-size:tz: 0x400000 (bootloader) partition-type:xblbak:raw (bootloader) partition-size:xblbak: 0x380000 (bootloader) partition-type:xbl:raw (bootloader) partition-size:xbl: 0x380000 (bootloader) secure:no (bootloader) serialno:62B2CEB0 (bootloader) product:sdm660 (bootloader) max-download-size:597590016 (bootloader) kernel:uefi all: Finished. Total time: 0.005s |
|
Advert | |
|
11-19-2022, 07:47 PM | #18 |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
And you've tried:
Code:
C:\>fastboot boot magisk-blahblah.img This may not work correctly but it should say "downloaded 1234567 bytes in 3.141 seconds". |
11-19-2022, 07:54 PM | #19 |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
Is that what DebooxUpx.py run on the firmware from the Onyx website does?
|
11-19-2022, 07:55 PM | #20 | |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
Quote:
Code:
# fastboot boot magisk_patched-25200_ujCaA.img Sending 'boot.img' (13213 KB) FAILED (remote: 'unknown command') fastboot: error: Command failed Last edited by Geremia; 11-19-2022 at 07:59 PM. |
|
Advert | |
|
11-19-2022, 07:57 PM | #21 |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
|
11-19-2022, 07:57 PM | #22 | |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Unlocking is done in Settings > Developer Settings > OEM unlock Then Code:
C:\>fastboot flashing unlock |
|
11-19-2022, 08:10 PM | #23 |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Have you tried different USB ports? Different cables? Do you have a USB 2.0 hub? Can you connect through that?
There could be corruption in the fastboot. OTOH, the USB implementation is known to not be robust. You can continue beating your head against fastboot or you can just go to EDL and flash it from there: Code:
C:\>edl.exe /l C:\>edl.exe /lQualcomm_662_loader.bin C:\>edl.exe /g C:\>edl.exe /w /pboot Magisk-blahblah.img C:\>edl.exe /z Your loader is here (it's zipped, unzip it first): https://www.mobileread.com/forums/sh...&postcount=107 Last edited by Renate; 11-19-2022 at 08:15 PM. |
11-19-2022, 08:28 PM | #24 |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
EDL gives "Could not find EDL device".
Also, after I run: Code:
fastboot boot magisk_patched-25200_ujCaA.img Code:
fastboot erase fishheads |
11-19-2022, 08:31 PM | #25 |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
|
11-19-2022, 08:41 PM | #26 |
Wizard
Posts: 1,344
Karma: 4753026
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
|
Install a launcher (e. g. Nova Launcher) and you will find usual Android settings
|
11-19-2022, 09:02 PM | #27 |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
But it said that it was unlocked.
You said that ADB worked in your regular Android. You need to go to EDL mode first to use edl.exe Code:
C:\>adb reboot edl |
11-20-2022, 06:01 PM | #28 | |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
Quote:
How do I know EDL is working? Only the Boox logo appears on the Leaf's screen. Last edited by Geremia; 11-20-2022 at 06:05 PM. |
|
11-20-2022, 06:26 PM | #29 | |
Onyx-maniac
Posts: 3,206
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Because you can see in various ways that your device is presenting as 05c6/9008. Did you load Zadig drivers as the instructions say? If you did, then you must have it in EDL mode. You've seen already what happens when there is nothing in EDL mode. It says, "Can't find any EDL devices". Last edited by Renate; 11-20-2022 at 06:35 PM. |
|
11-20-2022, 07:50 PM | #30 |
Addict
Posts: 238
Karma: 100000
Join Date: Oct 2012
Device: Calibre
|
|
Tags |
boox, leaf, onyx, root |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting Resolution on Boox Poke/Leaf | Mr.Shortstop | Onyx Boox | 4 | 06-28-2022 10:03 PM |
Root onyx boox max2 | deb2016 | Onyx Boox | 41 | 12-01-2018 02:37 PM |
BOOX about to release BOOX Note(10.3") and a BOOX typewriter... | bthb | Onyx Boox | 67 | 05-20-2018 04:27 AM |
New tablet. 7" or 10"? To root or not to root? | dkperez | Which one should I buy? | 15 | 11-29-2012 11:01 PM |
Development Alternate root method / "1-click root" | Oneiros | enTourage Archive | 0 | 09-06-2010 03:04 PM |