Forumsregeln
This forum is intended for instructions and help.
PLEASE DO NOT OPEN A TOPIC HERE
PLEASE DO NOT ASK ANY QUESTIONS HERE
PLEASE DO NOT POST HERE
Please open questions as a topic in the appropriate forum.
Benutzeravatar
waldbursche
Beiträge: 1194
Registriert: Mo 29. Mär 2021, 15:14
Wohnort: SN - CZ - SK - HU - RO
Volla Phone mit: Volla OS 14
Volla Gerätetyp: VollaPhone Quintus
sonstiges Handy/iPhone mit Android Version/iOS Version: VollaPhone 1, VollaPhone 22, VollaTablet mit VollaOS und UbuntuTouch

Uninstalling System Apps

Uninstalling System Apps
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
Example output:

Code: Alles auswählen

GS290CTM906000 device
If the output shows:

Code: Alles auswählen

GS290CTM906000 unauthorized
the PC has not been granted access. Please re-initiate the process.
Otherwise, continue with:

Code: Alles auswählen

adb shell
Example output:

Code: Alles auswählen

k63v2_64_bsp:/ $

Input:

Code: Alles auswählen

pm list packages
Displays all installed apps and system components.
Input:

Code: Alles auswählen

pm list packages -3
Displays only third-party apps.

Uninstalling a system app (e.g., Hide.me app):
Input:

Code: Alles auswählen

pm uninstall -k --user 0 hideme.android.vpn.noPlayStore
The app is uninstalled.
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.
Beste Grüße und eine gute Zeit - Best regards and a good time

Moderator des Forums
Hinweise? -> PN an mich

Mod of this forum
Notes? -> DM me

Zurück zu „Tutorials“