How can I mock my location on a physical device (Nexus One)?
I know you can do this with the emulator in the Emulator Control panel, but this doesn’t work for a physical device.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seems the only way to do is to use a mock location provider.
You have to enable mock locations in the development panel in your settings and add
to your manifest.
Now you can go in your code and create your own mock location provider and set the location of this provider.