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...
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
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!
I got your project but I can not open the task which show a warning mark on it. Can you post it here ??
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?
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 ..