[APP] [4.2] [ROOT & No ROOT] [Launcher] SOS Ultra Power Saver Launcher - Moto G Themes and Apps

I would like to share my app with you. I can share the app with one person to test the app for me on Moto G. Please send me a PM
The app link on the playstore is https://play.google.com/store/apps/details?id=com.webzler.soslauncher
Description
This is a homescreen replacement that has an Ultra Power Saving Mode for your phone to help you extend battery life when you are running out of charge. This launcher allows up-to 4 apps on the home-screen.
What this app does:
1. Kills all running apps and services.
2. Disables WiFi, Data.
3. Shows Missed Calls and Missed Messages.
Ultra Power Saving Mode:
4. OLED Mode for AMOLED devices.
5. Changes governor to Powersave mode. (requires ROOT Access)
6. Disables 2 cores of a Quad core phone. (requires ROOT Access)
7. Reboot during exit. (requires ROOT Access)
When your phone goes below 15% battery, the app shows alert to clear the defaults for your current launcher. After clearing, set SOS Launcher as the default homescreen, and the app would take care of the battery. Once you quit the app, it would clear itself as the default launcher and you can start using your favorite launcher back.

I will surely give it a try

Thanks for sharing, will give a try too

Give me a try
Sent from my XT1033 using XDA Free mobile app

Let me know if there are any issues or if there is a feature request.
Sent from my Nexus 5 using XDA Premium 4 mobile app

I try on s3 with cm11 4.4.4 and is not start... When I select sos launcher it stay in black screen and I cannot do nothing....

bjtmosfet said:
I try on s3 with cm11 4.4.4 and is not start... When I select sos launcher it stay in black screen and I cannot do nothing....
Click to expand...
Click to collapse
I shall look into it this weekend.

Any news? I try again today and nothing change... Only Force Close ?
Ps I'm on cm11 with ART (s3 i9300)

bjtmosfet said:
Any news? I try again today and nothing change... Only Force Close ?
Click to expand...
Click to collapse
same request here! tho it would be nicer, if there would only be the "amoled to oled" option/app; the other options are easy to change for me on cm
(cm11 i9100)

Sounds like a Novel Idea. I definitely see some great Potential here. FWIW, Launchers with small footprint would be a great place to save Battery. This is why even today [APP] Zeam Launcher has lots of takers. Perhaps you can take that code as your baseline since the project is closed.
Two points I see as potential issues.
You can't Kill all the apps to save Battery. This is not Windoz and it doesn't work that way. You will chew up more battery as the apps initiate a new session. There are way too many discussions around XDA on Task Killers. Suffice it to say that OOM RE-Prioritization is a better way.
Shutting down core and changing Governors is a splendid idea. But that would actually assume the kernel in question actually supports that governor and has HotPlugging enabled ? On that note, Frequency throttling might be an idea.

Please can someone just attach the APK file?

Related

"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.

[Q] Best Battery Saver

