Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.62 KB

File metadata and controls

46 lines (33 loc) · 1.62 KB

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