Questions tagged [genymotion-gps]

12 questions
4
votes
3 answers

Genymotion - Select path

I installed genymotion plugin in Android studio. When I click on genymotion icon, I was asked to select the path to the genymotion folder. Normally where is genymotion exists on Windows? I am bit confused. Please help me.
Hafeedhassan Ap
  • 41
  • 1
  • 1
  • 4
3
votes
2 answers

how do i change the default gps location on genymotion?

It's a real drag (heh) to drag the GPS all the way from Iceland to England each time I boot the VM in Genymotion. Any idea on how I can change the default location for it? Thanks.
handsom3
  • 31
  • 1
  • 2
3
votes
4 answers

Android Genymotion Location (Google Services API) doesn't work

I installed Google Services API in my Genymotion and after I downloaded the location example (https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample) and it doesn't work, I set GPS and Data abled. I tested it on my…
user4747586
  • 59
  • 1
  • 7
2
votes
1 answer

Searching a city in Genymotion Mapping Service currently not working

Searching a city using the "Search" button in Mapping Service in Genymotion emulator is currently not working and not updating the map with the proper latitudes and longitudes. I'm using version 2.12.2. I'm currently zooming out from Iceland and…
Red M
  • 2,609
  • 3
  • 30
  • 50
2
votes
1 answer

Geny Motion get disappear

I was using Genymotion perfectly, but from the last few days when I start my Genymotion and turn on it's GPS, suddenly my Genymotion disappears. But my eclipse shows that Genymotion is running, but I am unable to locate Genymotion. Advice?
1
vote
2 answers

GoogleMaps setMyLocationEnabled(true) not updating (Genymotion)

I'm updating my code with permissions from the new Android API 23. If I want to show user's location I just have to map.setMyLocationEnabled(true). If I have the permission I can see user's location, if I don't have permission I don't make this API…
GuilhE
  • 11,591
  • 16
  • 75
  • 116
1
vote
3 answers

Genymotion's locationing requesting the locations too fast

I made a simple location service using Fused location, i test with a real device and with Genymotion's android virtual device. The iterval for getting the locations are 5 seconds. On a real device it is works nicely, the interval is almost exactly 5…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
1
vote
1 answer

Will Genymotion connect to internet if networking drivers of Oracle Virtualbox are not installed?

Is it possible for Genymotion to work properly for testing my apps which use internet, if I install the Oracle Virtual Box without its Networking drivers. Is there a way to make Genymotion directly use Internet from my computer only? Reason:…
Solace
  • 8,612
  • 22
  • 95
  • 183
1
vote
0 answers

Turn Off GPS Updates in Genymotion GPS Widget

Just started using Genymotion because I've become sick of the Android emulators. The GPS widget is really useful to me however the location broadcasts do not seem to be turning off when I turn the switch in the widget panel off. Does anyone else…
StuStirling
  • 15,601
  • 23
  • 93
  • 150
0
votes
0 answers

Genymotion GPS feature not working on M2 MacBook pro

I'm trying to use genymotion to run some automation on an app that requires location. When I use my M2 MacBook, android 11 is the only version available. The emulator works fine. I'm able to install OpenGApps, and I'm able to install the app I need…
0
votes
2 answers

Can't add marker on User's Current Location Google Map V2

I am trying to fetch user's current location on Genymotion emulator.I already set the custom GPS longitute and latitute on Genymotion. Whenever i trying to open Google Maps the Current location can't show in it. Here is my Code snippet. googleMap…
viratpuar
  • 524
  • 1
  • 5
  • 22
0
votes
1 answer

Android device emulator is not connecting to Google play services using GoogleApiClient

As it's mentioned above I have used the following example:The Beginner’s Guide to Location in Android in my code I putted a tag to print an error message whenever the connection failed as it's mentioned below : @Override public void…