HI Xda members could you please tell me or provide me the links to download best battery saver for n7100 :good:
The settings you use.
Sent from my GT-N7100 using xda app-developers app
UtkarshGupta said:
The settings you use.
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hi UtkarshGupta,
I am not sure what settings you are referring to but these are the some basic settings i use,
Its not a Rooted Phone ,
GPS off
Mobile DATA on when required
WIFI on when required,
Screen display. . Motion settings. Sync settings for different apps... signal strength. ...
Sent from my GT-N7100 using xda app-developers app
Best power saving method I found was a MUGEN 6400mAh extended battery, why get a phone like this then turn off all the good stuff.
If power is a REAL issue consider the MUGEN, dont go for one if the cheap backs, I brought one wast of money.
The standard battery should give you a day easy, have mine overclocked to 1.8ghz always gave me a good full day on standard battery.
If you really wants to save power the way do it is this.
1. Stop unnecessary widgets from running
2. Stop unecesary services
3. No live wallpaper
How -
Download Autostarts from the play store, this program allows you to do all if the above.
This usually saves more battery power than anything else. WHY HAVE TWENTY SERVICES RUNNING WHEN YOU ONLY NEED 1 WIDGET.
Be careful as this program is powerful and with power come responsibility.
RED OR BLUE YOU CHOOSE !!!
Angst said:
Best power saving method I found was a MUGEN 6400mAh extended battery, why get a phone like this then turn off all the good stuff.
If power is a REAL issue consider the MUGEN, dont go for one if the cheap backs, I brought one wast of money.
The standard battery should give you a day easy, have mine overclocked to 1.8ghz always gave me a good full day on standard battery.
If you really wants to save power the way do it is this.
1. Stop unnecessary widgets from running
2. Stop unecesary services
3. No live wallpaper
How -
Download Autostarts from the play store, this program allows you to do all if the above.
This usually saves more battery power than anything else. WHY HAVE TWENTY SERVICES RUNNING WHEN YOU ONLY NEED 1 WIDGET.
Be careful as this program is powerful and with power come responsibility.
RED OR BLUE YOU CHOOSE !!!
Click to expand...
Click to collapse
Thank you so much for your valuable time to reply, I am not sure if Mugen is available in India but the Autostarts i see requires Root and as if now its just 2weeks old phone i dont want to root it it could Void warranty so let me check what are my secondary options.
UtkarshGupta said:
Screen display. . Motion settings. Sync settings for different apps... signal strength. ...
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hi Utkarsh,
Screen Display is set to 60% Brightness , motion Settings is Off except Direct Call , Smart Alert , Sync is setup manually for all apps.
Regard's
Akram khan
Got Perseus , that did the work dont need a battery saver any more

my battery saver app

Hello,
So I wrote my own battery saver app, which work for me I live in areas with weak signal
Maybe you can try also:
Zombie eat my battery - battery saver
Hi
Thanks for you're work
Any further info on you're app?
Is there an official page etc?
Does it play well with Franco / Greenify / Snapdragon battery guru?
Sent from my Nexus 4 using xda app-developers app
Need more info please
kurtyyyyyy said:
Need more info please
Click to expand...
Click to collapse
Yes, me too. Users in Google Play will just download and use it, but here we like to know EVERYTHING!!! lol!
You'll have to give waaaay more info. A "turn me on/off" button and a pic of Mila Jovovich holding a gun won't cut it
And I mean not only here, people that find your app through the Play Store probably won't get interested in installing it due to the lack of information given. It will come across as rather shady to most people tbh
Give the people more info and your app might have a chance of making it!
Hahahaha
The app will turn off mobile data, started a few minutes after screen off. and then try to enable data, in incremental delays.
At night (started 0am), data won't be enabled again until 6am.
If you turn on screen, data will be enabled again.
Snapdragon battery guru: not compatible
Using my app, network location is not required
Greenify: compatible
Are there any plans to add wifi management as well? That would make it a keeper for me perhaps since i dont really get data where i am located. Just lousy E lol
Sent from my Nexus⁴ running latest AK/Faux hybrid kernel
Sounds like https://play.google.com/store/apps/details?id=com.rootuninstaller.batrsaver&hl=no, been using that for ages and its great.
KerryWood34 said:
Are there any plans to add wifi management as well? That would make it a keeper for me perhaps since i dont really get data where i am located. Just lousy E lol
Sent from my Nexus⁴ running latest AK/Faux hybrid kernel
Click to expand...
Click to collapse
I think wifi management is better in 4.2, and suck less battery even when connected.
But maybe.. I will add wifi management later
Thanks to happy 1300+ users for using my battery saver app
FYI now there is Ads free version, if you hate ads:
ZEMB Full
Zombie eat my battery Full (ZEMB Full) now support Android 5.0 (Lollipop). But you will need root.
Also many more features.. Check it out: http://goo.gl/LyhDdJ
link updated because violated of the intellectual property
Please check it out:
App updated to Version 1.7
fix: stop foreground app
Android M support: permission and app auto detection for hibernate
New tweak: don't manage data
Hibernate tab: bold: excluded, italic: hibernated
http://goo.gl/CSP2wQ
cosmıc os rom root access program not work root

