Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to retrieve the GPS location via SMS

I made an Application that gives me the location of my Android phone.

Now I want to make a method that helps me to retrieve the GPS location of my phone (latitude longitude or the address if possible) with an SMS.

Exemple: phone number 558899. I send an Sms with "get location" to 558899 an get a message back with the coordinates.

like image 890
user519332 Avatar asked Oct 13 '22 20:10

user519332


1 Answers

this may help:

"Capture" incoming SMS: http://www.codemobiles.com/forum/viewtopic.php?p=95

Send SMS: http://www.anddev.org/how_to_send_sms-t552.html

Edit: Dead link. I don't remember what exactly was in it, just like Google's cache and Internet Wayback Machine. Following link should have some info on topic:

http://lamiaamb.wordpress.com/2012/03/19/android-capture-an-incoming-sms/

like image 148
Im0rtality Avatar answered Nov 15 '22 11:11

Im0rtality