Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to retrieve Glass XE version number?

How can I retrieve information about Google Glass with GDK, e.g. which software update is currently installed on Google Glass ?

like image 463
jellyfication Avatar asked Dec 07 '25 11:12

jellyfication


1 Answers

You can do this via adb

adb shell getprop ro.build.version.glass
//XE12 

adb shell getprop ro.build.version.release
//4.0.4

To get it programmatically IE (if XE10) do this else if (XE12)...

Follow this lead Get application version programmatically in android

like image 81
StanleyZheng Avatar answered Dec 09 '25 20:12

StanleyZheng



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!