Dear Developers,
desparate I'm growing. Be sure, I've tried several days to find a working solution.
Appended is an SDK, with which I tried to have an app running automatically after reboot.
It uses 2 possibilities, namely app.SetAutoBoot( true ) and app.SetAlarm( ... ).
Also appended is a screenshot of the running app, showing DS Version (2.06) and OS version (23).
(The app contains a TERMINATE button to safely reset AutoBoot and Alarm, which I did NOT use to terminate the app before performing the reboot.) After manually starting the app and having pressed the Back-button, the Alarm always brings the app to the foreground when activated (about) every 15 seconds (the internal count shown on screen in Geen colour is counting on). If I terminate the app by deleting it from the app list, the alarm restarts the app (count is resetted then). Everything works as expected so far. However, performing a reboot results in no (automatic) action at all, the app remains dead.
Can anybody give some help, tell me what I am doing wrong or open alternatives? (I cannot use the new scheduling command, as of its requirement for long term timeouts. I need a quite fast - about 15 sec is ok - startup after reboot.)
Jo
Annotation to the spk-source: Commented out is the use of a debug file for showing the call
sequences. Unfortunately, whenever I made a reboot, the file, that
correctly showed debugged content before as expected, vanished as if
deleted(?) I presume the system shutdown breaks one of the outputting WriteFile
operations, what leads to an undefined file description block, or such.