Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.65 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.65 KB

Debloat MIUI 13, One UI 4.1, Pixel Launcher via ADB

ko-fi

Get apps packages list

adb shell pm list packages -f > %CD%\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

How-to

  • Downloaded ADB;
  • Place the necessary .cmd script into the downloaded ADB folder;
  • Customize the .cmd file;
  • Run.

Note

Comment out/uncomment packages names

Links

Ask a question on