Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
frederik.ebert's avatar
frederik.ebert
Honored Guest
1 year ago

ADB No longer able to read from Quest2 or install APK after automatic Update

Hi,

We're using ADB to read the oculus controller positions and button states from an Meta Quest2 to a linux ubuntu machine.

Our Oculus Quest2 seemed to have peformed an automatic update (without asking for confirmation) after which we're no longer able to receive any information via the following ADB API call: 

self.device.shell('am start -n "com.rail.oculus.teleop/com.rail.oculus.teleop.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER')

You can find more context here: https://github.com/rail-berkeley/oculus_reader/blob/main/oculus_reader/reader.py#L48

 

Also, after this update we're no longer able to install the APK via this ADB api call:

`self.device.install(APK_path, test=True, reinstall=reinstall)`

https://github.com/rail-berkeley/oculus_reader/blob/main/oculus_reader/reader.py#L104

 

Thanks a lot!

 

No RepliesBe the first to reply