[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5409":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},5409,"universal-android-debloater","0x192\u002Funiversal-android-debloater","0x192","Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.","",null,"Rust",19462,1024,159,500,0,6,46,176,33,44.03,"GNU General Public License v3.0",false,"main",true,[27,28,29,30],"adb","android","debloat","privacy","2026-06-12 02:01:09","# Universal Android Debloater GUI\n\n**DISCLAIMER**: Use at your own risk. I am not responsible for anything that\ncould happen to your phone.\n\n\u003Cimg src=\"\u002Fresources\u002Fscreenshots\u002Fv0.5.0.png\" width=\"850\" alt=\"uad_screenshot\">\n\n**This software is still in an early stage of development. Check out the issues, and feel free to contribute!**\n\n## Summary\n\nThis is a complete rewrite in Rust of the [UAD project](https:\u002F\u002Fgitlab.com\u002FW1nst0n\u002Funiversal-android-debloater),\nwhich aims to improve privacy and battery performance by removing unnecessary\nand obscure system apps.\nThis can also contribute to improve security by reducing [the attack surface](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FAttack_surface).\n\nPackages are as well documented as possible in order to provide a better\nunderstanding of what you can delete or not. The worst issue that could happen\nis removing an essential system package needed during boot causing then an unfortunate\nbootloop. After about 5 failed system boots, the phone will automatically reboot\nin recovery mode, and you'll have to perform a FACTORY RESET. Make a backup first!\n\nIn any case, you **CANNOT** brick your device with this software!\nThat's the main point, right?\n\n## Features\n\n- [x] Uninstall\u002FDisable and Restore\u002FEnable system packages\n- [x] Multi-user support (e.g. apps in work profiles)\n- [x] Export\u002FImport your selection in `uad_exported_selection.txt`\n- [x] Multi-device support: you can connect multiple phones at the same time\n- [x] All your actions are logged, so you never forget what you've done\n\nNB : System apps cannot truly be uninstalled without root (see the [FAQ](https:\u002F\u002Fgithub.com\u002F0x192\u002Funiversal-android-debloater\u002Fwiki\u002FFAQ))\n\n## Universal Debloat Lists\n\n- [x] GFAM (Google\u002FFacebook\u002FAmazon\u002FMicrosoft)\n- [x] AOSP\n- [x] Manufacturers (OEM)\n- [x] Mobile carriers\n- [x] Qualcomm \u002F Mediatek \u002F Miscellaneous\n\n## Manufacturers debloat lists\n\n- [ ] Archos\n- [x] Asus\n- [ ] Blackberry\n- [ ] Gionee\n- [x] LG\n- [x] Google\n- [ ] iQOO\n- [x] Fairphone\n- [ ] HTC\n- [x] Huawei\n- [x] Motorola\n- [x] Nokia\n- [x] OnePlus\n- [x] Oppo\n- [x] Realme\n- [x] Samsung\n- [x] Sony\n- [x] Tecno\n- [ ] TCL\n- [x] Unihertz\n- [x] Vivo\u002FiQOO\n- [ ] Wiko\n- [x] Xiaomi\n- [x] ZTE\n\n## Mobile carriers debloat lists\n\n| Country | Carriers                        |\n| ------- | ------------------------------- |\n| France  | Orange, SFR, Free, Bouygues     |\n| USA     | T-Mobile, Verizon, Sprint, AT&T |\n| Germany | Telekom                         |\n| UK      | EE                              |\n\n## How to use it\n\n- **Read the [FAQ](https:\u002F\u002Fgithub.com\u002F0x192\u002Funiversal-android-debloater\u002Fwiki\u002FFAQ)!**\n- **Do a proper backup of your data! You can never be too careful!**\n- Enable _Developer Options_ on your smartphone.\n- Turn on _USB Debugging_ from the developer panel.\n- From the settings, disconnect from any OEM accounts (when you delete an OEM\n  account package it could lock you on the lockscreen because the phone can't\n  associate your identity anymore)\n- Install ADB (see the intructions by clicking on your OS below):\n  \u003Cp>\n  \u003Cdetails>\n  \u003Csummary>LINUX\u003C\u002Fsummary>\n\n  - Install _Android platform tools_ on your PC :\n\n  Debian Base:\n\n  ```bash\n  sudo apt install android-sdk-platform-tools\n  ```\n\n  Arch-Linux Base:\n\n  ```bash\n  sudo pacman -S android-tools\n  ```\n\n  Red Hat Base:\n\n  ```bash\n  sudo yum install android-tools\n  ```\n\n  OpenSUSE Base:\n\n  ```bash\n  sudo zypper install android-tools\n  ```\n\n  \u003C\u002Fdetails>\n  \u003C\u002Fp>\n\n  \u003Cp>\n  \u003Cdetails>\n  \u003Csummary>MAC OS\u003C\u002Fsummary>\n\n  - Install [Homebrew](https:\u002F\u002Fbrew.sh\u002F)\n  - Install _Android platform tools_\n\n    ```bash\n    brew install android-platform-tools\n    ```\n\n    \u003C\u002Fdetails>\n    \u003C\u002Fp>\n\n  \u003Cp>\n  \u003Cdetails>\n  \u003Csummary>WINDOWS\u003C\u002Fsummary>\n\n  - Download [android platform tools](https:\u002F\u002Fdl.google.com\u002Fandroid\u002Frepository\u002Fplatform-tools-latest-windows.zip)\n    and unzip it somewhere.\n  - [Add the android platform tools to your PATH](https:\u002F\u002Fwww.architectryan.com\u002F2018\u002F03\u002F17\u002Fadd-to-the-path-on-windows-10\u002F)\n    **OR** make sure to launch UAD from the same directory.\n\n  - [Install USB drivers for your device](https:\u002F\u002Fdeveloper.android.com\u002Fstudio\u002Frun\u002Foem-usb#Drivers)\n  - Check your device is detected:\n\n    ```bash\n     adb devices\n    ```\n\n    \u003C\u002Fdetails>\n    \u003C\u002Fp>\n\n- Download the latest release of UAD GUI for your Operating System [here](https:\u002F\u002Fgithub.com\u002F0x192\u002Funiversal-android-debloater\u002Freleases).\n  Take the `opengl` version only if the default version (with a Vulkan backend)\n  doesn't launch.\n\n**NOTE:** Chinese phones users may need to use the AOSP list for removing some stock\napps because those Chinese manufacturers (especially Xiaomi and Huawei) have been\nusing the name of AOSP packages for their own (modified & closed-source) apps.\n\n**IMPORTANT NOTE:** You will have to run this software whenever your OEM pushes\nan update to your phone as some _uninstalled_ system apps could be reinstalled.\n\n## How to contribute\n\nHey-hey-hey! Don't go away so fast! This is a community project.\nThat means I need you! I'm sure you want to make this project better anyway.\n\n==> [How to contribute](https:\u002F\u002Fgithub.com\u002F0x192\u002Funiversal-android-debloater\u002Fwiki)\n\n## Special thanks\n\n- [@mawilms](https:\u002F\u002Fgithub.com\u002Fmawilms) for his LotRO plugin manager ([Lembas](https:\u002F\u002Fgithub.com\u002Fmawilms\u002Flembas))\n  which helped me a lot to understand how to use the [Iced](https:\u002F\u002Fgithub.com\u002Fhecrj\u002Ficed)\n  GUI library.\n- [@casperstorm](https:\u002F\u002Fgithub.com\u002Fcasperstorm) for the UI\u002FUX inspiration.\n","Universal Android Debloater 是一个用 Rust 编写的跨平台图形界面工具，通过 ADB 帮助用户移除非 root 安卓设备上不必要的系统应用。其核心功能包括卸载\u002F禁用和恢复\u002F启用系统包、支持多用户和多设备操作、导出\u002F导入选择项以及记录所有操作日志。技术特点方面，该软件利用了 ADB 的强大功能，并且提供了详细的文档来帮助用户理解每个可删除的包。适合那些希望提高手机隐私性、安全性和电池寿命的用户使用，在不依赖于获取设备 root 权限的情况下进行优化。",2,"2026-06-11 03:03:07","top_language"]