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?
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?
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
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.
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.
Last edited by gnac; September 11th, 2010 at 11:35 AM.
Reason: formatting
The Following User Says Thank You to gnac For This Useful 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.
Last edited by symp el; September 13th, 2010 at 06:33 AM.
The Following User Says Thank You to symp el For This Useful Post:
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.
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.
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! ...
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.)
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.
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.
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?
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.
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?
Last edited by samven582; November 24th, 2010 at 10:32 PM.
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:
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!
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.
Last edited by Buddha64; December 7th, 2010 at 06:27 AM.
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!
The Following User Says Thank You to modplan For This Useful 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.
Device(s): Samsung Captivate, 2.3.3, Serendipity VII
Thanks: 174
Thanked 210 Times in 164 Posts
Quote:
Originally Posted by davestarcher
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?
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.
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