Android Question How to send 500 msm and receive 500 msm

PABLO2013

Well-Known Member
Licensed User
Longtime User
Greetings, what I need is to send 500 mail and that the people (who know little of geographical location) send me back the information of their location (msm).
I work in a bank and I have to go to do massive inspections of properties, of which the location is really unknown ... I believe that if people have telephones (with gps) ... how could I get them to send me their location? once you are in your properties ... I know it could be by wassap or google maps ... etc ... but many people not know how to locate and send erroneous locations ... as it could be done automatically .. ..just ask if there is any way ... thanks.
 

DonManfred

Expert
Licensed User
Longtime User
Use, GPS Library. If you have a valid GPS Location you can use this info and send it to your server.
 
Upvote 0

PABLO2013

Well-Known Member
Licensed User
Longtime User
Greetings, thanks for the time you dedicate us.
I also thought about the same thing ... but this would suggest creating an application (easy) ... download and install it (complicated ... for people who do not know much about phones ... as it could be done ... another way, Thank you
 
Upvote 0

PABLO2013

Well-Known Member
Licensed User
Longtime User
I thought about this kind of thing ,,, these codes work on everything android

* # * # 4636 # * # *
 
Upvote 0

AHilton

Active Member
Licensed User
Longtime User
If you have users that can't download and install an Android or iOS app from their respective, default/authorized app stores, then you have real problems in trying to get anything accomplished.

The absolute easiest way to do what you want, regardless of your user-base, is to create an app for them to download, install and run. However, there are times when there are restrictions on some users' phones as to what can or can't be downloaded/installed. So, here's an alternative that *may* work for you (there are still problems with it but it maybe not be problems that your users have)...

- They must make sure their GPS/Location is turned on. NOTE: This is a never-ending source of problems. Some refuse. Most have no idea how to check it.

- They take a picture with their phone camera. NOTE: Some users have no idea how to do this and/or will just use an existing picture that has nothing to do with what you want.

- The camera embeds the GPS lat/lon into the picture. NOTE: not all camera apps will do this!

- Have the user either text or email that picture to you. NOTE: some texting/email apps mess with the pictures and it no longer has GPS coordinated embedded! Some carriers, themselves, resize pictures or otherwise mess with the pictures and the result is the same.

- You save the received picture and read the EXIM data embedded in the picture to see what (if) the GPS data is there.

That whole procedure solves some problems but introduces new ones, too. Like I said, if you have users that can't work with apps, you have problems.
 
Upvote 0

PABLO2013

Well-Known Member
Licensed User
Longtime User
Thanks Ahilton for such good ideas ... there will be a call code access to the gps information (lat, lon) ... thank you very much
 
Upvote 0
Top