Old site (command line only utility)
https://gitlab.com/W1nst0n/universal-android-debloater
New site (GUI utility) 64-bit software tool that saves a lot of typing (point and click tool written in Rust)
https://github.com/0x192/universal-android-debloater
You need to have ADB installed and running as a service on the computer prior to launching the UAD utility.
The GUI worked fine on FossaPup64 and helped me debloat a samsung and nokia android phone.
For additional info about debloating and hardening an android phone (what i used for reference)
https://lemmy.ml/post/128667
--------------------------------------
Basically, you install ADB from the repository (PPM, etc.) and start the ADB service from the command line with this command in terminal
Code: Select all
adb devices
Then enable usb debugging on the phone (developer options) then attach the phone via usb cable.
After attaching with usb cable launch the debloater from the command line and the GUI launches.
Make a backup of your android phone before using, just in case you do something crazy. You can't brick the phone using this (according to UAD website) but you could lose all data if you put the phone in a boot loop and had to manually reset the phone, so know how to manually reset your phone might be a good idea.
Best to connect and play with an old phone, get the feel of it before using on important device.