Pre-installed system apps cannot be uninstalled in the conventional way via system management or the app store.
When using the Volla Security Mode, unneeded system apps can be permanently or temporarily disabled.
However, if you absolutely want to uninstall a pre-installed system app, this is not intended and requires using the terminal.
WARNING!
THIS GUIDE IS EXCLUSIVELY FOR EXPERIENCED USERS WHO ARE AWARE OF THE RISKS.
IMPROPER USE MAY DAMAGE THE OPERATING SYSTEM AND RESULT IN DATA LOSS.
ALL WARRANTIES ARE VOID!
USE AT YOUR OWN RISK!
Required on the desktop:
Minimal ADB
(Explanation: https://wiki.ubuntuusers.de/adb/)
Fastboot
(Explanation: https://wiki.ubuntuusers.de/fastboot/)
You can install these tools via the respective package manager/app store of the operating system or, on Linux/Ubuntu, via the terminal using:
Code: Alles auswählen
sudo apt install android-tools-adb
Code: Alles auswählen
sudo apt install android-tools-fastboot
Alternatively, the latest version of the tools can be downloaded and extracted (.zip file) from https://developer.android.com/tools/rel ... ools?hl=en.
On the phone:
Enable USB Debugging:
Settings → System → About Phone → Tap “Build Number” multiple times in quick succession until a notification appears indicating that Developer Options have been unlocked.
Settings → System → Developer Options → Enable the toggle for “USB Debugging.”
Connect the phone to the PC → In the small pop-up window, allow the PC to access the phone.
On the PC, start the Command Prompt (Windows) or Terminal (Linux) and proceed as follows:
Code: Alles auswählen
adb devices
Code: Alles auswählen
GS290CTM906000 device
Code: Alles auswählen
GS290CTM906000 unauthorized
Otherwise, continue with:
Code: Alles auswählen
adb shell
Code: Alles auswählen
k63v2_64_bsp:/ $
Input:
Code: Alles auswählen
pm list packages
Input:
Code: Alles auswählen
pm list packages -3
Uninstalling a system app (e.g., Hide.me app):
Input:
Code: Alles auswählen
pm uninstall -k --user 0 hideme.android.vpn.noPlayStore
Output:
Code: Alles auswählen
Success
Restart the phone to refresh the app drawer or terminate and restart the Volla Launcher.
Note: OS version upgrades may reinstall the app.