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 07-03-2024, 03:47 AM   #16
ranli
Junior Member
ranli began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2024
Device: Boox Poke5, Page, Note 5+
Quote:
Originally Posted by Renate View Post
Do you want to turn it into a Poke5P (English/multi-lang)?
Hi Renate,

I had the same problems as Jerry. I would like to turn a Poke5 from Chinese version to global version, could you show us how to do it?

Thank you.
ranli is offline   Reply With Quote
Old 07-03-2024, 05:59 AM   #17
Renate
Wizard
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: 2,698
Karma: 11754877
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by ranli View Post
I would like to turn a Poke5 from Chinese version to global version, could you show us how to do it?
Ok, download the Poke5P update: http://firmware-us.boox.com/c07f7139...a70/update.upx
Turn it into update.zip with (use "Poke5P"): https://github.com/Hagb/decryptBooxUpdateUpx

Download the custom recovery from the PM I'll send you.
You need to flash it. You can do that in Android, in fastboot or in EDL.

From Android if you're already rooted with Magisk
Code:
C:\>adb push recmod /sdcard
C:\>adb shell
$ su
# dd if=/sdcard/recmod of=/dev/block/by-name/recovery_a
# dd if=/sdcard/recmod of=/dev/block/by-name/recovery_b
# reboot recovery
From fastboot
Code:
C:\>adb reboot bootloader
C:\>fastboot flash recovery_a recmod
C:\>fastboot flash recovery_b recmod
C:\>fastboot reboot recovery
From EDL
(I'll write this later.)

When you boot to recovery you should have a white screen.
I've never had an issue, but the last time somebody said that it didn't do this.

Put your update.zip on a flash drive.

Check to make sure that ADB is working and that it's rooted.
Code:
adb shell
# <-- should be a number sign
# start ttyscreen
It should have nice little text at the top of the screen "ttyscreen started".
If it doesn't continue anyway.
Code:
# start autoupdate
It should say "Waiting for flash".
If it doesn't continue anyway.
Plug in the flash drive. Does the LED on the flash blink a lot?
Just wait about 5 minutes for it to all stop flashing.

Last edited by Renate; 07-03-2024 at 10:34 AM.
Renate is offline   Reply With Quote
Old 07-03-2024, 10:36 PM   #18
ranli
Junior Member
ranli began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2024
Device: Boox Poke5, Page, Note 5+
Quote:
Originally Posted by Renate View Post
Ok, download the Poke5P update: http://firmware-us.boox.com/c07f7139...a70/update.upx
Turn it into update.zip with (use "Poke5P"): https://github.com/Hagb/decryptBooxUpdateUpx

Download the custom recovery from the PM I'll send you.
You need to flash it. You can do that in Android, in fastboot or in EDL.

From Android if you're already rooted with Magisk
Code:
C:\>adb push recmod /sdcard
C:\>adb shell
$ su
# dd if=/sdcard/recmod of=/dev/block/by-name/recovery_a
# dd if=/sdcard/recmod of=/dev/block/by-name/recovery_b
# reboot recovery
From fastboot
Code:
C:\>adb reboot bootloader
C:\>fastboot flash recovery_a recmod
C:\>fastboot flash recovery_b recmod
C:\>fastboot reboot recovery
From EDL
(I'll write this later.)

When you boot to recovery you should have a white screen.
I've never had an issue, but the last time somebody said that it didn't do this.

Put your update.zip on a flash drive.

Check to make sure that ADB is working and that it's rooted.
Code:
adb shell
# <-- should be a number sign
# start ttyscreen
It should have nice little text at the top of the screen "ttyscreen started".
If it doesn't continue anyway.
Code:
# start autoupdate
It should say "Waiting for flash".
If it doesn't continue anyway.
Plug in the flash drive. Does the LED on the flash blink a lot?
Just wait about 5 minutes for it to all stop flashing.
Thank you Renate!!!

Do we need to root the Poke before we updating?

May be i need more posts to receive your Pm
ranli is offline   Reply With Quote
Old 07-04-2024, 09:42 AM   #19
Renate
Wizard
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: 2,698
Karma: 11754877
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by ranli View Post
Do we need to root the Poke before we updating?
No, but you have unlock the booloader to flash using the 2nd method.

Quote:
Originally Posted by ranli View Post
Maybe i need more posts to receive your Pm
PM sent.
Renate is offline   Reply With Quote
Old Today, 09:06 AM   #20
Quyen607
Enthusiast
Quyen607 began at the beginning.
 
Posts: 25
Karma: 10
Join Date: May 2024
Device: Poke3
Quote:
Originally Posted by Renate View Post
No, but you have unlock the booloader to flash using the 2nd method.


PM sent.
Hello, with the system 3.5.3, autoupdate error, please help me check is there something i did wrong?
https://drive.google.com/file/d/1PMi...ew?usp=sharing
It reported all done,
But the ONYX screen showed and not boot to system

Last edited by Quyen607; Today at 11:07 AM.
Quyen607 is online now   Reply With Quote
Old Today, 10:25 AM   #21
Renate
Wizard
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: 2,698
Karma: 11754877
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
No, that looks all correct.
We're talking the Poke5P (US version)?
There's no 3.5.3 update for this yet, so what are you talking about?
Renate is offline   Reply With Quote
Old Today, 10:57 AM   #22
Quyen607
Enthusiast
Quyen607 began at the beginning.
 
Posts: 25
Karma: 10
Join Date: May 2024
Device: Poke3
Code:
edl /lpoke5.elf
edl /w /precovery_a qu-recmod
edl /w /precovery_b qu-recmod
edl /w /pmisc misc-recovery.prc
edl /z
adb shell start autoupdate
i used the misc-recovery.prc of poke3, are they the same?
after flash the update.zip and reboot
Code:
C:\adb shell
#
the screen showed:
https://drive.google.com/file/d/1UV8...ew?usp=sharing
Can not boot to the system.
https://drive.google.com/file/d/11g7...ew?usp=sharing

Last edited by Quyen607; Today at 11:20 AM.
Quyen607 is online now   Reply With Quote
Old Today, 11:05 AM   #23
Renate
Wizard
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: 2,698
Karma: 11754877
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
There's no problem using the misc image.

I'm still asking what you think that you're using for a 3.5.3 update for the Poke5P.
Renate is offline   Reply With Quote
Old Today, 11:12 AM   #24
Quyen607
Enthusiast
Quyen607 began at the beginning.
 
Posts: 25
Karma: 10
Join Date: May 2024
Device: Poke3
Yes, there is an update 3.5.3 on Poke5P
https://drive.google.com/file/d/1ThF...ew?usp=sharing
Today i saw that there is another update 07/01 available
Quyen607 is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rooting the Poke5 Renate Onyx Boox 30 06-25-2024 12:17 AM
Poke5! Renate Onyx Boox 102 12-07-2023 09:10 PM
Firmware Update Instructions and the latest Firmware Versions mitchwah Ectaco jetBook 113 10-24-2023 09:02 PM
Nouveau firmware firmware 6.5.765 pour la Inkpad 3/PB740 mooms PocketBook 0 11-08-2021 08:23 AM
Firmware glitch - typing text slow on some firmware+device combinations mdp Onyx Boox 11 11-11-2017 12:48 AM


All times are GMT -4. The time now is 11:31 AM.


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