Android Question get remote device gps

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
I want to get my friend's device gps in my app that installed in my device.
How can do this job?
 

DonManfred

Expert
Licensed User
Longtime User
write a app running a service which will read the device gps and upload the data to a server. Your friend need to let the app run on his device.

On "your" app you read the data you uploaded from the app on your friends device.
 
Upvote 0

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
write a app running a service which will read the device gps and upload the data to a server. Your friend need to let the app run on his device.

On "your" app you read the data you uploaded from the app on your friends device.
Thanks but i like to detect gps without my friend install any app.
Maybe use sites that do this job or is there any site ?
 
Upvote 0
Top