You start the Starter-Service in your code? WHY???????
Dont start or stop the starterservice
Change this sub in your Starter2
Sub Service_Start (StartingIntent As Intent)
StartServiceAt(Starter, DateTime.Now + 6 * DateTime.TicksPerSecond, True)
End Sub
Sub Service_Start (StartingIntent As Intent)
StartServiceAt(Starter2, DateTime.Now + 6 * DateTime.TicksPerSecond, True)
End Sub
PD: You really should look what you do and understand what you are doing. It is not funny to help you