wish7code

Results 122 comments of wish7code
trafficstars

Might be a bug in the motorola XT1039 API implementation: from all the obviously wrong readings I found, all were recorded with a motorola XT1039. Nevertheless also other devices might...

Have a look at https://radiocells.org/default/wiki/auto-logging You have to call the corresponding activity (e.g. StartTracking) based on your trigger. Let me know, whether this works for you! Cheers Toby

I'm not to familiar with tasker: can you start services (instead of activities) from tasker too? In this case we might expose the tasks as services instead of activities. EDIT:...

Thanks for the link! Exactly what I was looking for.. Seems like they've chosen the service over the activity approach.. > Start - googoo.android.btgps.action.**SERVICE**_START > Stop - googoo.android.btgps.action.**SERVICE**_STOP > Toggle...

5fcbe58a adds the following intents - org.openbmap.intent.action.START_COMMAND - org.openbmap.intent.action.STOP_COMMAND - org.openbmap.intent.action.UPLOAD_COMMAND Calling them starts/stops the tracking or uploads new tracks to the server Just uploaded latest nightly to server: http://radiocells.org/static/app-debug.apk...

@thuryn Maybe something went wrong with the build. I was in a rush when building.. I just re-uploaded a new build. You might try again. If the problem remains, what's...

@gdt At least you know you're under surveillance when the Radiobeacon screen turns up without your action :-) Seriously, good suggestion, I'll add an option under Advanced Settings to turn...

Strange thing.. I just downloaded and installed on another device. The apk is 14.8 MB in size. Might want to try downloading https://radiocells.org/static/app-debug.apk in your desktop browser and manually copy...

You used `adb install app-debug.apk` right? What's the result (think Github stripped out a screenshot)?

Currently our API expects the data in openbmap XML format, but I agree that it would be nice to have an API which accepts plain CSV uploads (e.g in opencellid...