Uninstall Anbox
-
Dear community,
i would like to remove Anbox from my phone.
What is the procedure?
thank you in advance
ek -
How to uninstall apps
This is a example of the app-list installed apps on your deviceTo uninstall apps, run adb uninstall [APP_ID] from your Ubuntu Touch device:
adb shell
sudo mount -o rw,remount /
adb uninstall [APP_ID]
exit
Done! You might have to refresh the apps scope (pull down from the center of the screen and release) for the new Android apps to show up.https://docs.ubports.com/en/latest/userguide/dailyuse/anbox.html
-
I would think you use the installer to reflash your phone, making sure to select no wipe. That would do it.
-
@erik-kueng @giiba is right. There are a couple of things in this thread https://forums.ubports.com/topic/1676/development-testers-for-anbox/181 but they still involve reflashing (WITHOUT WIPE ).
-
@Lakotaubp thank you, worked fine for me