Skip to content

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

License

Notifications You must be signed in to change notification settings

ThangNV1205/ADB-Debloating

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 97.6%
  • PowerShell 2.4%