[SCRIPT] [DISCONTINUED/SEE DESC] JBNCK-NONROOT Debloat script for Samsung devices - Samsung Galaxy S20 / S20+ / S20 Ultra Themes, Apps

JBNCK-NONROOT Debloat script for Samsung devices
Works best on:
Exynos S20 series
Exynos A Series
Knox-tripped Samsung devices
[THIS PROJECT IS DISCONTINUED AND I WILL NO LONGER ANSWER ANY QUESTIONS ON THIS THREAD]
Don't worry, I'm working on a better, more extreme and more up-to-date one. I will post a link when it's ready!

Perfect, thank you

Very nice script, JanBoyGamer23. Is it possible to remove the stock Messanger app, as well? The one with three dots in the icon?

I can't install, for example Chrome

AlliePC said:
Very nice script, JanBoyGamer23. Is it possible to remove the stock Messanger app, as well? The one with three dots in the icon?
Click to expand...
Click to collapse
Yes, of course! Go to your platform tools folder (Download them if you need them) and type in:
adb shell pm uninstall -k --user 0 com.samsung.android.messaging

diegoxdrp said:
I can't install, for example Chrome
Click to expand...
Click to collapse
What?

Perfect thanks

Thank you, exactly what does "platform tools folder" mean?

Thanks, what if i want to remove or disable Samsung Game Optimization Service? Am on Android 11, 3.0.
I did try the adb command, but it didnt work. pl advise.

Vipin2689 said:
Thanks, what if i want to remove or disable Samsung Game Optimization Service? Am on Android 11, 3.0.
I did try the adb command, but it didnt work. pl advise.
Click to expand...
Click to collapse
gos always reinstalls itself. The only way to remove it is the root method: Go to your root explorer and find the app's folder in /system/priv-app and delete the folder

Hey, great script! However, I found out I needed Android SIM Toolkit after I ran the script. Do you know a way to recover/ reinstall it? or "undo" the script somehow? Thanks!

Sari95 said:
Hey, great script! However, I found out I needed Android SIM Toolkit after I ran the script. Do you know a way to recover/ reinstall it? or "undo" the script somehow? Thanks!
Click to expand...
Click to collapse
open cmd in the folder of the debloat script (the folder with all the files: adb, debloat.bat etc.) and type in:
adb shell pm install-existing com.android.stk
or with a dual sim:
adb shell pm install-existing com.android.stk
adb shell pm install-existing com.android.stk2

JanBoyGamer23 said:
open cmd in the folder of the debloat script (the folder with all the files: adb, debloat.bat etc.) and type in:
adb shell pm install-existing com.android.stk
or with a dual sim:
adb shell pm install-existing com.android.stk
adb shell pm install-existing com.android.stk2
Click to expand...
Click to collapse
That worked perfectly. Thank you!

OP, Is there a way to run your script on a MAC?

Hi, did bixby routines will work after execute this script on s20+?

I am assuming this will work on new Galaxy S21... Asking before I break my wife's new phone!!

gee.dunkin said:
I am assuming this will work on new Galaxy S21... Asking before I break my wife's new phone!!
Click to expand...
Click to collapse
Yep, should work.

Great, thanks!
FYI: I had Vanced YouTube installed and it was removed by the script. At the end I had no YouTube at all.
Also, I was somewhat surprised that you decided to remove Google Maps as well, as bloatware. Anyways, I've reinstalled both Vanced YouTube and Maps, no big deal.
Thanks for the script, you saved my some headache! I actually tried uninstalling all Facebook components using System Apps Uninstaller (root) and I ended up reflashing the firmware through Odin, as the phone got stuck on boot loops after "successfully" uninstalling them.

@op,
Could you please post a complete list of items included in the package (to be removed)?
The script had a tremendous effect on battery and I'm curious to review the main offenders (I highly suspect it to be Google telemetry, but I'd like to know specifics).
Again, excellent work, thank you!
Thanks!

nacos said:
@op,
Could you please post a complete list of items included in the package (to be removed)?
The script had a tremendous effect on battery and I'm curious to review the main offenders (I highly suspect it to be Google telemetry, but I'd like to know specifics).
Again, excellent work, thank you!
Thanks!
Click to expand...
Click to collapse
Nice to hear that it worked for you!
If you want a full list you can just look into the script as I don't remember. I know that it almost completely removes google spying, facebook trash, samsung knox bloatware and other country based bloat.

Related

[MOD](Non-Root)Remove "What's New" from NavRing, Small Apps From Recents

