macGRID-SRN / hitchBOT

hitchBOT - Canada's hitch-hiking robot
http://hitchbot.me
GNU General Public License v2.0
22 stars 8 forks source link

Tablet Always On #68

Closed domerin0 closed 9 years ago

domerin0 commented 9 years ago

Either make own solution with a service that keeps the app running in the foreground 24/7, or use existing one (autostart and stay). If we use existing one much testing must be done to ensure it works with updated versions of the app.

domerin0 commented 9 years ago

Ended up making a separate application to do this because if the hB app fails, or closes the service won't run. This was acheived using an alarm manager that starts a polling service checking the foreground (maintaining a dim wakelock).