AutoTools Task for comparing secure settings without computer

Discussion in 'AutoApps' started by Javier Mato, Dec 26, 2016.

  1. Javier Mato

    Javier Mato New Member

    Joined:
    Oct 14, 2015
    Messages:
    28
    Likes Received:
    0
    So I'm following this task (3rd comment)

    http://forum.joaoapps.com/index.php...gs-to-use-in-autotools-secure-settings.11880/


    But I'm stuck at this point, I paste here the error from the task (last action is failing)

    20.23.49/ActionArgBundle key: OutputText: replace <null> String value with null
    20.23.49/Variables doreplresult: |%Old_Set| -> |%Old_Set|
    20.23.49/E FIRE PLUGIN: AutoTools Regex / com.twofortyfouram.locale.intent.action.FIRE_SETTING: 11 bundle keys
    20.23.49/E AutoTools Regex: plugin comp: com.joaomgcd.autotools/com.joaomgcd.autotools.broadcastreceiver.BroadcastReceiverFire
    20.23.49/E add wait type Plugin1 time 60
    20.23.49/E add wait type Plugin1 done
    20.23.49/E add wait task
    20.23.49/E Error: 815929700
    20.23.49/E Regex doesn't match text




    And this is the task, I tried to replicate the original one

    Autotools Settings (118)
    A1: Variable Set [ Name:%OldSet To:%Settings Recurse Variables:Off Do Maths:Off Append:Off ]
    A2: Run Shell [ Command:settings list system Timeout (Seconds):0 Use Root:On Store Output In:%settings_system Store Errors In: Store Result In: ]
    A3: Run Shell [ Command:settings list gobal Timeout (Seconds):0 Use Root:On Store Output In:%settings_global Store Errors In: Store Result In: ]
    A4: Run Shell [ Command:settings list secure Timeout (Seconds):0 Use Root:On Store Output In:%settings_secure Store Errors In: Store Result In: ]
    A5: Variable Set [ Name:%Settings To:%settings_system %settings_secure %settings_global Recurse Variables:Off Do Maths:Off Append:Off ]
    A6: Variable Split [ Name:%Settings Splitter: Delete Base:Off ]
    A7: Variable Join [ Name:%Settings Joiner:∵ Delete Parts:On ]
    A8: AutoTools Regex [ Configuration:Text: %Settings
    Regex: (?<sett>[^∵]+)\=(?<val>[^∵]+)
    Get Multiple Results: true Timeout (Seconds):60 ]
    A9: AutoTools Regex [ Configuration:Text: %Old_Set
    Regex: [^∵]+\=(?<oldval>[^∵]+)
    Get Multiple Results: true Timeout (Seconds):60 ]





    What is happening? No idea how this works, thank you
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Does it work if you do it like the tutorial says, on your PC?
     
  3. Javier Mato

    Javier Mato New Member

    Joined:
    Oct 14, 2015
    Messages:
    28
    Likes Received:
    0
    Yeah sure, manually copying and comparing text works, with the PC and adb
     

Share This Page