Launch a shortcut

Post your questions and help other users.

Moderator: Martin

User avatar
giovag7
Posts: 58
Joined: 05 Mar 2013 10:02

Launch a shortcut

Post by giovag7 » 05 Mar 2013 22:25

Hi
There is a way to launch a generic shortcut present only in the home screen?
Thank you

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Launch a shortcut

Post by Martin » 06 Mar 2013 07:29

Hi,

No, but you can usually use an action Launch App to start an app or use the more general Start Activity when you want to have more control.
What kind of shortcut do you want to launch?

Regards,
Martin

User avatar
giovag7
Posts: 58
Joined: 05 Mar 2013 10:02

Re: Launch a shortcut

Post by giovag7 » 06 Mar 2013 08:20

Martin wrote:Hi,

No, but you can usually use an action Launch App to start an app or use the more general Start Activity when you want to have more control.
What kind of shortcut do you want to launch?

Regards,
Martin
I use an app called My profiles (useful because i can easily change audio profiles from status bar with it), but Automagic is better to manage wifi, bt and many other things. In My profiles i can create home screen shortcuts for each profile: with Automagic i would like to launch this shortcuts under certain conditions.
https://play.google.com/store/apps/deta ... lite&hl=it My profiles link.
Thank you
Best regards
Giovanni

inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

Re: Launch a shortcut

Post by inReinbek » 06 Mar 2013 08:29

How about the Trigger "Shortcut" ?
You can use it on your Homescreen or anywhere else ...

User avatar
giovag7
Posts: 58
Joined: 05 Mar 2013 10:02

Re: Launch a shortcut

Post by giovag7 » 06 Mar 2013 09:12

inReinbek wrote:How about the Trigger "Shortcut" ?
You can use it on your Homescreen or anywhere else ...
I don't want activate manually a shortcut, i want launch a shortcut present on my homescreen automatically with Automagic.

inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

Re: Launch a shortcut

Post by inReinbek » 06 Mar 2013 09:33

Ahhh - I see ... how about "Control UI" ?
You can steer a click on your UI .... if your "click" has to set on the home screen you can load your home screen first, I think.

LightRider
Posts: 2
Joined: 09 Mar 2013 02:40

Re: Launch a shortcut

Post by LightRider » 09 Mar 2013 02:52

Hi giovag7,
I have exactly the same question as you ... with the exception I use Llama profiles. Did you find a solution?

@Martin

Launch App : give me not enough parameter...
Start Activity : seems to require programming skills to understand every parameter that I don't have yet...

ACTION
android.intent.action.VIEW

DATA URI
???

thx,
LightRider

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Launch a shortcut

Post by Martin » 11 Mar 2013 07:58

What kind of shortcut do you want to launch?

LightRider
Posts: 2
Joined: 09 Mar 2013 02:40

Re: Launch a shortcut

Post by LightRider » 15 Mar 2013 21:12

Martin wrote:What kind of shortcut do you want to launch?
I don't know if it can help (i used CopyShortcutURI) to get this...

#Intent;component=com.wetpalm.
ProfileSchedulerPlus/com.wetpalm.
ProfileScheduler.ActivateProfileActivity;S.
profile=Silent;end

thx,
LightRider

User avatar
giovag7
Posts: 58
Joined: 05 Mar 2013 10:02

Re: Launch a shortcut

Post by giovag7 » 17 Mar 2013 08:55

This is one of mine:

#Intent;action=android.intent.action.VIEW;component=com.fancy01.myprofiles/.DummyActivity;i.iProfileGUID=1010;end

Post Reply