Daily Job Scheduler (DJS)


DJS runs scripts and/or commands on boot or at set HH:MM (e.g, 23:59). Any root solution is supported. The installation is always “systemless”, whether or not the system is rooted with Magisk.


LICENSE

Copyright (C) 2019-2021, VR25

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.


DISCLAIMER

Always read/reread this reference prior to installing/upgrading this software.

While no cats have been harmed, the author assumes no responsibility for anything that might break due to the use/misuse of it.

To prevent fraud, do NOT mirror any link associated with this project; do NOT share builds (tarballs/zips)! Share official links instead.


WARNING

The author assumes no responsibility under anything that might break due to the use/misuse of this software. By choosing to use/misuse it, you agree to do so at your own risk!


DONATIONS

Please, support the project with donations (links at the bottom). As the project gets bigger and more popular, the need for coffee goes up as well.


PREREQUISITES

* A busybox binary can simply be placed in /data/adb/vr25/bin/. Permissions (0700) are set automatically, as needed. Precedence: /data/adb/vr25/bin/busybox > Magisk’s busybox > system’s busybox

Other executables or static binaries can also be placed in /data/adb/vr25/bin/ (with proper permissions) instead of being installed system-wide.


CONFIGURATION (/data/adb/vr25/djs-data/config.txt)

###v#########eb20TATrSRo"A2R6"hlhscuo:p0e0:iliihntp0s0ssoeltlndot-yaoa-iiiCunodcrcbsnsolueAcecoedebcldoasueohevprpts=Eotacec"cte2xt/en=g=ohd0ad"c4u7ima1mae5l5smtt9ptidaeo0lasrrrond8e/Cccptod1sIoh=A=te8-pa4C7ilnt0wtr4C0oioeaignntrsoimsmaem-nncecl.mibagctc;anol=t=ter;C5iicno0nmthw-in0gchott0svmaenr0=at-mo0a;kshbelteceoalm:shronec6etsrv:tdt;=0-huh"n30bili:di9oseseg2(olh0mtsif-etocnidtrhsleesneteleidrettnuusthtglcheei)etoniusgrolcsundhneaabdtoreunel2pe2bia:ogta0oncf0tohtreeaedrsd.,ewDxeroeleclgNuaOt(rTiedo.lmngeo".sd,si-faoyesf!ffpteahcretti'vo#ef'l.yatfuarinli-nsgafietpilnatno).aone-timebootschedule.

USAGE

If you feel uncomfortable with the command line, use a text editor to modify /data/adb/vr25/djs-data/config.txt. Changes to this file take effect almost instantly, and without a daemon restart.

Terminal Commands

CU-----DSSSPddN----TTosadelLatttrjjohhna|e|e|e|e|eeaoaisstAdSPiefg-.-.-.-.-.mrptnv-eljpAsie-g-g-g-g-got:utvslseTfg:a.d.e.l.l.n/se-cHmip,e,d,i,o,rd:VrcsierMdplisgMejesotasasajededtdtddassdrimaltntnsnjtjjj[jnt.jsomtasacdses[s[scsaa|sinausrdg|ccc-'cmcgrd,onshtsied'[mcrdetj|ndescrmjL-'doe-]-m:sdsplheesIar-]nglLe-jCrlwecn-Nedfe(ndssoriidttcE2ge(ixfctjt-denctuoo'2elfg'^aasosetthhlrn0xea]bltdptusaeyf0'tlol|a(rr/si]el-(ob>dtintadhgrbeftajunhcadoe(2ada'c/ssteettolObd2cilks-eieandPoe0ktlddgtdr/'sTol0bccaehasatItecvamaereeduOtmicdrm)rm(brsN-edmk:dooeeeps:/n0n.vqrArtd'gruRaneaj(s.2ieGlagiss,5rxSlneldup/eeox.cr"bcm:-lciaua-Foec"ndttl")gse,:dac|.ss/ibhv"/s"dtlii,r;eienmuI"vsg|mnD,n.vanaliti("vli)cnP&rnhgI"2bee)D)5uss)/s)o.mbyaruublssol1tyxbl(bosifexena.teiquslup)uo.rtee/dstoorppeesdc)a.ped.Forthesakeofsimplicityandconsistency,single-quoteallargumentsasawhole(e.g.,djsc-a'2200reboot-p').

NOTES/TIPS FOR FRONT-END DEVELOPERS

Basics

DJS does not require Magisk. Any root solution is fine.

Use /dev/.vr25/djs/* over regular commands. These are guaranteed to be readily available after installation/upgrades.

It may be best to use long options over short equivalents - e.g., /dev/.vr25/djs/djs-config --list, instead of /dev/.vr25/djs/djsc -l. This makes code more readable (less cryptic).

Include provided descriptions of DJS features/settings in your app(s). Provide additional information (trusted) where appropriate. Explain settings/concepts as clearly and with as few words as possible.

Initializing DJS

DJS is automatically initialized after installation/upgrades. It needs to be initialized on boot, too. If it’s installed as a Magisk module, this is done by Magisk itself. Otherwise, the front-end should handle it as follows:

oniebflociesdofrfleotiemtlsd_lakoaaeoncetducu/ooeiccndntm/rhdcaohpdihttilet-/iahnevpdsi/igt/etane./vNdgdad/Obce.T/rcvavea/crrc/.cu2esaan5itc/n/vacsideratnjrtagser/adtsneedddrovmeiascienN.OsaThcteixviistty

/dev/ is volatile - meaning, a reboot/shutdown clears /dev/.acca/ and its contents. That’s exactly what we want. Of course, /dev/.acca/started is just an example. One can use any random path (e.g., .myapp/initialized), as long as it’s under /dev/ and does not conflict with preexisting data. WARNING: do not play with preexisting /dev/ data! Doing so may result in data loss and/or other undesired outcome.


FREQUENTLY ASKED QUESTIONS (FAQ)

How do I report issues?

Open issues on GitHub or contact the developer on Telegram/XDA (linked below). Always provide as much information as possible.

Where do I find daemon logs?

/dev/.vr25/djs/djsd.log


NOOB FRIENDLY

Prequisites

Steps

  1. Open the config.txt file at /data/adb/vr25/djs-data/
  2. Move to end of the text and create a new line
  3. Start with writing “boot” (without the quotations) if you want the script to executed on boot.
  4. Or Start with writing the time at which you want the script to run in HH:MM format. Ex. “21:30”.
  5. Now continue in the same line with a space and paste your script. You’re done.

Extras

  1. It is possible to Add “; : –delete” to the script if you want the script to run only for first boot.
  2. In case of time based command you can Add “; : –boot” to the script if you want the script to run also at boot.

LATEST CHANGES

v2021.10.30 (202110300)

v2021.11.3 (202111030)

v2021.12.14 (202112140)

Download

Module Info

Module By : vr-25
Magisk : ✅ Supported
KernelSu : ✅ Supported
KernelSuNext : ✅ Supported
APATCH : ✅ Supported
Date Release :
If the link is broken or there is something that needs to be updated in the post contact us.

© 2025 Magisk Community