Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 04-07-2022, 06:11 PM   #31
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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:\>
It shouldn't sit there waiting. If your device is in ADB it will end quickly saying ADB, blah, blah.


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.
Renate is offline   Reply With Quote
Old 04-07-2022, 06:22 PM   #32
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
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
It shouldn't sit there waiting. If your device is in ADB it will end quickly saying ADB, blah, blah.
I executed

Code:
C:\>adb reboot bootloader
This puts the Lumi2 on the startup screen, with the "ONYX" logo, and it hangs there.

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
Machinus is offline   Reply With Quote
Advert
Old 04-07-2022, 06:25 PM   #33
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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
Of course you could just patch these two files to use the generic USB device GUID...
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.
Renate is offline   Reply With Quote
Old 04-07-2022, 06:46 PM   #34
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
Find your device under Device Manager (devmgmt.msc) and do auto install of best driver.
It looks like the "best drivers are already installed:"

Machinus is offline   Reply With Quote
Old 04-07-2022, 06:57 PM   #35
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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.
Renate is offline   Reply With Quote
Advert
Old 04-07-2022, 07:28 PM   #36
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
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.
In fastboot mode, it is libusbK 3.1.0.0.

Quote:
Originally Posted by Renate View Post
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
I do have this file. Windows will not change the existing driver to the google usb driver, though. It says the best one is already installed.

Quote:
Originally Posted by Renate View Post
@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).
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.
Machinus is offline   Reply With Quote
Old 04-07-2022, 08:02 PM   #37
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,552
Karma: 14705253
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by Machinus View Post
It says the best one is already installed.
You just have to beat your way through, "Have disk", whatever, I forget.

Quote:
Originally Posted by Machinus View Post
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.
edl.exe /z itself should be fast, a few seconds at most for it to "bong" and disconnect.
There is an intentional 30 seconds delay on booting unlocked devices.
Code:
Wait for 30 seconds before proceeding
Yeah, without enough buttons it can get complicated. Is the only way you can get to EDL is through adb reboot edl? I haven't figure out how to get from EDL to fastboot (directly), but I can do EDL to recovery.

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.
Renate is offline   Reply With Quote
Old 04-07-2022, 08:14 PM   #38
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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
This is the hacked version of fastboot.exe with all capabilities, but not a picky eater.
Attached Files
File Type: zip fastbogus.zip (594.7 KB, 457 views)

Last edited by Renate; 04-07-2022 at 08:17 PM.
Renate is offline   Reply With Quote
Old 04-07-2022, 08:15 PM   #39
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
You just have to beat your way through, "Have disk", whatever, I forget.
Using "have disk," Windows 10 says android_winusb.inf file is not compatible with 64-bit systems.

Quote:
Originally Posted by Renate View Post
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.
The only way I can get to EDL or fastboot is through the adb command line. The buttons don't do anything except hard reset, as far as I know.

Which files do you want, and how do you want to transfer them?

Quote:
Originally Posted by Renate View Post
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
This is the hacked version of fastboot.exe with all capabilities, but not a picky eater.
Code:
C:\>adb reboot bootloader

C:\>fastboot devices

C:\>fastbogus devices

C:\>fastbogus getvar all
< waiting for any device >
I must be missing something. I don't know what is missing from my system to make this fail.

Last edited by Machinus; 04-07-2022 at 08:22 PM.
Machinus is offline   Reply With Quote
Old 04-07-2022, 08:25 PM   #40
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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.
Renate is offline   Reply With Quote
Old 04-07-2022, 08:28 PM   #41
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
If you are really in fastboot mode try reinstalling the Zadig driver on it.
The device appears as "Android" in Zadig.

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
Machinus is offline   Reply With Quote
Old 04-07-2022, 08:31 PM   #42
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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.
Renate is offline   Reply With Quote
Old 04-07-2022, 08:34 PM   #43
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
You're there, boot or flash your image.
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.
Machinus is offline   Reply With Quote
Old 04-07-2022, 08:45 PM   #44
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
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
Very good. Now feed the cat or grab a beer. It should only take 60 seconds.

DON'T DO THIS C:\>fastbogus reboot
Renate is offline   Reply With Quote
Old 04-07-2022, 08:50 PM   #45
Machinus
Enthusiast
Machinus began at the beginning.
 
Posts: 42
Karma: 10
Join Date: Sep 2017
Device: Kindle
Quote:
Originally Posted by Renate View Post
Code:
C:\>fastbogus boot magisk_patched-24300_I3L2y.img
Very good. Now feed the cat or grab a beer. It should only take 60 seconds.

DON'T DO THIS C:\>fastbogus reboot
The console returns immediately after issuing this command.

The Lumi 2 does not leave fastboot mode after 120 seconds. What should only take 60 seconds?
Machinus is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 06:49 PM.


MobileRead.com is a privately owned, operated and funded community.