View Single Post
Old 06-23-2025, 07:18 AM   #14
vuanh1408
Connoisseur
vuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it isvuanh1408 knows what time it is
 
Posts: 50
Karma: 2024
Join Date: Jan 2014
Device: Boox Leaf 5, Boox Note X3pro
Quote:
Originally Posted by Renate View Post
It used to be available by fingerprint. It's probably under ro.vendor.build.onyxfp now.
Code:
adb shell
getprop | grep onyxfp
getprop | grep finger
getprop | grep product
getprop | grep model
getprop | grep Leaf
You should be able to find the same kind of fingerprint used by updates.
Code:
ONYX/BOOX/BOOX:11/RKQ1.210614.002/200:userdebug/release-keys     NOPE!
Onyx/Go6/Go6:11/2025-04-08_19-47_v4.0-rel_e593746bf5/49380:user/release-keys
Hi @Renate, sorry for late reply. From your adb command,
Code:
$ getprop|grep onyxfp
returns
Code:
[ro.vendor.build.onyxfp]: [Onyx/Leaf5/Leaf5:11/2025-05-23_19-16_4.0-rel_05232_4688308c2/3319:user/release-keys]
Code:
getprop | grep model
adb returns
Code:
[ro.product.model]: [Leaf5]
[ro.product.odm.model]: [Leaf5]
[ro.product.product.model]: [qssi system image for arm64]
[ro.product.system.model]: [qssi system image for arm64]
[ro.product.system_ext.model]: [qssi system image for arm64]
[ro.product.vendor.model]: [Leaf5]
[ro.soc.model]: [SM6350]
Code:
getprop | grep leaf
returns
Code:
1|Leaf5:/ $
So I think its name is Leaf5. Can u check again if there is update available for this device. Thank you
vuanh1408 is offline   Reply With Quote