Ok, my service is stopped... I know also because I connect the phones with USB for see the Log.. and this don't show anything
so.. is stopped..
One question.. if I use StartserviceAtExact() i can fix an exact hour... for example..
I can do something like this???..
.......
StartServiceAtExact(12:30:00)
StartServiceAtExact(12:40:00)
StartServiceAtExact(12:50:00)
StartServiceAtExact(13:00:00)
StartServiceAtExact(13:10:00)
StartServiceAtExact(13:20:00)
.......
If you can, where exactly would you have to put these lines?
This to ensure that it really works...
Is possible?, I need to guarantee the operation (I can not accept that it works in some and not others).
Thanks again.