You can use ADB on unrooted devices to remove the "What's New" option from the NavRing and to remove the Small Apps Widget launcher from Recent Apps.
I will assume you know how to install and use ADB.
To remove the "What's New" option from the NavRing:
Code:
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
Make sure to reboot before proceeding if you're removing both items.
To remove the Small Apps Widget Launcher from the Recents screen:
Code:
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
To revert changes substitute "unblock" for "block" in the command.
Good to note that these work just have to be run seperatley, i tried to block all 3 at the same time and it did not work you have to remove the whats new then reboot then remove the small apps then reboot again
Thanks for this OP i hate that whats new thing
aford89 said:
Good to note that these work just have to be run seperatley, i tried to block all 3 at the same time and it did not work you have to remove the whats new then reboot then remove the small apps then reboot again
Thanks for this OP i hate that whats new thing
Click to expand...
Click to collapse
Thanks, added to OP.
Thank you!
The what's new was really bugging me :-/
do you know if the block command does the same as "deactivate" would do from the Settings->Apps menu? (if it were enabled)
punshkin said:
Thank you!
The what's new was really bugging me :-/
do you know if the block command does the same as "deactivate" would do from the Settings->Apps menu? (if it were enabled)
Click to expand...
Click to collapse
I assume so, the "pm" is for the package manager commands.
I can not thank you enough! I still don't know what Sony was thinking with "What's New".
Favorite'd, I just know I'll be needing this soon enough xD
Working like a charm. Glad to have my recents cleaned up. Any other bloatware we can disable this way? Love to get rid of the walkman, sony app updates, movie, movie creator, etc
Im just trying to do this but when I type adb shell reboot it says device not found. It does say im in [email protected] though. Anyone know whats wrong?
Mr Sliff said:
Im just trying to do this but when I type adb shell reboot it says device not found. It does say im in [email protected] though. Anyone know whats wrong?
Click to expand...
Click to collapse
do adb devices, should be able to see your device listed. if it reads not autorized: unlock your lockscreen and confirm the dialog to give computer access.
cyphomatic said:
do adb devices, should be able to see your device listed. if it reads not autorized: unlock your lockscreen and confirm the dialog to give computer access.
Click to expand...
Click to collapse
Thats the weird thing, my device is listed when I do that.
ADB, SDK, JDK, JRE, USB debug, USB drivers: all set up correctly?
Thanks! worked perfectly for me, at least it did when I installed the Android SDK on my Windows partition instead of my Mac ... Really didn't want to work on the Mac side, nor is there a native way to transfer wirelessly from my Mac but everything works well on the Windows end.
Thanks again OP :good:
Can this method be used to disable the other system apps?
Mr Sliff said:
Im just trying to do this but when I type adb shell reboot it says device not found. It does say im in [email protected] though. Anyone know whats wrong?
Click to expand...
Click to collapse
Got the same thing before I found out you need to exit remote shell before you run reboot command (I'm new to using adb for anything other than push/pull)
So after:
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
phroenix said:
Got the same thing before I found out you need to exit remote shell before you run reboot command (I'm new to using adb for anything other than push/pull)
So after:
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
Click to expand...
Click to collapse
Yea, you need to exit shell before running any adb command, I'll add that to the OP.
Alright for some reason it doesent remove whats new for me. Ive rebooted a few times and it doesnt work. Removing the small apps did work though.
Mr Sliff said:
Alright for some reason it doesent remove whats new for me. Ive rebooted a few times and it doesnt work. Removing the small apps did work though.
Click to expand...
Click to collapse
im getting the same thing. says the blocked state is true, then i reboot, still there
ikon8 said:
You can use ADB on unrooted devices to remove the "What's New" option from the NavRing and to remove the Small Apps Widget launcher from Recent Apps.
I will assume you know how to install and use ADB.
To remove the "What's New" option from the NavRing:
Code:
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
Make sure to reboot before proceeding if you're removing both items.
To remove the Small Apps Widget Launcher from the Recents screen:
Code:
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
To revert changes substitute "unblock" for "block" in the command.
Click to expand...
Click to collapse
This whole thread is actually a repetition of what has already been discussed and suggested over here:
http://forum.xda-developers.com/z3-compact/help/deactivated-apps-getting-activated-t2889082
Can you use adb to get rid of the nav bar too?
oh Thankgod ! whats new and the quick launch widget are gone !!!!
Thankyou Thankyou Thankyou
ps; is there a list of commands to get rid of certain other apps, widgets, bloat etc ?

Debloater script

Anyone could please suggest me a debloater script for honor 8 MM?
rooted or no root?
Rooted
All the time I try to delete a bloated app it returns. I managed to freeze the app but that's not the right way. Sometime I have problems with the gallery even if I have quick pic. I can't freeze the gallery because if I try to upload a pic in a social app like badoo it just does nothing. I have to go to twrp and clean the cache all the time
whitehollow said:
All the time I try to delete a bloated app it returns. I managed to freeze the app but that's not the right way. Sometime I have problems with the gallery even if I have quick pic. I can't freeze the gallery because if I try to upload a pic in a social app like badoo it just does nothing. I have to go to twrp and clean the cache all the time
Click to expand...
Click to collapse
Try adb
Connect phone to laptop or pc (you must have adb fastboot on it)
Open cmd (press shift then right click on adb folder choice open command prompt)
Type adb shell
Then type pm list package | grep huawei (or google or app name). It will show all package app you find.
Then type pm uninstall -k --user 0 com.huawei.xxx (it it package name show from command above)
It will remove any app you want (you can try on rooted or no root device. With no root device, you can still install ota when have)
Thanks I'll try before reinstalling android. A script would be easier anyway.
whitehollow said:
Thanks I'll try before reinstalling android. A script would be easier anyway.
Click to expand...
Click to collapse
What is your device brand? L09 or what?
Anyone have a good list of bloatware that can be safely removed from this device?

Can't remove Facemoji keyboard with ADB: failure -1000

Hi,
I've successfully removed all miui and android bloat with the ADB tool, which is fantastic without root.
But I cannot remove the Facemoji keyboard from Xiaomi. It gives failure -1000.
Any idea what it means?
I also tried using the hidden menus for miui app in the play store but also there the uninstall is 'unsuccessful'.
Is there any way to remove it still, without rooting the phone ?
Using Xiaomi redmi note 8t, latest android version update.
Same For me. No one have any idea?
An IME is installed as a system-app and/or system-privileged-app, means you need root rights to uninstall it.
You will need root for this method:-
1) Disable it using adb shell:
pm disable-user com.facemoji.lite.xiaomi
2) Next, use a root file manager app (I used Fx), and navigate to System(Root)/data/app/ and find facemoji package. Verify by opening the folder and checking if base.apk exists in the folder. Delete this package folder.
3) Reboot.
https://www.reddit.com/r/PocoPhones/comments/mxiglw
Here's a simple trick to remove it.
jwoegerbauer said:
An IME is installed as a system-app and/or system-privileged-app, means you need root rights to uninstall it.
Click to expand...
Click to collapse
Can you please confirm that root access is required to uninstall Facemoji Emoji Keyboard for Xiaomi? I tried using adb commands and Xiaomi ADB/Fastboot Tool but it didn't work. Any help is very much appreciated.

