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 11-14-2022, 09:23 AM   #91
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,935
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by downeaster59 View Post
I assume I'd need root in order to do this!
Well, hop to it!

At least "adb reboot edl" and see what my edl.exe says for info, maybe try the 636 loader using the link on http://www.temblast.com/edl.htm
Code:
C:\>edl.exe /l
C:\>edl.exe /lwhatever.bin
Besides, there is an update up already:
Onyx/Leaf2/Leaf2:11/2022-10-29_19-11_3.3.1_8c9d49397/1583:user/dev-keys
http://firmware-us-volc.boox.com/a29...fdf/update.upx

Last edited by Renate; 11-14-2022 at 09:26 AM.
Renate is offline   Reply With Quote
Old 11-14-2022, 09:33 AM   #92
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by Renate View Post
Well, hop to it!

At least "adb reboot edl" and see what my edl.exe says for info, maybe try the 636 loader using the link on http://www.temblast.com/edl.htm
Code:
C:\>edl.exe /l
C:\>edl.exe /lwhatever.bin
Besides, there is an update up already:
Onyx/Leaf2/Leaf2:11/2022-10-29_19-11_3.3.1_8c9d49397/1583:user/dev-keys
http://firmware-us-volc.boox.com/a29...fdf/update.upx
You've even given me a couple of places to hop to! That will give me something to work with. One of these, at least, should do the trick!

Thanks!
downeaster59 is offline   Reply With Quote
Advert
Old 11-14-2022, 09:52 AM   #93
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,935
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
So, you need to update DeBooxUpx.
Code:
C:\>adb pull /system/priv-app/OnyxOtaService/OnyxOtaService.apk
C:\>apktool d OnyxOtaService.apk -o OTA
C:\>grep "[^_ ](settings|upgrade|local)[^_ ]" OTA\res\values\strings.xml
Post the three lines of output or just follow what's in the Python file and add the lines yourself.
If you have a problem, just post strings.xml or even just the .apk

Lol, somebody beat you to it: https://github.com/Hagb/decryptBooxUpdateUpx/issues/49

Last edited by Renate; 11-14-2022 at 09:59 AM.
Renate is offline   Reply With Quote
Old 11-14-2022, 10:06 AM   #94
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by Renate View Post
So, you need to update DeBooxUpx.
Code:
C:\>adb pull /system/priv-app/OnyxOtaService/OnyxOtaService.apk
C:\>apktool d OnyxOtaService.apk -o OTA
C:\>grep "[^_ ](settings|upgrade|local)[^_ ]" OTA\res\values\strings.xml
Post the three lines of output or just follow what's in the Python file and add the lines yourself.
If you have a problem, just post strings.xml or even just the .apk

Lol, somebody beat you to it: https://github.com/Hagb/decryptBooxUpdateUpx/issues/49
Lol... that "somebody" was me! I use a different username here and there for variety's sake!

I used the GetBooxUpxKeys app from that site to get the strings.

Last edited by downeaster59; 11-14-2022 at 10:08 AM.
downeaster59 is offline   Reply With Quote
Old 11-14-2022, 10:53 AM   #95
CrazyCoder
Zealot
CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1161662
Join Date: Apr 2011
Location: San Diego, CA, USA
Device: Kindle Oasis (10th gen), Kobo Libra 2, Onyx Leaf2 Black
Quote:
Originally Posted by downeaster59 View Post
Lol... that "somebody" was me! I use a different username here and there for variety's sake!

I used the GetBooxUpxKeys app from that site to get the strings.
And somebody still beaten you 10 days earlier =) https://github.com/Hagb/decryptBooxUpdateUpx/pull/46.
CrazyCoder is offline   Reply With Quote
Advert
Old 11-14-2022, 11:18 AM   #96
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by CrazyCoder View Post
And somebody still beaten you 10 days earlier =) https://github.com/Hagb/decryptBooxUpdateUpx/pull/46.
We did it, in any case! The folks at GitHub will know that there's a need for this!
downeaster59 is offline   Reply With Quote
Old 11-14-2022, 11:27 AM   #97
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,510
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
@downeaster59
Thank you for details!!

