Xml task file

Jacob L

Moderator (Lawsonator)
You should be able to use the cat command in the shell script action. For example:
cat /storage/emulated/0/test.xml.

There is a text manipulation action which you can also use to extract the text you want as well.
 

aliguzel

New member
You should be able to use the cat command in the shell script action. For example:
cat /storage/emulated/0/test.xml.

There is a text manipulation action which you can also use to extract the text you want as well.
Screenshot_2022-02-28-06-51-57-402_com.arlosoft.macrodroid.jpgI couldn't run it.. what do you think is the problem?
 

Jacob L

Moderator (Lawsonator)
View attachment 2363I couldn't run it.. what do you think is the problem?
If you're not rooted you then need to change the root to non-root (root'lu deg...). The cat command wants a space before the first /. So cat /

If you have the helper installed you can tick the box to use the helper.

Also you need to tick to store the result in a string variable so you get the input - xml
 

aliguzel

New member
Köklü değilseniz, kökü kök dışı olarak değiştirmeniz gerekir (root'lu derece...). cat komutu, ilk /'den önce bir boşluk istiyor. yani kedi /

Yardımcıyı yüklediyseniz, yardımcıyı kullanmak için kutuyu işaretleyebilirsiniz.

Ayrıca sonucu bir dize değişkeninde saklamak için işaretlemeniz gerekir, böylece girdiyi alırsınız - xml
kökI have root permission my device is rooted... cat /storage/53E5-088D/Download/İş.tsk.xml I wrote it this way, it still doesn't respond.. it doesn't work..
 

aliguzel

New member
aslındaActually, what I want to do is there is a shortcut that I created from an application on the desktop, I want it to launch. Where can I find the code that my shortcut sent?
 

Attachments

  • IMG_20220228_172614.jpg
    IMG_20220228_172614.jpg
    23.5 KB · Views: 4

Jacob L

Moderator (Lawsonator)
See if the launch application action or launch shortcut action helps. If not, there's a plugin action in MacroDroid.
 

aliguzel

New member
Uygulama başlatma eyleminin veya kısayol başlatma eyleminin yardımcı olup olmadığına bakın. Değilse, MacroDroid'de bir eklenti eylemi var.
xml my task file is attached... i created this xml file from the application.. it simulates a card.. i want to automate the opening and closing of it... any help would be appreciated.
 

Attachments

  • Screenshot_2022-03-01-14-14-20-886_com.lonelycatgames.Xplore.jpg
    Screenshot_2022-03-01-14-14-20-886_com.lonelycatgames.Xplore.jpg
    339.7 KB · Views: 1
Top