Original topic:

how to debloat any android

(Topic created on: 05-16-2020 05:14 AM)
18484 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
AdithyaR
Active Level 7
Community Guidelines
Thanks for the information buddy!!
Anonymous
Not applicable
Community Guidelines

welcome bro 

0 Likes
Jiyodilse
Active Level 9
Community Guidelines
use ..package disabler pro from play store...it will work without root ...
0 Likes
Anonymous
Not applicable
Community Guidelines

dint you saw that what I have written it does not require rooting at all 

read carefully what is written 

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

 

0 Likes
Anonymous
Not applicable
Community Guidelines

kindly read it again package disabler pro can disable apps not get completely get rid of the apps are still installed but it's not got rip off from the system 

0 Likes
bharatshaan
Active Level 4
Community Guidelines
For example: like you uninstall Facebook from here.
after that if I install Facebook app from playstore, will it install properly like in other devices? or will I have to install it through adb only?
0 Likes
Anonymous
Not applicable
Community Guidelines

yes bro if yu wanna install facebook again just hit the install from playstore 

Anonymous
Not applicable
Community Guidelines

no need for the adb to do that just simply hit install from play store 

0 Likes
Anonymous
Not applicable
Community Guidelines
but if you want to uninstall you need to follow the process again
0 Likes