I can\'t find answer to my question: Is it possible to run crontab to reboot Android using busybox (or other means)
crontab
busybox
Tried to run crontab, a
if you get error "read only file system", you need to remount the /system as read-write:
mount -o rw,remount /dev/stl12 /system
When done, remount it as read-only:
mount -o ro,remount /dev/stl12 /system