KO
|
EN
gitlite — search
Search
#react
#python
#css
#javascript
#django
#kotlin
#php
#typescript
#nodejs
#laravel
#ethereum
#api-client
android-bloatware
★ 41
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
PHP-JAVA-SM4
:
基于PHP语言和Java语言的国密SM4算法库 。包含加密/解密,摘要算法的实现代码和测试方法 。
alfred-password-generator
:
🗝 Workflow to generate passwords
springboot-flyway-demo
:
Demo for SpringBoot + Flyway
Bing.Utils
:
Bing.Utils 工具库
simple-dvc-demo
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
android-bloatware
?
Download (.md)
# Android Bloatware Android phones come with lots of unwanted bloatware apps. An easy uninstall option however remains unavailable. Fortunately it's possible to remove/deactivate the apps without root using ADB commands. The shell script `android-cleanup.sh` takes care of removing of presumably safe to remove apps. If however something goes wrong, then the rollback script `android-rollback.sh` helps out. # Supported Platforms The files, though are shell scripts, renaming it to batch files could make in run with Windows too # Prerequisite 1. Platform tools added to your PATH (more on that could be Googled) Platform Tools' binaries could be retrieved from [here](https://developer.android.com/studio/releases/platform-tools) # Installation and usage git clone https://github.com/jasineri/android-bloatware cd android-bloatware bash android-cleanup.sh # Footnotes The whole process is pretty straightforward and safe in all ideal cases. If however something goes wrong, then the rollback script `android-rollback.sh` is always there to undo everything.