Code Monkey home page Code Monkey logo

Comments (6)

justinsb avatar justinsb commented on May 21, 2024

I looked into this. In the Android emulator, it turns out you have to provide a GPS location.

Run this:
~/.meteor/android_bundle/android-sdk/platform-tools/adb emu geo fix -111.0250778 35.0275474

Note this is $longitude $latitude, whereas Google Maps gives you $latitude $longitude. If you forget to swap them the invalid location will likely be silently ignored.

Here's some background: http://stackoverflow.com/questions/2279647/how-to-emulate-gps-location-in-the-android-emulator

I don't know if we should be setting a location for you by default.

from mobile-packages.

justinsb avatar justinsb commented on May 21, 2024

Also, I tried it on my android device. It did start reporting my correct GPS location after a brief delay (for me, it was on the second poll).

On your device, double-check that GPS is enabled and give it time to lock-on?

from mobile-packages.

SylvainBigonneau avatar SylvainBigonneau commented on May 21, 2024

Okay it does work on emulator when I use geo fix indeed. On the other hand I could not find the emulator program on my computer so I used this method which worked like a charm.

Once I got it working on emulator I could easily debug the issues on my phone. Thanks for the info!

I don't think a default location should be set either. Maybe put a quick tip on the readme somewhere? Personally I really did not think the emulator was the issue, so I never stumbled on those kind of answers...

from mobile-packages.

justinsb avatar justinsb commented on May 21, 2024

Great news, and thanks for the feedback on default vs a warning.

So we can figure out what that warning should say, are you saying the command ~/.meteor/android_bundle/android-sdk/platform-tools/adb emu geo fix -111.0250778 35.0275474 didn't work for you? And the telnet approach did work? Are you using USE_GLOBAL_ADK?

from mobile-packages.

SylvainBigonneau avatar SylvainBigonneau commented on May 21, 2024

Yes, this command didn't work.

I wouldn't know... How do I check this?

from mobile-packages.

stubailo avatar stubailo commented on May 21, 2024

@justinsb any updates on this?

from mobile-packages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.