reverse engineer XML code

Discussion in 'Tasker' started by Ings, Jun 1, 2016.

  1. Ings

    Ings New Member

    Joined:
    May 31, 2016
    Messages:
    2
    Likes Received:
    0
    Goodday all,

    I am trying to reverse engineer an task xml file which i cannot import in tasker. I cant import any xml for that matter. But going through the xml file, whenever an new action is added it is represented by a code eg. 547, 590. I found that 547 is variable set and 590 is variable split. I found these by adding them to a task and exporting it.

    Is there a site of a sheet witk all the xml codes explained so I dont have to create a task with everything in it and manually link everything?

    Thank you.
    Ings
     
  2. Ings

    Ings New Member

    Joined:
    May 31, 2016
    Messages:
    2
    Likes Received:
    0
    Of course I wasen't going to sit still... This is what I got so far, hope it helps someone and please add if you can:

    Code (Text):
    <code>37</code> <!-- If Statement -->
    <code>43</code> <!-- Else Statement -->
    <code>38</code> <!-- End If Statement -->

    <code>39</code> <!-- For Loop -->
    <code>40</code> <!-- End For Loop -->

    <code>888</code> <!-- Var Add -->
    <code>592</code> <!-- Var Join -->
    <code>545</code> <!-- Var Random -->
    <code>598</code> <!-- Var Search -->
    <code>597</code> <!-- Var Section -->
    <code>595</code> <!-- Var Query -->
    <code>345</code> <!-- Var test -->
    <code>596</code> <!-- Var Convert -->
    <code>890</code> <!-- Var Subtract -->
    <code>549</code> <!-- Var Clear -->
    <code>547</code> <!-- var set -->
    <code>590</code> <!-- var split -->

    <code>130</code> <!-- Perform Task -->
    <code>548</code> <!-- Flash -->
    <code>153</code> <!-- Import Data -->
    <code>559</code> <!-- Say -->
    <code>523</code> <!-- Notify -->
    <code>30</code> <!-- Wait -->
    <code>35</code> <!-- Wait Untill -->
    <code>417</code> <!-- read file -->
    <code>118</code> <!-- http get -->

    <code>356</code> <!-- Array Pop -->
    <code>357</code> <!-- Array Clear -->
    <code>369</code> <!-- Array Process -->
    <code>355</code> <!-- Array Push -->
     
  3. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
: xml, xml code, 547, 590

Share This Page