Add Shizuku-compatible shell scripts for all brands (no PC required) #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses the request for
.sh
versions of the bloatware removal tools that work with Shizuku, allowing users to remove bloatware directly on their devices without needing a PC connection.What's Added
1. Standalone Shell Scripts for All Brands
Each brand now has its own Shizuku-compatible shell script:
Samsung/samsung_remover.sh
)Xiaomi/xiaomi_remover.sh
)OnePlus/oneplus_remover.sh
)Realme/realme_remover.sh
)Oppo/oppo_remover.sh
)Vivo/vivo_remover.sh
)Huawei/huawei_remover.sh
)Honor/honor_remover.sh
)Motorola/motorola_remover.sh
)Nothing/nothing_remover.sh
)Tecno/tecno_remover.sh
)Each script features:
2. Comprehensive Documentation (
Honor/SHIZUKU_USAGE.md
)3. Updated Documentation
Key Features
Each shell script includes brand-specific packages categorized by risk level:
Technical Implementation
#!/system/bin/sh
for Android/Shizuku compatibilitypm uninstall --user 0
andpm disable-user
commands/sdcard/
directoryUsage Example
This solution enables users of all supported brands to clean their devices of bloatware using only their phone and the Shizuku app, making the tool accessible to users without PC access.
Fixes #2.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.