[Q] Disabling Samsung's process killing? - AT&T Samsung Galaxy Note 4

So I've used Trillian for a long time. It has worked excellent on all my previous handsets, but ever since getting the Note 4, I get zero notifications from the app until I make it active. On every phone before I got notifications as messages came in.
Does anyone know how to elevate individual processes to prevent them from being killed, or is there some way to turn off this feature which I'm sure is a technic to curb battery drain.
Does anyone know what I'm talking about? Thanks for any and all help.
2d

If referring to the system's built-in task killing, that's Android's, not Samsung's doing. I think you can mod the system to disable it, but you need root and to tweak some actual system files. Not sure what and how, but it could involve decompiling apks.
Sent from my Samsung Galaxy Note 4 (sm-910a) using Tapatalk

spexwood said:
If referring to the system's built-in task killing, that's Android's, not Samsung's doing. I think you can mod the system to disable it, but you need root and to tweak some actual system files. Not sure what and how, but it could involve decompiling apks.
Sent from my Samsung Galaxy Note 4 (sm-910a) using Tapatalk
Click to expand...
Click to collapse
Thanks for responding. Vanilla Android does handle task killing the same manner across all vanilla android builds. But manufacturers (Samsung in particular) customize vanilla android to include modifying the core kernel. The behavior I'm dealing with is specific to Samsung only ROMs.
The solution I'm hoping for is some way to elevate specific process to be above the typical background process termination.
Anyone know if there is an app or method that permits this?
2d

Related

**AMAZING APP** Autostarts (Still useful, let me know your thoughts)

After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
h20wakebum said:
After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
Click to expand...
Click to collapse
Why not just get root explorer and delete them?
WhiteWidows said:
Why not just get root explorer and delete them?
Click to expand...
Click to collapse
Try it... A lot of them are processes that cannot be deleted.
Besides...
It isn't about deleting apps.
It's about controlling when an app will start (or when it's triggered to start) based off actions.
Why do I need app x,y, z starting when i send a text message? Answer... I don't...
From the market:
Keep control over your phone: See what applications do behind your back.
Shows you what apps run on phone startup, and what other events trigger in the background. Root users can disable unwanted autostarts and speed up their phone boot.
Note: Root-Access *is* required to make changes. Otherwise, this application will be read-only.
https://market.android.com/details?id=com.elsdoerfer.android.autostarts&hl=en
Titanium back up and just freeze them, but I did use ths app and it did make bit up time faster on my evo
Sent from my SPH-D710 using Tapatalk
jhgti said:
Titanium back up and just freeze them, but I did use ths app and it did make bit up time faster on my evo
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Let me rephrase as I'm not making my point (sorry!!).
Google Maps will start at bootup... also when you change connectivity on your device.
I only want Maps open when I open it...
This app lets you prevent things from opening based off certain events (boot up, outgoing sms, incoming call, connectivity change, etc).
So freezing or deleting would remove the app that you might otherwise want.
Hope that makes sense.
Oh i see yes that is true some apps will come on as soon as connectivity changes, If find good settings post some screen shot and i will do the same
h20wakebum said:
After rooting our phones, there are several apps that still run (for instance AP and AccuWeather) that I never use.
Autostarts is a really great app.
It lets you prevent apps from opening on certain occurances.
For instance, certain apps open on SMS sent/receive or call receive/sent...
It's a great way to keep apps that you never use/need from starting.
I find that this app is still applicable compared to Juice Defender and SetCPU as these newer phones seem to handle that well.
Anyone else find the same?
Thanks for the feedback.
Click to expand...
Click to collapse
This is a VERY handy app. thanks loads. this is definitely a function that android should incorporate stock like they did with task killer
I purchased this app back when I first got my evo and I am now using it with my ET. It is a very handy app to have.

"Don't keep activities" - anybody use it?

