Hi,
The first part shows a proper running sstem with activated notification listener of Tasker.
Shut down to deep sleep initialized by Clamp 15 (ignition power).
At line 5067 the unit reaches deep sleep with1.
04-13 12:52:50.370 848 848 D Mcu : sendCmd:0101ff
I added some lines in between and added the text:
--------------------SYSTEM OFF ----------------------------------
At line 5074 04-13 12:57:25.390 848 848 D Mcu : sendCmd:0101ff
the unit restarts from sleep mode.
At line 6488 a Taskerm.kid app is started:
04-13 12:57:27.605 513 844 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=de.accessibility.start_neu cmp=de.accessibility.start_neu/net.dinglisch.android.taskerm.Kid} from uid 10097
This activates the accessibility settings for Tasker and FCC Car Launcher, because they are not persisted and have to be activated on each boot and is started by the FCC Launcher on start up.
Last action in this Tasker-App is that a task is started to open my favority apps which are always needed (Some dependent on the current time).
After wake up the notification listener of Tasker is not activated.
First activation has been done manually around line 16044 and after that the listener worked perfect (DAB open and after 5 seconds without touch on display, Tasker switches back to the launcher.)
I hope the new log with some comments on it makes it clearer to analyze.
May be i just need the right intent to get it activated after wake up?