Related
How do I delete the apps that mt4g came with like amazon mp3
Sent from my HTC Glacier using XDA App
I have the same question, how do you?
Not sure what type of phone either of you have but... with my HTC Hero
I had to Root it first cause those most likely are System Apps!
Sent from my HERO200 using XDA App
Bloatware are packaged as System applications and cannot be removed without rooting the phone.
Better than physical removal is to "disable" them, so that they are unavailable but still on the phone in the event you inadvertently break a dependency for an application you use. This can be done from the root shell if you are comfortable with command line interfaces, or from Titanium Backup and its Freeze function.
Root is needed either way.
HTC Glacier running CM7 #19
You can delete them after root through titanium backup.
Sent From my
HTC GLACIER USING XDA APP
HTC GLACIER PERMA-ROOTED S-OFF
CM7 NIGHTLIE
OC TO 1.5GHz
If you are wanting to delete them. Flatout get rid of them, and never use the again i would recommend learning how to use the ADB. and deleting them that way.
from the Terminal Emulator or ADB Shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system
ls /system/app
Click to expand...
Click to collapse
that will make the entire OS a r/w system USE EXTREME CAUTION
the ls/system/app line will show you all of the applications on your phone
then use the -rm line to remove the app
rm ls/system/app/xxxxxxxx.apk
Click to expand...
Click to collapse
After you have removed all of the proper applications to your liking make the system/app readable again.
mount -o remount,ro /dev/mtdblock3 /system
Click to expand...
Click to collapse
================================================================================================================================================================================================================================================
If you wanted to use a Root explorer navigate to the /system/app and delete the applications you want.
that will make the entire OS a r/w system USE EXTREME CAUTION
Or you can do the same thing via Android Commander.....
once again
that will make the entire OS a r/w system USE EXTREME CAUTION
If you should feel like doing it the lazy man way you can use Titanium Backup, but that does not teach one ADB or the physics there of incase you have a problem.
if you do not want to delete the apps you can use Titanium Backup to "freeze" the applications from using resources, or (i recommend) pulling the .apk via the ADB.
Ive got perm root s=off, not a big deal. My question actually is focused on the app, Titanium Backup Pro. I don't actually have a list of installed apps to "freeze". Even spending the time to enable the filters so that every possible variation was acheived, still nothing more to enable/disable/freeze except for Accounts, Widgets, WiFi access points, Country-Time Zone, and bluetooth pairings.
I really like the stock rom, but I really don't like the bloat. I've even flashed a few other de-oxidized stock roms, but I wasn't able to restore any apps from tit. backup.
Any ideas as to what I'm missing or doing wrong?
DHSdrone said:
Ive got perm root s=off, not a big deal. My question actually is focused on the app, Titanium Backup Pro. I don't actually have a list of installed apps to "freeze". Even spending the time to enable the filters so that every possible variation was acheived, still nothing more to enable/disable/freeze except for Accounts, Widgets, WiFi access points, Country-Time Zone, and bluetooth pairings.
I really like the stock rom, but I really don't like the bloat. I've even flashed a few other de-oxidized stock roms, but I wasn't able to restore any apps from tit. backup.
Any ideas as to what I'm missing or doing wrong?
Click to expand...
Click to collapse
Are you saying you don't want the bloatware or you don't want the Rom or what? Because removing bloatware is simple use sufbs or root explorer and go to root>system>app and delete the apps you don't want but you have to make sure your in r/w not r/o and make sure its the right app as some are dependent on others. Like in one of my many failed attempts to bring the sense clock over to a different OS I just brought the whole app folder over from a sense Rom and all hell broke loose lol hope I helped
Sent from my glacier using XDA Premium App
I think what I really want is a stable CM7, but that's beside the point. My actual focus is that, after installation of Titanium Backup (Pro) I didn't get the option of freezing or backing up apps, aside from the few system settings I mentioned above. I was hoping that I was simply having a derp moment and I missed some sort of crucial setting that would display the current list of installed apps so I could choose their fate.
*Update* I flashed Ice Glacier v1_1_6, then after all the market apps installed, I ran Titanium Backup, at this point I have a very complete list of apps that I can freeze/backup/un-install etc, so the only variable I can see is between the stock rom and Ice Glacier. Again I feel like I've missed something simple.
Sorry man I don't have pro
Sent from my glacier using XDA Premium App
DHSdrone said:
I think what I really want is a stable CM7, but that's beside the point. My actual focus is that, after installation of Titanium Backup (Pro) I didn't get the option of freezing or backing up apps, aside from the few system settings I mentioned above. I was hoping that I was simply having a derp moment and I missed some sort of crucial setting that would display the current list of installed apps so I could choose their fate.
*Update* I flashed Ice Glacier v1_1_6, then after all the market apps installed, I ran Titanium Backup, at this point I have a very complete list of apps that I can freeze/backup/un-install etc, so the only variable I can see is between the stock rom and Ice Glacier. Again I feel like I've missed something simple.
Click to expand...
Click to collapse
Tit/Backup will only back up and restore 3rd party applications the stuff like Accounts, Widgets, WiFi access points, Country-Time Zone, and bluetooth pairings cannot be touched via TB, pro or basic.
Hi all Sorry if this has been asked already but search came up with nothing
I'm From Australia so my carrier is telstra
My desire s came pre installed with a bunch of crap
Some still useful though
Hoping there was an easy way to get rid of some of them
IV already tried manage applications but doesn't give an option to Uninstall
Cheers Pete
Sent from my HTC Desire S using xda premium
To do this, your phone has to be rooted and you have to install 'Root Explorer' from the Market. Then; follow this steps:
1. Open Root Explorer
2. Go to the root (a '/' is shown in the upperleft corner if you are in root menu)
3. Go to the 'system' folder
4. Inside the system-folder, open the 'app' folder
5. Find the app you want to uninstall, but don't delete it.. Instead, move it to another location so in case something goes wrong, you can move it back.
6. Reboot your phone
The only way(as far as I know) is rooting your device and uninstalling a tool which actually supports this option, normally the stock application manager will not allow this. I have seen this in the forums already so I recommend to do a little more searching.
---------- Post added at 03:58 PM ---------- Previous post was at 03:49 PM ----------
bklaas92 said:
To do this, your phone has to be rooted and you have to install 'Root Explorer' from the Market. Then; follow this steps:
1. Open Root Explorer
2. Go to the root (a '/' is shown in the upperleft corner if you are in root menu)
3. Go to the 'system' folder
4. Inside the system-folder, open the 'app' folder
5. Find the app you want to uninstall, but don't delete it.. Instead, move it to another location so in case something goes wrong, you can move it back.
6. Reboot your phone
Click to expand...
Click to collapse
You forgot to tell you actually need to ROOT the phone to successfully use root explorer
You have to root your phone in order to do that. Most providers put those preinstalled apps in the system directory where you need root permissions.
@incapable: read my post again... i did say that phone must be rooted
Sent from my Nexus One using XDA App
yes i saw it, sorry
found rooting my vibrant then using titanium backup did the trick...you can backup the apps then before you remove them...and what I did as I started slowly experimenting with what was safe, is the freeze option in titanium backup...so you can basically keep the apps inactive without having to risk removing them...
so you can see what if any negative affect it may have.
cheers for the replies people
i recently installed app brain
which allows me to manage my apps
i havent tried it yet but it gave me the option to Uninstall the programs i want rid of
twitter for example
Sent from my HTC Desire S using xda premium
Uninstall not successful
Sent from my HTC Desire S using xda premium
You must have ROOT before removing apps by a program.
they should forbid those preinstalled apps. it always sucks..
so titanium backup allows you to back up just apps?
silentsigma said:
so titanium backup allows you to back up just apps?
Click to expand...
Click to collapse
Correct. System apps and user apps. It also enables you to remove them. That includes any manufacturer's bloatware.
Sent from my GT-S5830 using Tapatalk
So I've got a Droid Maxx non dev edition but was lucky enough to unlock my bootloader. Just today I used RSD Lite to go back to 4.2.2 stock, then reinstalled TWRP and re-rooted.
For some reason, all the bloat I remove with titanium keeps reinstalling itself and it's driving me nuts. I checked my write protection status and it still returns code 0, but the device is acting like write protection is back on.
Anyone have any ideas?
Sent from my XT1080 using Tapatalk
Really? Of course it came back you did an fxz do you even understand what that is.
bigv5150 said:
Really? Of course it came back you did an fxz do you even understand what that is.
Click to expand...
Click to collapse
He said he did the fxz before trying to remove the apps.
bigv5150 said:
Really? Of course it came back you did an fxz do you even understand what that is.
Click to expand...
Click to collapse
Yes I know exactly what it is. My bootloader is still unlocked and the ADB Shell command to check write protection status still comes back as a 0. The only way to get back to 4.2.2 is to use the FXZ or use fastboot commands, and since the fastboot commands weren't working, I went the FXZ route.
I'm not questioning why the bloat came back...I'm asking why I can't get rid of it now. Try reading before replying next time.
As stated above, I'm now trying to remove bloat and it keeps re-downloading on its own. I remember when I went to 4.4 with slapmymoto I had to boot into "recovery" and then remove the bloat, and that would work, but I have custom recovery on an unlocked bootloader now so I am not sure if there's something I'm missing.
Sent from my XT1080 using Tapatalk
I did read and no where did it say you did an fxz and then tried to remove the bloat. If you want help be more specific in what steps you took and the order you did them.
bigv5150 said:
I did read and no where did it say you did an fxz and then tried to remove the bloat. If you want help be more specific in what steps you took and the order you did them.
Click to expand...
Click to collapse
"Just today I used RSD Lite to go back to 4.2.2 stock, then reinstalled TWRP and re-rooted."
I think my steps were pretty clear in the first posts but we can just agree to disagree.
Sent from my XT1080 using Tapatalk
Just an FYI, when I get home later I am going to try flashing back to the stock recovery from the 4.2.2 fxz, then seeing if it boots in "recovery" mode. I remember doing that when first rooting and upgrading to 4.4 and needing to be booted to "recovery" to have deleted bloat stay where it belongs...deleted.
Sent from my XT1080 using Tapatalk
Alright now I'm begging for some help here.
I'm rooted, unlocked bootloader, and WP off (confirmed again), and I cannot use Titanium to uninstall IMDB after running the FXZ 4.2.2 with the camera update. I confirm again, I am still rooted, my bootloader is still unlocked, and I still have WP off (status 0).
Can anyone else please shed some light on this? Why on earth would I not be able to uninstall anything while rooted, unlocked, and WP off????!!!!!
Found some of the APKs in system/vendor, deleted them, then used Titanium to uninstall, and it seems to be sticking. What a pain in the a$$ that was.
Sent from my XT1080 using Tapatalk
I've used Titanium on my last two phones - not this one - but it's ability to freeze and uninstall apps was never too great for me. It's a lot easier to delete the apps (or rename them with a .bak at the end of the apk and odex files) using Root Explorer.
doogald said:
I've used Titanium on my last two phones - not this one - but it's ability to freeze and uninstall apps was never too great for me. It's a lot easier to delete the apps (or rename them with a .bak at the end of the apk and odex files) using Root Explorer.
Click to expand...
Click to collapse
Yea I can't remember if I had to do that when I initially rooted, but it seems to be sticking. At one point today I had a notification that IMDB had been scanned, which was one of the apps giving me a headache, but it's still deleted so I'm crossing my fingers that it sticks.
I actually had to delete the APKs, reboot, then use titanium to uninstall. Even after using root Explorer to delete and rebooting, the apps were still in the drawer, but titanium permanently removed them.
Sent from my XT1080 using Tapatalk
ss12108 said:
Yea I can't remember if I had to do that when I initially rooted, but it seems to be sticking. At one point today I had a notification that IMDB had been scanned, which was one of the apps giving me a headache, but it's still deleted so I'm crossing my fingers that it sticks.
I actually had to delete the APKs, reboot, then use titanium to uninstall. Even after using root Explorer to delete and rebooting, the apps were still in the drawer, but titanium permanently removed them.
Sent from my XT1080 using Tapatalk
Click to expand...
Click to collapse
I'm assuming that the imdb app was updated from the play store before you delete it. Updates to built in apps go to the data partition - they don't overwrite the system partition copy, so that's why it was still around. You probably could have gone into settings / apps, find imdb and tap it, uninstall updates. Then deleting the app from system would have made it disappear from the app drawer.
doogald said:
I'm assuming that the imdb app was updated from the play store before you delete it. Updates to built in apps go to the data partition - they don't overwrite the system partition copy, so that's why it was still around. You probably could have gone into settings / apps, find imdb and tap it, uninstall updates. Then deleting the app from system would have made it disappear from the app drawer.
Click to expand...
Click to collapse
Ok thanks. I didn't realize that. Is that what the function in Titanium is for, "integrate updates into system ROM"?
Sent from my XT1080 using Tapatalk
Ok thanks. I didn't realize that. Is that what the function in Titanium is for, "integrate updates into system ROM"?
Click to expand...
Click to collapse
Actually the "Integrate updates into System ROM" moves the updated app to system and thus clearing the data partition space, which is a good thing for phone with no sd slot. BUT, the problem is sometimes the app will repeatedly gets FC. Happened with Google Keyboard. I later found out a workaround though.
I recommend to first convert it (and all other updated via play sys apps) to USER APP first, then close Titanium and reopen it to "convert it to system app". This takes some more time, but there will be NO force closes. Believe me, this is working great.
Thanks...
How can I root my HTC one m8 but still have it be the same as when I bought it. For example, I still want to receive updates and I want everything to work the same but I'll be rooted . Basically I just want to remove the bloatware and install cool roms. I don't want anything else to change. Is this possible?
I like everything about this phone so I dont want to change anything
You can't really root and still accept otas. Verizon is without a doubt after the root methods so an OTA will probably break root. You also won't be accepting OTAs when you're on a custom ROM. You can either just root with weak sauce or s off and unlock with fire water.
Sent from my HTC6525LVW using Tapatalk
you can most def root (very easy Process) and remove the bloatware and keep everything else stock. while you cant update ota, just keep checking on here, somebody will post an updated bloatfree rom that runs as close to stock as possible. The best of both worlds my friend.
psilocybins said:
How can I root my HTC one m8 but still have it be the same as when I bought it. For example, I still want to receive updates and I want everything to work the same but I'll be rooted . Basically I just want to remove the bloatware and install cool roms. I don't want anything else to change. Is this possible?
I like everything about this phone so I dont want to change anything
Click to expand...
Click to collapse
You can do what I did...First I downloaded WeakSauce.apk directly to my phone, then downloaded SuperSU from the play store. Then I downloaded Titanium Backup and used it deleted the bloatware off of my phone..very easy.
links...
http://forum.xda-developers.com/showthread.php?t=2699089
https://play.google.com/store/apps/details?id=eu.chainfire.supersu
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
If you are rooted but haven't changed the contents of \system in any way (i.e. NOT gotten rid of any apps), AND aren't running a custom recovery, the OTA's should take. The OTA's appear to look at the system directory to see if there are any modifications and fail the OTA flash if there are. So, if you are essentially stock everything except for root access, you should be okay.
That having been said, I didn't see anyone post about a successful OTA update after rooting; and most folks once they're rooted just can't help get a custom recovery (how else can you Nandroid?) or make the slightest tweak(s) to the system.
As someone said above, usually when there's an OTA, the devs have put it out as a flashable mod within 24 hours; and as someone ELSE said above, best NOT to take the OTA's because they are notorious for breaking root.
Yeah, OTA's are a nice touch, and that's how I run my Nexus 7, but on my phone they're a pain in the neck --- I want things my way, and I'm not willing to give that up.
cactusone said:
You can do what I did...First I downloaded WeakSauce.apk directly to my phone, then downloaded SuperSU from the play store. Then I downloaded Titanium Backup and used it deleted the bloatware off of my phone..very easy.
links...
http://forum.xda-developers.com/showthread.php?t=2699089
https://play.google.com/store/apps/details?id=eu.chainfire.supersu
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
Click to expand...
Click to collapse
I tried this but after deleting my apps they just returned after restarting my phone. Please help me! I am rooted with weaksauce
Sent from my HTC6525LVW using XDA Free mobile app
psilocybins said:
I tried this but after deleting my apps they just returned after restarting my phone. Please help me! I am rooted with weaksauce
Sent from my HTC6525LVW using XDA Free mobile app
Click to expand...
Click to collapse
Your current setup does not permit writing to the \system partition. That's fine. (And that's especially good if you really are determined to take OTA updates and keep it pure stock but rooted.) To "get rid" of the bloatware, or any other system app you don't want to see you can do two things: (1) hide the app in the app drawer (that's done from the menu in the app drawer). And (2) Using app manager from settings, navigate to "all" apps, work your way down the list of apps and each one you want to disable: (a) turn off notifications; and then (b) press "disable." I think one or two just can't be disabled, e.g. Visual Voice Mail, but for the most part, you'll be able to make the bloat seem to "disappear" and you won't have affected your system partition, plus, they'll still be gone when you reboot.
hgoldner said:
Your current setup does not permit writing to the \system partition. That's fine. (And that's especially good if you really are determined to take OTA updates and keep it pure stock but rooted.) To "get rid" of the bloatware, or any other system app you don't want to see you can do two things: (1) hide the app in the app drawer (that's done from the menu in the app drawer). And (2) Using app manager from settings, navigate to "all" apps, work your way down the list of apps and each one you want to disable: (a) turn off notifications; and then (b) press "disable." I think one or two just can't be disabled, e.g. Visual Voice Mail, but for the most part, you'll be able to make the bloat seem to "disappear" and you won't have affected your system partition, plus, they'll still be gone when you reboot.
Click to expand...
Click to collapse
Thanks
Sent from my HTC6525LVW using XDA Free mobile app
Hi to everyone, I've got some (stupid) questions, I've googoled but I can't come up with them. I'm hoping this is the right section to post this.
I've got a LgG3 with lollipop, I want to root it, made some changes and unroot it.
Let's talk about 2 different cases:
After get the phone rooted:
-if a make changes in system's settings as changing dns or set a different clock for processor, will these changes be still effective after unrooting my phone?
-if I move an app that works without root, as Es File Explorer, an one app that works with root as Titanium Backup, in /system, and than unroot, will these apps keep working with a root privilege?
If, after unroot my phone, it softbrick or I have to sent it to assistance for any problem, will the assistance notice that some apps are system app even if they shouldn't and that some system app as Chrome are deleted, and, for this, they want accept my warranty?
Thanks to everyone
Sent from my LG-D855 using XDA Free mobile app