Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > Samsung Captivate > Captivate - All Things Root

Captivate - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old August 25th, 2010, 12:48 PM   #101 (permalink)
Junior Member
 
Join Date: Jul 2010
Location: Virginia, US
Posts: 92
 
Device(s): Samsung Captivate
Thanks: 8
Thanked 4 Times in 3 Posts
Default

Quote:
Originally Posted by MisterEd View Post
Or simply (after rooting) download the free Titanium Backup app from the Market, find the app(s) you don't want in the Titanium Backup list and touch "delete." Why go through all that ADB crap?
When I try this, I get a warning that I'm going to uninstall a system package.
Have you seen this and uninstalled anyway?

Loco Leeep is offline  
Reply With Quote
Sponsors
Old August 25th, 2010, 08:17 PM   #102 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 13
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i deleted everything to do with att with titinuam backup and it all went great this is an awesome program

thanks
Sheon is offline  
Reply With Quote
Old August 26th, 2010, 10:42 AM   #103 (permalink)
Junior Member
 
Join Date: Jul 2010
Location: Virginia, US
Posts: 92
 
Device(s): Samsung Captivate
Thanks: 8
Thanked 4 Times in 3 Posts
Default

Quote:
Originally Posted by Sheon View Post
i deleted everything to do with att with titinuam backup and it all went great this is an awesome program

thanks
Did you get a warning about them being system files?
Loco Leeep is offline  
Reply With Quote
Old August 26th, 2010, 02:06 PM   #104 (permalink)
Senior Member
 
JayC's Avatar
 
Join Date: Jul 2010
Location: Bakersfield, Ca
Posts: 2,177
 
Device(s): LG Thrill
Thanks: 16
Thanked 142 Times in 121 Posts
Default

i wanna remove that bloatware so bad but i don't wanna screw nothing up!
__________________
at&t is now throttling unlimited data users. Don't give into their ideas of weaving us out into a tiered plan
JayC is offline  
Reply With Quote
Old August 26th, 2010, 11:05 PM   #105 (permalink)
Junior Member
 
Join Date: Jul 2010
Location: Virginia, US
Posts: 92
 
Device(s): Samsung Captivate
Thanks: 8
Thanked 4 Times in 3 Posts
Default

I don't care about them being in my app list, I just hate that they're always running.
Can anyone tell me that its okay to uninstall these with Titanium Backup after getting the warning that they're system files?
Loco Leeep is offline  
Reply With Quote
Old August 30th, 2010, 10:57 PM   #106 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 9
 
Device(s):
Thanks: 0
Thanked 2 Times in 2 Posts
Default

FWIW,

