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 Yesterday, 12:43 PM   #1
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Help me test? Rooted boox device needed.

Hello,

I have a boox go 10.3 but getting root access is more problematic than anticipated before go further in getting help I would love to have someone check something for me.

In my research i found a mention of someone who was successful in adding writing support to certain apps. Soon after that when I kept digging I found something that explains it well. Hence I want to root my device.

Titel: Onyx Boox handwriting optimisation in any app
https://gist.github.com/calliecamero...8bd493380e3b7e

The app I am mostly interested in testing is the Kanji Study app.

Here are the needed bits of info:

Code:
The package name for Kanji Study is:
com.mindtwisted.kanjistudy

And the "view key" (the name of the class in the code) is:
com.mindtwisted.kanjistudy.svg.KanjiStrokeView
I have received this form the developer himself. So I atleast can say that the parameters are right. I can share this/want to share this once I know it works but now I need your help.

So if someone can test this on any patched boot device that would great.
Even better would be a short video of it working would be greatly appreciated.

And if you wish I can send cup of coffee your way. This for the troubles.

DanyDanman is offline   Reply With Quote
Old Today, 06:30 AM   #2
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,650
Karma: 11749029
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
I don't have any pen Onyx.

That eac_config is a bit of a rat's nest.
I don't like text configurations of 1/2 a MB.
(Ok, my Poke5 seems to have a lot smaller one than my Poke3.)
There are lots of undocumented parameters for every app.

There was a DPI default of 350 (on a 300 DPI device) that has worked its way into many settings.

Also, "contrast" a/k/a "Dark Color Enhancement" is set to a default of 30 which makes fonts look thick and blotchy. Set it to 0.

(There is also the stock /system/etc/fonts.xml which substitutes goofy Onyx fonts for some weights of Roboto.)

Last edited by Renate; Today at 07:01 AM.
Renate is offline   Reply With Quote
Old Today, 02:07 PM   #3
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Hmm strange I can not open. eac_config. Root patch has been installed and I use file commander. I can see the file. What gives?

Btw editing that file is tough it's really bad chatgpt has issues whit.

Do you know how to make it readable without chatgpt?
DanyDanman is offline   Reply With Quote
Old Today, 02:20 PM   #4
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,650
Karma: 11749029
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by DanyDanman View Post
What gives?
No idea.
I just did "adb pull /onyxconfig/eac_config".
But I have a rooted adb, not a rootable one.
Just do:
Code:
adb shell
cp /onyxconfig/eac_config /sdcard
^D
adb pull /sdcard/eac_config
Renate is offline   Reply With Quote
Old Today, 02:34 PM   #5
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Hmm, this is the error I get:

Code:
C:\Users\User>adb shell
Go103:/ $ cp /onyxconfig/eac_config /sdcard
cp: /sdcard/eac_config: Permission denied
Should I try to write with edl ? I hope that the system takes my modified eac_config.

Is that safe to do as it can be ofc?
DanyDanman is offline   Reply With Quote
Old Today, 02:36 PM   #6
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,650
Karma: 11749029
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by DanyDanman View Post
Permission denied
Code:
C:\>adb shell
$ su
# cp whatever
Renate is offline   Reply With Quote
Old Today, 02:42 PM   #7
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Ha, tnx for the quick response. I went to google and found the same answer.
Permission denied

And:

Code:
C:\Users\User>adb root
adbd cannot run as root in production builds

Can't even open the file on the device it self. I can copy it but place it back in with android as I lack permissions. Even though my file browser has root permissions and can see the files.
DanyDanman is offline   Reply With Quote
Old Today, 02:50 PM   #8
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
Got it fixed. Now editing the file. Never used root, so I had to do research.
DanyDanman is offline   Reply With Quote
Old Today, 05:53 PM   #9
DanyDanman
Enthusiast
DanyDanman began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Jun 2024
Device: Boox Go 10.3
It works perfect, only some app specific things that need fixing minor. Tnx for all the help Renate. Give me 2 weeks and will tell you how I feel about it.
DanyDanman is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Volunteer needed for Mac (Apple Silicon) arm64 build test KevinH Sigil 23 07-25-2023 07:18 PM
Onyx Boox m96 - Handwriting speed test halox Onyx Boox 5 04-09-2015 09:34 PM
PRS-T1 My Rooted PRS-T1 in Serious Trouble! Help Needed... sein Sony Reader Dev Corner 3 11-22-2011 07:19 AM
Onyx Onyx Boox: Der Test mtravellerh Andere Lesegeräte 6 02-03-2010 04:25 AM
Help needed - Can you test an ePub for me? SecondoMe Sony Reader 0 03-05-2009 02:16 PM


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


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