How to reinstall after accidentally uninstalling a wrong app with adb while trying to debloat?

PROBLEM SOLVED NO NEED TO REPLY
Hey, xda-developers!
Can you give me some advice? I debloated my LG v20 with adb using the following command: "pm uninstall -k --user 0 com.lge.cloudhub". It seems that I accidentally uninstalled a object that controls my phones second screen.
Can you please tell me how I can re-install said objects (without factory reset)? I'm pretty sure I know which objects I need to re-install, just don't know how to. I tried "adb shell cmd package install-existing com.lge.signboard" and got the error message "127|elsa:/ $ adb shell cmd package install-existing com.lge.signboard
/system/bin/sh: adb: not found"
So any ideas: commands, programs I can use, anything... I'm super grateful.
Thank you for reading my post!
Regards,
xdagirlrocker
xdagirlrocker said:
PROBLEM SOLVED NO NEED TO REPLY
Click to expand...
Click to collapse
If solved, why not say how - for others?
If rooted then this can be tried...
https://forum.xda-developers.com/t/...diatek-armv8-2020-08-24.3922213/post-84201415
CXZa said:
If solved, why not say how - for others?
If rooted then this can be tried...
https://forum.xda-developers.com/t/...diatek-armv8-2020-08-24.3922213/post-84201415
Click to expand...
Click to collapse
Good point! I will do so! Maybe it will help someone in future.
First I searched for possible objects that might be related to LG v20 second screen. Through the power of duckduckgo I found the following objects:
com.lge.signboard.initialguide
com.lge.provider.signboard
com.lge.signboard.setting
com.lge.quicktools
com.lge.coneshortcut
com.lge.conerecent
com.lge.signboard
In my case the (by mistake) removed object was com.lge.signboard.
From there on solved it using a software I found on xda forums. It's called ADB AppControl and it can be found on the following links. I also included the xda link. Since I couldn't find the proper command to restore the deleted item, I used this software to "un-delete" it. It was very easy.
https://appcontrol.neocities.org/index_en.html
https://forum.xda-developers.com/t/...app-manager-debloat-tool-for-android.4147837/
Cheers

