Search

All categories

The basic idea...

"The basic idea behind open source is very simple. When programmers on the Internet can read, redistribute, and modify the source for a piece of software, it evolves. People improve it, people adapt it, people fix bugs. And this can happen at a speed that, if one is used to the slow pace of conventional software development, seems astonishing...
...The Open Source pages exist to make this case to the commercial world."    - Introduction to Open Source - www.opensource.org

* Phoenix - Autoboot+app start

market download =====================================================================
Requires root!
=====================================================================
You need to grant permission when your SU app requests
=====================================================================
An application to reboot your phone in a given interval on a specific time and start a specific application after reboot.
The idea is to restart Android and an application periodically to clean up cache and memory leaks if the application (like a security cam >> see Alfred in GooglePlay) has to run over a long time.

And if you don't need to restart an application, still this can help to close memory leaks.
No background services - reboot is scheduled by system AlarmManager.
Before reboot is applied, all apps get a shutdown call to save there data. This helps to prevent data loss!

Configuration allows
- selection of reboot interval from every day to every 30 days
- selection of reboot time from midnight to 11pm
- selection between hard reboot (complete restart) or soft/hot reboot (only restart apps)
- selection if you want to start an app automatically after reboot
- selection of any app to be started automatically after reboot

Permissions:
Receive boot complete -> to start the application after device reset or switch on
Kill background process -> stop running applications before resetting the device
Access network status --> for ads
Access internet --> for ads

The app is open source and the source is published on Github: http://goo.gl/qpFIPC
Source code documents: http://goo.gl/HKCToR

Recent changes:
Small improvements in UI
Added Google ads (sorry for that, I tried to keep it non-intrusive)

Content rating: Everyone

Author: BeeGee
Version: 4.0
Market link: tk.giesecke.phoenix
Web site: http://goo.gl/maVBBF



Source code:
Code license:
Market downloads: 50-100
Market rating: 4.0 / 5.0
Category: Top:/Applications/Productivity


Added: 2015-04-02
Updated: 2015-05-04
Hits: 533



Edit link