Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - daliaga

#1
MEJORAS/NEW FEATURES / bike BT cadence/speed intent
September 04, 2015, 05:04:33 PM
Hi,

Thanks for the great work! Browsing the forum I found this list of intents, however the one to connect a bt cadence/speed device is missing. Any chance you could implement this in the future? This feature would be great to work with tasker.  This is the list I found:



public static final String INTENT_START_RECORD_NEWTRACK = "com.oruxmaps.INTENT_START_RECORD_NEWTRACK";

public static final String INTENT_START_RECORD_NEWSEGMENT = "com.oruxmaps.INTENT_START_RECORD_NEWSEGMENT";

public static final String INTENT_START_RECORD_CONTINUE = "com.oruxmaps.INTENT_START_RECORD_CONTINUE";

public static final String INTENT_STOP_RECORD = "com.oruxmaps.INTENT_STOP_RECORD";

public static final String INTENT_NEW_WAYPOINT = "com.oruxmaps.INTENT_NEW_WAYPOINT";



public static final String INTENT_START_BT_HR_MONITOR = "com.oruxmaps.INTENT_START_BT_HR_MONITOR";

public static final String INTENT_STOP_BT_HR_MONITOR = "com.oruxmaps.INTENT_STOP_BT_HR_MONITOR";

public static final String INTENT_START_ANT_HR = "com.oruxmaps.INTENT_START_ANT_HR_MONITOR";

public static final String INTENT_START_ANT_BIK_CAD = "com.oruxmaps.INTENT_START_ANT_BIKE_CADENCE";

public static final String INTENT_START_ANT_BIKCAD_SPEED = "com.oruxmaps.INTENT_START_ANT_BIKE_CADENCE_SPEED";

public static final String INTENT_START_ANT_BIKSPEED = "com.oruxmaps.INTENT_START_ANT_BIKE_SPEED";

public static final String INTENT_STOP_ANT = "com.oruxmaps.INTENT_STOP_ANT";





Thank you!
#2
GENERAL / Re: NFC integration
September 03, 2015, 04:54:05 AM
Hi,

Thanks for the intents they work great with tasker.

However I'm really missing an implementation of the intent:



"com.oruxmaps.INTENT_START_BT_BIKE_CADENCE"



since I use a BT 4.0 cadence/speed meter.



Would it be possible?