Skip to content

farag2/ADB-Debloating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB (no-root) with UI using PowerShell

Telegram

How-to.mp4

How-to

  • Enable USB debugging in developer settings page
  • Connect your phone to PC via USB cable
  • Download latest release
  • Open PowerShell as admin and run Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
  • Right-click on Download_ADB.ps1 to download the latest ADB provided
  • Right-click on Function.ps1 to choose which application to remove

Links

Get apps packages list

adb.exe shell pm list packages -f > D:\packages.txt

Copy folder to local drive

# /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

About

Debloat MIUI/HyperOS, One UI, and Pixel Launcher via ADB

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors