Skip to content

farag2/ADB-Debloating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Debloat MIUI/HyperOS, One UI, and 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