[APP] [Launcher] Death Mode Battery Saver

The app link on the playstore is https://play.google.com/store/apps/details?id=com.webzler.soslauncher
Description
This is a homescreen replacement that has an Ultra Power Saving Mode for your phone to help you extend battery life when you are running out of charge. This launcher allows up-to 4 apps on the home-screen.
What this app does:
1. Kills all running apps and services.
2. Disables WiFi, Data.
3. Shows Missed Calls and Missed Messages.
Ultra Power Saving Mode:
4. OLED Mode for AMOLED devices.
5. Changes governor to Powersave mode. (requires ROOT Access)
6. Disables 2 cores of a Quad core phone. (requires ROOT Access)
7. Reboot during exit. (requires ROOT Access)
When your phone goes below 15% battery, the app shows alert to clear the defaults for your current launcher. After clearing, set SOS Launcher as the default homescreen, and the app would take care of the battery. Once you quit the app, it would clear itself as the default launcher and you can start using your favorite launcher back.
What services does it kill?
Killing certain services will only create a wakelock for apps that request certain cervices.
Killing all apps? Like a task manager?
Well task managers have been kind of debunked for a while and killing all running apps only consumes more battery since most will start right back up.
Oled mode is useless for LCD/IPS screens.
While your work is appreciated a kernel tweak is all that's needed to save battery and most "battery saving mode" apps on android are useless.
Sent from my Nexus 4 using Tapatalk
Download and test it now on SGS4 CM 10.2.1
0zura
0zura said:
Download and test it now on SGS4 CM 10.2.1
0zura
Click to expand...
Click to collapse
Sure, let me know if there are any issues.
amitrathiesh said:
Sure, let me know if there are any issues.
Click to expand...
Click to collapse
Issues? I don't know, i have only a blackscreen and FC. With root acces also
0zura
0zura said:
Issues? I don't know, i have only a blackscreen and FC. With root acces also
0zura
Click to expand...
Click to collapse
I've not yet tested on CM ROMs.. shall test and get back with you with an update.

[Q] My samsung galaxy tab 3 is soooooo slow

