![]() |
#31 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Something very screwy is going on here. Does everybody have a bogus fastboot from Hades or what?
Ok, on my Android page, down the middle is "imxlink.exe". It's a utility for something else but it will give you a quick and dirty test. Keep your eye on the little flashy "LEDs" that pop up. Do this when your device is supposedly in fastboot mode already. It should flash yellow and say something similar: Code:
C:\>imxlink.exe Waiting for bootloader or Fastboot or ADB... product surfna version 0.5 C:\> Ok, my fault (again). Apparently fastboot will only work with the correct interface GUID. You can't use Zadig for it. I just tried. (Interestingly enough, my little imxlink.exe can talk to it just fine). Find your device under Device Manager (devmgmt.msc) and do auto install of best driver. Last edited by Renate; 04-07-2022 at 06:24 PM. |
![]() |
![]() |
![]() |
#32 | |
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
Quote:
Code:
C:\>adb reboot bootloader Running imxlink.exe, the fastboot light showed up in yellow (and MIDI was black), with this output: Code:
C:\>imxlink.exe Waiting for bootloader or Fastboot or ADB... Could not open device |
|
![]() |
![]() |
Advert | |
|
![]() |
#33 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
See previous post.
Well, at least I learned something today. Code:
C:\>findtext fastboot.exe /b d4e02ff7cbcb7d4088149ed673d0dd6b 0011D164 d4 e0 2f f7 cb cb 7d 40 88 14 9e d6 73 d0 dd 6b C:\>findtext adb.exe /b d4e02ff7cbcb7d4088149ed673d0dd6b 001F5AF0 d4 e0 2f f7 cb cb 7d 40 88 14 9e d6 73 d0 dd 6b Code:
const GUID GUID_DEVINTERFACE_USB_DEVICE= {0xa5dcbf10, 0x6530, 0x11d2, {0x90, 0x1f, 0x00, 0xc0, 0x4f, 0xb9, 0x51, 0xed}}; const GUID GUID_DEVINTERFACE_ANDROID= {0xf72fe0d4, 0xcbcb, 0x407d, {0x88, 0x14, 0x9e, 0xd6, 0x73, 0xd0, 0xdd, 0x6b}}; Last edited by Renate; 04-07-2022 at 06:45 PM. |
![]() |
![]() |
![]() |
#34 |
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
|
![]() |
![]() |
![]() |
#35 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
No, you're looking at it while it's in "normal" mode.
You're looking at the MTP driver. You need to put it in fastboot mode to replace the driver. (You can actually replace the driver when it's not in fastboot mode, but I'm probably making your life too complicated.) Do you have the file "android_winusb.inf"? If you do, just select that. In the regular SDK it's under SDK\extras\google\usb_driver\android_winusb.inf @Machinus Do you have your Magisk'ed boot.img already? You can just use EDL to put it in if you like and save the driver stuff for later. Just make sure that you have the latest edl.exe (131,584 bytes). Last edited by Renate; 04-07-2022 at 07:21 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#36 | ||
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
Quote:
Quote:
Yes, I have the patched image file. I think the edl /z may have worked after I waited a while, but I could never get into fastboot afterward. |
||
![]() |
![]() |
![]() |
#37 | |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
You just have to beat your way through, "Have disk", whatever, I forget.
Quote:
There is an intentional 30 seconds delay on booting unlocked devices. Code:
Wait for 30 seconds before proceeding Can you get to fastboot with buttons? Or just adb reboot bootloader? How about pulling me a copy of the active recovery and I'll see if I can add ADB to it? It may take a while. |
|
![]() |
![]() |
![]() |
#38 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Stop the presses! Here you go! The truly amazing fastbogus.exe! Just unzip and it's ready for serving!
Code:
C:\>fastboot devices C:\>fastbogus devices ZY327ABC fastboot C:\>fastbogus getvar all (bootloader) version: 0.5 (bootloader) version-bootloader: MBM-2.1-surfna_vzw-6aba00ea6d1-210728 Last edited by Renate; 04-07-2022 at 08:17 PM. |
![]() |
![]() |
![]() |
#39 | |||
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
Quote:
Quote:
Which files do you want, and how do you want to transfer them? Quote:
Code:
C:\>adb reboot bootloader C:\>fastboot devices C:\>fastbogus devices C:\>fastbogus getvar all < waiting for any device > Last edited by Machinus; 04-07-2022 at 08:22 PM. |
|||
![]() |
![]() |
![]() |
#40 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
If you are really in fastboot mode try reinstalling the Zadig driver on it.
Edit: Can you find this in that UsbView.exe (from previous post)? It should show 18d1/d00d, ff/42/03, only one interface, and two open pipes. Last edited by Renate; 04-07-2022 at 08:30 PM. |
![]() |
![]() |
![]() |
#41 | |
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
Quote:
Driver options are: USB Serial (CDC) WinUSB (v6.1.7600.16385) libusb-win32 (v1.2.6.0) libusbK (v3.1.0.0) Which one? Using WinUSB, Code:
C:\>fastbogus getvar all (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:4408 (bootloader) version-baseband: (bootloader) version-bootloader: (bootloader) erase-block-size: 0x1000 (bootloader) logical-block-size: 0x1000 (bootloader) variant:SM_ UFS (bootloader) partition-type:fsc:raw (bootloader) partition-size:fsc: 0x20000 (bootloader) partition-type:fsg:raw (bootloader) partition-size:fsg: 0x200000 (bootloader) partition-type:modemst2:raw (bootloader) partition-size:modemst2: 0x200000 (bootloader) partition-type:modemst1:raw (bootloader) partition-size:modemst1: 0x200000 (bootloader) partition-type:ALIGN_TO_128K_2:raw (bootloader) partition-size:ALIGN_TO_128K_2: 0x1A000 (bootloader) partition-type:catecontentfv:raw (bootloader) partition-size:catecontentfv: 0x100000 (bootloader) partition-type:catefv:raw (bootloader) partition-size:catefv: 0x80000 (bootloader) partition-type:secdata:raw (bootloader) partition-size:secdata: 0x7000 (bootloader) partition-type:uefivarstore:raw (bootloader) partition-size:uefivarstore: 0x80000 (bootloader) partition-type:multiimgqti:raw (bootloader) partition-size:multiimgqti: 0x8000 (bootloader) partition-type:multiimgoem:raw (bootloader) partition-size:multiimgoem: 0x8000 (bootloader) partition-type:storsec:raw (bootloader) partition-size:storsec: 0x20000 (bootloader) partition-type:logdump:raw (bootloader) partition-size:logdump: 0x4000000 (bootloader) partition-type:rawdump:raw (bootloader) partition-size:rawdump: 0x8000000 (bootloader) partition-type:cateloader:raw (bootloader) partition-size:cateloader: 0x200000 (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:spunvm:raw (bootloader) partition-size:spunvm: 0x800000 (bootloader) partition-type:apdp:raw (bootloader) partition-size:apdp: 0x40000 (bootloader) partition-type:dip:raw (bootloader) partition-size:dip: 0x100000 (bootloader) partition-type:devinfo:raw (bootloader) partition-size:devinfo: 0x1000 (bootloader) partition-type:uefisecapp_b:raw (bootloader) partition-size:uefisecapp_b: 0x200000 (bootloader) partition-type:imagefv_b:raw (bootloader) partition-size:imagefv_b: 0x200000 (bootloader) partition-type:featenabler_b:raw (bootloader) partition-size:featenabler_b: 0x20000 (bootloader) partition-type:dtbo_b:raw (bootloader) partition-size:dtbo_b: 0x1800000 (bootloader) partition-type:vbmeta_b:raw (bootloader) partition-size:vbmeta_b: 0x10000 (bootloader) partition-type:qupfw_b:raw (bootloader) partition-size:qupfw_b: 0x10000 (bootloader) partition-type:devcfg_b:raw (bootloader) partition-size:devcfg_b: 0x20000 (bootloader) partition-type:cmnlib64_b:raw (bootloader) partition-size:cmnlib64_b: 0x80000 (bootloader) partition-type:cmnlib_b:raw (bootloader) partition-size:cmnlib_b: 0x80000 (bootloader) partition-type:boot_b:raw (bootloader) partition-size:boot_b: 0x6000000 (bootloader) partition-type:keymaster_b:raw (bootloader) partition-size:keymaster_b: 0x80000 (bootloader) partition-type:dsp_b:raw (bootloader) partition-size:dsp_b: 0x2000000 (bootloader) partition-type:abl_b:raw (bootloader) partition-size:abl_b: 0x100000 (bootloader) partition-type:mdtp_b:raw (bootloader) partition-size:mdtp_b: 0x2000000 (bootloader) partition-type:mdtpsecapp_b:raw (bootloader) partition-size:mdtpsecapp_b: 0x400000 (bootloader) partition-type:bluetooth_b:raw (bootloader) partition-size:bluetooth_b: 0x100000 (bootloader) partition-type:modem_b:raw (bootloader) partition-size:modem_b: 0xB400000 (bootloader) partition-type:hyp_b:raw (bootloader) partition-size:hyp_b: 0x80000 (bootloader) partition-type:tz_b:raw (bootloader) partition-size:tz_b: 0x400000 (bootloader) partition-type:rpm_b:raw (bootloader) partition-size:rpm_b: 0x80000 (bootloader) partition-type:featenabler_a:raw (bootloader) partition-size:featenabler_a: 0x20000 (bootloader) partition-type:uefisecapp_a:raw (bootloader) partition-size:uefisecapp_a: 0x200000 (bootloader) partition-type:imagefv_a:raw (bootloader) partition-size:imagefv_a: 0x200000 (bootloader) partition-type:dtbo_a:raw (bootloader) partition-size:dtbo_a: 0x1800000 (bootloader) partition-type:vbmeta_a:raw (bootloader) partition-size:vbmeta_a: 0x10000 (bootloader) partition-type:qupfw_a:raw (bootloader) partition-size:qupfw_a: 0x10000 (bootloader) partition-type:devcfg_a:raw (bootloader) partition-size:devcfg_a: 0x20000 (bootloader) partition-type:cmnlib64_a:raw (bootloader) partition-size:cmnlib64_a: 0x80000 (bootloader) partition-type:cmnlib_a:raw (bootloader) partition-size:cmnlib_a: 0x80000 (bootloader) partition-type:boot_a:raw (bootloader) partition-size:boot_a: 0x6000000 (bootloader) partition-type:keymaster_a:raw (bootloader) partition-size:keymaster_a: 0x80000 (bootloader) partition-type:dsp_a:raw (bootloader) partition-size:dsp_a: 0x2000000 (bootloader) partition-type:abl_a:raw (bootloader) partition-size:abl_a: 0x100000 (bootloader) partition-type:mdtp_a:raw (bootloader) partition-size:mdtp_a: 0x2000000 (bootloader) partition-type:mdtpsecapp_a:raw (bootloader) partition-size:mdtpsecapp_a: 0x400000 (bootloader) partition-type:bluetooth_a:raw (bootloader) partition-size:bluetooth_a: 0x100000 (bootloader) partition-type:modem_a:raw (bootloader) partition-size:modem_a: 0xB400000 (bootloader) partition-type:hyp_a:raw (bootloader) partition-size:hyp_a: 0x80000 (bootloader) partition-type:tz_a:raw (bootloader) partition-size:tz_a: 0x400000 (bootloader) partition-type:rpm_a:raw (bootloader) partition-size:rpm_a: 0x80000 (bootloader) partition-type:ddr:raw (bootloader) partition-size:ddr: 0x100000 (bootloader) partition-type:cdt:raw (bootloader) partition-size:cdt: 0x20000 (bootloader) partition-type:ALIGN_TO_128K_1:raw (bootloader) partition-size:ALIGN_TO_128K_1: 0x1A000 (bootloader) partition-type:xbl_config_b:raw (bootloader) partition-size:xbl_config_b: 0x20000 (bootloader) partition-type:xbl_b:raw (bootloader) partition-size:xbl_b: 0x380000 (bootloader) partition-type:xbl_config_a:raw (bootloader) partition-size:xbl_config_a: 0x20000 (bootloader) partition-type:xbl_a:raw (bootloader) partition-size:xbl_a: 0x380000 (bootloader) partition-type:userdata:ext4 (bootloader) partition-size:userdata: 0x1B525D3000 (bootloader) partition-type:onyxconfig:raw (bootloader) partition-size:onyxconfig: 0x1800000 (bootloader) partition-type:metadata:raw (bootloader) partition-size:metadata: 0x1000000 (bootloader) partition-type:vbmeta_system_b:raw (bootloader) partition-size:vbmeta_system_b: 0x10000 (bootloader) partition-type:vbmeta_system_a:raw (bootloader) partition-size:vbmeta_system_a: 0x10000 (bootloader) partition-type:recovery_b:raw (bootloader) partition-size:recovery_b: 0x6000000 (bootloader) partition-type:recovery_a:raw (bootloader) partition-size:recovery_a: 0x6000000 (bootloader) partition-type:super:raw (bootloader) partition-size:super: 0x100000000 (bootloader) partition-type:frp:raw (bootloader) partition-size:frp: 0x80000 (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:ssd:raw (bootloader) partition-size:ssd: 0x2000 (bootloader) has-slot:modem:yes (bootloader) has-slot:system:no (bootloader) current-slot:b (bootloader) has-slot:boot:yes (bootloader) slot-retry-count:b:6 (bootloader) slot-unbootable:b:no (bootloader) slot-successful:b:yes (bootloader) slot-retry-count:a:5 (bootloader) slot-unbootable:a:no (bootloader) slot-successful:a:yes (bootloader) slot-count:2 (bootloader) secure:no (bootloader) serialno:16E91C12 (bootloader) product:bengal (bootloader) snapshot-update-status:none (bootloader) is-userspace:no (bootloader) max-download-size:805306368 (bootloader) kernel:uefi all: Finished. Total time: 0.148s |
|
![]() |
![]() |
![]() |
#42 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
You're there, boot or flash your image.
|
![]() |
![]() |
![]() |
#43 |
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
I fastbooted the patched img, and rebooted. No su yet.
EDIT: Here is what I can do without hard resets. Code:
C:\>adb reboot bootloader C:\>fastbogus boot magisk_patched-24300_I3L2y.img Sending 'boot.img' (16916 KB) OKAY [ 0.400s] Booting OKAY [ 0.097s] Finished. Total time: 0.508s C:\>fastbogus reboot Rebooting OKAY [ 0.000s] Finished. Total time: 0.001s C:\>adb shell MaxLumi2:/ $ su /system/bin/sh: su: inaccessible or not found 127|MaxLumi2:/ $ Last edited by Machinus; 04-07-2022 at 08:41 PM. |
![]() |
![]() |
![]() |
#44 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Code:
C:\>fastbogus boot magisk_patched-24300_I3L2y.img DON'T DO THIS C:\>fastbogus reboot |
![]() |
![]() |
![]() |
#45 | |
Enthusiast
![]() Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
|
Quote:
The Lumi 2 does not leave fastboot mode after 120 seconds. What should only take 60 seconds? |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Let's root our Max Lumi | yokos | Onyx Boox | 116 | 12-02-2024 06:01 PM |
Max Lumi - Is it possible to buy one yet anywhere? | Papered Over | Onyx Boox | 15 | 03-12-2021 02:26 AM |
Max 3 / Max Lumi: lack of physical buttons annoying? | mr_sm1th | Onyx Boox | 6 | 12-19-2020 10:45 AM |