Sub Service_Start (StartingIntent As Intent)
Service.StartForeground(10000, myNotification)
End Sub
When omitted the app runs well on 2 other phones (Vivo and SOny Experia). I need the app to NOT die when installed as this is a GPS app that updates coordinates every 10 mins.
on service_create and it worked well now. sorry for the late update as i tested it yet before confirming it here. it took me 1 hour to test. had the phone locked for the whole duration and it still sends update.