AutoInput Tap Numbers in Calculator 1.0

Example of tapping numbers with voice in an app. Adjust to your specific use case.

  1. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    joaomgcd submitted a new AutoApps project:

    Tap Numbers in Calculator - Example of tapping numbers with voice in an app. Adjust to your specific use case.

    Read more about this project...
     
    Jonatan likes this.
  2. Dot

    Dot Member

    Joined:
    Jun 21, 2015
    Messages:
    96
    Likes Received:
    0
    Hi
    i"ve downloaded the XML and it works great
    but i want to understand what you did
    can you please explain what some of the step i show here do?
    it can be helpfull for others to know

    in the second step there is "if %numbers !set (what does it do?)
    variable search and replace serach is blank (what does it do?)
    variable search and replace search . (what does it do and why .)
    For variable equal %number items %numbersplit()

    the rest i understand
    thank you
     
    Last edited by a moderator: Jun 22, 2015
  3. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    it just sets pre-defined numbers so you can easily test the task without having to say an AutoVoice command. You can just run the task in tasker and it works. If %numbers is already set it won't set the pre-defined numbers

    it's not blank, it has a "." there :)

    It searches for any character ("." means any character in regex) and stores them in a list called %numberssplit() This way I have easy access to each number separately.

    This goes through the list, where each element of the list is a number and clicks on each number.

    Hope this helps!
     
  4. cctvkim

    cctvkim New Member

    Joined:
    Dec 7, 2015
    Messages:
    5
    Likes Received:
    0
    I got your project but I can not open the task which show a warning mark on it. Can you post it here ??
     
  5. Azher Mohd

    Azher Mohd New Member

    Joined:
    May 7, 2016
    Messages:
    4
    Likes Received:
    0
    Joaomgcd .. your apps are just awesome!! I have used this profile to autotap numbers on a smart remote for anymote home, its works but it is fast, only taps the first number, i want to insert a wait command of 1 second between each tap, can you please help on how can i do that?
     
  6. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Yes, in Tasker use the Wait action :) Hope this helps
     
  7. Azher Mohd

    Azher Mohd New Member

    Joined:
    May 7, 2016
    Messages:
    4
    Likes Received:
    0
    P
    Thanks for your reply Joaomgcd, soory noob here, where exactly i should add the wait command of 1 second between tapping numbers in the profile.xml which you have posted .. :p
     
  8. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    right after the AutoInput Action :)
     
  9. Azher Mohd

    Azher Mohd New Member

    Joined:
    May 7, 2016
    Messages:
    4
    Likes Received:
    0
    Thanks man, you r too good!! :p
     
  10. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    No problem :)
     

Share This Page