Skip to content

Instantly share code, notes, and snippets.

View frozenbits's full-sized avatar
💀
Squashing bugs

Adji frozenbits

💀
Squashing bugs
  • Jakarta, Indonesia
View GitHub Profile
@frozenbits
frozenbits / Personal Note - Samsung Debloating without root.md
Last active July 25, 2022 19:19
Samsung Debloating without root

I created this gist to make remembering codes easier because of my ever increasing use for things like this.
Phone space is at an ever increasing premium for older phones.

Start with:

adb shell

To check whether you have the package or not:

$ pm list packages | grep -i $package_name // The -i makes the search case-insensitive

EXAMPLE: