Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Aridon
Old
(Last edited by Aridon; 3rd September 2010 at 02:44 AM.)
#1  
Senior Member - OP
Thanks Meter 51
Posts: 882
Join Date: May 2007
Default How to remove Apps - (w/ Current limited root)

Root Explorer doesn't work. Root manager does. If you want to save the $2.55 use ADB

EDIT: Titanium back up is free and also works for removing files although the backup portion seems a little wonky at times. That is an easier way to remove apps the rest of this is obsolete but keeping it here for reference.

Quote:
/**
YOU MUST ALREADY BE ROOTED TO DO THIS


This is very easy. It assumes you have rooted thus you have the SDK / ADB drivers already installed.

Your phone should be booted up and in android

Connect to your pc and open your command window and do the following:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Adam>cd..

C:\Users>cd..

C:\>cd androidsdk (your directory may be named differently)

C:\Androidsdk>cd tools

C:\Androidsdk\tools>adb shell

$ su (notice the echo on successful command and the change to # meaning you have root access now)
su
# mount -t rfs -o remount,rw /dev/block/stl9 /system
mount -t rfs -o remount,rw /dev/block/stl9 /system
# cd /system
cd /system
# cd /system/app
cd /system/app

Once here you can do a "ls" which is LS but all lower case and that will give you a list of what is in the current directory.

The "rm" command is used to remove items. What follows is the file name which is case sensitive.

# rm TouchWizCalculator.apk
rm TouchWizCalculator.apk
# rm TouchWizCalculator.odex
rm TouchWizCalculator.odex
#
*/
 
Aridon
Old
#2  
Senior Member - OP
Thanks Meter 51
Posts: 882
Join Date: May 2007
What can be removed? Some sites with info and lists of apps:

http://forum.sdx-developers.com/andr...afe-to-delete/

http://androidforums.com/samsung-mom...tock-apps.html
 
pablo.station
Old
#3  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2010
I dont suppose their will be a youtube video for rooting the Epic will there?

or is gaining root access the same on all android 2.1 phones?

Im new to Android & want to get rid of some sprint apps but I dont want to brick my phone at the same time..
 
chris5h
Old
#4  
chris5h's Avatar
Senior Member
Thanks Meter 5
Posts: 100
Join Date: Dec 2007
Great post. Personally, I just use Root Manager. It is really easy and only costs a couple of bucks in the market. Plus it has the added advantage of backip up the apps as you remove them, and you can restore them if you wanted to, like say you wanted to take your phone back to the store and you wanted it more "factory" before you go.
 
pablo.station
Old
#5  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2010
Quote:
Originally Posted by chris5h View Post
Great post. Personally, I just use Root Manager. It is really easy and only costs a couple of bucks in the market. Plus it has the added advantage of backip up the apps as you remove them, and you can restore them if you wanted to, like say you wanted to take your phone back to the store and you wanted it more "factory" before you go.

So what you're saying is that I can download Root Manager from the market having done nothing else to my phone and delete some Sprint apps?
 
pjree
Old
(Last edited by pjree; 1st September 2010 at 08:02 PM.)
#6  
Senior Member
Thanks Meter 39
Posts: 122
Join Date: Feb 2010
Although the SDX App Removal Tool was written for the Samsung Moment, but it works to remove any unwanted stock apps from the Epic.

Here's a download.
Attached Files
File Type: apk SdxAppRemoval-1.5.apk - [Click for QR Code] (22.6 KB, 193 views)
 
WhiteWidows
Old
#7  
WhiteWidows's Avatar
Senior Member
Thanks Meter 98
Posts: 507
Join Date: Jul 2009
Is there anything unsafe to remove like Samsung widgets ect?
 
pablo.station
Old
#8  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Sep 2010
Quote:
Originally Posted by pjree View Post
Although the SDX App Removal Tool was written for the Samsung Moment, but it works to remove any unwanted stock apps from the Epic.

Here's a download.
this didn't work for me..
 
aim1126
Old
#9  
Senior Member
Thanks Meter 25
Posts: 320
Join Date: Nov 2009
Quote:
Originally Posted by WhiteWidows View Post
Is there anything unsafe to remove like Samsung widgets ect?
I deletes all the samsung widgets and the touch wiz launcher without problems. lost all the colorful wallpapers that come with the phone thought, oh well I don't really use them anyways

Sent from my SPH-D700 using XDA App

EVO 4G with some CM6 sex appeal Retired
Epic 4G Retired
T-Mobile G2 running MIUI retired
T-Mobile G2X current running CM7

Best quote ever:
Quote:
Originally Posted by Stitch! View Post
I put my phone into airplane mode, threw it in the air.....
Worst transformer ever.....
 
Moguledyouth
Old
#10  
Senior Member
Thanks Meter 37
Posts: 424
Join Date: Oct 2007
I was able to finally remove amazonmp3.apk using Root Manager, but I selected the apps I wanted to remove and had it back them up first, it said it completed, but no files show up when I try to restore... any ideas?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...