-Choose keys for shutdown and restart
-Set shutdown and restart for specific times of day
-Includes flashlight function
More info in shutdown.ini - you need to know keycodes for your phone.
Code
[KEY_CHOICE_RESTART]: 0x03; // key for restart
[KEY_CHOICE_SHUTDOWN]: 0x1A; // key for shutdown
[RESTART_ACTIVE]: 0x01; // activate restart key
[SHUTDOWN_ACTIVE]: 0x01; // activate shutdown key
[KBD_MODE_RESTART]: 0x01; // key mode restart
[KBD_MODE_SHUTDOWN]: 0x01; // key mode shutdown
[SILENT]: 0x01; // silent=1=no messages
[LAMP_ACTIVE]: 0x01; // enable flashlight
[KEY_CHOICE_LAMP]: 0x1F; // key for flashlight
[KBD_MODE_LAMP]: 0x01; // key mode flashlight
[MAX_LAMP_LEVEL]: 0x40; // Max lamp level, w810(0x64), others?, try lower number if problems
[USE_VOL_KEYS]: 0x01; // set to 0x01 to adjust flashlight with vol+/- button
[EXIT_ACTIVE]: 0x00; // set this to 0x01 if no bookmanager for Auto-kill function
[SEQ_START_KEY]: 0x04; // start sequence key for toggles and lamp level
[DISABLE_SEQ_KEYS]: 0x01; // disable mode toggles and lamp level settings
[CUSTOM_MSG]: :-] Restarting zoyd's moby :-]
;Do not exceed 128 characters
// Auto functions 0x00 to disable
[AUTO_RST_HOUR]: 0x00; // hour to restart 0-23 in hex
[AUTO_RST_MIN]: 0x00; // minute to restart 0-59 in hex
[AUTO_SHD_HOUR]: 0x00; // hour to shutdown 0-23 in hex
[AUTO_SHD_MIN]: 0x00; // minute to shutdown 0-59 in hex
© zoyd