Skip to content
Harshal Sawant edited this page Feb 5, 2026 · 2 revisions

Automatic Boot Run

The module runs once per boot via service.sh after sys.boot_completed and a 30 second delay.

Manual Run

From an adb root shell:

/data/adb/modules/task_optimizer/bin/task_optimizer

Adjust the path if your module id or location differs.

Expected Results

The binary writes logs instead of printing to stdout:

  • /data/adb/modules/task_optimizer/logs/main.log
  • /data/adb/modules/task_optimizer/logs/error.log

If you do not see logs, go to Troubleshooting.

Clone this wiki locally