quinta-feira, 10 de fevereiro de 2011

Configuring the GPS Tracker Android by SMS Text Message

    The Application GPS Tracker Android has shown a great application utility scanning the phone for free on the platform GPS Gate and running as a service in the background.
    Now you can set all the parameters of this service via SMS text messages. For example, to change the scanning time to 60 seconds just send an SMS text message to your phone with the following contents: ##SRVTM=60;
    

    Configuration protocol:
        ##parâmeter 1,parâmeter 2,parâmeter 3,...,parâmeter 7;
    Example: 
       Send an SMS text message with the following content to mobile phone with GPS Tracker Android application: ##SRVEN=E,SRVTM=60,BEEP=23;

    Configuration Parâmeters:
        SRVEN - Enables and disables tracing. Allows value E or D.
        SRVTM - Sets the interval, in seconds, the trace messages. Allows value exceeding 60. (Example: SRVTM=180)
        GPSAC - Set the precision in meters of the GPS. Allows more than 10.
        EMLEN - Enables and disables the sending of mail. Allows value E and D. (Example: EMLEN=E)
        SMSEN - Enables and disables the sending of SMS. Allows value E and D.
        SMSADR - Sets the phone number that you receive the SMS message. (Example: SMSADR=+558388997755)
        EMLADR - Sets the email address for sending email. (Example: EMLADR=abcde@gmail.com)
        SMSNOT - Enables and disables notification of incoming SMS messages. Allows value E and D.
        BEEP - Does the phone beeps sound on the amount of times you want. Allows any value greater than 1.  (Example: BEEP=10) In this example, the phone will emit 10 beeps when you receive the SMS message.


Configurar o GPS Tracker Android por Mensagem SMS

    A aplicação GPS Tracker Android tem se mostrado uma aplicação de grande utilidade fazendo o rastreamento do celular de forma gratuita na plataforma GPS Gate e rodando como um serviço em background.
    Agora é possível configurar todos os parâmetros deste serviço através de mensagens de texto SMS. Por exemplo, para alterar o tempo de rastreamento para 60 segundos basta enviar uma mensagem de texto SMS para o seu celular com o seguinte conteúdo: ##SRVTM=60;
  

    Protocolo de configuração:
        ##parâmetro 1,parâmetro 2,parâmetro 3,...,parâmetro 7;
    Exemplo:
       Enviar uma mensagem de texto SMS com o seguinte conteúdo, para o celular com a aplicação GPS Tracker Android: ##SRVEN=E,SRVTM=60,BEEP=23;

    Parâmetros de configuração:
        ## - Inicializador de comando do GPS Tracker Android.
        SRVEN - Habilita e desabilita o rastreamento. Permite valor E ou D.
        SRVTM - Configura o intervalo, em segundos, das mensagens de rastreamento. Permite valor superior a 60. (Exemplo: SRVTM=180)
        GPSAC - Configura a precisão, em metros, do GPS. Permite valor superior a 10.
        EMLEN - Habilita e desabilita o envio de Email. Permite valor E e D. (Exemplo: EMLEN=E)
        SMSEN - Habilita e desabilita o envio de SMS. Permite valor E e D.
        SMSADR - Configura o número de telefone que receberá a mensagem de texto SMS. (Exemplo: SMSADR=+558388997755)
        EMLADR - Configura o endereço de email para o envio de email. (Exemplo: EMLADR=abcde@gmail.com)
        SMSNOT - Habilita e desabilita a notificação de recebimento de mensagens SMS. Permite valor E e D.
        BEEP - Faz o telefone soar beeps na quantidade de vezes desejada. Permite qualquer valor superior a 1.  (Exemplo: BEEP=10) Neste exemplo, o telefone irá emitir 10 beeps ao receber a mensagem de texto SMS. 
         ; - Finalizador de comando do GPS Tracker Android.