View Single Post
Old 11-25-2023, 08:42 AM   #3
parkaymang
Member
parkaymang began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Nov 2023
Device: Boox Page
Quote:
Originally Posted by Renate View Post
I haven't seen any software update for the "Page" yet.
Is that exactly what it's called? (The "Poke5" is actually "Poke5P" in the US.)
If you have ADB or a terminal app:
Code:
adb shell
getprop|grep finger
Also, we don't know the processor number, the Firehose loader or the update decryption strings for this yet.
You can help.
Code:
cat /proc/cpuinfo
No, we don't need the whole mess. Does it say "BENGAL"? What's the last line?
Can you pull a file and post it, please?
Code:
adb pull /system/lib64/libota_jni.so
That way we can get the strings ready for when there is an update.
Thanks so much for responding! Happy to help!

This is from the getprop|grep finger, don't really see a name anywhere though. In Settings > Model & Hardware > Model it just says Page.

Code:
[ro.bootimage.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.build.version.preview_sdk_fingerprint]: [REL]
[ro.odm.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.product.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.system.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.system_ext.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
[ro.vendor.build.fingerprint]: [ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys]
This is the last line in cpuinfo
Code:
Hardware	: Qualcomm Technologies, Inc BENGAL
It also corresponds to the device id on the computer which says Bengal IDP and a serial number.

MR wouldn't let me attach the libota_jni.so directly so it's in a zip file here.

What else can I do?
Attached Files
File Type: zip libota_jni.zip (4.6 KB, 45 views)
parkaymang is offline   Reply With Quote