Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:system:software:android:debloat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:software:android:debloat [2024/11/11 06:16] marlonivostart:system:software:android:debloat [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Debloating ====== 
  
-    - Go to Apps > Menu > App Management and activate USB debugging 
-    - Make sure you have ADB installed on your computer 
-    - Connect android to your computer  
- 
-===== Finding ===== 
- 
-Use this command to list all google related Apps to a text file. 
-<code> 
-adb shell pm list packages -f > bloated.txt 
-</code> 
-Then delete them with: 
-<code> 
-adb shell pm uninstall -k --user 0 com.google.app 
-</code> 
- 
-These are examples of invisible **google** apk's most of the phones have integrated: 
-<code> 
-com.google.android.syncadapters.calendar 
-com.google.android.gms.location.history 
-com.google.android.apps.restore 
-com.google.android.partnersetup 
-com.google.android.gms.setup 
-com.google.android.email 
-com.android.email 
-com.android.egg 
-com.android.bips 
-com.android.protips 
-com.android.vending 
-com.android.documentsui 
-</code> 
- 
-==== Repairing ==== 
- 
-If you accidentally deleted an necessary app restore it with: 
-<code> 
-adb shell cmd package install-existing com.google.app 
-</code> 
start/system/software/android/debloat.1731305811.txt.gz · Last modified: by marlonivo