Hello
I have a tracker (GEO-302) but I cannot find an android application to drive it.
I decided to write one, using B4A
I amable to send SMS and receive the SMS from the tracker, but on my smartphone I have the GO SMS application and this application is receiving also the sms from the tracker.
I tried to code the SI.INITIALIZE2 :
SI.Initialize2("SI",2147483647)
or SI.Initialize2("SI",999)
and in the Sub SI_MessageReceived (From As String, Body As String) As Boolean
I did a Return True (to discard the sms)
but that doesn't work...
Is it a way to know the level of the process for the GO SMS ?
it seems that the SMS is received by the two applications ?
which is the first one ? surely GO SMS
Thanks for any help
regards
Yves
I have a tracker (GEO-302) but I cannot find an android application to drive it.
I decided to write one, using B4A
I amable to send SMS and receive the SMS from the tracker, but on my smartphone I have the GO SMS application and this application is receiving also the sms from the tracker.
I tried to code the SI.INITIALIZE2 :
SI.Initialize2("SI",2147483647)
or SI.Initialize2("SI",999)
and in the Sub SI_MessageReceived (From As String, Body As String) As Boolean
I did a Return True (to discard the sms)
but that doesn't work...
Is it a way to know the level of the process for the GO SMS ?
it seems that the SMS is received by the two applications ?
which is the first one ? surely GO SMS
Thanks for any help
regards
Yves