I have an app that creates a desktop shortcut which works perfectly on LL.

I have an app that creates a desktop shortcut which works perfectly on LL. What I’d like to do is to be able to reverse-engineer the shortcut so that I can programmatically launch the shortcut via LL or Tasker (without having the shortcut on my desktop at all). Is this possible?

note: I am aware I can hide the shortcut on the desktop, but am looking for a way to launch the shortcut with LL in the background

]]>
« (Previous Post)
(Next Post) »

7 Commentsto I have an app that creates a desktop shortcut which works perfectly on LL.

  1. Anonymous says:

    < ![CDATA[

    Inspect the intent.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    what’s the best way to do that (using LL or another app)? logcat?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Multitool launcher script is pretty convenient.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Lukas Morawietz thanks for the tip, but couldn’t get Multitool to work (after launching script, LL stalled). can you suggest any other method of inspecting the intent? tried logcat with a few different readers, but the extras aren’t appearing in the logcat …

    ]]>

  5. Anonymous says:

    < ![CDATA[

    managed to find it, by looking into /data/data/net.pierrox…/files/pages/0/items

    ]]>

  6. Anonymous says:

    < ![CDATA[

    that works too, however I cannot reproduce the problem with the script.

    ]]>

  7. Anonymous says:

    < ![CDATA[

    I’ve found the intent and can launch it via tasker’s shell command, but am having trouble finding the right syntax for directly launching it via LL script. Can anyone help? The shell command is



    am start “intent:#Intent;action=com.tencent.mm.action.BIZSHORTCUT;component=com.tencent.mm/.plugin.offline.ui.WalletOfflineCoinPurseUI;end


    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *