Related
This may seem like a stupid question, but ever since this recent update my phone has a lot of worthless app's running in the background I can't seem to delete. App's such as; My Verizon mobile, Skype mobile, city ID (still there), news, amazon MP3, ect..
Is there an easy way to get rid of a huge chunck of these considering I never use most of them?
Thank you
The best way I can advise is to root and then use the Virtuous rom in the development forum. It is as sweet as it gets.
http://forum.xda-developers.com/showthread.php?t=765447
Jstink101 said:
This may seem like a stupid question, but ever since this recent update my phone has a lot of worthless app's running in the background I can't seem to delete. App's such as; My Verizon mobile, Skype mobile, city ID (still there), news, amazon MP3, ect..
Is there an easy way to get rid of a huge chunck of these considering I never use most of them?
Thank you
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=710009
If you're rooted you can also download Titanium Backup and uninstall with that.
you can also use ADB and remove the .apks from the app folder. I also use startup manager to handle which tasks are running upon boot that aren't necessary (fm radio, maps, stock mail/message)
I know this topic has probably been talked about already, and I am pretty sure I have already read a thread exactly like mine, but the question gets asked and then it goes off in different directions not giving an exact answer.
I have a Galaxy Nexus, brand new as of Saturday Jan 4. As soon as I got it, it got an update, I'm guessing to Android 4.0.2 since that is the version I have. My question has to do with My Verizon Mobile app, the Books app and the Email app. Will disabling these apps screw up anything with the phone, like are they very connected to any other apps or setting with the phone ?
Also, is disable like delete, if not how do I truly delete an app ? And while on topic of getting rid of things i dont use that wont effect the phone/other apps/anything, what other stock apps that come on the phone from the start could I get rid of with no side effects at all ?
Robode said:
My question has to do with My Verizon Mobile app, the Books app and the Email app. Will disabling these apps screw up anything with the phone, like are they very connected to any other apps or setting with the phone ?
Click to expand...
Click to collapse
Those 3 should be able to be disabled with no adverse effects.
Also, is disable like delete, if not how do I truly delete an app ? And while on topic of getting rid of things i dont use that wont effect the phone/other apps/anything, what other stock apps that come on the phone from the start could I get rid of with no side effects at all ?
Click to expand...
Click to collapse
Disable is just like it sounds. It removes the app from menus and stops it from running. In order to fully 100% delete system-level apps, you must be rooted.
There are many different threads/lists of "safe to disable" apps.
By now we've learned that TouchWiz is pretty damn bloated. I did some work on my T-Mobile Note II and managed to clean up a lot of bloat. That said, I'm going to cut straight to the chase... The following list includes the apps that I have either uninstalled with ROM Cleaner (available from the Note 2 International Forum) and Frozen with Titanium Backup. So far I have not had any weird bugs or loss of functionality. Obviously you need to be rooted for this. However, your mileage may vary and I am not responsible at all. I have tested this for me and it works. I have about 1200MB to 1400MB of free RAM at boot!
Uninstalled with ROMcleaner:
Adobe Reader PDF reader
AllShare Cast
Nearby devices
AllShare Play
AllShare Service
Chaton
ChocoEUKor font
DSM
DownloadThemAll
Samsung fota updates
Upgarde installer
Game Hub
Market Feedback Agent
Samsung Help Hub
Helv Neue S font
Idea Idea Sketch
Learning HUB
Music Hub
MusicFX
MobilePrint
MobileTrackerTwo
Official Top 40
MyFiles
Google Plus
PRUI
Readers Hub Store
Reader Hub App
Reader Hub Bridge
RoseEUKor Font
Samsung APPS
Samsung UNA3
HTML Viewer
Samsing Note
Samsung Snote syncadapter
S Suggest
Software Update
talkback
Trim
Video Hub
WebManual
Frozen with Titanium:
Amazon
Bonus Apps
CapabilityManagerService
Enterprise SysScope
Enterprise VPN Services
EnterprisePermissions
Favorite Apps
Favorite Contacts
Play Books
Play Movies
Group Cast
Kies Air
Kies Via Wifi
Media Hub
MobileLife
Need For speed
Remote Controls
Samsung Account
Samsung Backup Provider
Browser Synadapter
Cloud Data Relay
Contact SyncAdapter
SmemoSyncadapter
Samsung Syncadapters
Simple Alarm Clock
Software Update
Swype
T-mo my account
T-Mo name ID
Mobile TV
TMserverapp
Visual Voicemail
VPN Client
Yahoo Finance
Yahoo News
UltraCfg
Testservice
SysScope
Smartcardservice
Service Mode
Self Test mode
Screen Recorder
Samsung SEtup wizard
Samsung Push Service
Samsung Backup
Preconfig
PhoneUtil
NFS Service
SNS
Popupuireciever
I know there's some typos in there, but you get the idea.
Now, if you go to your battery usage, you will see that Android OS is eating a lot of battery, even when idle... Lots of wakelocks, etc. Turns out it's mediaserver eating up all of the battery and throwing partial wakelocks...
Here's the fix:
From an ADB shell or a terminal on the phone... YOU MUST BE ROOTED:
Code:
su
pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
My battery life at idle has SUBSTANTIALLY improved. My free RAM has improved as well.
I'm not going to lie... The debloating doesn't make things seem that much faster, and this phone is so damn fast that it really doesn't matter that much. But that pm enable fix is slick and helps a lot as far as battery while idling.
Please don't hesitate to share your findings or improvements to this. I welcome any constructive input.
Thanks! I've been meaning to research on which apps were safe to freeze/uninstall.
Thanks
when you do the mediaserver fix through the terminal is it supposed to say "new state:enabled" ?
bapurado said:
when you do the mediaserver fix through the terminal is it supposed to say "new state:enabled" ?
Click to expand...
Click to collapse
It didn't do that for me, but check and see if MediaServer is running as a SERVICE, then you'll know if it worked
Once I put in the commands it said enable is that correct? And is this to minimize the media server's percentage in the battery screen shot?
Sent from my SGH-T889 using xda premium
acrown said:
Once I put in the commands it said enable is that correct? And is this to minimize the media server's percentage in the battery screen shot?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
If you'd feel more comfortable there's a free app in the Play Store called Media Rescan Root that will do the same thing...
The command disables mediaserver from constantly scanning storage for new media; it's out of control and likely a bug specific to our device/series of devices.
Ran the code via Rom ToolBox terminal.
I'm a heavy user, the S2 barely lasted my work day. This bad boy was getting to 30 something % by 5pm, after being off the charger around 6:30am. It's 4pm and I'm at 48% - 10 hours. That's moderate use.
I think this lil script did it's job. I'm pretty freakin' impressed.
If you'd feel more comfortable there's a free app in the Play Store called Media Rescan Root that will do the same thing...
Click to expand...
Click to collapse
Honestly i dont think this is a big an issue on my note 2 as it was for my GS1 which took a long time to media scan on boot. I don't think I've seen my note 2 media scan on boot and the boot time is really amazing as it is stock.
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
distortedloop said:
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
Click to expand...
Click to collapse
The my T-Mobile program keeps popping back up, but that's the only one. I don't mind, to be honest. And I agree, this is too agressive. It's not like this big list is getting in the way, and I honestly doubt he's seeing much, if any, improvement. But, you are right, YMMV.
mdt73 said:
The my T-Mobile program keeps popping back up, but that's the only one. I don't mind, to be honest. And I agree, this is too agressive. It's not like this big list is getting in the way, and I honestly doubt he's seeing much, if any, improvement. But, you are right, YMMV.
Click to expand...
Click to collapse
Actually, the My T-Mobile app is one I would want to keep; nice to have a quick easy access to my account information. If carriers are going to add bloat, that's the kind of stuff they should be adding.
distortedloop said:
Actually, the My T-Mobile app is one I would want to keep; nice to have a quick easy access to my account information. If carriers are going to add bloat, that's the kind of stuff they should be adding.
Click to expand...
Click to collapse
Ah, true, I am not on T-Mobile, so I don't use it. The program is tiny anyways, so it's no big deal. Now, if it were Need For Speed... I would do battle! LoL!
distortedloop said:
@OP
Thanks for sharing. You're a bit too aggressive for my tastes, but we all use our phones differently. No criticisms below, just discussion points.
Many of the apps you've removed, like Amazon, are ones I use frequently, and honestly, I find it difficult to believe it uses any meaningful amount of juice if you're not actually shopping with it. I certainly could be wrong, but on all the phones I've ever used, apps like that have never made an appearance of concern in battery history. YMMV.
Also, I think it's interesting that you chose to "freeze" apps that can be downloaded from the Market (Amazon, Play Books, Play Movies). Freezing stops them from running, but they're still sitting there eating up storage space (albeit very little). I'd just totally uninstall them and reinstall if needed.
I heard that some of the bloatware from Tmobile actually reinstalls itself when frozen/removed. Any experience with that?
Click to expand...
Click to collapse
All I was doing was listing what you can do, and what I did. I froze Play Books and Movies because they're always running and eating up RAM, even when you kill them. They are always running if they are installed. And in reference to your question about T-Mobile stuff reinstalling itself, I've never had that in my experience if I've actually completely removed something. I don't see technically how that would be possible.
I froze Amazon because f**k them, and f**k T-Mobile for installing Amazon as a system app, meaning you can't remove it without root. I spent $700 on a device, it's absurd that I should not have control over what apps I can and can't have on my device... Don't you think?
I was only sharing what I did and what I found is safe, eg. this didn't bork my phone
Thanks for your input
brashmadcap said:
All I was doing was listing what you can do, and what I did. I froze Play Books and Movies because they're always running and eating up RAM, even when you kill them. They are always running if they are installed. And in reference to your question about T-Mobile stuff reinstalling itself, I've never had that in my experience if I've actually completely removed something. I don't see technically how that would be possible.
I froze Amazon because f**k them, and f**k T-Mobile for installing Amazon as a system app, meaning you can't remove it without root. I spent $700 on a device, it's absurd that I should not have control over what apps I can and can't have on my device... Don't you think?
I was only sharing what I did and what I found is safe, eg. this didn't bork my phone
Thanks for your input
Click to expand...
Click to collapse
Winky faces aside, I think you took my post far too personally. You invited discussion, and I offered up some. No offense was intended.
You also apparently completely missed my point re: "freezing" vs. removing. You clearly have root access, as indicated by some of the tips you give which you specifically say "YOU MUST BE ROOTED", so I'm confused by what you mean when you say "you can't remove it without root." You can't remove any system apps, which most of which you removed are, without root, so that's irrelevant. My confusion was simply why, considering you must have root to do some of what you did" you chose to freeze som market-downloadable apps rather than simply uninstall/remove them?
My logic tree when I decide whether to remove or freeze is simple. Freeze stuff I might want/need back that's not easily obtainable/installable, just to be safe. Remove stuff I know is safe and that I can easily obtain/reinstall through the Play store or other places.
I'm not interested in an argument, so I think I'll just move along from here and find a discussion a bit less defensive.
Peace.
1 there are many more that can go
2 can you sort them alphabetically
3 thanx fellow minimalist
distortedloop said:
Winky faces aside, I think you took my post far too personally. You invited discussion, and I offered up some. No offense was intended.
You also apparently completely missed my point re: "freezing" vs. removing. You clearly have root access, as indicated by some of the tips you give which you specifically say "YOU MUST BE ROOTED", so I'm confused by what you mean when you say "you can't remove it without root." You can't remove any system apps, which most of which you removed are, without root, so that's irrelevant. My confusion was simply why, considering you must have root to do some of what you did" you chose to freeze som market-downloadable apps rather than simply uninstall/remove them?
My logic tree when I decide whether to remove or freeze is simple. Freeze stuff I might want/need back that's not easily obtainable/installable, just to be safe. Remove stuff I know is safe and that I can easily obtain/reinstall through the Play store or other places.
I'm not interested in an argument, so I think I'll just move along from here and find a discussion a bit less defensive.
Peace.
Click to expand...
Click to collapse
Thinly veiled sarcasm aside, I didn't mean to be abrasive. Just sharing what I did. I was more referring to the absurdity of the carriers forcing apps on you, then forcing you to void your warranty in order to remove them. That was not an assault on you. I know you know that you have to be rooted, you've been here for a while.
fit333 said:
1 there are many more that can go
2 can you sort them alphabetically
3 thanx fellow minimalist
Click to expand...
Click to collapse
1. Cool! Which other ones did you remove?
2. No
3. You're welcome
This works so good on my at&t i317. Thanks for the post.I'm seeing a lot better battery as well
Sent from The Samsung Nerd Man cave
The media scanner eating battery was a big issue on my GT-i9300 GS3. It's not been too big of a deal on my GN2 so far.
I was just curious, should the code "disable" the scanner on boot and not enable?
Here's what was posted:
Code:
su
pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
Should it be (?):
Code:
su
pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver
I just want to know because I think I'm going to disable the media scanner on boot to try it out on my GN2.
Thanks for the info!
What is known safe to freeze
as listed in titanium backup, I've been able to freeze the following bloat without any issue:
Allshare cast
Allshare play
Allshare service
AT&T * (everything starting with "AT&T" can be frozen)
ChatON
DeviceHelp
Flipboard
Kies* (everything starting with "Kies" can be frozen)
media hub
music hub
my AT&T
news daemon
s suggest
s voice
samsung backup provider
samsung browser syncadapter
samsung calendar syncadapter
samsung cloud data relay
samsung contact syncadapter
samsung snote syncadapter
samsung syncadapters
SNS
stock daemon
swype (keyboard still works fine without swype support)
sysscope
tethering provision
vpn client
weather daemon
weather widget
weather widget main
yahoo finance
yahoo news
YP Mobile
There are many other things that can be frozen - this (so far) is just a list of what I'm currently freezing
AT&T users: The "mobile hotspot" icon that shows up in your app drawer doesn't have it's own app that you can freeze. It appears to be something in the settings.apk (and you probably don't want to freeze that.)
FM Radio
There isn't one. Based on my research, the hardware either doesn't exist or isn't physically connected. No luck with spiritFM either. This matches what international users have found with the n7105 (international LTE note2)
The "mobile hotspot" icon that shows up in your app drawer doesn't have it's own app that you can freeze. It appears to be something in the settings.apk (and you probably don't want to freeze that.)
I'm trying to figure out how to deodex a JB firmware... once I have that, I'll be uploading doing a few minor mods (and uploading them, of course.)
Another reason to go international if you don't have lte in your area.
Jesus AT$T, got bloat?
SGH-I717 Galaxy Note | AOSP/CM/AOKP <3 via Tapatalk II
added note about FM radio, updated post title to reflect that I'm just dumping random "faq" type information in it.
Great info! However personally, I'd wait with freezing apps since android operating systems have a wakelock specifically designated for deleted/frozen apps. Why or what for? No clue, but it's there. I'll wait until I can actually remove them completely. Either way this phone's battery and performance is awesome out of the box, even with bloatware :thumbup:
Sent from my SGH-I317M using xda premium
AlonB. said:
Great info! However personally, I'd wait with freezing apps since android operating systems have a wakelock specifically designated for deleted/frozen apps. Why or what for? No clue, but it's there. I'll wait until I can actually remove them completely.
Click to expand...
Click to collapse
No.. your off base there. deleted_wakelock has nothing whatsoever to do with a frozen app. A wakelock is actually a kernel structure. When an app cleans up after itself, the time it had in wakelock is added to the deleted_wakelocks counter.
Xstop said:
Another reason to go international if you don't have lte in your area.
Jesus AT$T, got bloat?
SGH-I717 Galaxy Note | AOSP/CM/AOKP <3 via Tapatalk II
Click to expand...
Click to collapse
takes 5 min to disable it all forever.. not gonna get up in arms this time
This is still a pretty good excel source for the novice although it is for stock.
Collected way back for SGS2
frewys said:
This is still a pretty good excel source for the novice although it is for stock.
Collected way back for SGS2
Click to expand...
Click to collapse
Thanks for this! I was looking to ask the question in q&a. Would this be pretty close to SGN2?
sent using gNote II.
Thanks for the great info! I'll definitely be doing this soon after I get mine. I'm curious, how much of a difference in memory consumption/speed have you noticed after disabling all this bloat?
skochw said:
Thanks for the great info! I'll definitely be doing this soon after I get mine. I'm curious, how much of a difference in memory consumption/speed have you noticed after disabling all this bloat?
Click to expand...
Click to collapse
Well... I really can't answer that, as I didn't seriously use the phone until after I disabled that stuff.
garyd9 said:
Well... I really can't answer that, as I didn't seriously use the phone until after I disabled that stuff.
Click to expand...
Click to collapse
Ah. well maybe you could run some benchmarks or something, and we could compare with stock scores?
skochw said:
Ah. well maybe you could run some benchmarks or something, and we could compare with stock scores?
Click to expand...
Click to collapse
1. It wouldn't show up in benchmarks, as benchmarks tend to grab exclusive use of the device (meaning the other stuff wouldn't matter.) As well, I don't believe in benchmarks - they are too easily compensated for.
2. By freezing unused services, they'll never start which means the phone doesn't hold them in memory (freeing memory), doesn't use processor cycles to load/reload/execute them which will result in a lower battery usage (depending on the specific service) and allow the phone to "feel" faster in some cases.
3. Finally, freezing stuff that you don't use cleans up the app drawer. Why would anyone want an icon (even if they don't use it) for AT&T's navigation software when google gives us the same thing for free? (Freezing it also prevents someone else from using it if you loan them your phone.)
Of course, the idea of this thread isn't to discuss the merits of freezing bloat (or the merits of urinating when the need arises.) The idea is to let people know what is "safe" to freeze (and give other device information.)
As a guy coming out of the Apple iOS world, I have to say that the only Android device I've held is my wife's Galaxy Nexus on Verizon, and I'm not familiar with the terms "app drawer" or "freezing" apps. Can I ask for a little clarification without sounding like the total noob I am, please?
ohRonaldo said:
As a guy coming out of the Apple iOS world, I have to say that the only Android device I've held is my wife's Galaxy Nexus on Verizon, and I'm not familiar with the terms "app drawer" or "freezing" apps. Can I ask for a little clarification without sounding like the total noob I am, please?
Click to expand...
Click to collapse
(I hope you take this with the humor intended...)
No, there is simply no possible way for you to ask that without sounding like a newbie. However, it's okay... we were all newbies at one time.
"app drawer" - in iOS, every app you install leaves an icon on your homescreen (or one of the homescreens.) That isn't the case with android. In android, YOU decide what your homescreen looks like - you can have app icons, widgets, or just leave them blank. There is usually an icon on the homescreen that lets you access your "app drawer" which contains all the phone apps. On the note2 with default configuration, thats the checkerboard looking icon on the lower right of the homescreen.
freezing - using an application such as "titanium backup", you can "freeze" an app. This is a way to basically completely disable and hide an application without physically uninstalling it. The only effective difference between a frozen app and one that's actually uninstalled is that the frozen app still can be "defrosted" (which restores it to normal.) freezing apps requires that your phone is rooted (which is a topic for another thread...)
ohRonaldo said:
As a guy coming out of the Apple iOS world, I have to say that the only Android device I've held is my wife's Galaxy Nexus on Verizon, and I'm not familiar with the terms "app drawer" or "freezing" apps. Can I ask for a little clarification without sounding like the total noob I am, please?
Click to expand...
Click to collapse
The " app drawer" is the location on android that has your application launch icons (and widges). If you delete the app icon on the desktop you can gain access to the installed app here. You can grab a copy from the tray to deposit on other desktop pages.
The term "freezing" is a method to make installed apps dormant and thus not "call home" or use CPU cycles / memory resources that drain power or use data. These are usually done in preparation in determining what apps to un-install. Un-installing bundled applications may leave you no way to re-install them later, short of re-flashing to stock ROM.
Most folks will attempt to freeze apps to remove "bloatware". Later the storage can be reclaimed by un-installing the apps. By freezing, you can avoid "burning a bridge" you may find you need later.
Dynamite answers, thanks. I'm familiar with that app drawer, just didn't know its name, and the requirement of root for a freezing app will be juuust a bit down the road until I can understand the new OS environment.
PS I am a software engineer from way back, part of the generation responsible for "Are you sure?" and "General Error. Continue?" prompts, so.... I deserve every bit of jazz anyone wants to heap on me.
ohRonaldo said:
PS I am a software engineer from way back, part of the generation responsible for "Are you sure?" and "General Error. Continue?" prompts, so.... I deserve every bit of jazz anyone wants to heap on me.
Click to expand...
Click to collapse
Hmmm... The response, "Hit Any Key to continue..." comes to mind. I'm still looking for the Any Key and have never found it. :laugh:
the builtin application manager can disable some programs... i'm wondering if this is the same as freezing
ShadowVlican said:
the builtin application manager can disable some programs... i'm wondering if this is the same as freezing
Click to expand...
Click to collapse
yes
Thought this may be useful for everyone to have as the device does sadly have a tendency to be a bit laggy.
Have followed a few guides and got some great info from XDA so trying to give a little back if I can
From what I have done I have found no ill effects that I have noticed so far, all fairly obvious choices so early on, but will get braver as I get more used to the handset and I'm sure others have been more adventurous than me and can help bulk the list up a bit and we can do away with a whole bunch of bloat to get a smoother ride from out G3. Some of these I froze as I prefer other 3rd party apps.
Frozen/Removed
Cell Broadcast
E-Mail
Documents
File Manager
Internet/Stock Browser
LG Health
LG Search Widget Provider
LG Setup Wizard
McAfee Security
Messaging (stock)
Music
Video
Video Trim
Weather
Weather Theme
Weather Platform
If you have any other suggestions please post and and I'll add updates to Post 1 for easy reference :highfive:
Hope this helps some fellow G3 users
557953 said:
Thought this may be useful for everyone to have as the device does sadly have a tendency to be a bit laggy.
Have followed a few guides and got some great info from XDA so trying to give a little back if I can
From what I have done I have found no ill effects that I have noticed so far, all fairly obvious choices so early on, but will get braver as I get more used to the handset and I'm sure others have been more adventurous than me and can help bulk the list up a bit and we can do away with a whole bunch of bloat to get a smoother ride from out G3. Some of these I froze as I prefer other 3rd party apps.
If you have any other suggestions please post and and I'll add updates to Post 1 for easy reference :highfive:
Hope this helps some fellow G3 users
Click to expand...
Click to collapse
I think you should do a different list for the Google apps, the main attention people will give this thread is to find out what LG apps they can freeze and remove, most people will not be interesting in removing the Google apps from their devices.
Lennyuk said:
I think you should do a different list for the Google apps, the main attention people will give this thread is to find out what LG apps they can freeze and remove, most people will not be interesting in removing the Google apps from their devices.
Click to expand...
Click to collapse
Understood, you are most likely correct. Google Apps removed from list
If possible, can you post the real app name (the apk name in /system/app or /system/app-priv) ?
Thanks
Get my G3 later today. Thanks for the list! I'm completely new to Android, so how do I remove bloat ware?
you need to keep file manager if you wish to write to the extsd card
I've not been able to disable the mcafee software
walkerx said:
you need to keep file manager if you wish to write to the extsd card
I've not been able to disable the mcafee software
Click to expand...
Click to collapse
I didn't find the apk by myself, but root uninstaller found somehow
Is freezing them through TB essentially a better version of hibernating them through Greenify?
alphamini said:
Is freezing them through TB essentially a better version of hibernating them through Greenify?
Click to expand...
Click to collapse
They do different things. Freezing them is like uninstalling them - they are gone and won't work at all but can be retrieved by unfreezing. Greenifying them just hibernates them but they work as normal.
bartito said:
If possible, can you post the real app name (the apk name in /system/app or /system/app-priv) ?
Thanks
Click to expand...
Click to collapse
Also in system/vendor/app. Found some stuff in there that tibu couldn't get rid of. Here's most of what I froze. If it's not in my list of frozen apps I deleted it lol
Sent from my LG-D850 using XDA Premium 4 mobile app
Could we have a non-root list, and also a description of what gets disabled/broken for each one. E.g. what does Cell Broadcast do? (I've googled, I 'm now aware, not relevant currently in the UK).
ActionManager service? Board Content Provider?
I've found this list but most of the bloat on Verizon wasn't on mine, since I'm not in the US: http://forum.xda-developers.com/verizon-lg-g3/general/list-bloatware-safe-to-disable-t2819370
I wonder if anyone has the time, patience, and good will to compile all of these threads into one master index?
ohmegosh said:
Could we have a non-root list, and also a description of what gets disabled/broken for each one. E.g. what does Cell Broadcast do? (I've googled, I 'm now aware, not relevant currently in the UK).
ActionManager service? Board Content Provider?
I've found this list but most of the bloat on Verizon wasn't on mine, since I'm not in the US: http://forum.xda-developers.com/verizon-lg-g3/general/list-bloatware-safe-to-disable-t2819370
Click to expand...
Click to collapse
I've noticed that the system doesn't allow you to disable everything if you're not rooted so maybe anything you are allowed to disable is safe to disable.
Sent from my LG-D851 using Tapatalk
drock212 said:
Also in system/vendor/app. Found some stuff in there that tibu couldn't get rid of. Here's most of what I froze. If it's not in my list of frozen apps I deleted it lol
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
And how is everything working out after having disabled all those 3 weeks ago? Any anomalies or bad experiences? So far your screenshots give the best list of the removable apps (I'm completely new to LG so I don't know about their stock stuff), and I'd love to remove them but I'm afraid to experiment without a fully working recovery to restore nandroid.
Horcza said:
And how is everything working out after having disabled all those 3 weeks ago? Any anomalies or bad experiences? So far your screenshots give the best list of the removable apps (I'm completely new to LG so I don't know about their stock stuff), and I'd love to remove them but I'm afraid to experiment without a fully working recovery to restore nandroid.
Click to expand...
Click to collapse
Everything is working great. Battery life is spectacular. There are 0 negative results to report.
drock212 said:
Everything is working great. Battery life is spectacular. There are 0 negative results to report.
Click to expand...
Click to collapse
Awesome, thanks for the quick feedback! I just got a notification about a new downloadable software update (will not do it ofc), I suppose freezing the software update app will mean no more notifications and to setbacks either?
Horcza said:
Awesome, thanks for the quick feedback! I just got a notification about a new downloadable software update (will not do it ofc), I suppose freezing the software update app will mean no more notifications and to setbacks either?
Click to expand...
Click to collapse
Correct. I have mine frozen to avoid receiving update notifications. Also this is good until you find out if the new update is rootable. If its not then its good to stick with the current software.
drock212 said:
Also in system/vendor/app. Found some stuff in there that tibu couldn't get rid of. Here's most of what I froze. If it's not in my list of frozen apps I deleted it lol
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
My list is almost this one of yours. Had to unfreeze some of those because it made the home screen very lagged.
Everything Google uninstalled or frozen for over 2 weeks. No problems or complaints.
thanks the development has really taken off for this great device
So I froze most of these. Will it free up memory or do I have to delete them? Kinda scared to delete them. I have nandroid backup, just hate to possibly have to restore when the phone is running good.