04-22-2022, 11:53 AM | #16 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
I'm stuck in bootloader mode (fastboot reboot bootloader). The device is then not recognized. I uninstalled the google driver, turned off the driver signing and reinstalled it, didn't help either. windows 11
|
04-22-2022, 12:55 PM | #17 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Can you see (like with UsbView.exe) that you're really in fastboot?
How does it look in Device Manager (exclamation marks)? One option is that you install a WinUSB driver using Zadig. You could then use my modified "fastbogus" instead of fastboot. |
Advert | |
|
04-22-2022, 01:16 PM | #18 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
Hi renate,
yes i am in fastboot, from the fstboot screen on the device i can also enter bootloader. Trying to enter bootloader and from then on my device is no longer recognized in the device manager (exclamation mark) where can i find fastbogus and how does it work ? |
04-22-2022, 01:45 PM | #19 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
The first step is to see if you can Zadig in a WinUSB driver for it.
fastbogus was posted here: https://www.mobileread.com/forums/sh...3&postcount=38 It's a slight modification. The stock fastboot requires an interface of ff/42/03 and a Windows driver interface GUID of <Android>. fastbogus just looks for ff/42/03 and a GUID of <something USB> which loosens up the requirements on the driver. |
04-22-2022, 02:06 PM | #20 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
zagig usb driver installes but its the same
i cant download fastbogus.zip, tried on my winpc it says virus, on my tablet too, is there any other source for the file (maybe unpacked) ? |
Advert | |
|
04-22-2022, 02:17 PM | #21 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
|
04-22-2022, 02:24 PM | #22 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
no exclamation marks anymore renate. But the behavior is the same, the nova c does not respond and the pc says (waiting for device)
|
04-22-2022, 02:38 PM | #23 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Well, yes, of course, because you're not using fastbogus.
This file is not compressed (nor a prc file). Simply rename .exe |
04-22-2022, 02:46 PM | #24 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
fastbogus finally did it
thanks again renate !! |
04-24-2022, 05:00 AM | #25 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
trying to edit build.prop but i can't get write permissions to /system
|
04-24-2022, 07:31 AM | #26 | |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
The next is: Are you using a Magisk module to do this? Since time immemorial /system has been mounted read-only in Android. So if we were talking about a 10 year old Android Jellybean phone I'd point to that. Since we're presumably talking about a modern Onyx device, I'll point out that /system is not only mounted read-only, it is protected by dm-verity and FEC error correction. If you are using Magisk and if you have written a custom Magisk module to "shadow" the read-only /system/build.prop with your custom version in /data/adb/modules/Whatever/system/build.prop, then ok. Finally, there is the Magisk-free method which involves actually changing /system, which gets a bit more complicated. I do that. |
|
04-24-2022, 07:45 AM | #27 |
Zealot
Posts: 109
Karma: 1924
Join Date: Dec 2019
Location: Puddingtown
Device: some ..
|
Thanks for the explanation, I'm obviously not up to date
The last time I got that deep into the system was on Android 6, changing some code to make the navbar visible |
04-24-2022, 10:08 AM | #28 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I've never looked into the NavBar that deeply. In any case, I don't think that there is anything in build.prop for that. About the only thing in build.prop that anybody would be likely to change would be ro.sf.hwrotation to force your device to be natively landscape.
So, it's here: Code:
/system/framework/framework-res.apk res/values/bools.xml <bool name="config_showNavigationBar">false</bool> It probably will be possible to binary modify framework-res.apk so that the signing is (hardly) impacted. I just have to figure out which bit in a 10M file needs to be flipped! Edit: Well, I figured out which bits (32 of 'em) need to be flipped. I can get a navigation bar, but there is still the issue of getting a black background on the NavBar on some apps. There is also a weird new left and right margin that appears. Last edited by Renate; 04-25-2022 at 08:24 AM. |
04-25-2022, 08:38 AM | #29 |
Groupie
Posts: 164
Karma: 13126
Join Date: Nov 2014
Device: Kindle Oasis
|
im getting this error on the step 5. adb reboot edl
The command adb was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\adb". See "get-help about_Command_Precedence" for more details. PS C:\Users\wakkaday\OneDrive\Desktop\boox\platform-tools> adb reboot edl i have usb debugging enabled on device i have the adb platform-tools installed on my windows pc it shows device is attached. Last edited by wakkaday; 04-25-2022 at 09:37 AM. |
04-25-2022, 09:03 AM | #30 |
Onyx-maniac
Posts: 2,999
Karma: 12345837
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Well, apparently Windows 11 has gotten more persnickety and is pretending that it's Linux. Or else that's just PowerShell. Whatever. Did ".\adb reboot edl" work? Are you trying to use my edl.exe (in the sig) or the Python version from someone else? Do you have a Nova Air C? I'm losing track. Is your goal to install Magisk?
|
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 |