[HOWTO] Remove Samsung Apps

Search This thread

saquib

Senior Member
Jun 15, 2004
622
22
Lancashire
Lists of apps which may be removed safely have been provided elsewhere on this forum, I have taken a list from the AngeloM thread and created a script which may be run each time a new rom is installed to remove all Samsung apps.

Pre-requisite: You need to be rooted!

1 - Install script manager which is free from the market (https://market.android.com/details?id=os.tools.scriptmanager)
2 - Copy the attached script file to your sd card. You may edit it to add/remove apps as required.
3 - Start script manager, point it to my script file and tick to box to run as root.
4 - Run :)

That's it.
 

Attachments

  • removesamsungware.txt
    1.7 KB · Views: 7,806
Last edited:

aliander

Senior Member
Jan 31, 2008
167
46
Thanks mate!

But your script had some problems to quit running ;)

Edit:

Found a typo: rm /system/app/SamsungWidget_. ews.apk -f

And probably a remount ro and some status-echos would be neat ;)
 
Last edited:
  • Like
Reactions: saquib

aliander

Senior Member
Jan 31, 2008
167
46
Well, I'm currently at work

Maybe I'll put up a better script, when I find the time this weekend
Would be easier, to make a list of the apk's and then go through every element with a for-loop.
But as this is a quite simple script, it's not that necessary to make a beauty out if it... ;)

Ah, by the way, the script didn't finish here. ATM I don't really know why. Will go through it, when I find the time


Thanks for the nice list of removable Software :)
 

aerofluxx

Member
Mar 24, 2009
18
0
Schwaz
Hey guys :)

i'm just taking a simple adb script to do this job...
something like this works great for me!

regards
fluxx
 

Attachments

  • deletecrap.rar
    515 bytes · Views: 731

aerofluxx

Member
Mar 24, 2009
18
0
Schwaz
Hey guys

i try do made an windows tool for ya so you can just one click the whole thing...

regards fluxx

Sent from my GT-I9100 using XDA App
 

rheza02

Senior Member
May 20, 2006
481
12
So does this list containt everything not in this list: http://xdaforums.com/showpost.php?p=14304454&postcount=2?

Running it right now, will let you know how it goes. Great work :)

Edit: Any idea how long this should take? The script sill says running after 5 minutes..

the script seems doesn't work if it stay that long.
Use this. http://xdaforums.com/showthread.php?t=1108479
just copy the contents, remove the first line, select all and copy. download android terminal emulator, paste it. and reboot.


EDIT : WOAAA, it's seems i cant' access enable/disable fastdormancy anymore. :(
 
Last edited:

hyperbolic

Senior Member
Jul 27, 2011
307
420
Sin City
How will I be able to update the camera firmware once the Samsung Apps is removed?

Good point and good question...

Btw one more question,
If I'll just freeze those apps the OP listed using Titanium Backup, is that means that Titanium backup will start running in the background in order to block those apps ?

If so i'd better just remove them ?

Thx.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Lists of apps which may be removed safely have been provided elsewhere on this forum, I have taken a list from the AngeloM thread and created a script which may be run each time a new rom is installed to remove all Samsung apps.

    Pre-requisite: You need to be rooted!

    1 - Install script manager which is free from the market (https://market.android.com/details?id=os.tools.scriptmanager)
    2 - Copy the attached script file to your sd card. You may edit it to add/remove apps as required.
    3 - Start script manager, point it to my script file and tick to box to run as root.
    4 - Run :)

    That's it.
    1
    Thanks mate!

    But your script had some problems to quit running ;)

    Edit:

    Found a typo: rm /system/app/SamsungWidget_. ews.apk -f

    And probably a remount ro and some status-echos would be neat ;)