Skip to content

Disable useless programs and packages on Android Devices

License

Notifications You must be signed in to change notification settings

moeenn/android-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Cleaner

Almost every Android Device comes with programs that the OEMs don't want their customers to disable. Trouble is, these programs are garbage and we can always find better alternatives in the Google Play Store. Android Cleaner helps in disabling these useless programs.

Compilation

$ make build

How to Use

  1. You will need to install Package Name on your Android Device. Link
  2. In Package Name, select all the applications that you would like to disable
  3. Copy this selection and transfer it your Phone. Google Keep works quite well for this job.
  4. The copied package details will be in the following form
app:Some App
package:com.developer.softwarename
Launcher:null
  1. Create a text file and paste the copied package details
  2. Connect your Android Device to your computer and enable USB Debugging under Developer Options menu
  3. Run the following command
$ android-cleaner -file <package list>
  1. Packages will be disabled on your Android Device
  2. Enjoy a Bloat-free Android Experience

FAQ

Why Disable and not Remove?

Disabled applications can be easily re-enabled from the Device Settings should the need arise. This makes it a safer option compared with complete removal.

How Does it Work?

Android Cleaner uses the Android Debug Bridge (ADB) to perform its interactions with your device. ADB needs to be installed on your system before you can use this program.

About

Disable useless programs and packages on Android Devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published