Answer the question
In order to leave comments, you need to log in
How to make cron job for android smartphone?
In general, I have a php script that I would like to execute from my smartphone every minute. This script, of course, sends get requests to the Internet.
The question is quite simple, how to make this php script run?
Perhaps there are already ready-made solutions or something similar.
You don’t have to write about renting a server or hosting, this solution will not work, let’s take it as a fact.
Answer the question
In order to leave comments, you need to log in
cron job for android smartphone
echo '
13 * * * * komanda' >> /data/cron/root
su -
crond -b -c /data/cron
I have a php script that I would like to execute from my smartphone every minute
To execute the script on the server, you need to periodically pull it. Here are the options:
Start a background service.
work manager.
looper.
Make Widget
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question