Maker Pro
Maker Pro

Craig's battery saver for Android!

cjdelphi

Oct 26, 2011
1,166
Joined
Oct 26, 2011
Messages
1,166
Well, Android is infamous for battery drain so i wrote an automatic deep sleep which supports all hardware services on Android..

To use, simply run, select what kind of wakup checks then hit start!

For example you go to work use the phone for a few minutes here and there but still you need charging it! Then this is for you, it will reclaim battery life..

PS as the developer, you can pick on me directly over any bugs lol :p
 

Attachments

  • Screenshot_2016-03-08-21-00-00.png
    Screenshot_2016-03-08-21-00-00.png
    404.9 KB · Views: 115

donkey

Feb 26, 2011
1,301
Joined
Feb 26, 2011
Messages
1,301
nice one cj
I use a different technique that gets people looking at me weird, where ever I go a divert my phone to someone else then turn it off..... funny as hell when your friend gets a call from your mother asking where you have been... and then not believing its not you......
 

cjdelphi

Oct 26, 2011
1,166
Joined
Oct 26, 2011
Messages
1,166
I added a neat little feature, it shuts down any open apps (except for the top most app you're using) i find AutoStarts useful for this as you can disable app's bootreceivers bringing your app to factory reset standards

In my battery saver click on the "FreeMem" option tick to enable it, when the screen off event happens, it will clean up unused apps giving you a smoother android experience all day long, it won't save much more battery power but it sure makes your phone more responsive!
 

cjdelphi

Oct 26, 2011
1,166
Joined
Oct 26, 2011
Messages
1,166
Screenshot_2016-03-20-23-11-18.png

Last couple of days i've been working with boot receivers, in windows what you place in startup folder (or registry) gets run on boot..

On Android a similar thing happens, i ise AutoStarts to disable apps from running on boot, but you have to individually select each app and disable it..

I went and added an automatic version of this, end result is your phone runs like the day you bought it again!

Screenshot_2016-03-20-23-24-11.png

If you have a samsung and it's not rooted, do not root it unless you have the genuine cable or you'll brick your device and you'll need a jig to get back into the bootloader, the good news is jigs cost a couple of bucks off ebay simply insert and power on and reflash what failed...

Enjoy!
 

cjdelphi

Oct 26, 2011
1,166
Joined
Oct 26, 2011
Messages
1,166
Update!

My wife has redesigned the interface, saves me having to do it lol :)

Screenshot_2016-05-14-03-16-36.png Screenshot_2016-05-14-03-16-47.png Screenshot_2016-05-14-03-16-42.png

The taskmanager and autostarts have also been upgraded (eg you have an alarm app which gets didabled on startup, clicking on clean/autostarts button the allows you to restore that alarm app)
 
Top