ujaRHR / android-bloatware-remover

Bloatware remover tools for all android ROM out there...

Home Page:https://ujarhr.github.io/android-bloatware-remover/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Bloatware Remover Tools

This tool can be used to uninstall bloatware which comes pre-installed and cannot be uninstalled directly.

✔ Safe to use
❌ Root is not required
🛠 You can add/remove app list
🌐 All Android ROMs are supported
💻 Works on any Operating System

Pre-requisites:

⚠️ You must have ADB installed on your Computer. Download it from here.
⚠️ Developer options and USB Debugging should be enabled on mobile phone. Follow this tutorial...
⚠️ Make sure to connect your mobile with PC and allow USB Debugging.
⚠️ run adb devices command to check the connection.

How to use?

🖥 For Windows:

  • Clone this repository.
  • Go to the 'Windows' folder and Open Command Prompt in this path.
  • Execute the specific batch file for your device.
  • Example: xiaomi.bat or samsung.bat

🐧 For Linux / Mac:

  • Clone this repository.
  • Go to the 'Linux-MacOS' folder and Open Terminal in this path.
  • Execute the specific bash script for your device.
  • Make sure that the file is executable. If not use sudo chmod +x filename.bash
  • Example: ./xiaomi.bash or ./google.bash

Hints

✔ Success -- Uninstalled successfully
❌ Failure [not installed for 0] -- App is not installed

📱 Tested On

  • Google Pixel, Samsung
  • Xiaomi, Oppo, Realme,
  • Vivo, Oneplus,Techno

©️Copyright - Reajul Hasan Raju

ko-fi

About

Bloatware remover tools for all android ROM out there...

https://ujarhr.github.io/android-bloatware-remover/

License:MIT License


Languages

Language:Shell 61.3%Language:Batchfile 38.7%