Skip to content

支持 KernelSU、APatch、Magisk下运行的Crond。KSU带UI界面

Notifications You must be signed in to change notification settings

powerAn2020/crond4android

Repository files navigation

crond4Android

支持 KernelSU、APatch、Magisk下运行。调用对应框架busybox实现crond定时。

数据目录

日志: /data/adb/crond/run.log

任务数据: /data/adb/crond/

crontab: /system/xbin/crontab 注意:如果替换了root实现方案,记得修改这个脚本,或者重新安装一次,不然无法执行。

创建/data/adb/crond/KEEP_ON_UNINSTALL可以在卸载模块时保留任务数据

使用样例

# 创建任务 (也可以直接编辑文件)
echo '53 * * * * command' >> /data/adb/crond/root # for root user 
# 查看任务
crontab -c /data/adb/crond -l

About

支持 KernelSU、APatch、Magisk下运行的Crond。KSU带UI界面

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages