Forum Discussion
bryan.lee.winr
5 years agoHonored Guest
Retrieve Headset Firmware Version Programmatically (Unity)
Hello, is there any way to retrieve the firmware # of the headset programmatically?
- Anonymous5 years ago
UnityEngine.SystemInfo.operatingSystem
returns a string like this:
"Android OS 10 / API-29 (QQ3A.200805.001/18371800230900000)"
The last number (18371800230900000) is the system software revision number that you see when looking in settings->about.
Close enough?
6 Replies
- Anonymous
UnityEngine.SystemInfo.operatingSystem
returns a string like this:
"Android OS 10 / API-29 (QQ3A.200805.001/18371800230900000)"
The last number (18371800230900000) is the system software revision number that you see when looking in settings->about.
Close enough?
- bryan.lee.winrHonored Guest
Sadly no, I'm looking for something that corresponds to these version numbers Oculus Release Notes. I've fetched everything from Build.VERSION | Android Developers and Build | Android Developers with no luck. Any ideas?
- Anonymous
These long numbers correspond to OS versions (e.g. "18371800230900000" = v32.0), but haven't found anything that gives the actual human-readable version number.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago