Original topic:

how to debloat any android

(Topic created on: 05-16-2020 05:14 AM)
18530 Views
Anonymous
Not applicable
Options
Community Guidelines

the ways to debloat the android which came from the company preinstalled apps 

 

first, install adb on windows pc 

then make sure you have developer option enabled if not enable tap build no 7 times to get it 

then after you get the developer option enabled scroll down to and tap USB debugging on 

 

the after this open the adb command through the folder which you have kept in adb after the go to the top of the bar where adb is written just use the left click on the empty bar where the adb is written the select whole of the components then write cmd then it will open a command prompt 

 

before you write some make sure both USB debugging and the device is connected with pc through USB cable 

if the first time USB debugging  then it will ask a permission tap ok 

then write on the program adb hit space and write devices 

then it will be shown random number   if not then restart the computer/laptop 

after you wrote adb devices then write adb hit space  and write shell

after you do that 

write pm list packages | grep 'name of app ' . for example - pm list packages | grep  'facebook'

after then hit enter 

then after doing that there will be packages starting from com.facebook.app 

copy the whole single text or write it like this 

pm uninstall -k --user 0 com.facebook.android.app  hit enter 

then it will show successfully 

thus the app is now uninstalled similar process  is applied to other packages as well

make sure you have put space just like I did or else it won't be uninstalled 

this how you debloat your galaxy smartphone 

fair warning don't reinstall them otherwise you have to follow the process again 

make sure that you give spaces just like I have given them 

 

what not to be afraid is that it does not require rooting anyone can do it just follow the proper instructions given 

 

if you want the adb then go to xda website 

I am not putting the link due to there will be a strike on my account 

 

 

if a problem or any queries regarding this contact me or dm me on twitter I will help you at

@hanitirkey 

30 Comments
Nem52
Beginner Level 2
Community Guidelines

Does it mess with Knox?? And can someone confirm that this way will work without root access? Thanks

0 Likes