Is it possible to interact with ll via intents?
Is it possible to interact with ll via intents?
]]>
« Zsolt Golenya (Previous Post)
(Next Post) I’m not sure if this is actually a bug, or more a “necessary evil” due to the nature of panels, but (!!!!) one… »
< ![CDATA[
Yes, through shortcuts. Shortcuts are intent so any created shortcut contains the intent description that you can use from elsewhere. I have also plans on how to extend this. More on that later !
]]>
< ![CDATA[
Cool. I’ve been trying to get it through tasker but haven’t had much luck yet.
]]>
< ![CDATA[
You can find the intents by looking at the Manifest file I actually posted the LLX manifest here last night/this morning but i ended up deleting it a few mins later.because I felt like I shouldn’t have posted it.
Comes in very handy when using them with Tasker I have a zooper weather widget that when tapped updates and uses a send intent to also update another weather widget keeps everything in sync and works great just wish I could update my weather wallpaper in the same way.
]]>
< ![CDATA[
Any idea how I could perform this shortcut in tasker:
{“f”:1,”g”:false,”d”:5,”e”:1,”b”:123,”c”:10,”a”:”SHORTCUT”,”o”:80,”l”:”LL intent test”,”m”:”#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=0.0;i.p=0;f.x=-160.0;end”,”j”:{},”h”:[1,0,0,0,1,0,0,0,1],”i”:{},”p”:94,”x”:0}
]]>
< ![CDATA[
I don’t have tasker installed at the moment but the intent related data start at #Intent and end at “;end”. In this string you will identify the action, the component, and extras are couples f.s=1 f.y=1, etc. If you can individually enter these data (action, component and extras) then it will work.
]]>
< ![CDATA[
Hmm. Tasker only allows for 2 extras. I was able to use the auto shortcut plugin for it, but I had to edit the xml with the the string from the “bookmark”. Im able to move multiple panels in one click now with some tasker work. 🙂
]]>
< ![CDATA[
You can use shell commands If you need more than 2 extras
]]>
< ![CDATA[
I tried that, but im not too familiar with it so im sure I didnt have the format correct.
]]>
< ![CDATA[
I’m not either I just no its possible, sorry i can’t be of more help
]]>
< ![CDATA[
I think ive got it.
am start “intent:#Intent;component=net.pierrox.lightning_launcher_extreme/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=0.0;i.p=0;f.x=-30.832153;end”
]]>