https://github.com/farag2/ADB-Debloating
  
  
    Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB 
    https://github.com/farag2/ADB-Debloating
  
adb miui oneui samsung xiaomi
        Last synced: 3 months ago 
        JSON representation
    
Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB
- Host: GitHub
 - URL: https://github.com/farag2/ADB-Debloating
 - Owner: farag2
 - License: mit
 - Created: 2020-02-05T10:19:53.000Z (over 5 years ago)
 - Default Branch: master
 - Last Pushed: 2024-08-13T17:45:39.000Z (about 1 year ago)
 - Last Synced: 2024-10-12T14:09:14.608Z (about 1 year ago)
 - Topics: adb, miui, oneui, samsung, xiaomi
 - Language: PowerShell
 - Homepage:
 - Size: 148 KB
 - Stars: 202
 - Watchers: 8
 - Forks: 30
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - farag2/ADB-Debloating - Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB (PowerShell)
 
README
          # Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB
[telegram-news-badge]: https://img.shields.io/badge/Sophia%20News-Telegram-blue?style=flat&logo=Telegram
[telegram-news]: https://t.me/sophianews
[telegram-group]: https://t.me/sophia_chat
[telegram-group-badge]: https://img.shields.io/badge/Sophia%20Chat-Telegram-blue?style=flat&logo=Telegram
[![Telegram][telegram-news-badge]][telegram-news] [![Telegram][telegram-group-badge]][telegram-group]
[](https://ko-fi.com/Q5Q51QUJC)
## Get apps packages list
```cmd
adb.exe shell pm list packages -f > D:\packages.txt
```
## Copy folder to local drive
```cmd
# /storage/emulated/0
# /sdcard
# Check the whole filesystem
adb shell ls /data
adb pull /storage/3039-3538/dcim/camera D:\folder
adb pull sdcard/DCIM/Camera D:\folder
```
## Screenshot

## How-to
* Connect phone to PC via USB cable;
* Enable USB debugging in your phone OS;
* Download and expand latest release archive;
* Open PowerShell as admin and run `Set-ExecutionPolicy -ExecutionPolicy Bypass -Force`
* Close Powershell run as admin;
* Download ADB via `Download_ADB.ps1`;
* Run `Function.ps1`.
## Links
* [Google USB Driver](https://developer.android.com/studio/run/win-usb)
  * [Official all OEMs drivers](https://developer.android.com/studio/run/oem-usb#Drivers)
* [Download ADB](https://developer.android.com/studio/releases/platform-tools)
* [App Inspector](https://play.google.com/store/apps/details?id=com.ubqsoft.sec01)
* [ADB AppControl](https://4pda.to/forum/index.php?showtopic=993643)
* [ReVanced](https://github.com/revanced)
* [My ReVanced Builder](https://github.com/farag2/ReVanced_Builder)
## Ask a question on
* MIUI
  * [Mi 11T Pro](https://4pda.to/forum/index.php?showtopic=1032499&st=2320#entry112088380)
  * [Mi 10T](https://4pda.to/forum/index.php?s=&showtopic=1005145&view=findpost&p=100967182)
  * [Mi 9T](https://4pda.to/forum/index.php?s=&showtopic=955101&view=findpost&p=93561572)
* One UI
  * [Galaxy S20](https://4pda.to/forum/index.php?s=&showtopic=953111&view=findpost&p=97533733)