Recent content by VERSEAU

  1. V

    Llama - Who's Using It and Any Good Examples?

    Hi buggy_droid After several tests, UCCW is incredible: it is almost completely configurable EXCEPT it does not reach what I want : . what it can do : 1 task (hotspot) is linked to 1 form . what I want : toggle button requires 2 tasks (so forms) at SAME place : forms being superimposing, only...
  2. V

    Llama - Who's Using It and Any Good Examples?

    Hi buggy_droid Are you sure that UCCW can do what I want : 2 states with only 1 button (1 state with 1 button is easy : there's a lot widget which do that ...) Let me know Laurent
  3. V

    Llama - Who's Using It and Any Good Examples?

    I can not because the shortcut contains several tasks chaining with conditions (hence the Llama use ;))
  4. V

    Llama - Who's Using It and Any Good Examples?

    Hi Imposter I also used QuickShortcutMaker that clearly identified the Llama's package "com.kebab.Llama/com.kebab.Llama.LauncherShortcutRunnerActivity" I asked the GTW+developper to use it in his program but he does not know how to integrate it in line of code ... I'm not developper so I do...
  5. V

    Llama - Who's Using It and Any Good Examples?

    Hi buggy_droid, Sorry for the response time: I was traveling abroad ... I use WidgetLocker and by clicking SINGLE button, I would switch from state 1 to state 2 (and vice versa). Thus, a first click on the button will launch a program 1 (more accurately, a Llama's shortcut) and would display...
  6. V

    Llama - Who's Using It and Any Good Examples?

    YES, you're absolutely right : this is what I should do But in the app, I can choose ONLY launch app, and not shorcuts I am in contact with its developer but he does not know how to list the shortcuts An idea ?
  7. V

    Llama - Who's Using It and Any Good Examples?

    Hi ! How to fire Llama event from another app ??? I've found : 1/ the adb command given by the developer of Llama : adb shell am start -a com.kebab.Llama.RunShortcut -n 'com.kebab.Llama/com.kebab.Llama.LauncherShortcutRunnerActivity' -e LlamaType Event -e LlamaData EVENTNAME 2/ AND these URL...
  8. V

    Llama - Who's Using It and Any Good Examples?

    Hi ! I've turned recently into an intensive llama user. Love this app and what it can do ! I have several questions : . how to detect the BT is active ? . how to manage physical buttons (like ON / OFF button pushed twice) ? . how to switch from cells mode to GPS mode by event ...