Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 01-01-2022, 05:03 AM   #1
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Note 3 root

Hello. It was easy to root my Note 3 with the firmware 3.1, but now last firmware 3.2 doesn't contain the boot.img. Yokos told me:"create new boot.img with older boot.img plus executing diff patch (have a look at the installation scripts of firmware update) or create boot.img after booting in EDL mode.", but I don't know what I have to do exactly this time. I need some help
cicabum is offline   Reply With Quote
Old 01-01-2022, 07:01 AM   #2
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,891
Karma: 17236157
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Have you done the actual 3.2 update yet? Do you still have your Magisk 3.1 image?
  • adb reboot bootloader
  • fastboot boot old-magisk.img
  • adb shell
  • su
  • dd if=/dev/block/by-name/boot of=/sdcard/boot.img
  • Use Magisk.apk to modify /sdcard/boot.img
  • adb pull /sdcard/new-magisk.img
  • adb reboot bootloader
  • fastboot boot new-magisk.img (just to double check)
  • adb reboot bootloader
  • fastboot flash boot new-magisk.img
Renate is offline   Reply With Quote
Advert
Old 01-01-2022, 07:23 AM   #3
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Quote:
Originally Posted by Renate View Post
Have you done the actual 3.2 update yet? Do you still have your Magisk 3.1 image?
  • adb reboot bootloader
  • fastboot boot old-magisk.img
  • adb shell
  • su
  • dd if=/dev/block/by-name/boot of=/sdcard/boot.img
  • Use Magisk.apk to modify /sdcard/boot.img
  • adb pull /sdcard/new-magisk.img
  • adb reboot bootloader
  • fastboot boot new-magisk.img (just to double check)
  • adb reboot bootloader
  • fastboot flash boot new-magisk.img
Have you done the actual 3.2 update yet?
yes

Do you still have your Magisk 3.1 image?
yes. Do you mean boot.img 3.1 patched with Magisk?

Sorry, I don't understand this command:

dd if=/dev/block/by-name/boot of=/sdcard/boot.img

Should I change anything there?

Thank you for your help

Last edited by cicabum; 01-01-2022 at 07:25 AM.
cicabum is offline   Reply With Quote
Old 01-01-2022, 08:53 AM   #4
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,891
Karma: 17236157
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Is this clearer? You do have ADB ("USB debugging") working? You do have fastboot installed?
Code:
C:\>adb reboot bootloader
C:\>fastboot boot old-magisk.img
C:\>adb shell
$ su
# dd if=/dev/block/by-name/boot of=/sdcard/boot.img
Use Magisk.apk to modify /sdcard/boot.img
Code:
C:\>adb pull /sdcard/new-magisk.img
C:\>adb reboot bootloader
C:\>fastboot boot new-magisk.img (just to double check)
C:\>adb reboot bootloader
C:\>fastboot flash boot new-magisk.img
Renate is offline   Reply With Quote
Old 01-01-2022, 11:58 AM   #5
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Quote:
Originally Posted by Renate View Post
Is this clearer? You do have ADB ("USB debugging") working? You do have fastboot installed?
Code:
C:\>adb reboot bootloader
C:\>fastboot boot old-magisk.img
C:\>adb shell
$ su
# dd if=/dev/block/by-name/boot of=/sdcard/boot.img
Use Magisk.apk to modify /sdcard/boot.img
Code:
C:\>adb pull /sdcard/new-magisk.img
C:\>adb reboot bootloader
C:\>fastboot boot new-magisk.img (just to double check)
C:\>adb reboot bootloader
C:\>fastboot flash boot new-magisk.img
it works!
Thank you for your help and patience!
cicabum is offline   Reply With Quote
Advert
Old 01-20-2022, 03:46 AM   #6
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Hi Renate. I wanted to ask you a question: do you think it's possible to get the boot.img file from the already installed firmware if you don't have the firmware to install? Let me explain better: if you want to root the firmware 3.2 you must have the firmware 3.1 file (from X with Magisk), because the onyx firmware 3.2 doesn't contain the boot.img file, but if you don't have the firmware 3.1 file how do you do? If you don't have a boot.img file you can not patch it with Magisk and therefore you can't root it, right?
cicabum is offline   Reply With Quote
Old 01-20-2022, 03:59 AM   #7
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)
You need a boot.img which you patch with Magisk and after this you can boot this image (wo flashing) and run dd commands with root rights via adb.

I will have to do this when the update file of 3.2.x firmware of the Max Lumi will not include the full boot.img. The listed dd commands are working. I have tried them.

Last edited by yokos; 01-20-2022 at 04:03 AM.
yokos is offline   Reply With Quote
Old 01-20-2022, 03:28 PM   #8
cicabum
Addict
cicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud ofcicabum has much to be proud of
 
Posts: 206
Karma: 27732
Join Date: Oct 2012
Device: Onyx Note3, Nova3, Hisense A5, Hisense Q5, Dasung Paperlike Pro-f
Quote:
Originally Posted by yokos View Post
You need a boot.img which you patch with Magisk and after this you can boot this image (wo flashing) and run dd commands with root rights via adb.

I will have to do this when the update file of 3.2.x firmware of the Max Lumi will not include the full boot.img. The listed dd commands are working. I have tried them.
Ok, thank you :-)
cicabum is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Root for Note Air 2? downeaster59 Onyx Boox 187 11-08-2023 05:54 PM
Let's try to root the Note Pro Android 9, firmware 3.1 Markismus Onyx Boox 7 10-21-2021 10:15 AM
Where is the Root Directory in BOOX Note Pro? Victor_Luiz Onyx Boox 0 05-10-2019 01:40 PM
PRS-T1 Can't root/un-root/use SD Rescue/boot into Recovery Console bookp Sony Reader Dev Corner 6 03-07-2016 03:22 AM


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


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