• Stars
    star
    203
  • Rank 192,890 (Top 4 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Debloat MIUI 14, One UI 5.1, Pixel Launcher via ADB

Telegram Telegram

ko-fi

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

Screenshot

image

How-to

  • Connect phone to PC via USB cable;
  • Enable USB debugging in your phone OS;
  • Download and expand latest release archive;
  • Download ADB via Download_ADB.ps1;
  • Run Function.ps1.

Links

Ask a question on