├── CONTRIBUTING.md ├── LICENSE ├── Oppo ├── oppo-bloatware-list.md └── oppo-uninstall.py ├── README.md ├── Realme ├── realme-bloatware-list.md └── realme-uninstall.py ├── Samsung ├── samsung-bloatware-list.md └── samsung-uninstall.py ├── Tecno ├── tecno-bloatware-list.md └── tecno-uninstall.py ├── Vivo ├── vivo-bloatware-list.md └── vivo-uninstaller.py └── Xiaomi ├── xiaomi-bloatware-list.md └── xiaomi-uninstaller.py /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to UIBloatwareRegistry 2 | 3 | Thank you for considering contributing to UIBloatwareRegistry! We appreciate your interest in making this repository better. Please take a moment to review the following guidelines to ensure a smooth and effective contribution process. 4 | 5 | ## Table of Contents 6 | 7 | - [Contributing to UIBloatwareRegistry](#contributing-to-uibloatwareregistry) 8 | 9 | - [Table of Contents](#table-of-contents) 10 | 11 | - [How Can You Contribute?](#how-can-you-contribute) 12 | 13 | - [Submitting Contributions](#submitting-contributions) 14 | 15 | - [Code Guidelines](#code-guidelines) 16 | 17 | - [Issue Reporting](#issue-reporting) 18 | 19 | - [Feature Requests](#feature-requests) 20 | 21 | - [Feedback](#feedback) 22 | 23 | - [License](#license) 24 | 25 | ## How Can You Contribute? 26 | 27 | There are several ways you can contribute to UIBloatwareRegistry: 28 | 29 | - **Adding Bloatware Information**: If you come across new bloatware applications on different Android devices, feel free to add them to the relevant Markdown files in the repository. Make sure to provide accurate information about the bloatware package name and its associated details. 30 | 31 | - **Removing Deprecated Bloatware**: If any of the listed bloatware applications are no longer present on the respective devices or have become obsolete, you can submit a pull request to remove them from the repository. 32 | 33 | - **Updating Existing Information**: If you have more up-to-date information or additional details about any existing bloatware applications, you can contribute by updating the relevant Markdown files. 34 | 35 | - **Bug Fixes**: If you find any bugs or issues within the repository, you can submit bug fixes or improvements. 36 | 37 | - **Documentation**: Improving the documentation, such as clarifying instructions, adding examples, or enhancing the overall readability, is always appreciated. 38 | 39 | ## Submitting Contributions 40 | 41 | To contribute to UIBloatwareRegistry, please follow these steps: 42 | 43 | 1. Fork the repository on GitHub. 44 | 45 | 2. Create a new branch with a descriptive name for your feature/fix. 46 | 47 | 3. Make your changes, ensuring they follow the code guidelines (see next section). 48 | 49 | 4. Commit your changes and provide a clear and concise commit message. 50 | 51 | 5. Push your branch to your forked repository. 52 | 53 | 6. Submit a pull request to the main repository's `main` branch. 54 | 55 | Our team will review your pull request as soon as possible and provide feedback or merge it if everything looks good. 56 | 57 | ## Code Guidelines 58 | 59 | When submitting code contributions, please adhere to the following guidelines: 60 | 61 | - Follow consistent code formatting and style. 62 | 63 | - Use meaningful variable and function names. 64 | 65 | - Include appropriate comments for clarity and understanding. 66 | 67 | - Write clear and concise commit messages. 68 | 69 | ## Issue Reporting 70 | 71 | If you encounter any issues or bugs while using the UIBloatwareRegistry repository, please consider opening an issue on GitHub. When reporting an issue, please provide the following information: 72 | 73 | - Detailed description of the issue or bug. 74 | 75 | - Steps to reproduce the issue. 76 | 77 | - Any relevant error messages or screenshots. 78 | 79 | This will help us understand and address the problem effectively. 80 | 81 | ## Feature Requests 82 | 83 | If you have any feature requests or suggestions for UIBloatwareRegistry, we encourage you to open an issue on GitHub. Please provide a clear and detailed description of the requested feature or enhancement. 84 | 85 | ## Feedback 86 | 87 | We value your feedback and suggestions for improving UIBloatwareRegistry. If you have any general feedback, ideas, or questions, feel free to open an issue on GitHub or contact us through other available channels. 88 | 89 | ## License 90 | 91 | By contributing to the UIBloatwareRegistry repository, you agree that your contributions will be licensed under the [MIT License](https://opensource.org/licenses/MIT). 92 | 93 | We appreciate your contributions and look forward to building a valuable resource for managing Android bloatware together! 94 | 95 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Anant Mishra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Oppo/oppo-bloatware-list.md: -------------------------------------------------------------------------------- 1 | # Oppo Bloatware List 2 | 3 | ## Android Bloatware on Oppo 4 | 5 | - com.android.bips | Default Print Service 6 | 7 | - com.android.bookmarkprovider 8 | 9 | - com.android.cellbroadcastreceiver 10 | 11 | - com.android.cellbroadcastreceiver.overlay.common 12 | 13 | - com.android.chrome | Google Chrome 14 | 15 | - com.android.egg | Easter Egg 16 | 17 | - com.android.mms.service | MMS 18 | 19 | - com.android.printspooler | Mobile Printing service 20 | 21 | - com.android.providers.calendar | Calendar 22 | 23 | - com.android.providers.partnerbookmarks | Chrome bookmarks 24 | 25 | - com.android.providers.userdictionary | Keyboard dictionary 26 | 27 | - com.android.vpndialogs | VpnDialogs 28 | 29 | - com.android.wallpaper.livepicker | Live wallpaper selector 30 | 31 | - com.android.wallpaperbackup | Wallpaper app 32 | 33 | - com.android.wallpapercropper | Wallpaper cropper 34 | 35 | - com.dsi.ant.server | ANT HAL Service 36 | 37 | - com.caf.fmradio | FM Radio service 38 | 39 | ## Color OS System Apps 40 | 41 | - com.coloros.aftersalesservice 42 | 43 | - com.coloros.alarmclock | Alarm app 44 | 45 | - com.coloros.assistantscreen | Smart Assistant 46 | 47 | - com.coloros.backuprestore | Clone Phone 48 | 49 | - com.coloros.backuprestore.remoteservice 50 | 51 | - com.coloros.calculator | Calculator 52 | 53 | - com.coloros.childrenspace | Kid Space 54 | 55 | - com.coloros.cloud | Oppo Cloud 56 | 57 | - com.coloros.compass2 | Compass 58 | 59 | - com.coloros.filemanager | File Manager 60 | 61 | - com.coloros.floatassistant | Floating app window 62 | 63 | - com.coloros.focusmode | Focus Mode 64 | 65 | - com.coloros.gallery3d | Gallery app 66 | 67 | - com.coloros.gamespace | Game Center 68 | 69 | - com.coloros.healthcheck | Quick Check 70 | 71 | - com.coloros.healthservice | Device Health Check 72 | 73 | - com.coloros.musiclink | Music Party 74 | 75 | - com.coloros.safesdkproxy | Phone Cleaner & Antivirus (spyware) 76 | 77 | - com.coloros.screenrecorder | Screen Recorder 78 | 79 | - com.coloros.securepay | Secure Pay 80 | 81 | - com.coloros.smartsidebar | Smart Sidebar 82 | 83 | - com.coloros.speechassist | Chinese bloat 84 | 85 | - com.coloros.soundrecorder | Voice Recorder 86 | 87 | - com.coloros.translate.engine | Translation app 88 | 89 | - com.coloros.video | Video Player 90 | 91 | - com.coloros.wallpapers | Wallpaper selector 92 | 93 | - com.coloros.weather.service | Color OS Weather app 94 | 95 | - com.coloros.widget.smallweather | Weather widget 96 | 97 | ## Google Bloatware on Oppo 98 | 99 | - com.google.android.apps.googleassistant | Google Assistant 100 | 101 | - com.google.android.apps.maps | Google Maps 102 | 103 | - com.google.android.apps.messaging | Messages 104 | 105 | - com.google.android.apps.nbu.files | Files by Google 106 | 107 | - com.google.android.apps.nbu.paisa.user | Google Pay 108 | 109 | - com.google.android.apps.photos | Google Photos 110 | 111 | - com.google.android.apps.wellbeing | Digital Wellbeing 112 | 113 | - com.google.android.calendar | Calendar 114 | 115 | - com.google.android.documentsui | Files 9 116 | 117 | - com.google.android.feedback | Google Feedback 118 | 119 | - com.google.android.gm | Gmail 120 | 121 | - com.google.android.googlequicksearchbox | Search Widget 122 | 123 | - com.google.android.inputmethod.latin | Gboard 124 | 125 | - com.google.android.keep | Google Keep 126 | 127 | - com.google.android.marvin.talkback | Android Talkback 128 | 129 | - com.google.android.projection.gearhead | Android Auto 130 | 131 | - com.google.android.soundpicker | Sound Picker 132 | 133 | - com.google.android.talk | Google Talk 134 | 135 | - com.google.android.tts | Google Text-to-Speech 136 | 137 | - com.google.android.videos | Google Play Movies & TV 138 | 139 | - com.google.android.vr.home | Google VR Services 140 | 141 | - com.google.android.youtube | YouTube 142 | 143 | - com.google.ar.core | Google ARCore 144 | 145 | - com.google.ar.lens | Google Lens 146 | 147 | - com.google.vr.vrcore | Google VR Services 148 | 149 | - com.google.android.contacts | Contacts 150 | 151 | - com.google.android.apps.messaging | Messages 152 | 153 | ## Qualcomm Bloatware 154 | 155 | - com.qualcomm.qti.ims 156 | 157 | - com.qualcomm.qti.optinoverlay 158 | 159 | - com.qualcomm.qti.simcontacts 160 | 161 | - com.qualcomm.qti.telephonyservice 162 | 163 | ## Mediatek Bloatware 164 | 165 | - com.mediatek.atci.service 166 | 167 | - com.mediatek.connectivity 168 | 169 | - com.mediatek.dm 170 | 171 | - com.mediatek.mtklogger 172 | 173 | - com.mediatek.mtklogger.reciver 174 | 175 | - com.mediatek.omacp 176 | 177 | - com.mediatek.simcontacts 178 | 179 | - com.mediatek.schpwronoff 180 | 181 | - com.mediatek.selftest 182 | 183 | - com.mediatek.settings.ext 184 | 185 | - com.mediatek.schpwronoff 186 | 187 | - com.mediatek.schpwronoff 188 | 189 | - com.mediatek.voicecommand 190 | -------------------------------------------------------------------------------- /Oppo/oppo-uninstall.py: -------------------------------------------------------------------------------- 1 | import subprocess 2 | 3 | # List of package names to be uninstalled 4 | 5 | packages_to_uninstall = [ 6 | 7 | 'com.coloros.aftersalesservice', 8 | 9 | 'com.coloros.alarmclock', 10 | 11 | 'com.coloros.assistantscreen', 12 | 13 | 'com.coloros.backuprestore', 14 | 15 | 'com.coloros.backuprestore.remoteservice', 16 | 17 | 'com.coloros.calculator', 18 | 19 | 'com.coloros.childrenspace', 20 | 21 | 'com.coloros.cloud', 22 | 23 | 'com.coloros.compass2', 24 | 25 | 'com.coloros.filemanager', 26 | 27 | 'com.coloros.floatassistant', 28 | 29 | 'com.coloros.focusmode', 30 | 31 | 'com.coloros.gallery3d', 32 | 33 | 'com.coloros.gamespace', 34 | 35 | 'com.coloros.healthcheck', 36 | 37 | 'com.coloros.healthservice', 38 | 39 | 'com.coloros.musiclink', 40 | 41 | 'com.coloros.safesdkproxy', 42 | 43 | 'com.coloros.screenrecorder', 44 | 45 | 'com.coloros.securepay', 46 | 47 | 'com.coloros.smartsidebar', 48 | 49 | 'com.coloros.speechassist', 50 | 51 | 'com.coloros.soundrecorder', 52 | 53 | 'com.coloros.translate.engine', 54 | 55 | 'com.coloros.video', 56 | 57 | 'com.coloros.wallpapers', 58 | 59 | 'com.coloros.weather.service', 60 | 61 | 'com.coloros.widget.smallweather', 62 | 63 | 'com.google.android.apps.googleassistant', 64 | 65 | 'com.google.android.apps.maps', 66 | 67 | 'com.google.android.apps.messaging', 68 | 69 | 'com.google.android.apps.nbu.files', 70 | 71 | 'com.google.android.apps.nbu.paisa.user', 72 | 73 | 'com.google.android.apps.photos', 74 | 75 | 'com.google.android.apps.wellbeing', 76 | 77 | 'com.google.android.calendar', 78 | 79 | 'com.google.android.documentsui', 80 | 81 | 'com.google.android.feedback', 82 | 83 | 'com.google.android.gm', 84 | 85 | 'com.google.android.googlequicksearchbox', 86 | 87 | 'com.google.android.inputmethod.latin', 88 | 89 | 'com.google.android.keep', 90 | 91 | 'com.google.android.marvin.talkback', 92 | 93 | 'com.google.android.projection.gearhead', 94 | 95 | 'com.google.android.soundpicker', 96 | 97 | 'com.google.android.talk', 98 | 99 | 'com.google.android.tts', 100 | 101 | 'com.google.android.videos', 102 | 103 | 'com.google.android.vr.home', 104 | 105 | 'com.google.android.youtube', 106 | 107 | 'com.google.ar.core', 108 | 109 | 'com.google.ar.lens', 110 | 111 | 'com.google.vr.vrcore', 112 | 113 | 'com.google.android.contacts', 114 | 115 | 'com.google.android.apps.messaging', 116 | 117 | 'com.qualcomm.qti.ims', 118 | 119 | 'com.qualcomm.qti.optinoverlay', 120 | 121 | 'com.qualcomm.qti.simcontacts', 122 | 123 | 'com.mediatek.atci.service', 124 | 125 | 'com.mediatek.connectivity', 126 | 127 | 'com.mediatek.dm', 128 | 129 | 'com.mediatek.mtklogger', 130 | 131 | 'com.mediatek.mtklogger.reciver', 132 | 133 | 'com.mediatek.omacp', 134 | 135 | 'com.mediatek.simcontacts', 136 | 137 | 'com.mediatek.schpwronoff', 138 | 139 | 'com.mediatek.selftest', 140 | 141 | 'com.mediatek.settings.ext', 142 | 143 | 'com.mediatek.schpwronoff', 144 | 145 | 'com.mediatek.schpwronoff', 146 | 147 | 'com.mediatek.voicecommand' 148 | 149 | ] 150 | 151 | # Uninstall packages 152 | 153 | for package in packages_to_uninstall: 154 | 155 | subprocess.run(['adb', 'shell', 'pm', 'uninstall', package], check=True) 156 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # UIBloatwareRegistry 2 | UIBloatwareRegistry: A comprehensive repository listing UI bloatware for companies. Identify and understand pre-installed software that affects device performance. 3 | 4 | # Bloatware Uninstaller 5 | 6 | This repository contains Python scripts that automate the uninstallation of bloatware apps on various Android devices using the ADB (Android Debug Bridge) command-line tool. 7 | 8 | ## Supported Brands 9 | 10 | - [Realme](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Realme) 11 | - [Samsung](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Samsung) 12 | - [Oppo](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Oppo) 13 | - [Xiaomi](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Xiaomi) 14 | - [Vivo](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Vivo) 15 | - [Tecno](https://github.com/AnantMishra01/UIBloatwareRegistry/tree/main/Tecno) 16 | 17 | More brands will be added in the future. Stay tuned! 18 | 19 | For each supported brand, you will find the following files inside `` folder: 20 | 21 | - `-uninstall.py`: The Python script that uninstalls bloatware apps for the specific brand. 22 | - `-bloatware-list.md`: The list of package names of bloatware apps for the specific brand. 23 | 24 | ## Prerequisites 25 | 26 | Before using the scripts, ensure that you have the following: 27 | 28 | - ADB (Android Debug Bridge) installed on your computer. 29 | - USB debugging enabled on your Android device. 30 | - A USB cable to connect your device to the computer. 31 | - Python installed on your computer. 32 | ## Usage 33 | 34 | 1. Connect your Android device to your computer using a USB cable. 35 | 36 | 2. Open a terminal or command prompt and navigate to the directory where the specific brand's uninstall script is located. 37 | 38 | 3. Modify the `package_names` list in the script to include the package names of the bloatware apps you want to uninstall. You can find the package names in the respective `-bloatware-list.md` file. 39 | 40 | 4. Run the script by executing the following command: 41 | python 42 | `-uninstall.py` 43 | 44 | 45 | 46 | The script will iterate through the list of package names and attempt to uninstall each app using the ADB command. 47 | 48 | 5. Monitor the terminal for the uninstallation progress. The script will print the status of each uninstallation attempt. 49 | 50 | ## [Contributing](https://github.com/AnantMishra01/UIBloatwareRegistry/blob/main/CONTRIBUTING.md) 51 | 52 | Contributions to this repository are welcome! If you have any improvements, support for additional brands, or bug fixes, feel free to open a pull request. 53 | 54 | ## Disclaimer 55 | 56 | Please note that uninstalling system apps can have unintended consequences and may affect the stability or functionality of your device. Use the scripts at your own risk. Make sure to review the list of package names and understand the implications before proceeding. 57 | 58 | ## License 59 | 60 | This project is licensed under the [MIT License](LICENSE). 61 | -------------------------------------------------------------------------------- /Realme/realme-bloatware-list.md: -------------------------------------------------------------------------------- 1 | ## Android Bloatware on Realme UI 2 | 3 | - com.android.bips 4 | - com.android.bookmarkprovider 5 | - com.android.calllogbackup 6 | - com.android.cellbroadcastreceiver 7 | - com.android.cellbroadcastreceiver.overlay.common 8 | - com.android.chrome | Google Chrome 9 | - com.android.mms 10 | - com.android.mms.service 11 | - com.android.printspooler | Mobile Printing service 12 | - com.android.providers.partnerbookmarks 13 | - com.android.sharedstoragebackup 14 | - com.android.statementservice 15 | - com.android.stk | SIM Toolkit 16 | - com.android.wallpaperbackup 17 | 18 | ## ColorOS Bloatware on Realme 19 | 20 | - com.caf.fmradio | FM Radio app 21 | - com.coloros.activation 22 | - com.coloros.activation.overlay.common 23 | - com.coloros.appmanager | App Manager 24 | - com.coloros.assistantscreen | Smart Assistant 25 | - com.coloros.athena 26 | - com.coloros.avastofferwall 27 | - com.coloros.backuprestore 28 | - com.coloros.backuprestore.remoteservice 29 | - com.coloros.bootreg 30 | - com.coloros.calculator | Calculator 31 | - com.coloros.childrenspace | Kids Space 32 | - com.coloros.compass2 | Compass 33 | - com.coloros.encryption 34 | - com.coloros.filemanager | File Manager 35 | - com.coloros.floatassistant | Color OS Floating button 36 | - com.coloros.focusmode | Focus Mode 37 | - com.coloros.gamespace | Game Space 38 | - coloros.gamespaceui | Game Space 39 | - com.coloros.healthcheck | Device Health 40 | - com.coloros.ocrscanner 41 | - com.coloros.oppomultiapp 42 | - com.coloros.oshare | Oppo Share 43 | - com.coloros.phonemanager 44 | - com.coloros.phonenoareainquire 45 | - com.coloros.pictorial 46 | - com.coloros.resmonitor 47 | - com.coloros.safesdkproxy | Phone Cleaner & Antivirus (spyware) 48 | - com.coloros.sauhelper 49 | - com.coloros.sceneservice 50 | - com.coloros.screenrecorder | Screen Recorder app 51 | - com.coloros.securepay 52 | - com.coloros.smartdrive 53 | - com.coloros.soundrecorder| Voice Recorder 54 | - com.coloros.speechassist 55 | - com.coloros.translate.engine 56 | - com.coloros.video 57 | - com.coloros.wallet 58 | - com.coloros.widget.smallweather | Weather widget 59 | - com.coloros.wifibackuprestore 60 | 61 | ## Facebook Bloat 62 | 63 | - com.facebook.appmanager 64 | - com.facebook.services 65 | - com.facebook.system 66 | 67 | ## Google Apps 68 | 69 | - com.google.android.apps.docs | Google Drive 70 | - com.google.android.apps.magazines 71 | - com.google.android.apps.maps | Google Maps 72 | - com.google.android.apps.photos | Google Photos 73 | - com.google.android.apps.restore 74 | - com.google.android.apps.tachyon | Google Duo 75 | - com.google.android.apps.wellbeing | Digital Wellbeing 76 | - com.google.android.apps.youtube.music | Youtube Music 77 | - com.google.android.calendar | Google Calendar 78 | - com.google.android.feedback 79 | - com.google.android.gm | Gmail 80 | - com.google.android.googlequicksearchbox | Google Search Widget 81 | - com.google.android.inputmethod.latin | Gboard 82 | - com.google.android.keep | Google Keep 83 | - com.google.android.marvin.talkback | Talkback 84 | - com.google.android.music | Google Play Music 85 | - com.google.android.videos | Google Play Movies & TV 86 | - com.google.android.youtube | YouTube 87 | - com.google.ar.core | Google Play Services for AR 88 | -------------------------------------------------------------------------------- /Realme/realme-uninstall.py: -------------------------------------------------------------------------------- 1 | import subprocess 2 | 3 | # List of package names to uninstall 4 | 5 | package_names = [ 6 | 7 | "com.realme.safetynet", 8 | 9 | "com.coloros.oppomusic", 10 | 11 | "com.oppo.nearme.gamecenter", 12 | 13 | "com.coloros.backuprestore", 14 | 15 | "com.coloros.childrenspace", 16 | 17 | "com.coloros.calendar.sns", 18 | 19 | "com.coloros.compass2", 20 | 21 | "com.coloros.engmodeinstall", 22 | 23 | "com.coloros.eyesprotect", 24 | 25 | "com.coloros.filemanager", 26 | 27 | "com.coloros.gallery3d", 28 | 29 | "com.coloros.gamespace", 30 | 31 | "com.coloros.musicparty", 32 | 33 | "com.coloros.sauhelper", 34 | 35 | "com.coloros.screencast", 36 | 37 | "com.coloros.screenrecorder", 38 | 39 | "com.coloros.smartdrive", 40 | 41 | "com.coloros.weather.service", 42 | 43 | "com.oppo.community", 44 | 45 | "com.oppo.market", 46 | 47 | "com.oppo.quicksearchbox", 48 | 49 | "com.oppo.reader", 50 | 51 | "com.oppo.record", 52 | 53 | "com.oppo.usercenter", 54 | 55 | "com.oppo.widget.pkgsafety", 56 | 57 | "com.oppo.widget.smallweather", 58 | 59 | "com.oppo.yellowpage", 60 | 61 | "com.realme.gamecenter", 62 | 63 | "com.realme.linkservice", 64 | 65 | "com.realme.pay", 66 | 67 | "com.realme.smartdrive", 68 | 69 | "com.realme.store", 70 | 71 | "com.realme.weather", 72 | 73 | "com.heytap.browser", 74 | 75 | "com.heytap.cloud", 76 | 77 | "com.heytap.habit.analysis", 78 | 79 | "com.heytap.mcs", 80 | 81 | "com.heytap.usercenter", 82 | 83 | "com.heytap.video", 84 | 85 | "com.heytap.yoli", 86 | 87 | "com.oppo.launcher", 88 | 89 | "com.android.bookmarkprovider", 90 | 91 | "com.android.browser", 92 | 93 | "com.coloros.alarmclock", 94 | 95 | "com.coloros.bootreg", 96 | 97 | "com.coloros.childrenspaceagent", 98 | 99 | "com.coloros.colormoservice", 100 | 101 | "com.coloros.oppopowermonitor", 102 | 103 | "com.coloros.personalassistant", 104 | 105 | "com.coloros.phonemanager", 106 | 107 | "com.coloros.recents", 108 | 109 | "com.coloros.smarttask", 110 | 111 | "com.coloros.theme.default", 112 | 113 | "com.coloros.assistantscreen", 114 | 115 | "com.coloros.backuprestore.remoteservice", 116 | 117 | "com.coloros.calculator", 118 | 119 | "com.coloros.findmyphone", 120 | 121 | "com.coloros.gamespaceui", 122 | 123 | "com.coloros.note", 124 | 125 | "com.coloros.soundrecorder", 126 | 127 | "com.coloros.speechassist", 128 | 129 | "com.coloros.video", 130 | 131 | "com.coloros.wallet", 132 | 133 | "com.oppo.afterservice", 134 | 135 | "com.oppo.auth", 136 | 137 | "com.oppo.coolbooster", 138 | 139 | "com.oppo.engineermode", 140 | 141 | "com.oppo.favorite", 142 | 143 | "com.oppo.fingerprints.service", 144 | 145 | "com.oppo.flashlight", 146 | 147 | "com.oppo.hifisystem", 148 | 149 | "com.oppo.oppopowermonitor", 150 | 151 | "com.oppo.reader.global", 152 | 153 | "com.oppo.regional.prerecord", 154 | 155 | "com.oppo.safe", 156 | 157 | "com.oppo.securepay.token", 158 | 159 | "com.oppo.simsettings", 160 | 161 | "com.oppo.usercenter.overlay", 162 | 163 | "com.oppo.wallpaperbackup", 164 | 165 | "com.realme.customwatch", 166 | 167 | "com.realme.font", 168 | 169 | "com.realme.screenshot", 170 | 171 | "com.realme.wifiassistant", 172 | 173 | "com.realme.album", 174 | 175 | "com.realme.coolu", 176 | 177 | "com.realme.customization", 178 | 179 | "com.realme.desktopbackup", 180 | 181 | "com.realme.filemanager", 182 | 183 | "com.realme.gamespace", 184 | 185 | "com.realme.smartlifecycle", 186 | 187 | "com.realme.themestore", 188 | 189 | "com.realme.voiceassistant", 190 | 191 | "com.realme.weather2", 192 | 193 | "com.heytap.livewallpaper", 194 | 195 | "com.heytap.pictorial", 196 | 197 | "com.heytap.screenclear", 198 | 199 | "com.heytap.yoliu", 200 | 201 | "com.coloros.breathlight", 202 | 203 | "com.coloros.calculator2", 204 | 205 | "com.coloros.directservice", 206 | 207 | "com.coloros.oppopowermonitor2", 208 | 209 | "com.coloros.oshare", 210 | 211 | "com.coloros.pictorial", 212 | 213 | "com.coloros.smartdriveassistant", 214 | 215 | "com.coloros.widget.smallweather", 216 | 217 | "com.heytap.camera", 218 | 219 | "com.heytap.cloudsync", 220 | 221 | "com.heytap.datamigration", 222 | 223 | "com.heytap.feedback", 224 | 225 | "com.heytap.i18n" 226 | 227 | ] 228 | 229 | # Function to uninstall an app using ADB 230 | 231 | def uninstall_app(package_name): 232 | 233 | command = f"adb shell pm uninstall --user 0 {package_name}" 234 | 235 | subprocess.run(command, shell=True, check=True) 236 | 237 | # Uninstall all the apps 238 | 239 | for package_name in package_names: 240 | 241 | try: 242 | 243 | uninstall_app(package_name) 244 | 245 | print(f"Uninstalled: {package_name}") 246 | 247 | except subprocess.CalledProcessError: 248 | 249 | print(f"Failed to uninstall: {package_name}") 250 | 251 | -------------------------------------------------------------------------------- /Samsung/samsung-bloatware-list.md: -------------------------------------------------------------------------------- 1 | # Samsung Bloatware List 2 | 3 | This repository contains a list of Samsung bloatware packages that can be removed from Samsung devices. Bloatware refers to pre-installed apps that are often unnecessary and can consume storage space and system resources. 4 | 5 | ## Bixby Bloatware 6 | 7 | - `samsung.android.bixby.wakeup` 8 | - `samsung.android.app.spage` (Bixby homepage launcher) 9 | - `samsung.android.app.routines` (Bixby Routines) 10 | - `samsung.android.bixby.service` (Bixby features) 11 | - `samsung.android.visionintelligence` (Bixby Vision) 12 | - `samsung.android.bixby.agent` (Bixby Voice) 13 | - `samsung.android.bixby.agent.dummy` (Bixby debug app) 14 | - `samsung.android.bixbyvision.framework` (Bixby Vision) 15 | 16 | ## ANT+ Service Apps 17 | 18 | - `dsi.ant.sample.acquirechannels` 19 | - `dsi.ant.service.socket` 20 | - `dsi.ant.server` (sensitive: may cause boot loop on some devices) 21 | - `dsi.ant.plugins.antplus` 22 | 23 | ## Samsung General System Bloatware 24 | 25 | - `samsung.android.messaging` (Message app) 26 | - `sec.android.easyonehand` (One hand mode) 27 | - `samsung.android.drivelink.stub` (Samsung Car Mode) 28 | - `sec.android.widgetapp.samsungapps` (Homescreen widget) 29 | - `sec.android.app.sbrowser` (Samsung Internet) 30 | - `samsung.android.mateagent` (Galaxy Friends) 31 | - `sec.android.easyMover.Agent` (Samsung Smart Switch) 32 | - `samsung.android.app.watchmanagerstub` (Galaxy Watch) 33 | - `sec.android.daemonapp` (Samsung Weather) 34 | - `samsung.android.app.social` (What's New) 35 | - `samsung.ecomm.global` (Samsung Shop) 36 | - `sec.android.app.voicenote` (Voice Recorder) 37 | - `samsung.android.oneconnect` (Smart Things) 38 | - `samsung.android.voc` (Samsung Members) 39 | - `sec.android.app.popupcalculator` (Samsung Calculator) 40 | - `sec.android.splitsound` (Samsung Split Sound Service) 41 | - `mobeam.barcodeService` (Barcode scanner) 42 | - `samsung.android.app.dressroom` (Samsung Wallpapers) 43 | - `samsung.android.scloud` (Samsung Cloud) 44 | - `samsung.android.sdk.handwriting` (Galaxy Note series bloat) 45 | - `samsung.android.sdk.professionalaudio.utility.jammonitor` 46 | - `samsung.android.universalswitch` (Mobile Universal Switch) 47 | - `samsung.android.visioncloudagent` (VisionCloudAgent) 48 | - `samsung.android.visionintelligence` (Bixby Vision) 49 | - `samsung.android.widgetapp.yahooedge.finance` (Finance widget) 50 | - `samsung.android.widgetapp.yahooedge.sport` (Sports widget) 51 | - `samsung.app.highlightplayer` (Samsung Story Video Editor) 52 | - `samsung.safetyinformation` (Safety Information) 53 | - `samsung.storyservice` (Samsung StoryService - Tracks device activity) 54 | - `samsung.android.service.aircommand` (Air command - Note series bloat) 55 | - `samsung.android.app.aodservice` (Always on Display) 56 | - `sec.android.app.dexonpc` (Samsung Dex) 57 | - `samsung.android.ardrawing` (AR Doodle) 58 | - `samsung.android.svoiceime` (Samsung Voice Input) 59 | - `samsung.android.beaconmanager` (User tracking app - sensitive) 60 | - `samsung.android.email.provider` (Samsung Email) 61 | - `wsomacp` (Samsung Email) 62 | 63 | ## Samsung Pay and Pass 64 | 65 | - `samsung.android.samsungpassautofill` (Samsung Auto fill) 66 | - `samsung.android.authfw` (Samsung Authentication) 67 | - `samsung.android.samsungpass` (Samsung Pass) 68 | - `samsung.android.spay` (Samsung Pay - sensitive) 69 | - `samsung.android.spayfw` (Samsung Pay Framework - sensitive) 70 | 71 | ## Samsung Printing Service Components 72 | 73 | - `android.bips` 74 | - `google.android.printservice.recommendation` 75 | - `android.printspooler` 76 | 77 | ## Samsung LED Cover 78 | 79 | - `samsung.android.app.ledbackcover` 80 | - `sec.android.cover.ledcover` 81 | 82 | ## Samsung Dex 83 | 84 | - `sec.android.desktopmode.uiservice` 85 | - `samsung.desktopsystemui` 86 | - `sec.android.app.desktoplauncher` 87 | 88 | ## Samsung Verizon Bloatware 89 | 90 | - `vcast.mediamanager` (Verizon Cloud) 91 | - `samsung.vmmhux` 92 | - `vzw.hss.myverizon` (My Verizon) 93 | - `asurion.android.verizon.vms` (Digital Secure) 94 | - `motricity.verizon.ssodownloadable` (Verizon Login) 95 | - `vzw.hs.android.modlite` (Verizon Tones) 96 | - `samsung.vvm` (Visual Voicemail) 97 | - `vznavigator.[You_Model_Here]` (VZ Navigator) 98 | 99 | ## AT&T Bloatware on Samsung 100 | 101 | - `att.dh` (Device Help) 102 | - `att.dtv.shaderemote` (DIRECTV Remote App) 103 | - `att.tv` (AT&T TV) 104 | - `samsung.attvvm` (Samsung AT&T Visual Voicemail) 105 | - `att.myWireless` (myAT&T) 106 | - `asurion.android.protech.att` (AT&T ProTech) 107 | - `att.android.attsmartwifi` (AT&T Smart Wi-Fi) 108 | 109 | ## Google Bloatware on Samsung 110 | 111 | - `google.android.apps.docs` (Google Docs) 112 | - `google.android.apps.maps` (Google Maps) 113 | - `google.android.apps.photos` (Google Photos) 114 | - `google.android.apps.tachyon` (Google Duo) 115 | - `google.android.apps.wellbeing` (Digital Wellbeing) 116 | - `google.android.feedback` (Feedback app) 117 | - `google.android.gm` (Gmail) 118 | - `google.android.googlequicksearchbox` (Google Quick Search) 119 | - `google.android.inputmethod.latin` (Gboard) 120 | - `google.android.marvin.talkback` (Talkback feature) 121 | - `google.android.music` (Google Play Music) 122 | - `google.android.printservice.recommendation` (Mobile Printing) 123 | - `google.android.syncadapters.calendar` (Calendar Sync) 124 | - `google.android.tts` (Text-to-speech) 125 | - `google.android.videos` (Google Play Movies & TV) 126 | - `google.android.youtube` (YouTube) 127 | - `google.ar.lens` (AR Lens) 128 | 129 | ## Edge Display on Samsung 130 | 131 | - `cnn.mobile.android.phone.edgepanel` 132 | - `samsung.android.service.peoplestripe` (Edge panel plugin for contacts) 133 | - `samsung.android.app.sbrowseredge` (Edge panel plugin for Samsung Internet) 134 | - `samsung.android.app.appsedge` (App panel plugin for Edge display) 135 | 136 | ## Other Samsung Bloatware 137 | 138 | - `gocro.smartnews.android` 139 | - `synchronoss.dcs.att.r2g` 140 | - `wavemarket.waplauncher` 141 | - `pandora.android` 142 | - `sec.penup` 143 | - `samsung.android.service.livedrawing` 144 | - `linkedin.android` 145 | - `hunge.app` 146 | - `greatbigstory.greatbigstory` 147 | - `android.documentsui` 148 | - `drivemode` 149 | - `samsung.android.app.contacts` 150 | - `samsung.android.calendar` 151 | - `cnn.mobile.android.phone` (CNN Mobile) 152 | - `bleacherreport.android.teamstream` (Bleacher Report) 153 | - `aetherpal.device` 154 | - `google.android.dialer` 155 | - `wb.goog.got.conquest` 156 | - `wb.goog.dcuniverse` 157 | - `innogames.foeandroid` 158 | - `playstudios.popslots` 159 | - `gsn.android.tripeaks` 160 | - `foxnextgames.m3` 161 | - `audible.application` (Audible) 162 | - `microsoft.skydrive` (Microsoft OneDrive) 163 | -------------------------------------------------------------------------------- /Samsung/samsung-uninstall.py: -------------------------------------------------------------------------------- 1 | import subprocess 2 | 3 | # List of Samsung bloatware package names 4 | 5 | bloatware_packages = [ 6 | 7 | "samsung.android.bixby.wakeup", 8 | 9 | "samsung.android.app.spage", 10 | 11 | "samsung.android.app.routines", 12 | 13 | "samsung.android.bixby.service", 14 | 15 | "samsung.android.visionintelligence", 16 | 17 | "samsung.android.bixby.agent", 18 | 19 | "samsung.android.bixby.agent.dummy", 20 | 21 | "samsung.android.bixbyvision.framework", 22 | 23 | "dsi.ant.sample.acquirechannels", 24 | 25 | "dsi.ant.service.socket", 26 | 27 | "dsi.ant.server", 28 | 29 | "dsi.ant.plugins.antplus", 30 | 31 | "samsung.android.messaging", 32 | 33 | "sec.android.easyonehand", 34 | 35 | "samsung.android.drivelink.stub", 36 | 37 | "sec.android.widgetapp.samsungapps", 38 | 39 | "sec.android.app.sbrowser", 40 | 41 | "samsung.android.mateagent", 42 | 43 | "sec.android.easyMover.Agent", 44 | 45 | "samsung.android.app.watchmanagerstub", 46 | 47 | "sec.android.daemonapp", 48 | 49 | "samsung.android.app.social", 50 | 51 | "samsung.ecomm.global", 52 | 53 | "sec.android.app.voicenote", 54 | 55 | "samsung.android.oneconnect", 56 | 57 | "samsung.android.voc", 58 | 59 | "sec.android.app.popupcalculator", 60 | 61 | "sec.android.splitsound", 62 | 63 | "mobeam.barcodeService", 64 | 65 | "samsung.android.app.dressroom", 66 | 67 | "samsung.android.scloud", 68 | 69 | "samsung.android.sdk.handwriting", 70 | 71 | "samsung.android.sdk.professionalaudio.utility.jammonitor", 72 | 73 | "samsung.android.universalswitch", 74 | 75 | "samsung.android.visioncloudagent", 76 | 77 | "samsung.android.widgetapp.yahooedge.finance", 78 | 79 | "samsung.android.widgetapp.yahooedge.sport", 80 | 81 | "samsung.app.highlightplayer", 82 | 83 | "samsung.safetyinformation", 84 | 85 | "samsung.storyservice", 86 | 87 | "samsung.android.service.aircommand", 88 | 89 | "samsung.android.app.aodservice", 90 | 91 | "sec.android.app.dexonpc", 92 | 93 | "samsung.android.ardrawing", 94 | 95 | "samsung.android.svoiceime", 96 | 97 | "samsung.android.beaconmanager", 98 | 99 | "samsung.android.email.provider", 100 | 101 | "wsomacp", 102 | 103 | "samsung.android.samsungpassautofill", 104 | 105 | "samsung.android.authfw", 106 | 107 | "samsung.android.samsungpass", 108 | 109 | "samsung.android.spay", 110 | 111 | "samsung.android.spayfw", 112 | 113 | "android.bips", 114 | 115 | "google.android.printservice.recommendation", 116 | 117 | "android.printspooler", 118 | 119 | "samsung.android.app.ledbackcover", 120 | 121 | "sec.android.cover.ledcover", 122 | 123 | "sec.android.desktopmode.uiservice", 124 | 125 | "samsung.desktopsystemui", 126 | 127 | "sec.android.app.desktoplauncher", 128 | 129 | "vcast.mediamanager", 130 | 131 | "samsung.vmmhux", 132 | 133 | "vzw.hss.myverizon", 134 | 135 | "asurion.android.verizon.vms", 136 | 137 | "motricity.verizon.ssodownloadable", 138 | 139 | "vzw.hs.android.modlite", 140 | 141 | "samsung.vvm", 142 | 143 | "vznavigator.[You_Model_Here]", 144 | 145 | "att.dh", 146 | 147 | "att.dtv.shaderemote", 148 | 149 | "att.tv", 150 | 151 | "samsung.attvvm", 152 | 153 | "att.myWireless", 154 | 155 | "asurion.android.protech.att", 156 | 157 | "att.android.attsmartwifi", 158 | 159 | "google.android.apps.docs", 160 | 161 | "google.android.apps.maps", 162 | 163 | "google.android.apps.photos", 164 | 165 | "google.android.apps.tachyon", 166 | 167 | "google.android.apps.wellbeing", 168 | 169 | "google.android.feedback", 170 | 171 | "google.android.gm", 172 | 173 | "google.android.googlequicksearchbox", 174 | 175 | "google.android.inputmethod.latin", 176 | 177 | "google.android.marvin.talkback", 178 | 179 | "google.android.music", 180 | 181 | "google.android.printservice.recommendation", 182 | 183 | "google.android.syncadapters.calendar", 184 | 185 | "google.android.tts", 186 | 187 | "google.android.videos", 188 | 189 | "google.ar.lens", 190 | 191 | "cnn.mobile.android.phone.edgepanel", 192 | 193 | "samsung.android.service.peoplestripe", 194 | 195 | "samsung.android.app.sbrowseredge", 196 | 197 | "samsung.android.app.appsedge", 198 | 199 | "gocro.smartnews.android", 200 | 201 | "synchronoss.dcs.att.r2g", 202 | 203 | "wavemarket.waplauncher", 204 | 205 | "pandora.android", 206 | 207 | "sec.penup", 208 | 209 | "samsung.android.service.livedrawing", 210 | 211 | "linkedin.android", 212 | 213 | "hunge.app", 214 | 215 | "greatbigstory.greatbigstory", 216 | 217 | "android.documentsui", 218 | 219 | "drivemode", 220 | 221 | "samsung.android.app.contacts", 222 | 223 | "samsung.android.calendar", 224 | 225 | "cnn.mobile.android.phone", 226 | 227 | "bleacherreport.android.teamstream", 228 | 229 | "aetherpal.device", 230 | 231 | "google.android.dialer", 232 | 233 | "wb.goog.got.conquest", 234 | 235 | "wb.goog.dcuniverse", 236 | 237 | "innogames.foeandroid", 238 | 239 | "playstudios.popslots", 240 | 241 | "gsn.android.tripeaks", 242 | 243 | "foxnextgames.m3", 244 | 245 | "audible.application", 246 | 247 | "microsoft.skydrive" 248 | 249 | ] 250 | 251 | # Uninstall bloatware packages using ADB 252 | 253 | def uninstall_bloatware(): 254 | 255 | for package in bloatware_packages: 256 | 257 | command = f"adb shell pm uninstall --user 0 {package}" 258 | 259 | subprocess.run(command, shell=True) 260 | 261 | # Run the uninstallation process 262 | 263 | uninstall_bloatware() 264 | 265 | -------------------------------------------------------------------------------- /Tecno/tecno-bloatware-list.md: -------------------------------------------------------------------------------- 1 | net.bat.store 2 | 3 | com.gallery20 4 | com.transsion.calculator 5 | com.transsion.calendar 6 | com.transsion.deskclock 7 | com.transsion.compass 8 | com.transsion.aivoiceassistant 9 | com.talpa.hibrowser 10 | com.zaz.translate 11 | com.transsion.letswitch 12 | com.transsion.healthlife 13 | com.transsion.notebook 14 | com.transsion.scanningrecharger 15 | com.transsion.soundrecorder 16 | com.transsion.magicshow 17 | com.rlk.weathers 18 | cn.wps.moffice_eng 19 | com.talpa.share 20 | com.transsion.tecnospot 21 | com.transsnet.store 22 | com.transsion.filemanagerx 23 | -------------------------------------------------------------------------------- /Tecno/tecno-uninstall.py: -------------------------------------------------------------------------------- 1 | import subprocess 2 | 3 | # List of package names to uninstall 4 | 5 | package_names=[ 6 | "net.bat.store", 7 | "com.gallery20", 8 | "com.transsion.calculator", 9 | "com.transsion.calendar", 10 | "com.transsion.deskclock", 11 | "com.transsion.compass", 12 | "com.transsion.aivoiceassistant", 13 | "com.talpa.hibrowser", 14 | "com.zaz.translate", 15 | "com.transsion.letswitch", 16 | "com.transsion.healthlife", 17 | "com.transsion.notebook", 18 | "com.transsion.scanningrecharger", 19 | "com.transsion.soundrecorder", 20 | "com.transsion.magicshow", 21 | "com.rlk.weathers", 22 | "cn.wps.moffice_eng", 23 | "com.talpa.share", 24 | "com.transsion.tecnospot", 25 | "com.transsnet.store", 26 | "com.transsion.filemanagerx" 27 | ] 28 | 29 | # Function to uninstall an app using ADB 30 | 31 | def uninstall_app(package_name): 32 | 33 | command = f"adb shell pm uninstall --user 0 {package_name}" 34 | 35 | subprocess.run(command, shell=True, check=True) 36 | 37 | # Uninstall all the apps 38 | 39 | for package_name in package_names: 40 | 41 | try: 42 | 43 | uninstall_app(package_name) 44 | 45 | print(f"Uninstalled: {package_name}") 46 | 47 | except subprocess.CalledProcessError: 48 | 49 | print(f"Failed to uninstall: {package_name}") 50 | -------------------------------------------------------------------------------- /Vivo/vivo-bloatware-list.md: -------------------------------------------------------------------------------- 1 | # Vivo Bloatware List 2 | 3 | This is a list of bloatware apps that come pre-installed on Vivo smartphones. 4 | 5 | ## BBK Bloatware 6 | 7 | - com.android.bbkcalculator: Calculator app 8 | 9 | - com.android.BBKClock: Clock app 10 | 11 | - com.android.bbklog: Log Collection 12 | 13 | - com.android.bbkmusic: i Music 14 | 15 | - com.android.bbksoundrecorder: Sound Recorder 16 | 17 | - com.bbk.account: Vivo account 18 | 19 | - com.bbk.calendar: Vivo Calendar 20 | 21 | - com.bbk.cloud: Vivo Cloud 22 | 23 | - com.bbk.iqoo.logsystem 24 | 25 | - com.bbk.photoframewidget: Photo widget 26 | 27 | - com.bbk.scene.indoor: My House app 28 | 29 | - com.bbk.SuperPowerSave: Powersaver 30 | 31 | - com.bbk.theme: i Theme 32 | 33 | - com.bbk.theme.resources: Theme Store 34 | 35 | - com.baidu.duersdk.opensdk: ViVoice 36 | 37 | - com.baidu.input_vivo: Chinese keyboard 38 | 39 | ## Facebook Bloat 40 | 41 | - com.facebook.appmanager 42 | 43 | - com.facebook.services 44 | 45 | - com.facebook.system 46 | 47 | ## Google Pre-installed Apps on Vivo 48 | 49 | - com.google.android.apps.docs: Google Drive 50 | 51 | - com.google.android.apps.maps: Google Maps 52 | 53 | - com.google.android.apps.photos: Google Photos 54 | 55 | - com.google.android.apps.tachyon: Google Duo 56 | 57 | - com.google.android.feedback 58 | 59 | - com.google.android.gm: Gmail 60 | 61 | - com.google.android.googlequicksearchbox: Google search widget 62 | 63 | - com.google.android.marvin.talkback: Talkback 64 | 65 | - com.google.android.music: Google Play Music 66 | 67 | - com.google.android.printservice.recommendation: Mobile Printing 68 | 69 | - com.google.android.syncadapters.calendar: Calendar sync 70 | 71 | - com.google.android.syncadapters.contacts: Contacts sync 72 | 73 | - com.google.android.tts: Text-to-speech 74 | 75 | - com.google.android.videos: Google Play Movies & TV 76 | 77 | - com.google.android.youtube: YouTube 78 | 79 | - com.google.ar.lens: Google Lens 80 | 81 | ## Qualcomm Bloatware on Vivo 82 | 83 | - com.qti.qualcomm.deviceinfo 84 | 85 | - com.qualcomm.qti.ims 86 | 87 | - com.qualcomm.qti.lpa 88 | 89 | - com.qti.confuridialer 90 | 91 | - com.qti.dpmserviceapp 92 | 93 | - com.qti.qualcomm.datastatusnotification 94 | 95 | - com.qualcomm.embms 96 | 97 | - com.qualcomm.qti.autoregistration 98 | 99 | - com.qualcomm.qti.callfeaturessetting 100 | 101 | - com.qualcomm.qti.uim 102 | 103 | ## Vivo Pre-installed Apps List 104 | 105 | - com.ibimuyu.lockscreen: Glance Lockfeed 106 | 107 | - com.iqoo.engineermode: Vivo Engineering Mode 108 | 109 | - com.iqoo.secure: Vivo i Manager 110 | 111 | - com.vivo.appfilter 112 | 113 | - com.vivo.appstore: Vivo App Store 114 | 115 | - com.vivo.assistant: Jovi Smart Scene 116 | 117 | - com.vivo.browser: Vivo Web Browser 118 | 119 | - com.vivo.collage: Photo collage maker 120 | 121 | - com.vivo.compass: Stock Compass app 122 | 123 | - com.vivo.doubleinstance: App Clone 124 | 125 | - com.vivo.doubletimezoneclock: Timezone widget 126 | 127 | - com.vivo.dream.clock: Screensaver clock 128 | 129 | - com.vivo.dream.music: Screensaver music 130 | 131 | - com.vivo.dream.weather: Screensaver weather 132 | 133 | - com.vivo.easyshare: Easy Share 134 | 135 | - com.vivo.email: Email app (not Gmail) 136 | 137 | - com.vivo.ewarranty 138 | 139 | - com.vivo.favorite 140 | 141 | - com.vivo.floatingball 142 | 143 | - com.vivo.FMRadio: FM app 144 | 145 | - com.vivo.fuelsummary 146 | 147 | - com.vivo.gallery: Gallery app 148 | 149 | - com.vivo.gamewatch 150 | 151 | - com.vivo.globalsearch: Vivo global search 152 | 153 | - com.vivo.hiboard 154 | 155 | - com.vivo.vivokaraoke: Mobile KTV 156 | 157 | - com.vivo.livewallpaper.coffeetime 158 | 159 | - com.vivo.livewallpaper.coralsea 160 | 161 | - com.vivo.livewallpaper.floatingcloud 162 | 163 | - com.vivo.livewallpaper.silk 164 | 165 | - com.vivo.magazine: Lockscreen Magazine 166 | 167 | - com.vivo.mediatune 168 | 169 | - com.vivo.minscreen 170 | 171 | - com.vivo.motormode: Motor Mode 172 | 173 | - com.vivo.carmode: Driving Mode (old phones) 174 | 175 | - com.vivo.numbermark 176 | 177 | - com.vivo.pushservice 178 | 179 | - com.vivo.safecenter 180 | 181 | - com.vivo.scanner 182 | 183 | - com.vivo.setupwizard 184 | 185 | - com.vivo.sim.contacts 186 | 187 | - com.vivo.smartmultiwindow 188 | 189 | - com.vivo.smartshot 190 | 191 | - com.vivo.translator: Translator app 192 | 193 | - com.vivo.unionpay: Vivo Pay 194 | 195 | - com.vivo.video.floating: Video floating widget 196 | 197 | - com.vivo.videoeditor: Video editor 198 | 199 | - com.vivo.weather: Weather app 200 | 201 | - com.vivo.weather.provider: Weather client app 202 | 203 | - com.vivo.website: Opens Vivo website 204 | 205 | - com.vivo.widget.calendar: Calendar widget 206 | 207 | - com.vlife.vivo.wallpaper: Vivo live wallpaper 208 | 209 | - com.kikaoem.vivo.qisiemoji.inputmethod: Emoji for stock keyboard 210 | 211 | -------------------------------------------------------------------------------- /Vivo/vivo-uninstaller.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | # List of package names to uninstall 4 | 5 | packages = [ 6 | 7 | "com.android.bbkcalculator", 8 | 9 | "com.android.BBKClock", 10 | 11 | "com.android.bbklog", 12 | 13 | "com.android.bbkmusic", 14 | 15 | "com.android.bbksoundrecorder", 16 | 17 | "com.bbk.account", 18 | 19 | "com.bbk.calendar", 20 | 21 | "com.bbk.cloud", 22 | 23 | "com.bbk.iqoo.logsystem", 24 | 25 | "com.bbk.photoframewidget", 26 | 27 | "com.bbk.scene.indoor", 28 | 29 | "com.bbk.SuperPowerSave", 30 | 31 | "com.bbk.theme", 32 | 33 | "com.bbk.theme.resources", 34 | 35 | "com.baidu.duersdk.opensdk", 36 | 37 | "com.baidu.input_vivo", 38 | 39 | "com.facebook.appmanager", 40 | 41 | "com.facebook.services", 42 | 43 | "com.facebook.system", 44 | 45 | "com.google.android.apps.docs", 46 | 47 | "com.google.android.apps.maps", 48 | 49 | "com.google.android.apps.photos", 50 | 51 | "com.google.android.apps.tachyon", 52 | 53 | "com.google.android.feedback", 54 | 55 | "com.google.android.gm", 56 | 57 | "com.google.android.googlequicksearchbox", 58 | 59 | "com.google.android.marvin.talkback", 60 | 61 | "com.google.android.music", 62 | 63 | "com.google.android.printservice.recommendation", 64 | 65 | "com.google.android.syncadapters.calendar", 66 | 67 | "com.google.android.syncadapters.contacts", 68 | 69 | "com.google.android.tts", 70 | 71 | "com.google.android.videos", 72 | 73 | "com.google.android.youtube", 74 | 75 | "com.google.ar.lens", 76 | 77 | "com.qti.qualcomm.deviceinfo", 78 | 79 | "com.qualcomm.qti.ims", 80 | 81 | "com.qualcomm.qti.lpa", 82 | 83 | "com.qti.confuridialer", 84 | 85 | "com.qti.dpmserviceapp", 86 | 87 | "com.qti.qualcomm.datastatusnotification", 88 | 89 | "com.qualcomm.embms", 90 | 91 | "com.qualcomm.qti.autoregistration", 92 | 93 | "com.qualcomm.qti.callfeaturessetting", 94 | 95 | "com.qualcomm.qti.uim", 96 | 97 | "com.ibimuyu.lockscreen", 98 | 99 | "com.iqoo.engineermode", 100 | 101 | "com.iqoo.secure", 102 | 103 | "com.vivo.appfilter", 104 | 105 | "com.vivo.appstore", 106 | 107 | "com.vivo.assistant", 108 | 109 | "com.vivo.browser", 110 | 111 | "com.vivo.collage", 112 | 113 | "com.vivo.compass", 114 | 115 | "com.vivo.doubleinstance", 116 | 117 | "com.vivo.doubletimezoneclock", 118 | 119 | "com.vivo.dream.clock", 120 | 121 | "com.vivo.dream.music", 122 | 123 | "com.vivo.dream.weather", 124 | 125 | "com.vivo.easyshare", 126 | 127 | "com.vivo.email", 128 | 129 | "com.vivo.ewarranty", 130 | 131 | "com.vivo.favorite", 132 | 133 | "com.vivo.floatingball", 134 | 135 | "com.vivo.FMRadio", 136 | 137 | "com.vivo.fuelsummary", 138 | 139 | "com.vivo.gallery", 140 | 141 | "com.vivo.gamewatch", 142 | 143 | "com.vivo.globalsearch", 144 | 145 | "com.vivo.hiboard", 146 | 147 | "com.vivo.vivokaraoke", 148 | 149 | "com.vivo.livewallpaper.coffeetime", 150 | 151 | "com.vivo.livewallpaper.coralsea", 152 | 153 | "com.vivo.livewallpaper.floatingcloud", 154 | 155 | "com.vivo.livewallpaper.silk", 156 | 157 | "com.vivo.magazine", 158 | 159 | "com.vivo.mediatune", 160 | 161 | "com.vivo.minscreen", 162 | 163 | "com.vivo.motormode", 164 | 165 | "com.vivo.carmode", 166 | 167 | "com.vivo.numbermark", 168 | 169 | "com.vivo.pushservice", 170 | 171 | "com.vivo.safecenter", 172 | 173 | "com.vivo.scanner", 174 | 175 | "com.vivo.setupwizard", 176 | 177 | "com.vivo.sim.contacts", 178 | 179 | "com.vivo.smartmultiwindow", 180 | 181 | "com.vivo.smartshot", 182 | 183 | "com.vivo.translator", 184 | 185 | "com.vivo.unionpay", 186 | 187 | "com.vivo.video.floating", 188 | 189 | "com.vivo.videoeditor", 190 | 191 | "com.vivo.weather", 192 | 193 | "com.vivo.weather.provider", 194 | 195 | "com.vivo.website", 196 | 197 | "com.vivo.widget.calendar", 198 | 199 | "com.vlife.vivo.wallpaper", 200 | 201 | "com.kikaoem.vivo.qisiemoji.inputmethod" 202 | 203 | ] 204 | 205 | # Uninstall packages 206 | 207 | for package in bloatware_packages: 208 | 209 | subprocess.run(["adb", "shell", "pm", "uninstall", package]) 210 | 211 | 212 | print("Bloatware uninstallation complete!") 213 | 214 | -------------------------------------------------------------------------------- /Xiaomi/xiaomi-bloatware-list.md: -------------------------------------------------------------------------------- 1 | # Xiaomi Bloatware List 2 | 3 | Android Bloatware on Xiaomi Phones: 4 | 5 | - com.android.bips: Default Printing Service 6 | 7 | - com.android.bookmarkprovider: Bookmark Provider 8 | 9 | - com.android.browser: Web Browser 10 | 11 | - com.android.calendar: Calendar app 12 | 13 | - com.android.cellbroadcastreceiver 14 | 15 | - com.android.cellbroadcastreceiver.overlay.common 16 | 17 | - com.android.chrome: Chrome Browser 18 | 19 | - com.android.deskclock: Stock Clock app 20 | 21 | - com.android.dreams.basic: Screensaver app 22 | 23 | - com.android.dreams.phototable: Screensaver app 24 | 25 | - com.android.egg: Android Easter Egg 26 | 27 | - com.android.emergency: SOS Calling 28 | 29 | - com.android.hotwordenrollment.okgoogle: Google Assistant 30 | 31 | - com.android.mms: MMS app 32 | 33 | - com.android.mms.service: MMS 34 | 35 | - com.android.printspooler: Printing service 36 | 37 | - com.android.statementservice: Checks APK files 38 | 39 | - com.android.stk: SIM Tool-kit 40 | 41 | - com.android.thememanager 42 | 43 | - com.android.thememanager.module 44 | 45 | - com.android.wallpaper.livepicker: Live wallpaper 46 | 47 | - com.android.wallpaperbackup: Wallpaper backup feature 48 | 49 | - com.android.wallpapercropper: Wallpaper cropping feature 50 | 51 | Google Bloatware on Xiaomi Phones: 52 | 53 | - com.google.android.apps.docs: Google Docs 54 | 55 | - com.google.android.apps.maps: Google Maps 56 | 57 | - com.google.android.apps.photos: Google Photos 58 | 59 | - com.google.android.apps.meetings: Google Meet 60 | 61 | - com.google.android.apps.wellbeing: Digital Wellbeing 62 | 63 | - com.google.android.feedback: Feedback app 64 | 65 | - com.google.android.gm: Gmail 66 | 67 | - com.google.android.gms: Gmail service 68 | 69 | - com.google.android.gms.location.history: Gmail location service 70 | 71 | - com.google.android.googlequicksearchbox: Google Quick Search 72 | 73 | - com.google.android.inputmethod.latin: Gboard 74 | 75 | - com.google.android.marvin.talkback: Talkback feature 76 | 77 | - com.google.android.music: Google Play Music 78 | 79 | - com.google.android.printservice.recommendation: Mobile Printing 80 | 81 | - com.google.android.syncadapters.calendar: Calendar Sync 82 | 83 | - com.google.android.tts: Text-to-speech 84 | 85 | - com.google.android.videos: Google Play Movies & TV 86 | 87 | - com.google.android.youtube: Youtube 88 | 89 | - com.google.ar.lens: AR Lens 90 | 91 | MIUI Bloatware: 92 | 93 | - com.mfashiongallery.emag 94 | 95 | - com.mi.android.globalFileexplorer: Mi File Manager 96 | 97 | - com.mi.android.globallauncher: Mi Launcher 98 | 99 | - com.mi.android.globalpersonalassistant 100 | 101 | - com.mi.globalTrendNews 102 | 103 | - com.mi.health: Mi Health 104 | 105 | Please note that this is not an exhaustive list, and the availability of bloatware may vary depending on the specific Xiaomi phone model and the MIUI version installed. 106 | 107 | -------------------------------------------------------------------------------- /Xiaomi/xiaomi-uninstaller.py: -------------------------------------------------------------------------------- 1 | import subprocess 2 | 3 | # List of Xiaomi bloatware package names to uninstall 4 | 5 | bloatware_packages = [ 6 | 7 | "com.android.bips", 8 | 9 | "com.android.bookmarkprovider", 10 | 11 | "com.android.browser", 12 | 13 | "com.android.calendar", 14 | 15 | "com.android.cellbroadcastreceiver", 16 | 17 | "com.android.cellbroadcastreceiver.overlay.common", 18 | 19 | "com.android.chrome", 20 | 21 | "com.android.deskclock", 22 | 23 | "com.android.dreams.basic", 24 | 25 | "com.android.dreams.phototable", 26 | 27 | "com.android.egg", 28 | 29 | "com.android.emergency", 30 | 31 | "com.android.hotwordenrollment.okgoogle", 32 | 33 | "com.android.mms", 34 | 35 | "com.android.mms.service", 36 | 37 | "com.android.printspooler", 38 | 39 | "com.android.statementservice", 40 | 41 | "com.android.stk", 42 | 43 | "com.android.thememanager", 44 | 45 | "com.android.thememanager.module", 46 | 47 | "com.android.wallpaper.livepicker", 48 | 49 | "com.android.wallpaperbackup", 50 | 51 | "com.android.wallpapercropper", 52 | 53 | "com.google.android.apps.docs", 54 | 55 | "com.google.android.apps.maps", 56 | 57 | "com.google.android.apps.photos", 58 | 59 | "com.google.android.apps.meetings", 60 | 61 | "com.google.android.apps.wellbeing", 62 | 63 | "com.google.android.feedback", 64 | 65 | "com.google.android.gm", 66 | 67 | "com.google.android.gms", 68 | 69 | "com.google.android.gms.location.history", 70 | 71 | "com.google.android.googlequicksearchbox", 72 | 73 | "com.google.android.inputmethod.latin", 74 | 75 | "com.google.android.marvin.talkback", 76 | 77 | "com.google.android.music", 78 | 79 | "com.google.android.printservice.recommendation", 80 | 81 | "com.google.android.syncadapters.calendar", 82 | 83 | "com.google.android.tts", 84 | 85 | "com.google.android.videos", 86 | 87 | "com.google.android.youtube", 88 | 89 | "com.google.ar.lens", 90 | 91 | "com.mfashiongallery.emag", 92 | 93 | "com.mi.android.globalFileexplorer", 94 | 95 | "com.mi.android.globallauncher", 96 | 97 | "com.mi.android.globalpersonalassistant", 98 | 99 | "com.mi.globalTrendNews", 100 | 101 | "com.mi.health" 102 | 103 | ] 104 | 105 | # Uninstall the bloatware packages 106 | 107 | for package in bloatware_packages: 108 | 109 | subprocess.run(["adb", "shell", "pm", "uninstall", package]) 110 | 111 | print("Xiaomi bloatware uninstallation complete.") 112 | 113 | --------------------------------------------------------------------------------