cancel
Showing results for 
Search instead for 
Did you mean: 

Can uninstall a build (Oculus Go)

Anonymous
Not applicable
I have created 3 apps with for testing. I could not figure out how to uninstall this app so I went to the website amd deleted the app. Now it is no longer viewable in the Oculus Go.... until I look into the unknown sources section. All 3 apps are still there and can be run. How do I delete the games from there?
9 REPLIES 9

Arghzival
Protege
I'm trying to figure this out too. adb uninstall doesnt work

vr_marco
Protege
Do:

adb shell pm list packages

Find the name of your test apps, then:

adb uninstall <packagename>

You should see a "success" response and your test app is uninstalled.

hiramani
Honored Guest
It worked! Thanks

Anonymous
Not applicable
I'm trying to do the same thing.. but i don't see my APK listed when I run that command. At least nothing with the same filename as my APK.


NEVERMIND: Found it

marald
Explorer
Thx @vr_marco, this was very useful info!

CollateralMerc0
Honored Guest
i downloaded an apk and it wont show in the unknown sources but when i try to download it again it ays error already dowloaded? 

bentommye
Explorer
Short tutorial https://www.youtube.com/watch?v=jjW_cwrjduQ

Anonymous
Not applicable
adb uninstall "packagename" , while install is the root directory of contents. slightly confusing.

pedromasa
Honored Guest

vr_marco said:

Do:

adb shell pm list packages

Find the name of your test apps, then:

adb uninstall <packagename>

You should see a "success" response and your test app is uninstalled.

 That worked! But when I get my oculus directory I can se the empty folders inside of it. They all are empty, even the ones who are installed yet. Can I delete it? The ones are uninstalled?