Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root
EVO 4G - All Things Root Rooting, ROMS, Overclocking, etc.
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old January 5th, 2011, 01:21 PM   #1 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Jun 2010
Posts: 55
 
Device(s):
Carrier: Not Provided

Thanks: 12
Thanked 3 Times in 3 Posts
Default I'm now rooted (S-OFF) but still can't remove bloatware apps.

Do I need to install a custom ROM to do this?

hook3m is offline  
Reply With Quote
Sponsors
Old January 5th, 2011, 01:36 PM   #2 (permalink)
Senior Member
 
Join Date: Jun 2010
Location: Near Los Angeles
Posts: 4,418
 
Device(s): Samsung Galaxy Nexus
Carrier: Not Provided

Thanks: 101
Thanked 1,382 Times in 1,050 Posts
Default

A lot of people choose to flash custom ROMs for this (and many other reasons) because it is generally already done for them. But you most certainly do not need a custom ROM for this to work.

Read section 2 under "After Rooting" in this thread:

http://androidforums.com/evo-4g-all-things-root/194918-rooting-dummies-extras.html

It instructs you to freeze apps with titanium backup. It is by far the safest method. If you insist on actually removing them, the best way is to either use root explorer or a terminal emulator to copy whatever you want to remove from /system/app to the sdcard, then remove it from /system/app. That way, you can get back whatever you removed if you need it.
akazabam is offline  
Reply With Quote
Old January 5th, 2011, 01:40 PM   #3 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Jun 2010
Posts: 55
 
Device(s):
Carrier: Not Provided

Thanks: 12
Thanked 3 Times in 3 Posts
Default

I read it and thought Titanium Backup was just one of the options. I was under the impression that one I was rooted I would be able to just drag Blockbuster and NOVA down to remove or go into Apps and click Uninstall.
hook3m is offline  
Reply With Quote
Old January 5th, 2011, 01:42 PM   #4 (permalink)
Senior Member
 
Join Date: Jun 2010
Location: Near Los Angeles
Posts: 4,418
 
Device(s): Samsung Galaxy Nexus
Carrier: Not Provided

Thanks: 101
Thanked 1,382 Times in 1,050 Posts
Default

Quote:
Originally Posted by hook3m View Post
I read it and thought Titanium Backup was just one of the options. I was under the impression that one I was rooted I would be able to just drag Blockbuster and NOVA down to remove or go into Apps and click Uninstall.
Nope, that doesn't work for system apps. To truly uninstall, you must either do what I suggested above or use the remove option in titanium backup. If you do that, though, you will not be able to get it back.

No matter what you do, make a nandroid backup, first.
akazabam is offline  
Reply With Quote
The Following User Says Thank You to akazabam For This Useful Post:
hook3m (January 5th, 2011)
Old January 5th, 2011, 11:38 PM   #5 (permalink)
Senior Member
 
Join Date: Sep 2010
Location: Portland, OR
Posts: 506
 
Device(s): Evo 4g
Carrier: Not Provided

Thanks: 92
Thanked 33 Times in 30 Posts
Default

I just "froze" mine with titanium backup, very easy to use program
__________________
HTC EVO: Deck's 1.2.1, Tiamat 4.0.6 sbc
Viewsonic G Tablet
Rom:Beasty Kernel: Clemsyn
luigic81 is offline  
Reply With Quote
The Following User Says Thank You to luigic81 For This Useful Post:
rsa (January 6th, 2011)
Old January 6th, 2011, 08:47 PM   #6 (permalink)
Senior Member
 
ccapasso's Avatar
 
Join Date: Jan 2010
Posts: 1,127
 
Device(s): HTC EVO 4G - Myn 2.2 RLS4
Carrier: Not Provided

Thanks: 4
Thanked 277 Times in 177 Posts
Default

Quote:
Originally Posted by akazabam View Post
Nope, that doesn't work for system apps. To truly uninstall, you must either do what I suggested above or use the remove option in titanium backup. If you do that, though, you will not be able to get it back.

No matter what you do, make a nandroid backup, first.
Technically, if you wanted you could do it all through adb, but that would require you to know how to do that.

Basically you would do the following:

Open a command prompt and do the following:

cd C:\android-sdk-windows\tools
adb remount
adb shell (this should return a # sign. If not, you are not rooted)
cd /system/app
ls (this will list all of the apps you have. The apps are apk files)
rm nameofapkyouwanttoremove.apk

That should just remove the apk all together and "uninstall" the app. Keep in mind though, there are some apps you cannot/should not remove.

Granted, the above was how I sometimes did it on my Hero before I got the Evo, and I haven't tested on Evo yet, but adb hasn't changed so this should still work
ccapasso is offline  
Reply With Quote
Old January 6th, 2011, 10:04 PM   #7 (permalink)
Senior Member
 
Join Date: Jun 2010
Location: Near Los Angeles
Posts: 4,418
 
Device(s): Samsung Galaxy Nexus
Carrier: Not Provided

Thanks: 101
Thanked 1,382 Times in 1,050 Posts
Default

Quote:
Originally Posted by ccapasso View Post
Technically, if you wanted you could do it all through adb, but that would require you to know how to do that.

Basically you would do the following:

Open a command prompt and do the following:

cd C:\android-sdk-windows\tools
adb remount
adb shell (this should return a # sign. If not, you are not rooted)
cd /system/app
ls (this will list all of the apps you have. The apps are apk files)
rm nameofapkyouwanttoremove.apk

That should just remove the apk all together and "uninstall" the app. Keep in mind though, there are some apps you cannot/should not remove.

Granted, the above was how I sometimes did it on my Hero before I got the Evo, and I haven't tested on Evo yet, but adb hasn't changed so this should still work
Yeah, you can do it that way, too, but it's basically the same thing as using a terminal emulator or root explorer. If you already have adb set up, you may as well do that. Though, I still recommend moving them to the sdcard instead of just removing them.
akazabam is offline  
Reply With Quote
Reply


Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:50 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.