Love the phone but a few times the launcher has redrawn after exiting an app because of most likely memory issues. Anybody using this option? Assuming over time this would keep more memory free and reduce this issue. Any thoughts?
Sent from my Galaxy Nexus using xda premium
mobilehavoc said:
Love the phone but a few times the launcher has redrawn after exiting an app because of most likely memory issues. Anybody using this option? Assuming over time this would keep more memory free and reduce this issue. Any thoughts?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
This is one of the reasons why I don't like that Google included these developer options pre-installed on this phone. They're developer options for a reason, we can install them if we need to.
This feature is designed so that developers can test their app to be sure that data is properly saved when is no longer in the foreground. For example, if a user receives a phone call or jumps to another app, the app needs to do what is necessary to save it's data. At times, Android can kill a process in the background. If the user plans to go back (perhaps they finished the phone call), they want to see what it is they were working on last. The developer is supposed to handle this case by rebuilding everything as it was before (to provide that seamless experience for the user when switching between apps).
This debug feature helps us test that it works.
For the average user, all you're really more likely to do is slow down your apps. As they will have to rebuild themselves when you resume them, and you may even open yourself to more quirky bugs (for those apps that didn't properly test the above scenario).
So please don't enable it unless you're doing it for development purposes. My 2 cents.
*EDIT* Here's a page from the Android Dev Guide justifying my explanation:
http://developer.android.com/guide/developing/debugging/debugging-devtools.html
Immediately destroy activities
Tells the system to destroy an activity as soon as it is stopped (as if Android had to reclaim memory). This is very useful for testing the onSaveInstanceState(Bundle) / onCreate(android.os.Bundle) code path, which would otherwise be difficult to force. Choosing this option will probably reveal a number of problems in your application due to not saving state. For more information about saving an activity's state, see the Activities document.
Click to expand...
Click to collapse
(and yes, they used to call it "Immediately destroy activities")
Thanks. I turned it off. Did notice some bugs while on. I just wish with 1GB of RAM the launcher wouldnt have to reload. Hopefully things get better. Might just be my apps but it happens quite often when leaving the browser.
Sent from my Galaxy Nexus using xda premium
mobilehavoc said:
Thanks. I turned it off. Did notice some bugs while on. I just wish with 1GB of RAM the launcher wouldnt have to reload. Hopefully things get better. Might just be my apps but it happens quite often when leaving the browser.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
weird.. how many widgets do you have on your launcher? the more widgets you have, the slower the launcher is.
Have you tried another launcher? The stock launcher has never been known for being fast and efficient, although I haven't had any issues with it (whereas I'm a LauncherPro fan on my other devices).
kwazi said:
weird.. how many widgets do you have on your launcher? the more widgets you have, the slower the launcher is.
Have you tried another launcher? The stock launcher has never been known for being fast and efficient, although I haven't had any issues with it (whereas I'm a LauncherPro fan on my other devices).
Click to expand...
Click to collapse
I have quite a few Widgets but nothing too crazy I don't think. I use LauncherPro on my other devices as well but I love this new launcher so I'm going to stick it out. Like I said the most common task that causes the issue is when I'm using the web browser and then come out of it. Otherwise its been stable. I've noticed the same thing with Honeycomb on my Xoom so it might just be one of those things I have to put up with.
Sent from my Galaxy Nexus using xda premium
i'm also noticing some redraw and occasional lag when hitting the home button.
I'm hoping that CM9's custom launcher will have an option to lock it in memory- that may increase the performance by a lot.
also when replacement launchers like go launcher start optimizing more for ICS those might be good options.
Have you tried converting your launcher into a system app? You'll need to use Titanium Backup Pro or something similar to do it for you, or simple copy the APK into your system/app folder... Really sped up my launcher!
shawnshine said:
Have you tried converting your launcher into a system app? You'll need to use Titanium Backup Pro or something similar to do it for you, or simple copy the APK into your system/app folder... Really sped up my launcher!
Click to expand...
Click to collapse
Did you see the date on this thread, almost 8 months old
Sent from my Galaxy Nexus using xda premium
95Z28 said:
Did you see the date on this thread, almost 8 months old
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
... and yet people still continue to discover the thread and benefit from it.
Thanks for clarifying the meaning of "Don't keep activities"
my razr xt910 cannot be counted upon to run smoothly with all the apps simultaneously running and forcing itself to go into reboot. i then fancied an iPhone single styled system (as compared to Android multi-talks) cuz iPhone looks robust and responsive. all the killer that claimed to do the job looked more of a farce and then when i stumbled upon the destroy activity i was like OMG. srsly b4 using it I've only got just inner 100mb of ram, after using it i have a whooping 400mb ram. UI appears faster and all. regarding the relaunching of apps and battery life being used up. i think I'll start to worry about it on a later date. what say any body. ooh yes to add on, even after i deleted 40 apps on my phone it still hanged like fcuked. i guess i can reinstall them back again and not have to worry about it. btw i can't seem to root my xt910 for nuts so i can't custom ROM it along with all other fanciful mods that i hear about what others did to their phones.