Question Bloatware removal using APK extractor.

Hello there,
I have just bought myself an Oppo find N, so far love the phone!
can someone help me out with deleting the bloatware software? I dont want to use adb because I am scared I will delete something which I'm not supposed to.
I know you can do so with apk extractor but haven't been able to find out how exactly.
any hints would be appreciated
Fear note my friend , its not hard and there's little risk to it, follow this guide to know how to connect to your phone with ADB.
Then just follow this list that someone else already did here:
I ended up disable-user the following apks :
package:com.coloros.karaoke
package:com.heytap.music
package:com.iflytek.speechsuite
package:com.coloros.weather.service
package:com.oplus.apprecover
package:com.oplus.pay
package:com.oplus.vip
package:com.heytap.reader
package:com.coloros.oshare
package:com.oplus.wifisecuredetect
package:com.oplus.appdetail
package:com.oppo.community
package:com.coloros.securityguard
package:com.heytap.speechassist
package:com.coloros.codebook
package:com.coloros.phonemanager
package:com.coloros.securepay
package:com.coloros.directui
package:com.coloros.video
package:com.coloros.filemanager
package:com.coloros.ocrscanner
package:com.nearme.instant.platform
package:com.coloros.floatassistant
package:com.coloros.childrenspace
package:com.heytap.htms
package:com.coloros.remoteguardservice
and uninstalled following:
com.heytap.cloud
com.finshell.wallet
cn.wps.moffice.lite
com.oppo.store
com.baidu.input_oppo
com.opos.ads
com.coloros.assistantscreen
com.heytap.browser
com.heytap.pictorial
com.heytap.smarthome
com.coloros.favorite
com.oplus.safecenter
pauloalexxx said:
Fear note my friend , its not hard and there's little risk to it, follow this guide to know how to connect to your phone with ADB.
Then just follow this list that someone else already did here:
I ended up disable-user the following apks :
package:com.coloros.karaoke
package:com.heytap.music
package:com.iflytek.speechsuite
package:com.coloros.weather.service
package:com.oplus.apprecover
package:com.oplus.pay
package:com.oplus.vip
package:com.heytap.reader
package:com.coloros.oshare
package:com.oplus.wifisecuredetect
package:com.oplus.appdetail
package:com.oppo.community
package:com.coloros.securityguard
package:com.heytap.speechassist
package:com.coloros.codebook
package:com.coloros.phonemanager
package:com.coloros.securepay
package:com.coloros.directui
package:com.coloros.video
package:com.coloros.filemanager
package:com.coloros.ocrscanner
package:com.nearme.instant.platform
package:com.coloros.floatassistant
package:com.coloros.childrenspace
package:com.heytap.htms
package:com.coloros.remoteguardservice
and uninstalled following:
com.heytap.cloud
com.finshell.wallet
cn.wps.moffice.lite
com.oppo.store
com.baidu.input_oppo
com.opos.ads
com.coloros.assistantscreen
com.heytap.browser
com.heytap.pictorial
com.heytap.smarthome
com.coloros.favorite
com.oplus.safecenter
Click to expand...
Click to collapse
How did you disabled those apk?
Thank you for the repl
pauloalexxx said:
Fear note my friend , its not hard and there's little risk to it, follow this guide to know how to connect to your phone with ADB.
Then just follow this list that someone else already did here:
I ended up disable-user the following apks :
package:com.coloros.karaoke
package:com.heytap.music
package:com.iflytek.speechsuite
package:com.coloros.weather.service
package:com.oplus.apprecover
package:com.oplus.pay
package:com.oplus.vip
package:com.heytap.reader
package:com.coloros.oshare
package:com.oplus.wifisecuredetect
package:com.oplus.appdetail
package:com.oppo.community
package:com.coloros.securityguard
package:com.heytap.speechassist
package:com.coloros.codebook
package:com.coloros.phonemanager
package:com.coloros.securepay
package:com.coloros.directui
package:com.coloros.video
package:com.coloros.filemanager
package:com.coloros.ocrscanner
package:com.nearme.instant.platform
package:com.coloros.floatassistant
package:com.coloros.childrenspace
package:com.heytap.htms
package:com.coloros.remoteguardservice
and uninstalled following:
com.heytap.cloud
com.finshell.wallet
cn.wps.moffice.lite
com.oppo.store
com.baidu.input_oppo
com.opos.ads
com.coloros.assistantscreen
com.heytap.browser
com.heytap.pictorial
com.heytap.smarthome
com.coloros.favorite
com.oplus.safecenter
Click to expand...
Click to collapse
Thank you for the reply inwill check it out and get back to you

Categories

Resources