I just got good deal on samsung galaxy tab3. I paid only £69 for a new one, before I had HTC Flyer which my children killed after few years of using. I expected technology moved forward and samsung to be decent manufacturer however to my surprise this tablet is extremely slow. Way slower then my grandpa HTC Flyer ever was!
It is lagging so much that it takes to press it sometimes 7 times for a video to go to full screen not to mention anything else. On top of that sometimes it does turn itself off!!!
So what is a reason fro that and what should I do. Should I send it back get refund and add few extra £ for Nexus 7 (I got nexus 4 phone I am delighted with performance and smoothness and with most of it's aspects), or should I root it and get custom rom (but then warranty is not an option). Is it typical for those tablets or do I have faulty one?
Sounds like a bad build. Exchange for another
Sent from my SM-T217S using Tapatalk
All tablets and phones are slow compared to computers. Remove the 2000 active widgets and 300 apps you loaded and try it clean.
DigitalMD said:
All tablets and phones are slow compared to computers. Remove the 2000 active widgets and 300 apps you loaded and try it clean.
Click to expand...
Click to collapse
I compared it to almost 3 year old tablet not to computer. Even comparing to my other android devices , sensation ajd nexus 4 its slow. You saying i should use pure system with internet icon while all other devices I got work perfect?
I dont get it.
Sent from my SM-T210 using XDA Free mobile app
leyus said:
I just got good deal on samsung galaxy tab3. I paid only £69 for a new one, before I had HTC Flyer which my children killed after few years of using. I expected technology moved forward and samsung to be decent manufacturer however to my surprise this tablet is extremely slow. Way slower then my grandpa HTC Flyer ever was!
It is lagging so much that it takes to press it sometimes 7 times for a video to go to full screen not to mention anything else. On top of that sometimes it does turn itself off!!!
So what is a reason fro that and what should I do. Should I send it back get refund and add few extra £ for Nexus 7 (I got nexus 4 phone I am delighted with performance and smoothness and with most of it's aspects), or should I root it and get custom rom (but then warranty is not an option). Is it typical for those tablets or do I have faulty one?
Click to expand...
Click to collapse
Try to reset to factory setting, if not help just return and tell them what happen on your tab...
Sent from my SM-T311 using XDA Free mobile app
so slooooow
hi,
i have a t210r.
svelte 4.1 runs nice.
ditch all the superfluous stuff - do not mess with fusedlocation.apk.
then build it back up with better quality more sensible apps.
use sdmaid to clean it good every once in a while.
use rom toolbox or systemcleanup to kill snoopy and pointless recievers and auto starts.
sslauncher is a lot nicer than nova [no go]
and appcache cleaner widget on the desktop is a good thing.
for a low end tab it really isn't that bad.
nexus 7 sucks for one major reason, no sdcard slot.
i'm telling you, the cloud could go skynet any time
for play you only need play,login service, and services framework apks
oh, and chrome [the swirly rainbow one] is awful.
use the stock stock browser, firefox seems to do okay
and i absolutely love mxplayer.
bye
Hi
Change your rom. I use sveltenole is very fast.
hi
hi
change ROM...
i use Sveltenole. Its awesome and nice and fast. Or just remove some of the bloatware apps.
I had same problem with my daughters out of the box. I just rooted, debloated.... froze anything Samsung related and more, greenified many apps.... and now it's smooth and battery is amazing.
just helpin'
hello
root your device
>remove bloatwares and some system apps just be cautious ...
>>get a 3rd party cache cleaner app but small size file, like app cache cleaner a 1 tap app
>>>greenify your apps
>>>>Overclock your device with caution
>>>>>get the app called wakeclock detector free at google play store
>>>>>>get a battery defender app, i personally use One Power Guard by Onexuan
I personally use System tuner ...try it ..
-pinkLeviosa <3
pinkLeviosa said:
hello
root your device
>remove bloatwares and some system apps just be cautious ...
>>get a 3rd party cache cleaner app but small size file, like app cache cleaner a 1 tap app
>>>greenify your apps
>>>>Overclock your device with caution
>>>>>get the app called wakeclock detector free at google play store
>>>>>>get a battery defender app, i personally use One Power Guard by Onexuan
I personally use System tuner ...try it ..
-pinkLeviosa <3
Click to expand...
Click to collapse
The best slimest, smothest Rom is SnelteNole Rom from gr8nole
Without bloatware und Sam Touchwiz
bierma32 said:
The best slimest, smothest Rom is SnelteNole Rom from gr8nole
Without bloatware und Sam Touchwiz
Click to expand...
Click to collapse
thank you!
But i never flash a custom rom or kernel to my device but i do have a plan ...
Until i solve my problem with mtp.. well if you want to help me search " Serious MTP problem and other more problem "
Im just waiting for a reply to esotericchaos...
Hi
This device have just a dual core CPU 1.2 GHz!! and you must not attend very responsive performance on this device with android 4.1.
But I offer you factory reset or a suitable custom ROM.
Totally,you shouldn't compare a mid-range tab like this to another(already systems were very incomplex than now as performance was better and more responsive)
http://forum.xda-developers.com/showthread.php?p=53588987
Please try it..
Sent from my SM-T311 using XDA Free mobile app
Increase the ram speed
Use smart ram booster install it
And make these simple settings
>>open that app >>>go to smart ram b...... Settings >>>> boost level »»»» aggre....»»» ok>>>>>now clean the cache on under the boost now button.
Next smart ram booster set... >> overlay set >> tranp level » 100 % >>size > super large and move the widget like battery widget set as you like and colour also save this and now goto any app and click on ram widget enjoy... if work for pls press THANKS
Sent from my GT-S5360 using xda premium
These Options will help speed your device up:
1. Install a custom ROM
2. Install Smart RAM booster
3. Download and Install Greenify
4. Delete Bloatware

Categories

Resources