I need to run a program that runs everyday at around 6:00am even if the phone is sleeping.
It FTP's a text file from a server. Then reads the file and updates a SQLite database.
I put this code in the main (non server) application and use Tasker to start the program every morning. This only works some times. It starts the program, but it seems to be in the background. That is why I think some kind of background server program may work better.
I don't know where to begin with this.
It FTP's a text file from a server. Then reads the file and updates a SQLite database.
I put this code in the main (non server) application and use Tasker to start the program every morning. This only works some times. It starts the program, but it seems to be in the background. That is why I think some kind of background server program may work better.
I don't know where to begin with this.