You are reading a single comment by @myxor and its replies. Click here to read the full conversation.
  • I found a code block here:
    https://github.com/espruino/BangleApps/b­lob/master/apps/widgps/widget.js#L12

    After deinstalling the GPS widget the function definition is different:

    >Bangle.setGPSPower.toString()
    ="function (isOn,ap" ... "wr});return pwr;}"
    

    But GPS still not working.

    Then i found that in android.settings.json the key "overwriteGps" was set to true.
    I set it manually to false in the json file via the IDE and GPS works again!

    I am pretty sure that i never turned this on in the Bangle.js android app but who actually knows...

    So if the Bangle.js android app expects GPS coming from GadgetBridge but the setting in GP is turned off then the Bangle.js will never get any GPS.

    I feel sorry for the time the hunt for this consumed.

    Thank you for your help, this seems to be solved!

About

Avatar for myxor @myxor started