Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi is there a way to disable the update process that is runing ob the quest via adb command inside quest game optimize. Like a toggle to don't accidentally update to v74 .

That would be else a cool feature

Yes, some things can be done with ADB to avoid the updates, but then difficult to test as I must wait for update to test if it works and I can't be sure it will not impact the system. You know meta want some services to to be ON

Then maybe u can hide where you also put a banner infront where u are yourself responsible for the adb command.

adb shell pm disable-user --user 0 com.oculus.updater 

and for reverse

Adb shell pm enable com.oculus.updater