Sub Process_Globals
Dim Timer1 As Timer
End Sub
Sub Activity_Create(FirstTime As Boolean)
Timer1.Initialize("Timer1", 3000)
Timer1.Enabled = True
End Sub
Sub Timer1_Tick
Timer1.enabled = False
If IsPaused("veliki") = True Then 'not started
StartService("veliki")
End If
If IsPaused("srednji") = True Then 'not started
StartService("srednji")
End If
If IsPaused("mali") = True Then 'not started
StartService("mali")
End If
End Sub
me again if you will ever encounter that behavior maybe the problem is with your custom kernel. i had custom kernel on my real device and when i reinstalled stock kernel (almost) everything is fine