cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to get my Oculus Go serial number through code?

Carter_Roc
Explorer
Working on a project where I need the headset serial number for something. Right now I have the user enter the serial number themselves but I would like to automate this.
2 REPLIES 2

Carter_Roc
Explorer
Hello, that did not work for me. Is there any other way?

Carter_Roc
Explorer
Figured it out
AndroidJavaObject jo = new AndroidJavaObject("android.os.Build");
string serial = jo.GetStatic<string>("SERIAL");