I wrote a script (see below) to move the unneeded app files into a separate directory named /system/apps/attapps. Then I used adb to pull that entire directory down in case I ever want to restore any of those apps.
Code:
adb -d pull /system/app/attapps attapps
I can now delete that attapps folder on my phone and if needed use adb push to push the attapps directory (or any individual apps) back to the phone. Note that adb push will not let you push to root owned directories so you will have to push somewhere writeable like /sdcard/ and use adb or a local terminal on the phone to move them manually
Code:
adb -d push attapps /sdcard/
and then from adb shell (or terminal app)
Code:
mv /sdcard/attapps/* /system/apps/
I created the uninstall script by first creating a list of all the apps in /system/apps.
Code:
ls /system/apps > /sdcard/applist
I then downloaded that list to my pc, parsed it for all the apps I wanted to remove and created a script from the parsed apps to automate the backup. I used adb to push the script to my phone, changed its permissions (chmod 0700) and then executed it.

I haven't had any trouble (so far) with these apps missing. Note that I uninstalled the default google maps so I could install the latest and greatest right from the market. I started with the list of apps listed in "unleash the beast" found at Peter Alfonso website : Heres the script I used (or you can download the script right to your phone from here: RAW OUTPUT mGNjWff8

Code:
mkdir /system/apps/attapps
mv /system/apps/androidlauncher2.1-61x612010_06_11t15_49.apk /system/apps/attapps
mv /system/apps/attmaps20-1094.apk /system/apps/attapps
mv /system/apps/ATTNav-Samsung-Vega-1488.apk /system/apps/attapps
mv /system/apps/ATT-P11_PROD.apk /system/apps/attapps
mv /system/apps/ATT_Radio_2.1.07.apk /system/apps/attapps
mv /system/apps/Days.apk /system/apps/attapps
mv /system/apps/Days.odex /system/apps/attapps
mv /system/apps/Dlna.apk /system/apps/attapps
mv /system/apps/Dlna.odex /system/apps/attapps
mv /system/apps/DrmProvider.apk /system/apps/attapps
mv /system/apps/DrmProvider.odex /system/apps/attapps
mv /system/apps/DrmUA.apk /system/apps/attapps
mv /system/apps/DrmUA.odex /system/apps/attapps
mv /system/apps/IM-Signed.apk /system/apps/attapps
mv /system/apps/InfoAlarm.apk /system/apps/attapps
mv /system/apps/InfoAlarm.odex /system/apps/attapps
mv /system/apps/Maps.apk /system/apps/attapps
mv /system/apps/MediaHub.apk /system/apps/attapps
mv /system/apps/Memo.apk /system/apps/attapps
mv /system/apps/Memo.odex /system/apps/attapps
mv /system/apps/MiniDiary.apk /system/apps/attapps
mv /system/apps/MiniDiary.odex /system/apps/attapps
mv /system/apps/MobileBanking.apk /system/apps/attapps
mv /system/apps/MobileVideo.apk /system/apps/attapps
mv /system/apps/MobileVideo.odex /system/apps/attapps
mv /system/apps/MobiTV_800x480_320_20100610_1.0.0.15-118829.apk /system/apps/attapps
mv /system/apps/MyFiles.apk /system/apps/attapps
mv /system/apps/MyFiles.odex /system/apps/attapps
mv /system/apps/SisoDrmProvider.apk /system/apps/attapps
mv /system/apps/SisoDrmProvider.odex /system/apps/attapps
mv /system/apps/SnsAccount.apk /system/apps/attapps
mv /system/apps/SnsAccount.odex /system/apps/attapps
mv /system/apps/SnsProvider.apk /system/apps/attapps
mv /system/apps/SnsProvider.odex /system/apps/attapps
mv /system/apps/WHERE_Samsung_GT-I900_Vegas_EN_1.9.3_GM_06112010.apk /system/apps/attapps
mv /system/apps/WISPr_v41.apk /system/apps/attapps
mv /system/apps/WriteandGo.apk /system/apps/attapps
mv /system/apps/WriteandGo.odex /system/apps/attapps
mv /system/apps/YPMobile-release_875.apk /system/apps/attapps
HTH.
gnac is offline  
Reply With Quote
The Following User Says Thank You to gnac For This Useful Post:
Bunkai (September 21st, 2010)
Old September 8th, 2010, 01:23 AM   #107 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 2
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default Remove the online locker??

I'm new to the forum, so I wanted to say hi.

I recently posted a similar question in xda-developers but I guess not necessarily the same people will read both fora:

Is it possible to remove the at&t online locker upload option? I removed everything else with the titanium backup method (I know I will never restore them), but I could not find how to remove the online locker.

Thanks to all,

Ale.
aleadam is offline  
Reply With Quote
Old September 10th, 2010, 08:31 PM   #108 (permalink)
Junior Member
 
Join Date: Aug 2010
Posts: 19
 
Device(s):
Thanks: 5
Thanked 0 Times in 0 Posts
Default

I removed /system/app/YPMobile-release_875.apk, but I still can see and launch YPMobile? Is there another file for this app?

I even restarted the phone but still see it.
b534202 is offline  
Reply With Quote
Old September 11th, 2010, 11:33 AM   #109 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 9
 
Device(s):
Thanks: 0
Thanked 2 Times in 2 Posts
Default

You might try using the find command from either the adb shell or the android terminal emulator
Code:
find / -iname "*YPMobile*"
I found some left over cruft at
/data/dalvik-cache/system@app@YPMobile-release_875.apk@classes.dex
but that was it. Only the one instance of YPMobile-release_875.apk that has been moved to my attapps folder.
gnac is offline  
Last edited by gnac; September 11th, 2010 at 11:35 AM. Reason: formatting
Reply With Quote
The Following User Says Thank You to gnac For This Useful Post:
b534202 (September 11th, 2010)
Old September 11th, 2010, 12:57 PM   #110 (permalink)
Junior Member
 
Join Date: Aug 2010
Posts: 19
 
Device(s):
Thanks: 5
Thanked 0 Times in 0 Posts
Default

Thanks! There's another ypmobile in /data/app/com.yellowpages.android.ypmobile.apk
b534202 is offline  
Last edited by b534202; September 11th, 2010 at 01:05 PM.
Reply With Quote
Sponsors
Old September 12th, 2010, 05:50 PM   #111 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 49
 
Device(s):
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by MisterEd View Post
Or simply (after rooting) download the free Titanium Backup app from the Market, find the app(s) you don't want in the Titanium Backup list and touch "delete." Why go through all that ADB crap?

I do not see a list of apps in titanium backup. Where do I find them? I go to backup/restore tab and only have 5 things listed and none of them are apps? There are only settings listed. The phone is rooted and is in debugging mode.

If anyone could provide me with a dummy guide I would appreciate it.
symp el is offline  
Last edited by symp el; September 13th, 2010 at 06:33 AM.
Reply With Quote
The Following User Says Thank You to symp el For This Useful Post:
Sutakira (September 13th, 2010)
Old September 13th, 2010, 06:20 AM   #112 (permalink)
 
Join Date: Aug 2010
Location: Mesa, AZ
Posts: 25
 
Device(s): Samsung Galaxy S AT&T Captivate
Thanks: 9
Thanked 0 Times in 0 Posts
Send a message via AIM to Sutakira Send a message via Yahoo to Sutakira sutakira@gmail.com
Default

Yeah, can I get a for dummies guide on this? This seems like a LOT of work just to hack some apps. I had enough trouble with the one click lag fix haha.
Sutakira is offline  
Reply With Quote
Old September 14th, 2010, 12:57 AM   #113 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 9
 
Device(s):
Thanks: 0
Thanked 2 Times in 2 Posts
Default

ever consider the official Titanium Backup website?
Titanium Backup for Android ? Official Site
;~)
gnac is offline  
Reply With Quote
Old September 21st, 2010, 09:37 PM   #114 (permalink)
New Member
 
Bunkai's Avatar
 
Join Date: Sep 2010
Location: Indiana
Posts: 2
 
Device(s): Samsung SGH-i897
Thanks: 1
Thanked 0 Times in 0 Posts
Default

If anyone is interested. EStrong's File Explorer from the Market is a pretty nice file manager and it has an included app manager that will allow you to backup/restore your apk files, including your pre-installed system ones, to your sdcard. You'll have to do them one-by-one, but in doing that, you also will be given the apk names so that you can go back and rename or delete them from the system folder.

As an added bonus, it also includes an SD Card Analyzer which does a great job of showing you the disk utilization breakdown by folder and file.
Bunkai is offline  
Reply With Quote
Old September 26th, 2010, 01:35 AM   #115 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 2
 
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
Confused

Quote:
Originally Posted by aleadam View Post
I'm new to the forum, so I wanted to say hi.

I recently posted a similar question in xda-developers but I guess not necessarily the same people will read both fora:

Is it possible to remove the at&t online locker upload option? I removed everything else with the titanium backup method (I know I will never restore them), but I could not find how to remove the online locker.

Thanks to all,

Ale.
I'm longing for exact the same! Need to remove the "online locker" option. I really hate it when my finger slips to that "online locker" and it just upload and cost money so smoothly! ...
andantino is offline  
Reply With Quote
Old October 3rd, 2010, 08:13 AM   #116 (permalink)
Member
 
Join Date: Jun 2010
Posts: 198
 
Device(s): Samsung Galaxy S II i9100
Thanks: 24
Thanked 26 Times in 24 Posts
Default TB Delete vs. Uninstall

Quote:
Originally Posted by davestarcher View Post
I have installed Titanium Backup and ran a backup of everything with the System+Data+market and when I look at the list of apps, I have the choice to delete or uninstall. I did an uninstall of AT&T Music and there is no option to restore. What is the difference between delete and uninstall?
Delete deletes the backup you have made. Uninstall uninstalls the application.

(I was confused about this at first too. Then I saw that the Delete option was not available on the apps that I hadn't make a backup of.)
LukeOlson is offline  
Reply With Quote
Old October 7th, 2010, 08:39 AM   #117 (permalink)
Member
 
Join Date: Sep 2010
Location: Gotham
Posts: 218
 
Device(s): Samsung Captivate
Thanks: 46
Thanked 14 Times in 13 Posts
Fúck if I'm giving that!
Default

Just a thought guys... remember its best to tell Titanium to store its backups on your external SD card. Go to preferences, Backup folder name, and put an sd/ before TitaniumBackup so it'd be , sd/Titanium Backup. This ensures weird stuff like factory resets won't delete your backups!!

One more thing, the premium version of Titanium also allows something interesting called "App Freezing" where the app is like quarantined [can't function, can't run, doesn't appear in App area] but not deleted or uninstalled. It takes 5 seconds to "defrost" and get the app back. I'm using that method to quarantine all my AT&T bloat instead of actually uninstalling.. just in case I have to go to the store or something... not sure. Maybe someone with more knowledge can weigh up pros and cons of my approach.
Andrewdroid is offline  
Reply With Quote
Old October 7th, 2010, 12:51 PM   #118 (permalink)
Senior Member
 
sremick's Avatar
 
Join Date: Jun 2010
Location: USA
Posts: 2,520
 
Device(s): Samsung Captivate
Thanks: 75
Thanked 351 Times in 258 Posts
Default

I'm still trying to get a technical explanation of exactly what "freezing" in Titanium Backup is actually doing to the files/apps.
__________________
Questions about the Samsung Captivate? Check out: http://www.capfaq.com/
Nintendo-friendly gaming forum: http://www.ninstation.com/
If myself or CapFAQ.com has been helpful to you, please use the [Thanks] button
DropBox: Free online storage for Android and your PC. Click here for extra space free.
"Your" isn't the same as "You're". Learn the difference.
sremick is offline  
Reply With Quote
Old November 20th, 2010, 10:32 PM   #119 (permalink)
Junior Member
 
Join Date: Aug 2010
Posts: 24
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Do you have to have the paid version of titanium backup for this to work? I tried free and it says I have unistalled the app but they come right back after reboot. Or say I uninsatll the att maps is there more then one thing I need to uninsatll to get rid of it?
Durtydawg is offline  
Reply With Quote
Old November 22nd, 2010, 02:31 PM   #120 (permalink)
Senior Member
 
sremick's Avatar
 
Join Date: Jun 2010
Location: USA
Posts: 2,520
 
Device(s): Samsung Captivate
Thanks: 75
Thanked 351 Times in 258 Posts
Default

Quote:
Originally Posted by Durtydawg View Post
Do you have to have the paid version of titanium backup for this to work? I tried free and it says I have unistalled the app but they come right back after reboot. Or say I uninsatll the att maps is there more then one thing I need to uninsatll to get rid of it?
Yes. "Freezing" is a feature of the paid version. As well as numerous other extremely-useful features.

Just donate and get the full version. Considering how much the app can save your butt, there's no excuse to cheap out over $4. That's like two sodas/coffees.
sremick is offline  
Reply With Quote
Sponsors
Old November 24th, 2010, 10:25 PM   #121 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 53
 
Device(s):
Thanks: 1
Thanked 2 Times in 1 Post
Default

Hey guys I used titanium backup to delete all the att apps but my captivate stop reading my sim so I have exchange it. Is there anyway I get the att apps back?
samven582 is offline  
Last edited by samven582; November 24th, 2010 at 10:32 PM.
Reply With Quote
Old November 26th, 2010, 08:57 AM   #122 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 53
 
Device(s):
Thanks: 1
Thanked 2 Times in 1 Post
Default

anybody?
samven582 is offline  
Reply With Quote
Old November 29th, 2010, 11:03 AM   #123 (permalink)
Senior Member
 
sremick's Avatar
 
Join Date: Jun 2010
Location: USA
Posts: 2,520
 
Device(s): Samsung Captivate
Thanks: 75
Thanked 351 Times in 258 Posts
Default

Quote:
Originally Posted by samven582 View Post
Hey guys I used titanium backup to delete all the att apps but my captivate stop reading my sim so I have exchange it. Is there anyway I get the att apps back?
This is why people are repeatedly told to not delete the stock apps, but to instead just hide or deactivate them. This is mentioned throughout these forums as well as on the Captivate FAQ:

Uninstalling stock apps - CapFAQ

That link also contains a link to a file that supposedly has the original APKs if you want to try getting them back on.

You can also try doing a factory reset or flashing the stock firmware, but these will erase your phone. Also outlined on the Captivate FAQ:

Resetting/Restoring - CapFAQ

Always check the FAQ first.

PS: "Freezing" is now a feature enabled for the free version of Titanium Backup as well.
sremick is offline  
Reply With Quote
Old December 3rd, 2010, 01:23 AM   #124 (permalink)
Junior Member
 
Join Date: Nov 2010
Location: PDX
Posts: 23
 
Device(s): Samsung Intercept (VM)
Thanks: 7
Thanked 1 Time in 1 Post
Default Deletion by Titanium Backup

Quote:
Originally Posted by maerlim View Post
Have you tested this? I was unaware Titanium Backup could delete the apps even with root.

Also, my way allows for a back-out procedure if for any reason you want those AT&T apps back on the phone.
Nope. Although after z4mod and BusyBox, Titanium Backup (free) tells me my Samsung Intercept is unlocked and it has superuser access, deletion is unsuccessful. When I delete a piece of crapware like Virgin Mobile Live, the Intercept reboots once and stalls on a screen with a warning triangle. After 5 minutes with no activity, I tap on the screen and see multiple choices in Courier typeface. Tap on reset, it resets, but does not do another reset. Finally gave up and bought the $1 SystemApp Remover from the Market to delete the crapware; it required BusyBox and z4mod, but it works!
k7aay is offline  
Reply With Quote
Old December 6th, 2010, 05:43 PM   #125 (permalink)
Member
 
Join Date: Oct 2010
Location: Redstone Arsenal, AL
Posts: 360
 
Device(s): HTC Thunderbolt, Samsung Galaxy Tab 10.1
Thanks: 83
Thanked 44 Times in 33 Posts
Send a message via Skype™ to Buddha64
Default

Quote:
Originally Posted by sremick View Post

PS: "Freezing" is now a feature enabled for the free version of Titanium Backup as well.
Just got the app from the market. Freezing isn't an option in the "free" version...
Buddha64 is offline  
Reply With Quote
Old December 6th, 2010, 11:59 PM   #126 (permalink)
Senior Member
 
sremick's Avatar
 
Join Date: Jun 2010
Location: USA
Posts: 2,520
 
Device(s): Samsung Captivate
Thanks: 75
Thanked 351 Times in 258 Posts
Default

Quote:
Originally Posted by Buddha64 View Post
Just got the app from the market. Freezing isn't an option in the "free" version...
Are you sure?

From: http://matrixrewriter.com/android/titanium_backup_changelog.txt

As of 3.6.1.1...
"- Enabled defrosting for everyone."

Unless he meant freezing was still a pay-feature, but unfreezing could be done by the free version... which makes no sense.
sremick is offline  
Reply With Quote
Old December 7th, 2010, 05:46 AM   #127 (permalink)
Member
 
Join Date: Oct 2010
Location: Redstone Arsenal, AL
Posts: 360
 
Device(s): HTC Thunderbolt, Samsung Galaxy Tab 10.1
Thanks: 83
Thanked 44 Times in 33 Posts
Send a message via Skype™ to Buddha64
Default

Quote:
Originally Posted by sremick View Post
Are you sure?

From: http://matrixrewriter.com/android/titanium_backup_changelog.txt

As of 3.6.1.1...
"- Enabled defrosting for everyone."

Unless he meant freezing was still a pay-feature, but unfreezing could be done by the free version... which makes no sense.
All I can say is that when I tried to freeze an app it popped up with a message that this option was available with the donate version only.

The renaming method seems a pretty good option for us cheapskates. And it looks as if it does aid in battery life. I lost less than 10% overnight compared to the usual 25%. More observation needed though.
Buddha64 is offline  
Last edited by Buddha64; December 7th, 2010 at 06:27 AM.
Reply With Quote
Old January 20th, 2011, 09:34 AM   #128 (permalink)
Junior Member
 
Join Date: Nov 2010
Posts: 22
 
Device(s):
Thanks: 2
Thanked 1 Time in 1 Post
Default

is there a way we can get at&t gps back? i rooted my phone which cleared all att apps. how to get only gps back?

thanks
reventon is offline  
Reply With Quote
Old January 20th, 2011, 07:50 PM   #129 (permalink)
Junior Member
 
modplan's Avatar
 
Join Date: Jan 2011
Posts: 25
 
Device(s):
Thanks: 0
Thanked 9 Times in 7 Posts
Default

Guys, slow down

To all of you that deleted the ATT bloat, do you have stock ROMs? Are you expecting to get the Froyo OTA? Nearly EVERY android phone, if you delete ANY system apps, you are never able to get another OTA update until you put all the APKs back in /system/app and then reset the UNIX permissions correctly. You should NEVER delete or uninstall system apps if you ever want to get OTAs again.

What you should do is FREEZE the apps so you can still get OTAs using Titanium Backup PREMIUM or Bloat Freezer, both available in the market.

Hopefully most of you haven't already done too much damage and can restore your APKs before the update that is coming!
modplan is offline  
Reply With Quote
The Following User Says Thank You to modplan For This Useful Post:
sremick (January 21st, 2011)
Old January 23rd, 2011, 09:22 AM   #130 (permalink)
Junior Member
 
Join Date: Aug 2010
Posts: 22
 
Device(s):
Thanks: 3
Thanked 2 Times in 2 Posts
Default

Anybody know how to get rid of (or change) the audio file that plays when the Captivate boots?
tdrew is offline  
Reply With Quote
Sponsors
Old May 17th, 2011, 01:02 PM   #131 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 12
 
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
Default Read-only file system

I am trying to rename the ATT bloatware .apk files to .tmp
I have Froyo 2.2 AT&T Stock. Rooted. Busybox installed.
When I attempt the mv command to rename the .apk files to .tmp extensions, I get a reply failed on ... -Read-only file system
I recall doing this on my Captivate when I had Android 2.1 with no problem. Now I'm trying to do it with Android 2.2.

Any suggestions?
davestarcher is offline  
Reply With Quote
Old May 26th, 2011, 01:38 PM   #132 (permalink)
Klaatu barada nikto
 
reinbeau's Avatar
 
Join Date: Sep 2010
Location: South of Boston, MA
Posts: 1,344
 
Device(s): Samsung Captivate, 2.3.3, Serendipity VII
Thanks: 174
Thanked 210 Times in 164 Posts
Default

Quote:
Originally Posted by davestarcher View Post
I am trying to rename the ATT bloatware .apk files to .tmp
I have Froyo 2.2 AT&T Stock. Rooted. Busybox installed.
When I attempt the mv command to rename the .apk files to .tmp extensions, I get a reply failed on ... -Read-only file system
I recall doing this on my Captivate when I had Android 2.1 with no problem. Now I'm trying to do it with Android 2.2.

Any suggestions?
Are you using Root Explorer or something like that to do the renaming? Make sure the system is mounted R/W or Read/Write. Switch it back to Read Only, or R/O, when you're finished.
__________________
Ann, Palm refugee, learning to grok Android. Perhaps your answer is in the CapFAQ
Excellent video tutorials, watch and learn!!
Now on Serendipity VII, click link to learn more
Did you read the first post in the thread?
reinbeau is online now  
Reply With Quote
Old May 31st, 2011, 10:32 AM   #133 (permalink)
New Member
 
Join Date: Jul 2010
Posts: 12
 
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by reinbeau View Post
Are you using Root Explorer or something like that to do the renaming? Make sure the system is mounted R/W or Read/Write. Switch it back to Read Only, or R/O, when you're finished.
I am using adb shell and the Android SDK, like it was described in the very first post of this thread. I also have the donate version of Titanium Backup and I know I can use a number of tools it offers to freeze or otherwise remove the bloatware. But I like the straightforwardness of simply renaming the .apk files to .tmp so that it's an easy process to reverse. I will look into Root Explorer as another means to access the root file system.
davestarcher is offline  
Reply With Quote
Old March 31st, 2012, 11:55 PM   #134 (permalink)
New Member
 
Join Date: Mar 2012
Location: Cave Creek, AZ
Posts: 8
 
Device(s): Samsung Galaxy S Captivate
Thanks: 2
Thanked 0 Times in 0 Posts
Default

FANTASTIC! Thank You!
GTGallop is offline  
Reply With Quote
Reply

Samsung Captivate
Current Rating:
Rate this Phone:

 The Samsung Captivate is AT&T's version of the Samsung Galaxy S, marking Samsung's first strong push into high-end Android territory. The manufacturer simultaneously launched the Galaxy S on every major American carrier, each reta... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung Captivate > Captivate - All Things Root User CP
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I "delete" the bloatware garbage? loudredcar MyTouch 4G - All Things Root 11 March 25th, 2011 12:04 PM
So what do you guys use to remove "bloatware"? Sebnotic Epic 4G - All Things Root 21 January 5th, 2011 12:59 PM
AT&T "Bloatware" getting in your way? Delete some of it! maerlim Captivate - All Things Root 115 September 26th, 2010 10:24 AM
Titanium Back up not uninstalling "bloatware" Stuu X10 - All Things Root 7 September 20th, 2010 06:53 PM



All times are GMT -5. The time now is 07:00 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo