[GUIDE][PSA] Google Play Services battery drain fix - Android General

If you're running a recent CM based ROM you've most likely encountered some pretty severe battery drain from Google Play Services (or Android OS as it sometimes shows up as). Below is a series of procedures that will halt the battery drain, but will not affect the running of your device.
The first thing you need to do is to enter Privacy Guard through Settings/Security or Settings/Privacy, then click Advanced or Show Built-In Apps (depending on which ROM you're running). From here you can select Google Play Services and turn off everything except for location. This may or may not be enough, if you still suffer battery drain please move on to the next step.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please note: everything below this point requires root!
Next you need to download Android Tuner. Open it and pull out the side menu, scroll down to the Apps Manager section and select Application Startups. Open the box at the top and change it to All, click the button in the bottom-right until it says System, scroll to Google Play Services and select it, a huge list will open, scroll to very near the bottom and find the Wakeup option, uncheck the box.
Go back to the main menu of Android Tuner and pull out the side menu on the left, scroll down to the Apps Manager section and select Application Manager. Click the centre box at the bottom until it says System, scroll to find Google Play Services and highlight it, press the Manage button in the bottom-right and select Permissions. This should bring you to the Perms tab, swipe across to the Services tab. In this list you want to uncheck anything that starts with Ads or Analytics, you also want to uncheck anything that starts with com.Google.android.location.reporting as well.
Sent via Bacon

Will it work for android 4.0.4
Sent from my GT-S7562 using XDA Premium 4 mobile app

Vimal Jay said:
Will it work for android 4.0.4
Sent from my GT-S7562 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think 4.0.4 has Privacy Guard does it?
Transmitted via Bacon

Vimal Jay said:
Will it work for android 4.0.4
Sent from my GT-S7562 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
the second step should, but the first one won't. app ops and privacy guard is for CM11 ROMs (or any other ROM that cherry picked the privacy guard commits)

Heisenberg said:
If you're running a recent CM based ROM you've most likely encountered some pretty severe battery drain from Google Play Services (or Android OS as it sometimes shows up as). Below is a series of procedures that will halt the battery drain, but will not affect the running of your device.
The first thing you need to do is to enter Privacy Guard through Settings/Security or Settings/Privacy, then click Advanced or Show Built-In Apps (depending on which ROM you're running). From here you can select Google Play Services and turn off everything except for location. This may or may not be enough, if you still suffer battery drain please move on to the next step.
Please note: everything below this point requires root!
Next you need to download Android Tuner. Open it and pull out the side menu, scroll down to the Apps Manager section and select Application Startups. Open the box at the top and change it to All, click the button in the bottom-right until it says System, scroll to Google Play Services and select it, a huge list will open, scroll to very near the bottom and find the Wakeup option, uncheck the box.
Go back to the main menu of Android Tuner and pull out the side menu on the left, scroll down to the Apps Manager section and select Application Manager. Click the centre box at the bottom until it says System, scroll to find Google Play Services and highlight it, press the Manage button in the bottom-right and select Permissions. This should bring you to the Perms tab, swipe across to the Services tab. In this list you want to uncheck anything that starts with Ads or Analytics, you also want to uncheck anything that starts with com.Google.android.location.reporting as well.
Sent via Bacon
Click to expand...
Click to collapse
Just did this now with my oneplus slimsaber ak 274, lets see what happens, play services will sometimes be in the 20's% and I dont really use any of the services Google offers accept maps 3x a week for total of 10min and playstore, oh and chrome

Related

Killing services

This is a pretty general question, but I couldn't find much on google about this. According to the task killers on the market, an app won't be able to stop a service like exchange or maps automatically (it can only kill the UI app). However, the exchange and map services have lots of alarms associated which increase my battery drain by at least a full %/hour. If I kill the services manually every time I use one of these apps then everything is fine. Does anyone have insight into whether an app or script called from tasker can accomplish this automatically?
FYI: I'm using the CM9 unofficial ROM.
You do not need to kill tasks. The system automatically purges non system apps. Just leave them be and always exit an app using the back button
"App killers" aren't recommended past Froyo and can even harm performance.
Under ICS, you can "Disable" many apps using the Manage apps off the main-screen menu. Titanium Backup can also "freeze" apps.
Many of the Google services get pretty "greedy" depending on your settings. That would be a good place to start for "core" services like those.
If that doesn't work, there is the sledgehammer approach of removing the apk from /system/app -- If you do that, watch your logcat to provide some confidence that you haven't disabled something that you need for another app to work.
th3controller said:
You do not need to kill tasks. The system automatically purges non system apps. Just leave them be and always exit an app using the back button
Click to expand...
Click to collapse
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
jeffsf said:
"App killers" aren't recommended past Froyo and can even harm performance.
Under ICS, you can "Disable" many apps using the Manage apps off the main-screen menu. Titanium Backup can also "freeze" apps.
Many of the Google services get pretty "greedy" depending on your settings. That would be a good place to start for "core" services like those.
If that doesn't work, there is the sledgehammer approach of removing the apk from /system/app -- If you do that, watch your logcat to provide some confidence that you haven't disabled something that you need for another app to work.
Click to expand...
Click to collapse
Anyway I'm not trying to kill the "apps" themselves. They can sit paused in memory. I want to end their back-end services without uninstalling the app. The exchange service, like I said, will drain the battery with its unnecessary alarms even if I disable sync and turn the sync frequency to "never" and uncheck all the boxes when deciding what to sync. Google screwed up majorly with exchange, but when I kill the service manually using the method you describe then everything is fine and I can still boot up the app like normal to check my email manually. I just want to automate killing the service.
lexman098 said:
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
Click to expand...
Click to collapse
Unrelated to your OP but related to your post - on CM9 based ROM's - if you go into Settings > Developer Options - scroll to the bottom and select kill app back button. It works well.
lexman098 said:
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
Anyway I'm not trying to kill the "apps" themselves. They can sit paused in memory. I want to end their back-end services without uninstalling the app. The exchange service, like I said, will drain the battery with its unnecessary alarms even if I disable sync and turn the sync frequency to "never" and uncheck all the boxes when deciding what to sync. Google screwed up majorly with exchange, but when I kill the service manually using the method you describe then everything is fine and I can still boot up the app like normal to check my email manually. I just want to automate killing the service.
Click to expand...
Click to collapse
I am also interested in a solution to this. I was hoping to find a widget that displays services, daemons or whatever you wanna call them, in plain text on my home screen, similar to rainmeter for windows. Then you just tap it to manage them. There has to be something similar around.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

!Nexus 5 Launcher with "OK Google"!

Saw this on phandroid and thought it was worth sharing here.
If you're like me and you want to test out some of the most noticeable new features in Android 4.4 KitKat then this is for you.
I have tested cm11 alpha1 for about 30 minutes and all I can say is that it's nothing more than a proof of concept at this point (just like the alpha tag suggests).
So if you want some of the quirks of KitKat in a stable environment (any jb rom) here's a way of getting some of it.
While Google still hasn’t provided the actual launcher in the Play Store, some simple sideloading of the GoogleHome.apk we found in the Nexus 5′s factory image, along with the updated Google Search app, got everything up and running. Here’s our easy how-to on getting GEL installed and fully functional on your Android device.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
First, make sure to enable the sideloading of apps by going into your device Settings > Security > and checking Unknown sources. From there download the updated Google Search and Google Home from us (linked below). Jump into your Downloads app and install both the apps you just downloaded (press the descriptions, not the check boxes), selecting “done” after every installation.
http://www.mediafire.com/download/gxv7cvpcvv79i23/com.google.android.googlequicksearchbox318.apk
http://www.mediafire.com/download/3ina0fd8fwki5fo/GoogleHome.apk
From there, press the home button and select “Launcher” as your default homescreen — this is the new Google Experience Launcher. You’ll notice the always listening “Ok Google” command doesn’t work from the Google Experience Launcher. No worries, turning it on is easy.
For some, you’ll be able to swipe to the left and quickly access Google Search/Now, but if that’s not available, you’ll need to actually enable the new Google Search/Now app. It’s easy, just open the Google Search app (listed as “Google” in your app drawer) and click “Next” then “I’m in.” Once that’s taken care of, jump back to your homescreen. You’ll now be able to swipe to the left and access Google Now.
Once in Google Now, scroll all the way to the bottom and press the 3 dot menu to select Settings. From there, select “voice” > “offline speech recognition” (manage downloaded languages). Now, we’re going to work our way from the right tab, all the way to the left.
Select the Auto-Update tab from the top and choose one of the auto-update options (we recommend leaving it on “over WiFi-only”). After that, scoot over to the All tab and find English (US). You’ll notice it already says “pre-installed”. Don’t listen to it. Select English (US) anyway. From there, jump to the Installed tab and press “English (US)” where you’ll be asked to download the latest version (version 28 at the time of writing). Hit “Download” and the updated version will be downloaded and installed.
After it’s finished downloading, press the home button where you’ll notice “Ok Google” will now be displayed inside the Google Search widget. Simply speak that phrase whenever you’re on your homescreen to perform a Google Search or voice actions. That’s it. Was relatively painless, right?
Thanks, Justin!
Click to expand...
Click to collapse
http://phandroid.com/2013/11/14/how-to-install-google-experience-launcher-with-ok-google-command/​
Tested on CM10.1.3.
Issues on Skyrocket:
The launcher lags a tiny bit when entering/exiting app drawer and when pressing home while on another page in the homescreen.
not picking up the contacts when calling from google now
skyrockect cm 10.1.2
kennylee423 said:
not picking up the contacts when calling from google now
skyrockect cm 10.1.2
Click to expand...
Click to collapse
You have to allow it to search contacts in google search settings. It works fine here.
Thanks
Thanks a lot its working fine now

[GUIDE][PSA] Google Play Services battery drain fix

If you're running a recent CM based or aosp ROM you've most likely encountered some pretty severe battery drain from Google Play Services (or Android OS as it sometimes shows up as). Below is a procedure that will halt the battery drain, but will not affect the running of your device.
Enter Privacy Guard through Settings/Security or Settings/Privacy, then click Advanced or Show Built-In Apps (depending on which ROM you're running). From here you can select Google Play Services and deny the Wake Up, Keep Awake, and Auto-Start options. This should drastically reduce the amount of battery that Google Play Services and Android OS consume.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please note: I've removed the second part of this guide as it seems to be causing problems for some users, it was unnecessary 99% of the time anyway.
Donate To Me
Did steps one a two a week or two ago and the difference was night and day. Google Play Services had horrible wake locks prior to this.
Nice job writing up the process!
Anyone know how to do this on PA? There's an App Privacy menu but it doesn't show system apps, and theres no advanced option that I can find.
ThisWasATriumph said:
Anyone know how to do this on PA? There's an App Privacy menu but it doesn't show system apps, and theres no advanced option that I can find.
Click to expand...
Click to collapse
There's no option to show built-in apps?
Sent from a crappy Samsung because my Evita died
timmaaa said:
There's no option to show built-in apps?
Sent from a crappy Samsung because my Evita died
Click to expand...
Click to collapse
Nope hitting menu doesn't do anything. But I'm running 4.42 maybe they changed it it 4.43.
@timmaaa - parting gift before you walk off into the sunset eh
Quick question - are the Android Tuner and System Tuner settings necessary at all ? did you try this (both on the One X and the OPO) with just the Privacy Guard settings change ?
sandys1 said:
@timmaaa - parting gift before you walk off into the sunset eh
Quick question - are the Android Tuner and System Tuner settings necessary at all ? did you try this (both on the One X and the OPO) with just the Privacy Guard settings change ?
Click to expand...
Click to collapse
I don't have my OPO yet, I've tried just the Privacy Guard component but it didn't yield enough of a result, so I believe the Android Tuner and System Tuner components are necessary to properly reduce the battery drain.
Sent from a crappy Samsung because my Evita died
When I only used the built in privacy settings it didn't do much, but oddly once I set system tuner and Uninstalled the app, I don't see Play Services under battery at all.
if I uninstall the apps, then I lose the settings that the apps have set. @timmaaa - can you confirm that we cant install android tuner and system tuner, AFTER we have done your changes.
Secondly, I'm getting a few Play Store force-closes after I did these changes. Can you let us know *exactly* which things did you change ?
sandys1 said:
if I uninstall the apps, then I lose the settings that the apps have set. @timmaaa - can you confirm that we cant install android tuner and system tuner, AFTER we have done your changes.
Secondly, I'm getting a few Play Store force-closes after I did these changes. Can you let us know *exactly* which things did you change ?
Click to expand...
Click to collapse
You can't uninstall the apps, they're the only thing that's reining in Google Play Services. I've had zero issues with any Google services after making the changes. This method disallows Google location reporting, it disallows Play Services waking the device and keeping it awake, and it also disallows Google from gathering information for targeted advertising.
Sent from a crappy Samsung because my Evita died
@timmaaa - one suggested improvement. You dont need to install "System Tuner".
Android Tuner -> Sidebar Menu -> Apps Manager -> Application Startups gets you to the same options as System Tuner.
Thanks @sandys1, changes finally made to OP.
Sent via Bacon
Hey guys, can you tell me what will happen if I do this ? Will I loose any services / things i can do with my phone ? Thanks.
Your phone will operate as normal, no services will be lost.
Transmitted via Bacon
ThisWasATriumph said:
Anyone know how to do this on PA? There's an App Privacy menu but it doesn't show system apps, and theres no advanced option that I can find.
Click to expand...
Click to collapse
Mate,
I had tonnes of wake locks on viper xl. Since installing pa 4.4 with their gapps I haven't had a problem. May be worth a shot if you're liking pa.
nitens said:
Mate,
I had tonnes of wake locks on viper xl. Since installing pa 4.4 with their gapps I haven't had a problem. May be worth a shot if you're liking pa.
Click to expand...
Click to collapse
I always use PA gapps and still had issues with Google Play Services. I don't use this device much anymore anyway since it won't stay powered on unless it's connected to a charger. It's gonna act as a WiFi router from now on I think. I have the OnePlus One as my main device now anyhow.
Transmitted via Bacon
can you please repost , or PM me the 2nd part , i bookmarked this for later use and testing when i came back it's gone
@timmaaa , don't with problems users are having but for me :
1-re-browse your old tutorial from webcache
2-after following your recommendation unchecking permissions in 3C toolbox
3- google play services never went to sleep , kept wake locking the phone
if that the bug every one is having , the fix is just by re-check the folllowing
com.Google.android.location.reporting.preferencese
regards
Thank you for your useful post! The changes with App Ops have noticeable positive impact on battery life. I only had 2-3 crashes of Google Play Services after those changes. If those crashes happen again, I will switch options one by one to default to check what crashes Google Play Services.
___
EDIT: Google Play Services crashed because Auto Start was disabled. I enabled it again and now it's OK. Additional impact had switching off of "Location reporting" in Settings -> Location. That provides Google with continuous updates on your location, which triggers an *alarm* that wakes up the device even if Google Play Services is denied of accessing your location. Crucial impact had switching off "Wake up" and "Stay awake" for Facebook in App Ops and then greenifying it (I know it's not related to Google Play Services, but whoever is interested in preserving the battery with App Ops would make use of noting this, but be advised - you lose notification updates from Facebook).
I'm using an AOSO-ish KitKat ROM, and installed AppOps through Xposed framework. I only show the "keep awake" setting and not "auto start" or "wake up." Are these older versions you're talking about and what is does PA mean in the above posts? Thanks in advance.
Tapatapped it.

A blue drop appears on my screen

Can anyone help me with a problem?A blue drop appears on my screen.Does anyone know what comes from and how can it be disabled?I attach a screenshot with this problem.Thank you!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Looks like something to do with the weather, you have a storm/rain forecast on the other widget
Check different weather apps / widgets
----
Yes, it's removable. It's a blue GPS raindrop/teardrop trying to locate your current location for an app (lication).
Do the following:
1. Go to home screen and TAP bottom right (APPS), and proceed to SETTINGS.
2. TAP SETTINGS.
3. OPEN CONNECTIONS and TAP BLUETOOTH [2nd option] OFF (Just momentarily)
4. TAP LOCATION [9th option] OFF (Just momentarily) while still in Connections via SETTINGS.
5. In Settings go into NOTIFICATIONS to TURN OFF ALL APPS Getting Notifications (Just temporarily)
6. Last go into Settings, DEVICE MANAGEMENT and FIX ALL that is needed or where you see a number. Once your device is at 90% or higher, BEST @ 100%, THE GPS RAINDROP/TEARDROP IS GONE.
Problem Solved.
Now you can proceed to turn on whatever you want on, such as:
Bluetooth On,
Location On, and
ALL APPS Notifications ON (Pushable).
: )
From: Mytandroidblogger
https://forums.androidcentral.com/s...blue-tear-drop-my-s7-screen-wont-go-away.html
Also
https://www.reddit.com/r/GalaxyS7/comments/6bfx2v/mysterious_blue_raindrop_in_bottom_left_corner/
I searched for but I can not find any setting to disable that drop.Is it possible to be from something else?
I'll try what you said.Thank you.
ALIGATOR26 said:
I searched for but I can not find any setting to disable that drop.Is it possible to be from something else?
Click to expand...
Click to collapse
Best to just Google search for possible fixes, that's all I did
Seems like no-one knows exactly what causes it
*Detection* said:
Best to just Google search for possible fixes, that's all I did
Seems like no-one knows exactly what causes it
Click to expand...
Click to collapse
I searched google for a few days in a row, but I did not find anything about it
Maybe it's more related with a bug in the system UI, because to me it doesn't look like a blue drop, but more like those "handles" to select text, don't you think?
If you remove your Clock/Weather widget, does the drop still appear? It could be a bug with your widget.
Also, if you try to click that "blue drop", what happens?
It seems like you've used an alternative launcher, an alternative clock/weather widget, alternative icons etc... So to investigate this, I would start looking in the apps I installed that have something to do with the customization of the home screen.
I hope this helps ; )
Blue tear drop
I got this in the middle of the home screen. Tapping it moved it to the top left. I rebooted into safe mode then from settings-apps-advanced-apps that can appear on top, disabled ones I thought had no need to do this. Skyp and samsung pay are two I don't use and disabled this permission (amongst others). Upon rebooting, the drop is gone. I should maybe pin this down to find the exact app but can't be bothered. Also this is disabling the drop but possibly not whatever it was representing.
Hope this helps.
It is a bug from messenger. Idk why, but if you're using the chat heads, you're typing something, and then minimize the chat, this blue drop can appear. I guess it's a bug from s7 Nougat, because since I updated to Oreo this bug has never happened to me again. But if you're on Nougat yet, you can do these steps to remove the drop:
1: In the recent apps tab, messenger must be there. If it is not, then open messenger, and go to home screen again.
2: Grab the messenger chat heads, and slide it into the bottom of the screen to remove it.
3: Now go to the recent apps tab, and remove messenger.
This should close messenger, and the blue drop should be gone.
I guess you can also go into settings, apps, messenger, and force stop, then the blue drop will be gone as well(but doing the steps above is easier), and then you just open messenger again, and whenever this drop appears, you just close messenger again.
Forse stop Facebook messenger and open it again
Its a bug ?

Question Navigation Gestures

Hello, is it possible to get navigation gestures without root access. Like Swipe left for back. swipe up for home screen
And hide the navigation bar.
thericksizzler said:
Hello, is it possible to get navigation gestures without root access. Like Swipe left for back. swipe up for main menu.
And hide the navigation bar.
Click to expand...
Click to collapse
You could try the gesture apk included by some resellers.
j0hn83 said:
You could try the gesture apk included by some resellers.
Click to expand...
Click to collapse
I just tried and it didn't work.
My Gesture Navigation gestures - Apps on Google Play
Edge navigation gesture ,It is smart , quick , less ram , less power.
play.google.com
I found this application. It's works so good but the problem is it doesn't work after restart the unit. I should re-open it.
I found that I should add it to the skipkillapp.prop file, but I couldn't find anything about where and how to add it.
thericksizzler said:
I found that I should add it to the skipkillapp.prop file, but I couldn't find anything about where and how to add it.
Click to expand...
Click to collapse
No, you should not do that. That is "old school". After the first 7862 releases FYT has changed that. I need to remove that from post #2 in my thread. (Thanks for reminding me )
Go into "Settings -> User -> Application Setting"
It determines which applications you want to auto-start when you start your car and unit. That is of course not the same as a "no kill", but works just as well.
surfer63 said:
No, you should not do that. That is "old school". After the first 7862 releases FYT has changed that. I need to remove that from post #2 in my thread. (Thanks for reminding me )
Go into "Settings -> User -> Application Setting"
It determines which applications you want to auto-start when you start your car and unit. That is of course not the same as a "no kill", but works just as well.
Click to expand...
Click to collapse
qemu.hw.mainkeys=1
it helped me to remove the navbar. There is no navbar now and it is beautiful.
Is there any difference between skipkillapp.prop and auto-start?
I actually don't want the application settings to appear on the screen when the unit starts. So keep it in the background.
In this case, when I auto-start, will the application settings be displayed as if I opened the application manually or will it stay in the background? And another thing I noticed when the unit restarts, the accessibility option is deactivated and I have to give permission again. Isn't there a solution to this?
thericksizzler said:
qemu.hw.mainkeys=1
it helped me to remove the navbar. There is no navbar now and it is beautiful.
Is there any difference between skipkillapp.prop and auto-start?
I actually don't want the application settings to appear on the screen when the unit starts. So keep it in the background.
Click to expand...
Click to collapse
"qemu.hw.mainkeys=1": That is a standard one to enable/disable the nav bar, but please check if your unit remains stable and if the systemui doesn't start crashing.
"Is there any difference between skipkillapp.prop and auto-start?" Yes. skipkillapp prevents the apps from being killed so they stay in memory in their active state. The application settings simply start the app on coming out of sleep or a reboot.
If you want a "nokill" system use @mariodantas kernel or @seb21 modded com.syu.ms apk.
Maybe I don't need navbar gestures because I removed the navbar below, but I already have navbar-like buttons in the upper statusbar section. So I don't think I will need it anymore.
by the way, yes it works stable and I didn't get any errors.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
surfer63 said:
skipkillapp prevents the apps from being killed so they stay in memory in their active state. The application settings simply start the app on coming out of sleep or a reboot.
Click to expand...
Click to collapse
skipkillapp is a property file for android OOM (Out of Memory) mechanizm. It is good to place desired app on that list to prevent kill that app in case of memory shortage.
The actual "no kill" list is inside of syu.ms.apk : protected_app.txt.
And for the reboot. The FYT software does not start any third party app. To auto start an app there must be two conditions met :
1. the app must have autostart feature
2.the app must be whitelisted in pwctl_config.xml

Categories

Resources