You are reading a single comment by @stweedo and its replies. Click here to read the full conversation.
  • I'm trying to make a super simple app that only sends an android intent over bluetooth and then goes to the clock app.

    When uploading to RAM it works as expected, but if I save it to storage as an app and run it from the launcher or Pattern Launcher I get the "Loading..." box in the middle of the screen and it never goes back to the clock app.

    Bluetooth.println("");
    Bluetooth.println(JSON.stringify({
      t:"intent", 
      target:"activity", 
      action:"android.intent.action.VOICE_COMMAND", 
      flags:["FLAG_ACTIVITY_NEW_TASK"]
    }));
    
    Bangle.showClock();
    
About

Avatar for stweedo @stweedo started