[INFO][i317(m)] General Information

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

Help With Security Solution

I want to be able to granularly set the permissions for each app. From what I understand my options are:
Cyanogenmod - except CM10 for SGS2 is missing this at this time
Pdroid for GB
Pdroid 2.0 - running CM10 only
LBE (from China)
I have had Pdroid 2.0 running on CM10 for a few weeks but CM10 isn't stable - just had it auto-reboot in the middle of a call. Does anybody have any other ideas / suggestions?
On a related note - I'm wondering why it seems that most people aren't bothered with apps monitoring their use and even more important archiving all the data compiled on them?? The only thing that I can think of is that most cell phone / XDA users are really young and just don't know any better??? Didn't they pay any attention in history class?? What am I missing here?
Mrktmind said:
On a related note - I'm wondering why it seems that most people aren't bothered with apps monitoring their use and even more important archiving all the data compiled on them?? The only thing that I can think of is that most cell phone / XDA users are really young and just don't know any better??? Didn't they pay any attention in history class?? What am I missing here?
Click to expand...
Click to collapse
Because phone security is generally easy to manage. Most apps make a good name for themselves. And many people check the security of an app as soon as it were to hit the Play Store. It doesn't mean we are young it means that we aren't dumb and know how modern technology works.
hrffd said:
Because phone security is generally easy to manage. Most apps make a good name for themselves. And many people check the security of an app as soon as it were to hit the Play Store. It doesn't mean we are young it means that we aren't dumb and know how modern technology works.[/QUOTE
I highly doubt that anyone on XDA, regardless of age, is dumb. I do believe, however, that there are quite a few younger members who could be a bit naive due to a lack of experience. Younger folks tend to take most things at face value. Just because something is free monetarily doesn't mean it isn't costing you something. Just because an app is on Play Store doesn't mean it is "secure" - especially since the Play Store (as well as Android, Google, et.al.) operate on the same business model as the apps!
Just a random example - Why would Angry Birds need my Sim Card Serial number to operate properly? Why would it need to know the phone numbers of all my incoming calls? Answer - it doesn't - in fact it doesn't need ANY of the permissions it asks for to operate properly. So why does it ask for these permissions? Answer - it is data mining your phone.
Ok, so I think most XDA members are aware of WHAT these apps are doing. My original question is WHY don't more people seem to care?
Click to expand...
Click to collapse
Mrktmind said:
I want to be able to granularly set the permissions for each app. From what I understand my options are:
Cyanogenmod - except CM10 for SGS2 is missing this at this time
Pdroid for GB
Pdroid 2.0 - running CM10 only
LMB (from China)
I have had Pdroid 2.0 running on CM10 for a few weeks but CM10 isn't stable - just had it auto-reboot in the middle of a call. Does anybody have any other ideas / suggestions?
On a related note - I'm wondering why it seems that most people aren't bothered with apps monitoring their use and even more important archiving all the data compiled on them?? The only thing that I can think of is that most cell phone / XDA users are really young and just don't know any better??? Didn't they pay any attention in history class?? What am I missing here?
Click to expand...
Click to collapse
I believe MIUI is also a viable option for this, no? You can set app permission on a "per-app" basis with MIUI security I believe.
Sent from my SPH-D710 using Tapatalk 2
I tried this app a while back and it basically does what you want but it got annoying https://play.google.com/store/apps/details?id=com.lbe.security.lite
I don't use these because I am very selective about what goes on my phone.
Thanks Luke!
Not very familiar with MIUI ROM's will have to look into them.
someguyatx said:
I tried this app a while back and it basically does what you want but it got annoying https://play.google.com/store/apps/details?id=com.lbe.security.lite
I don't use these because I am very selective about what goes on my phone.
Click to expand...
Click to collapse
Yes, this is the app I listed above - just had the initials wrong! :silly: It is a lot like pdroid but, like you, it scares me.
I have my own small business and run most of it from my phone, in the beginning I used the standard flip phone then graduated on to a touch pro 2 with Windows Mobile 6.5 as I began to accumulate massive amounts of data on my Windows Mobile phone, for some reason I still felt secure in the applications like ActiveSync that I was in control of my data.... A year ago last October I upgraded to the Samsung Galaxy s2.. this was my first real experience with Google's Android operating system. in the first few minutes of using the new phone I could see how deeply the hooks were being placed to data mine my information. I resisted at first but then came to realize if I wanted all the bells and whistles Google was offering I had to play the game... I use the security program mentioned above... maybe they should have an app were you sign a consent of exactly which data you would like to keep on your phone and not share with other people. then when you visit the play store apps that request more of your private data than you're willing to share won't show up? I would like to have an open sourced built firewall that monitors traffic, letting me choose the permissions per app as I see fit.
Mrktmind said:
Thanks Luke!
Not very familiar with MIUI ROM's will have to look into them.
Click to expand...
Click to collapse
I've ran both Adhvanlt's and Lens's JB MIUI Roms, and they're both amazing! The standard MIUI launcher feels a bit like the iphone, and there is no app drawer, but that's easily fixed by downloading [insert favorite launcher here] if you don't care for it. There's hundreds of options for customization. They are literally the most customizable ROMs you'll ever run; All of this on top of the fact that it has the security features I believe you are after baked right in to it.
Sent from my SPH-D710 using Tapatalk 2
Looked at two MIUI ROM's for the E4GT. Both of them have issues with Google Voice. I need Google Voice.
I am also going to try +AF (Droidwall fork) firewall tonight to see if it will work on FK23. It apparently has issues with some ICS/JB ROM's. That will at least give some protection from apps that don't need network access at all. But for apps that need network access to do their intended job it's useless. Just read last night that the developer has added profiles to +AF - that should be really cool.
I guess I'm spoiled a bit with Pdroid - it works so well and is very detailed.
Thanks for all the replies! Other suggestions, ideas, thoughts, opinions welcomed!
Mrktmind said:
I want to be able to granularly set the permissions for each app. From what I understand my options are:
Cyanogenmod - except CM10 for SGS2 is missing this at this time
Pdroid for GB
Pdroid 2.0 - running CM10 only
LBE (from China)
I have had Pdroid 2.0 running on CM10 for a few weeks but CM10 isn't stable - just had it auto-reboot in the middle of a call. Does anybody have any other ideas / suggestions?
On a related note - I'm wondering why it seems that most people aren't bothered with apps monitoring their use and even more important archiving all the data compiled on them?? The only thing that I can think of is that most cell phone / XDA users are really young and just don't know any better??? Didn't they pay any attention in history class?? What am I missing here?
Click to expand...
Click to collapse
As an app developer, I can tell you that there are some shady apps, but if you download from good devs, the permissions are *usually* necessary. Here's some examples that people question the most:
Access to contacts... Assuming it's not a contact or sms app, if any app has a "share" feature needs this permission.
Access to sd card... Any app that saves anything or lets you change a background needs this.
Read phone state... So the app can properly call the "onpause" method when a call comes in.
Access to location... Assuming it's not a location app or game like ingress or zombies!Run!, you'll typically see this on free apps that have ads. Ads allow developers to get paid for their work while keeping the app free. They don't have access to the ad data, though. They just put in the api and the ad company handles the rest.
On top of that, large organizations will seek phone specific permissions like sim card numbers for analytics.
Google makes most of its money from ads, so it reads your usage to better target ads. Google also uses location data to improve location services like maps.
If you're worried about security, don't download a random app that only has 100+ downloads. If an app has 50000+ downloads, you can rest assured that it's already been vetted.
Also if you're downloading pirated apps, you're just a moron who is opening up his world to who knows who. Many (not all) pirated apps have added data mining code.
Sent from my SPH-D710 using Tapatalk 2

List of Samsung Bloatware that can be safely disabled on the Note 7?

Hey Guys,
I currently have the international (N9300) version of the Note 7. Luckily I don't have any carrier bloatware to worry about.
But I was wondering if anyone has a list? Or could share a screen shot of what SAMSUNG BLOATWARE they have disabled with Package Disabler without having any problems?
My main goal would be to speed up performance / increase batter lift by disabling un-needed stuff from running in the BG. Just dont want to accidentally disable something that will screw up my phone, or get me stuck in a boot loop etc.
Thanks!
Is there any evidence that bloatware (whether from the manufacturer or the carrier) has any noticeable effect on performance? If not, de-bloating seems like a lot of trouble to go to for no real benefit.
Gary02468 said:
Is there any evidence that bloatware (whether from the manufacturer or the carrier) has any noticeable effect on performance? If not, de-bloating seems like a lot of trouble to go to for no real benefit.
Click to expand...
Click to collapse
I think it made a difference in earlier versions of the Samsung phones. In the past, I would aggressively debloating my phones. With the modern versions, and OS features for shutting down apps that are not in use, including Touchwiz's aggressive RAM management, I don't think debloating has a noticeable effect. I disable any unused apps to get rid of visual clutter, I don't go beyond that. YMMV
GeorgeP said:
I think it made a difference in earlier versions of the Samsung phones.
Click to expand...
Click to collapse
Yup, there was a time when debloating helped.
With the modern versions, and OS features for shutting down apps that are not in use, including Touchwiz's aggressive RAM management, I don't think debloating has a noticeable effect. I disable any unused apps to get rid of visual clutter, I don't go beyond that.
Click to expand...
Click to collapse
Just curious--what visual clutter do you mean? In the apps drawer?
You also get bothered with update messages for apps that you don't use. Much better to turn them off.
Better to rid yourself of them. Some of them use data in the background even when you have never opened them, all of them burn bandwidth updating, some will send unwanted notifications, some have various reporting you might not want going on, some will light off location burning battery.
The old saying is if you don't use it, lose it. It still applies.
I like to remove system apps that I don't use like email or attn and other stuff... package disabler pro is a good app but paid... you can connect your phone to a pc and use debloater that can be found here in xda
Thanks for all the replies! But can someone please post a list of what they feel is good to be disabled?
Gary02468 said:
Just curious--what visual clutter do you mean? In the apps drawer?
Click to expand...
Click to collapse
Yes. Primarily the apps drawer.
phame said:
Thanks for all the replies! But can someone please post a list of what they feel is good to be disabled?
Click to expand...
Click to collapse
Agreed although I recalled mine when I get it back would be nice to know what is safe for the note 7 as most auto de bloater apps disable stuff that you don't want disabled. Would be good to have a proper list of all known safe bloatware and small description of each.

Categories

Resources