I guess I’ll pass on Leaf 2, because I am spoiled by Button Mapper which allows me to open the whole frontlight dialog with a long press
mergen3107 is offline   Reply With Quote
Old 11-14-2022, 11:33 AM   #98
CrazyCoder
Zealot
CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1161662
Join Date: Apr 2011
Location: San Diego, CA, USA
Device: Kindle Oasis (10th gen), Kobo Libra 2, Onyx Leaf2 Black
Quote:
Originally Posted by mergen3107 View Post
I guess I’ll pass on Leaf 2, because I am spoiled by Button Mapper which allows me to open the whole frontlight dialog with a long press
You can root and customize everything and button mapper should work too with the patched framework. It's not that hard.

I also use KOReader and I don't need to open any dialogs for frontlight customization at all. Swipes on the left change brightness, on the right the color temperature. I also changed the tap on the bottom left corner to toggle backlight and on the right corner to toggle night mode.
CrazyCoder is offline   Reply With Quote
Old 11-14-2022, 11:51 AM   #99
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by CrazyCoder View Post
You can root and customize everything and button mapper should work too with the patched framework. It's not that hard.

I also use KOReader and I don't need to open any dialogs for frontlight customization at all. Swipes on the left change brightness, on the right the color temperature. I also changed the tap on the bottom left corner to toggle backlight and on the right corner to toggle night mode.
How did you root the Leaf 2? What worked for you?
downeaster59 is offline   Reply With Quote
Old 11-14-2022, 12:03 PM   #100
CrazyCoder
Zealot
CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1161662
Join Date: Apr 2011
Location: San Diego, CA, USA
Device: Kindle Oasis (10th gen), Kobo Libra 2, Onyx Leaf2 Black
Quote:
Originally Posted by downeaster59 View Post
How did you root the Leaf 2? What worked for you?
decryptBooxUpdateUpx (with my keys added) + extract_android_ota_payload to get boot.img file, then Magisk to patch boot.img, then flash the patched boot.img via "fastboot flash boot".
CrazyCoder is offline   Reply With Quote
Old 11-14-2022, 12:27 PM   #101
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by CrazyCoder View Post
decryptBooxUpdateUpx (with my keys added) + extract_android_ota_payload to get boot.img file, then Magisk to patch boot.img, then flash the patched boot.img via "fastboot flash boot".
I was wondering if it was possible to manually add the strings to decryptBooxUpdateUpx. Apparently it is!
downeaster59 is offline   Reply With Quote
Old 11-14-2022, 12:33 PM   #102
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,510
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
@CrazyCoder
Thank you!
mergen3107 is offline   Reply With Quote
Old 11-14-2022, 12:50 PM   #103
CrazyCoder
Zealot
CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1161662
Join Date: Apr 2011
Location: San Diego, CA, USA
Device: Kindle Oasis (10th gen), Kobo Libra 2, Onyx Leaf2 Black
Quote:
Originally Posted by downeaster59 View Post
I was wondering if it was possible to manually add the strings to decryptBooxUpdateUpx. Apparently it is!
Sure, you just edit the .py file, here is mine: https://pastebin.com/raw/mUxL26gT.
CrazyCoder is offline   Reply With Quote
Old 11-14-2022, 02:48 PM   #104
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by CrazyCoder View Post
Sure, you just edit the .py file, here is mine: https://pastebin.com/raw/mUxL26gT.
Thanks!

I'm using a Mac. When I try to run extract_android_ota_payload in Terminal, I get an error that the google module cannot be found, even though I have installed it. The Github page to post issues is now read-only. Any ideas?
downeaster59 is offline   Reply With Quote
Old 11-14-2022, 02:58 PM   #105
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,935
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by downeaster59 View Post
Thanks!
Any ideas?
Onyx moved the decode strings to a lib from the resource strings.

What @CrazyCoder says. You have the strings, just add them to your personal copy of DeBooxUpx.py, not any get strings thingy.
Renate is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuck in Chinese - Language Change? Rand Brittain Onyx Boox 0 10-29-2016 12:13 PM
Chinese book readers kevinofengland More E-Book Readers 0 06-06-2010 11:57 AM
Which E-Reader has native Japanese/Chinese language support? komugi Which one should I buy? 1 04-22-2010 12:38 AM


All times are GMT -4. The time now is 03:46 AM.


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