google / android-emulator-container-scripts

1.82k stars 256 forks source link

Geolocation Issue #287

Open Elegary opened 2 years ago

Elegary commented 2 years ago

Hello,

I'm trying to send telnet commands to emulator avd console. When I type geo fix it seems to work only a very small time and then it's getting back on googleplex location. It is like something is setting back location to googleplex.

Elegary commented 2 years ago

I tried everything... I can't get the location go other than the googlplex coordinates...

pokowaka commented 2 years ago

I know what is going on. It is a bug in the emulator where it thinks the UI is active and hence is continually updating the location to googleplex. I can fix it on the emulator side.

Elegary commented 2 years ago

That's what I thought. So it is a bug due to the container or is it due to the emulator program itself?