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 10-19-2021, 05:02 AM   #1
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 907
Karma: 149877
Join Date: Jul 2013
Location: Netherlands
Device: Cracked HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
Let's try to root the Note Pro Android 9, firmware 3.1

1. Download update.upx
I've used the script of @winstonma to download the update.upx.
2. I've modified the script to rename instead of remove update.upx and the unencrypted update.zip. After unpacking update.zip you'll find the file boot.img.
3. I've installed magisk, clicked install in the app, unclicked recovery and choose the boot.img file. It generated the file magisk-patched-23000_X4h1q.img. (The last part of the filename is just random letters.)
4. Hooked up the Note Pro to the PC (Linux). Copied the img-file to PC.
5. Gave the following commands as root:
Code:
[root@pc]# adb devices
List of devices attached
K3T8R520N5  device

[root@pc]# adb reboot-bootloader
[root@pc]# fastboot devices
K3T8R520N5  Android Fastboot

[root@pc]# fastboot reboot recovery
Rebooting into recovery                            OKAY [  0.000s]
Finished. Total time: 0.050s
[root@pc]# fastboot devices
K3T8R520N5  Android Fastboot

[root@pc]# fastboot boot ./magisk_patched-no-preserve_no-recovery.img
Sending 'boot.img' (9044 KB)                       OKAY [  0.259s]
Booting                                            OKAY [  0.000s]
Finished. Total time: 0.265s
[root@pc]# fastboot devices
K3T8R520N5  Android Fastboot

[root@pc]# fastboot oem unlock
(It hangs on the last command. On any command after fastboot boot image.img)
No luck yet! It doesn't boot and hangs on any further commands of fastboot. Holding the power button disables the Note Pro and holding it again restarts it. No harm nor success.

Did anyone have more luck? Should the recovery switch be turned on? I've followed the threads on rooting for the Max3 and the Lumi and they have success with this approach.

There are 2 switches Preserve force encryption and Recovery Mode. So that's four images that can be generated: I'll try them first. All four fail.

Last edited by Markismus; 10-19-2021 at 05:49 AM.
Markismus is offline   Reply With Quote
Old 10-19-2021, 05:32 AM   #2
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
Using the execute command inside fastboot command is unusual for me.
Did you get something like that?
Quote:
downloading 'boot.img'...
OKAY [ 0.276s]
booting...
OKAY [ 0.002s]
finished. total time: 0.301s
For Max Lumi I have used this:
[x] Preserve force encryption
[ ] Recovery Mode

Last edited by yokos; 10-19-2021 at 05:41 AM.
yokos is offline   Reply With Quote
Advert
Old 10-19-2021, 05:38 AM   #3
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 907
Karma: 149877
Join Date: Jul 2013
Location: Netherlands
Device: Cracked HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
@yokos I've expanded the commands with the results. I've chosen the safer route of first seeing whether it boots, before flashing.

According to this question on stackexchange, it could just not be supported by this device.
However, I did see you mentioning it in your thread.

Quote:
"Using the execute command inside fastboot command is unusual for me.
What do you mean with this?

Last edited by Markismus; 10-19-2021 at 08:03 AM.
Markismus is offline   Reply With Quote
Old 10-19-2021, 08:18 PM   #4
winstonma
Zealot
winstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windows
 
Posts: 110
Karma: 120918
Join Date: Nov 2013
Device: Onyx Boox Nova
Please check your PM

Last edited by winstonma; 10-19-2021 at 10:37 PM.
winstonma is offline   Reply With Quote
Old 10-20-2021, 02:51 PM   #5
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 907
Karma: 149877
Join Date: Jul 2013
Location: Netherlands
Device: Cracked HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
Thanks @winstonma! I tried using a patched recovery.img with the toggle preserverd encryption. But it still won't work with the fastboot boot command:
Code:
[root@pc]# adb pull /sdcard/Download/magisk_patched-23000_zkFBH.img ./magisk_patched-from_recovery_preserved_recovery.img
/sdcard/Download/magisk_patched-23000_...d. 9.1 MB/s (16732160 bytes in 1.745s)
[root@pc]# adb reboot-bootloader
[root@pc]# fastboot devices
K3T8R520N5  Android Fastboot

[root@pc]# fastboot reboot recovery
Rebooting into recovery                            OKAY [  0.000s]
Finished. Total time: 0.050s
[root@pc]# fastboot boot magisk_patched-from_recovery_preserverd_recovery.img
fastboot: error: cannot load 'magisk_patched-from_recovery_preserverd_recovery.img': No such file or directory
[root@pc]# fastboot boot magisk_patched-from_recovery_preserved_recovery.img
Sending 'boot.img' (16340 KB)                      OKAY [  0.467s]
Booting                                            OKAY [  0.000s]
Finished. Total time: 0.481s
[root@pc]# fastboot devices
K3T8R520N5  Android Fastboot

[root@pc]# fastboot reboot
Rebooting
Did anyone succeed at booting or flashing a magisk-patched image for the Note (Pro)?
Markismus is offline   Reply With Quote
Advert
Old 10-20-2021, 08:22 PM   #6
winstonma
Zealot
winstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windows
 
Posts: 110
Karma: 120918
Join Date: Nov 2013
Device: Onyx Boox Nova
Please try to flash the patched recovery in fastboot mode. Skip the command
Quote:
fastboot reboot recovery
and see if it helps

Last edited by winstonma; 10-21-2021 at 12:00 AM.
winstonma is offline   Reply With Quote
Old 10-21-2021, 05:46 AM   #7
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 907
Karma: 149877
Join Date: Jul 2013
Location: Netherlands
Device: Cracked HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
It doesn't help for the fastboot boot image.img command.

As for flashing, I am still not to clear about the repercussions. The image based on the recovery image is 16M, while the boot.img are 8M, so it seems that you have to flash them at resp. recovery and boot.
As I am messing about with the booting, it seems unwise to experiment with the recovery partition, because I will need that one if things go amiss, right?

So rather than the recovery.img, I should be using the patched boot,img for flashing? Or am I confusing things here?
Markismus is offline   Reply With Quote
Old 10-21-2021, 10:15 AM   #8
winstonma
Zealot
winstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windowswinstonma format shifts faster than booting Windows
 
Posts: 110
Karma: 120918
Join Date: Nov 2013
Device: Onyx Boox Nova
First of all, magisk-in-recovery method is not the same as patching boot.img way. So don't worry it would work. Yes you are right the patched recovery.img is 16MB.

Quote:
adb reboot-bootloader
fastboot devices
fastboot flash boot patched-recovery.img
Please let me know if it doesn't work for you

Last edited by winstonma; 10-21-2021 at 10:20 AM.
winstonma 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
Note Pro and Nova Pro Upgrade to Android 9 Question Mark Onyx Boox 93 11-19-2021 12:42 AM
Android 8.1 firmware released for Ares Note ilyats Boyue 7 11-02-2020 01:15 PM
Note Pro firmware update v2.2.2 Markismus Onyx Boox 0 06-23-2020 11:14 AM
Will Note Pro get Android 9? Faeryink Onyx Boox 1 12-02-2019 09:33 AM
Where is the Root Directory in BOOX Note Pro? Victor_Luiz Onyx Boox 0 05-10-2019 01:40 PM


All times are GMT -4. The time now is 07:57 AM.


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