[Help] Tasker Scene (Load-App, *Task-Wait*, Input-Button-Volume Up) Slider? - Android Q&A, Help & Troubleshooting

Alright so I have created a (SCENE) that I am exporting as an app where when a button is clicked it will (APP-LOAD APP), (TASK-WAIT-5 seconds) then (INPUT-BUTTON-VOLUME UP). My problem is I can only figure out how to make preset (Wait) times. I am looking for a way to make a user specified (Wait) time. I want to implement a slider in the app that adjusts how long the (TASK) should (WAIT) before performing the simulated button push. I tried my best to explain what I am trying to do. If anyone has any advice it would be greatly appreciated. Thanks.

mc_becker56 said:
Alright so I have created a (SCENE) that I am exporting as an app where when a button is clicked it will (APP-LOAD APP), (TASK-WAIT-5 seconds) then (INPUT-BUTTON-VOLUME UP). My problem is I can only figure out how to make preset (Wait) times. I am looking for a way to make a user specified (Wait) time. I want to implement a slider in the app that adjusts how long the (TASK) should (WAIT) before performing the simulated button push. I tried my best to explain what I am trying to do. If anyone has any advice it would be greatly appreciated. Thanks.
Click to expand...
Click to collapse
Which version are you using? JB/ICS or the one for Gingerbread or below?
For JB/ICS:
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %WAIT_TIME_SLIDER to %new_val
2/ no open the wait action you already made. tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. type here: %WAIT_TIME_SLIDER
I didn't check this out, but it should work normally... good luck!

Thanks! For some reason though, it doesn't listen to the time wait command... it just issues the input button press immediately after the app is opened, regardless of what I set on the slider... hmm
Sent from my SGH-T889 using Tapatalk

mc_becker56 said:
Thanks! For some reason though, it doesn't listen to the time wait command... it just issues the input button press immediately after the app is opened, regardless of what I set on the slider... hmm
Sent from my SGH-T889 using Tapatalk
Click to expand...
Click to collapse
Go the the task where you have defined the Wait. Go to settings and set it to "abort existing task".
I just checked myself and that should work... (I'm not sure though WHY you need to set it to abort existing, but hey, it get's the job done )

TiVa said:
Go the the task where you have defined the Wait. Go to settings and set it to "abort existing task".
I just checked myself and that should work... (I'm not sure though WHY you need to set it to abort existing, but hey, it get's the job done )
Click to expand...
Click to collapse
What do you mean by settings?

mc_becker56 said:
What do you mean by settings?
Click to expand...
Click to collapse
when you open the task,
at the bottom of the screen there is a button with what looks like 3 different sliders (second button at the bottom from right)

TiVa said:
when you open the task,
at the bottom of the screen there is a button with what looks like 3 different sliders (second button at the bottom from right)
Click to expand...
Click to collapse
Oops, yeah my bad haha. Thanks! Alright...what I'm looking to implement now is...ok, you know how we have the slider now. I want to be able to set the slider to the TIME WAIT then..have a button next to the slider that executes everything all together. So..I'm trying to have an app open, the slider sets the TIME WAIT before the INPUT VOLUME UP...but I want a button next to the slider that the user pushes after he sets the time wait for the above task.
That sounds confusing but I don't know a better way to word it haha.

mc_becker56 said:
Oops, yeah my bad haha. Thanks! Alright...what I'm looking to implement now is...ok, you know how we have the slider now. I want to be able to set the slider to the TIME WAIT then..have a button next to the slider that executes everything all together. So..I'm trying to have an app open, the slider sets the TIME WAIT before the INPUT VOLUME UP...but I want a button next to the slider that the user pushes after he sets the time wait for the above task.
That sounds confusing but I don't know a better way to word it haha.
Click to expand...
Click to collapse
Check my first reply again for what to do to make it include everything, the only thing i didn't say was the button
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %WAIT_TIME_SLIDER to %new_val
2 / place a button on the screen, when you tap on the button, let it execute the task that opens up the app, wait for X seconds and change volume. See **
3/ now open the wait action you already made. tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. type here: %WAIT_TIME_SLIDER - make sure you change the settings to "abort existing task"
** If you want the app to open immediatly while waiting for the volume to go up, your task should consist out of follow steps, in that practicullar order:
1. open app
2. Wait -> %WAIT_TIME_SLIDER seconds
3. Volume buttons (but I never used that in tasker, so it has to be an action that exists, not sure about it)
*** if you want the slider to remember the set interval it gets a bit more complicated.
If your familiar with programming here are some hints to set it the first time so it won't give an error on first run (this should be at the beginning of your task):
if %WAIT_TIME_SLIDER !isset
{%WAIT_TIME_SLIDER set to 5}
Now the first step on the progress changes:
1/ place the slider on the scene - set it to default value %WAIT_TIME_SLIDER
All the rest stays the same.

tiva said:
which version are you using? Jb/ics or the one for gingerbread or below?
For jb/ics:
1/ place the slider on the scene - set it to default value 5 - go to 'value selected' - add new task variabele set - set %wait_time_slider to %new_val
2/ no open the wait action you already made. Tab on the two arrows that overlap, you now get the option to type a value instead of select it with a slider. Type here: %wait_time_slider
i didn't check this out, but it should work normally... Good luck!
Click to expand...
Click to collapse
thank you! Thank you!

Related

[App] Recent Plus - volume control in recent apps dialog for CM7

What is Recent Plus!?
It is a small app in an early state that replaces the "recent apps" dialog that appears when you long-press the home button. It shows the recently opened apps as before but additionally shows a volume slider. See screenshots. Requires CM7.
UPDATE: Recent Plus in Market
Why?
As you all know, the nook color is a wonderful device but it is lacking hardware buttons. A typical and really nice remedy is to install keysmod / Hard-key editor and bind the volume buttons to back and menu. Problem: you can no longer easily change the current volume while in an app, especially when it is running in fullscreen.
It started with this post and I am now moving it here.
Requirements:
* a device running a recent nightly of cyanogenmod 7
Installation:
(0. install the keysmod so you have back/menu instead of the volume buttons)
1. install the apk that is attached to this post, UPDATE: Recent Plus in the Market
2. go to "Settings", "Cyanogenmod Settings", "Input", "long-press home settings": check "Use custom application" and then choose "Select custom application", tap "Applications" (yes, another tap here in that list! This is the first entry), finally select "Recent Plus!"
3. done. Now you can long press home to switch apps and change the volume
TODOs/Problems:
1. Not sure what happens with devices other than the nook and/or different roms
2. The number of recent apps can not be configured yet
Looking forward to your feedback!
History:
v0.7: (July 9, 2011)
color application label by status (white: running, gray: suspended, dark: closed) - can be turned off
fixed a force close bug when switching to apps in certain states
instead of force closing display an error message instead
Recent Plus in the Market
v0.6: (Apr 12 2011)
optional brightness slider (see settings)
v0.5:
crappy looking settings menu
select which volumes you want to control in the settings
v0.4:
fix android compatibility mode messing up the layout
v0.3:
visual stuff (Button background, longer app names)
different button layout in landscape/portrait
more apps
v0.2: initial release
(reserved)
Excellent app. My only problem is I cannot add recent plus as a custom application. I followed all of the steps exactly. Any advice?
matalo said:
Excellent app. My only problem is I cannot add recent plus as a custom application. I followed all of the steps exactly. Any advice?
Click to expand...
Click to collapse
I need more info. What does "cannot add as a custom application" mean? Could you follow all steps? Which Rom and which version are you running?
Kudos to you! This is exactly what I need to put everything together and eliminate the need to switch keys and such. Thanks for making an awesome app!
Ok, I figured out why I was only getting a small window that couldn't fit everything... I turned off Compatibility Mode in Spare Parts and now the Recent Plus window is big and works properly.
Does anyone have this working right at the default "on" setting for Compatibility Mode?
Nice idea. Works. Wishing i was on CM now
RoboRay said:
Ok, I figured out why I was only getting a small window that couldn't fit everything... I turned off Compatibility Mode in Spare Parts and now the Recent Plus window is big and works properly.
Does anyone have this working right at the default "on" setting for Compatibility Mode?
Click to expand...
Click to collapse
Worked fine for me. I also notice that there's an option in the settings to "show recent apps title". I unchecked it, but it still shows the title of the recent apps. Maybe you guys can work something out of it. Like having Compatibility Mode and still show the volume slider.
And, thanks.
RoboRay said:
Ok, I figured out why I was only getting a small window that couldn't fit everything... I turned off Compatibility Mode in Spare Parts and now the Recent Plus window is big and works properly.
Does anyone have this working right at the default "on" setting for Compatibility Mode?
Click to expand...
Click to collapse
Thanks for finding that out. I think I know how to fix that.
I just uploaded a new version that should fix the compatibility problem. Thanks again RoboRay.
MACLUIS1 said:
I also notice that there's an option in the settings to "show recent apps title". I unchecked it, but it still shows the title of the recent apps.
Click to expand...
Click to collapse
The are currently no options you can change. The stuff in that settings menu only applies to the default recent app switcher application.
Works great. Landscape mode works well too. Only thing id like to see is it control the complete system volume, not just media. You really have a great handy app. Is this only compatible with cm7 or is there future plans to have it work with other builds.
john10101 said:
Works great. Landscape mode works well too. Only thing id like to see is it control the complete system volume, not just media. You really have a great handy app.
Click to expand...
Click to collapse
Well, I can change it to affect all or only some of the different volumes. The thing is that I am not sure what is the best thing to do. The normal volume button is aware of the context and only changes that volume but I am not sure how to do that.
I don't like the idea of adding several sliders on the screen. Would having a settings menu to decide which volumes are affected help? Opinions?
john10101 said:
Is this only compatible with cm7 or is there future plans to have it work with other builds.
Click to expand...
Click to collapse
Well, the app itself is independent of the rom, but you need a way to launch it using a hardware button. I am not aware of a way to do this without support in the rom. One might be able to do something like "tap home -> launch recent plus", "double tap home -> go to home", not sure. This is similar to the softkeys behavior...
timoskrempel said:
Well, I can change it to affect all or only some of the different volumes. The thing is that I am not sure what is the best thing to do. The normal volume button is aware of the context and only changes that volume but I am not sure how to do that.
I don't like the idea of adding several sliders on the screen. Would having a settings menu to decide which volumes are affected help? Opinions?
Click to expand...
Click to collapse
Personally i would be fine with it doing full system volume, for my usage i dont think i need the ability to control different volume's. a settings option would be best for all around functionality for all users. i would suggest you hide it (press menu in app for it to show up) a settings menu would also give you ability to add features in the future if you choose so. I think there are people out there who would like this screen to do more then it does now. Myself all i want is a volume slider, This is much cleaner then having to use any other apps ive tried.
Thank you again for your hard work. This is going to be a staple apk, on my nook
timoskrempel said:
I don't like the idea of adding several sliders on the screen. Would having a settings menu to decide which volumes are affected help? Opinions?
Click to expand...
Click to collapse
A button to either pop out a selection menu or even to simply step through the different volume types with multiple presses might work. Tucked away behind the Menu button would make for a cleaner UI, though.
Media volume is the critical one to have by default, though, at least on a phoneless tablet... How often do people really have to change their Notifications volume on the fly? Adding a way to select the other volumes could certainly increase the app's usefulness outside the NC community, as well as to anyone who does constantly adjust the other volumes, though.
An option to adjust ALL volume levels with one slider would be very helpful, for instance when using with headphones -- see below.
RoboRay said:
Media volume is the critical one to have by default, though, at least on a phoneless tablet... How often do people really have to change their Notifications volume on the fly?
Click to expand...
Click to collapse
Yeah, about that... I was listening to music at a nice comfortable level using headphones, when I received an email... since RecentPlus only adjusted the media volume, the notification sound was deafening and had my ears ringing for a few moments.
tj!2k7 said:
An option to adjust ALL volume levels with one slider would be very helpful, for instance when using with headphones -- see below.
Yeah, about that... I was listening to music at a nice comfortable level using headphones, when I received an email... since RecentPlus only adjusted the media volume, the notification sound was deafening and had my ears ringing for a few moments.
Click to expand...
Click to collapse
Settings > CM > Sound > Always play on speaker > Notifications > Check
Or, use settings on the same page to attenuate them while using headphones, if you do want notification sounds out the 3.5mm jack.
FC when trying to switch to Yahoo Mail. I don't know if you can make anything out of that, just wanted to let you know
RoboRay said:
Settings > CM > Sound > Always play on speaker > Notifications > Check
Or, use settings on the same page to attenuate them while using headphones, if you do want notification sounds out the 3.5mm jack.
Click to expand...
Click to collapse
Yeah, that was one of the first things I did with CM7 as I love that feature on my phone... and I've got Not, Ring, and Alarm all set to play on speaker -- however -- have you actually tried the "always play on speaker" feature?
I've got two NCs here, and it doesn't work on either one -- most recent: CM7n30.
Can other folks confirm that this feature is working properly?
Edit: Based on some experimentation with Tasker just now, I don't think the NC hardware is actually capable of determining when headphones are plugged in.
Arbelzapf said:
FC when trying to switch to Yahoo Mail. I don't know if you can make anything out of that, just wanted to let you know
Click to expand...
Click to collapse
I installed yahoo mail but I can not reproduce this. It crashes when you hit the yahoo icon inside the recent app list? Does this happen every time?

[Q] long press touchscreen decrease time response

How can I decrease 'long press' time response on touchscreen. For example, I gave up to default keyboard to smart keyboard just for this option.
I want to change this time in every app of android (decrease it).
Using GT-I9100_NEE_I9100XWKI8_I9100OXXKI2_I9100XXKI4.
thanks
sadonlyone said:
How can I decrease 'long press' time response on touchscreen. For example, I gave up to default keyboard to smart keyboard just for this option.
I want to change this time in every app of android (decrease it).
Using GT-I9100_NEE_I9100XWKI8_I9100OXXKI2_I9100XXKI4.
thanks
Click to expand...
Click to collapse
I think that this is determined in the ROM or kernel of your ROM.
So you will have to test another ROM and/or kernel to get other time responses.
Just a suggestion:
Have you already tried to disable all window animations?
(In Settings menu => Display => Animations)
Maybe this has and influence on the display's response time too.
Good luck !
Yes, I tried already to disable animations, but it has no effect.
Of course there are many applications (like browsers) that have their own value to LongPress Timeout, but I'm sure there is a general variable value set. I just want where to find this and if we can change it.
This is all I found, but I'm not a developer so is not so helpful for me: http://developer.android.com/reference/android/view/ViewConfiguration.html
+1
someone ?
You can't change the long press timing on default Samsung ROM/Keyboard, that's why I switched to Hacker's Keyboard.
I'm not talking about keyboard only. Read my post, please.
That variable can/is different from app to app. You can manually set it in its XML file inside app but it takes time. Maybe it can be set in touchsreen file that control touchscreen drivers inside use/idc folder if you have it and to set that to be default option you have to edit touchscreen drivers inside kernel.
Sent from my IDEOS S7 Slim using XDA App

Gestures and Input - sound settings?

Hey guys,
My problem: I have an S7 edge, and the case that I got for it makes it a pain to use the volume buttons.
My solution: Use nova launcher prime to set a gesture to open volume settings.
I cannot find any way to get to the volume settings using the nova launcher. There are A TON activities you can go to, but I can only find "sound and notifications", which is ok for now, but still have to click "volume" afterwards. With so many options, I am sure there is a way to pull this off, curious if any of you lads have had any luck with this sort of thing.
Cheers,
- Patrick
patomack said:
Hey guys,
My problem: I have an S7 edge, and the case that I got for it makes it a pain to use the volume buttons.
My solution: Use nova launcher prime to set a gesture to open volume settings.
I cannot find any way to get to the volume settings using the nova launcher. There are A TON activities you can go to, but I can only find "sound and notifications", which is ok for now, but still have to click "volume" afterwards. With so many options, I am sure there is a way to pull this off, curious if any of you lads have had any luck with this sort of thing.
Cheers,
- Patrick
Click to expand...
Click to collapse
I have a set up where I use this app >> https://play.google.com/store/apps/details?id=com.phoenixstudios.aiogestures << and I point it towards a Tasker profile I made.
So basically with one swipe even on lock screen I can change the volume to any predefined level that I have made in Tasker.The beauty of this is I can use it with any launcher even stock and also change volume levels from the lock screen without opening my phone.
More information please
You'r solution sounds great. I have downloaded tasker and the gesture app, but it is definitely not a strait forward system.
Hate to be a bother, but if you could give a bit more detail on how to set up your system I would appreciate it!
patomack said:
You'r solution sounds great. I have downloaded tasker and the gesture app, but it is definitely not a strait forward system.
Hate to be a bother, but if you could give a bit more detail on how to set up your system I would appreciate it!
Click to expand...
Click to collapse
Tasker as a bit of a learning curve basically you need to create a task under the Task settings press + sign at bottom of screen and name your task (Example loud or silent) Then press the + sign at the bottom of the screen and select Audio from there you can select many different options ie Ringer volume Notification volume System volume etc.
Once you have created you task save it then use the "All gesture" app to select the Tasker task you made under shortcuts and then assign it to a gesture ie corner of screen etc.You can then set up multiple tasks to different corners of your screen.
Sorry this is only a basic guide Tasker as many more features you can use but as I said its a bit of a learning curve (But worth it)
Thank you
Tasker as a bit of a learning curve basically you need to create a task under the Task settings press + sign at bottom of screen and name your task (Example loud or silent) Then press the + sign at the bottom of the screen and select Audio from there you can select many different options ie Ringer volume Notification volume System volume etc.
Once you have created you task save it then use the "All gesture" app to select the Tasker task you made under shortcuts and then assign it to a gesture ie corner of screen etc.You can then set up multiple tasks to different corners of your screen.
Sorry this is only a basic guide Tasker as many more features you can use but as I said its a bit of a learning curve (But worth it)
Click to expand...
Click to collapse
Thank you,
This worked quite nicely.
I set my bottom left and right corners to high volume and mute.
This does the trick for now, would love to figure out a way to have a gesture open the quick volume menu which hovers over the screen, and shows the 4 volumes to adjust.
Thank you again!
Try Swiftly switch
Too much feature compare to your need but you may like it

BlackBerry Launcher allows short and long-press keyboard shortcuts for homescreen

I was thinking, if BlackBerry Launcher allows you to customize keyboard short-cuts to any key on the Priv/KeyOne, maybe it'll do the same for the Gemini.
Yes, it does! The launcher isn't as flexible as Nova, but it allows you to set up keyboard shortcuts while on the homescreen. So, for example, I can quickly go home with Fn+D and then long-press M to launch Google Maps. You could toggle Tasker shortcuts or anything else as well, possibilities are pretty endless.
dimex said:
I was thinking, if BlackBerry Launcher allows you to customize keyboard short-cuts to any key on the Priv/KeyOne, maybe it'll do the same for the Gemini.
Yes, it does! The launcher isn't as flexible as Nova, but it allows you to set up keyboard shortcuts while on the homescreen. So, for example, I can quickly go home with Fn+D and then long-press M to launch Google Maps. You could toggle Tasker shortcuts or anything else as well, possibilities are pretty endless.
Click to expand...
Click to collapse
Great thinking. It does work! I created Ctrl+ type short cuts.
jah said:
Great thinking. It does work! I created Ctrl+ type short cuts.
Click to expand...
Click to collapse
You created shortcuts that require you to hold down Ctrl first? How? The only options I see are long and short press.
I mount the Gemini in my truck as the head-unit when I get in (I'll share the solution in another post). Just created a Tasker profile that when I long-press Q it turns the display brightness all the way up, sets display timeout to never, connects to my Echo Dot via bluetooth, then reads back "Car Mode On."
When I hit Q again it reverses everything and says "Car Mode Off." I'm having fun hacking this little device.
dimex said:
You created shortcuts that require you to hold down Ctrl first? How? The only options I see are long and short press.
I mount the Gemini in my truck as the head-unit when I get in (I'll share the solution in another post). Just created a Tasker profile that when I long-press Q it turns the display brightness all the way up, sets display timeout to never, connects to my Echo Dot via bluetooth, then reads back "Car Mode On."
When I hit Q again it reverses everything and says "Car Mode Off." I'm having fun hacking this little device.
Click to expand...
Click to collapse
I installed the BB launcher then just pressed the Ctrl key with a letter key (e.g. "e") and the launcher offered me some options to link to this combination.
jah said:
I installed the BB launcher then just pressed the Ctrl key with a letter key (e.g. "e") and the launcher offered me some options to link to this combination.
Click to expand...
Click to collapse
No, it's either a long or short press of a single letter. You are unnecessarily holding Ctrl, it's not needed.
I tried Blackberry launcher but couldn't get it work in landscape, anybody been successful for this?
mmarks said:
I tried Blackberry launcher but couldn't get it work in landscape, anybody been successful for this?
Click to expand...
Click to collapse
Make sure your Planet App Bar is set to Force Landscape and Display Settings are set to Stay in Landscape when Rotated, or get an app like Ultimate Rotation Control which allows you to fine tune rotation, which is what I did. Set it to Force Auto, which will allow apps to rotate that don't normally allow that.

Tasker start task on specific time on game

I am interested in this and it is very important that someone explain to me and say whether it can be done and if it can, how?
I play BOWLING KING and I read that TASKER can only do many operations, wondering if it can do it. one game takes about 180 seconds, then ends, and after that SEARCH PLAYER is opened, what interests me is whether it is possible with the touch program to get someone to start looking for a player after the 180s, and not that I have to do it . If possible, how to do it? Is it possible to do this or to connect a botmaker with a task? Thanks.
dejanxxxx said:
I am interested in this and it is very important...........
Click to expand...
Click to collapse
I don't use Tasker myself but, I believe that one or more of the following threads should be helpful for what you are looking for. Don't be afraid to ask for some member guidance within one of them too.
https://forum.xda-developers.com/showthread.php?t=1110775
https://forum.xda-developers.com/showthread.php?t=2489449
https://forum.xda-developers.com/showthread.php?t=3742629
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Tandy TRS-80.
dejanxxxx said:
I am interested in this and it is very important that someone explain to me and say whether it can be done and if it can, how?
I play BOWLING KING and I read that TASKER can only do many operations, wondering if it can do it. one game takes about 180 seconds, then ends, and after that SEARCH PLAYER is opened, what interests me is whether it is possible with the touch program to get someone to start looking for a player after the 180s, and not that I have to do it . If possible, how to do it? Is it possible to do this or to connect a botmaker with a task? Thanks.
Click to expand...
Click to collapse
You can do this by using the Auto input tasker plugin
Create a task like
-if app launched
-wait .... Seconds
-Click on the search player area (using auto input plugin)
-again wait ... Seconds
-click on search player
Repeat the above loop
Hope my information was helpful
Regards,
milkyway3
milkyway3 said:
You can do this by using the Auto input tasker plugin
Create a task like
-if app launched
-wait .... Seconds
-Click on the search player area (using auto input plugin)
-again wait ... Seconds
-click on search player
Repeat the above loop
Hope my information was helpful
Regards,
milkyway3
Click to expand...
Click to collapse
Thanks.
But how do this (-Click on the search player area (using auto input plugin) really don't know. If you can and have time can you explain me and shows how do this. Thanks.
dejanxxxx said:
Thanks.
But how do this (-Click on the search player area (using auto input plugin) really don't know. If you can and have time can you explain me and shows how do this. Thanks.
Click to expand...
Click to collapse
Open tasker
Click on + icon to create a profile
Select your application
Add new task
Add action
Select wait 10 seconds (just for app to get properly launched)
Add action
Select plugin- auto input
Click on action
Select edit configuration
Select touch in action tab
Click on easy setup
A notification will appear
Open your game and play it once
Once played the search player option will appear
Select add option in notification
Click on search player
Click on OK in notification
You will automatically be taken back to tasker
Add action
Select wait 185 seconds (you can also set it 180 add just added 5 seconds for any kind of waiting time may be due to loading etc.)
Add action
Select task- goto
Repeat the loop (after the action of wait 10 sec i.e.from the Auto input action)
Done
Hope you also add a thanks to my post if it was helpful
Regards,
milkyway3
milkyway3 said:
Open tasker
Click on + icon to create a profile
Select your application
Add new task
Add action
Select wait 10 seconds (just for app to get properly launched)
Add action
Select plugin- auto input
Click on action
Select edit configuration
Select touch in action tab
Click on easy setup
A notification will appear
Open your game and play it once
Once played the search player option will appear
Select add option in notification
Click on search player
Click on OK in notification
You will automatically be taken back to tasker
Add action
Select wait 185 seconds (you can also set it 180 add just added 5 seconds for any kind of waiting time may be due to loading etc.)
Add action
Select task- goto
Repeat the loop (after the action of wait 10 sec i.e.from the Auto input action)
Done
Hope you also add a thanks to my post if it was helpful
Regards,
milkyway3
Click to expand...
Click to collapse
Thanks for your reply. Here:
Here's a video, see if I've done everything well, and come here (
Click on search player
Click on OK in notification)
When should I click on (OK in notification) will not react when I click (and I do not know if I did everything well?) Watch the video and tell me if I have done well and what else should I do? Thanks a lot.
dejanxxxx said:
Thanks for your reply. Here:
Here's a video, see if I've done everything well, and come here (
Click on search player
Click on OK in notification)
When should I click on (OK in notification) will not react when I click (and I do not know if I did everything well?) Watch the video and tell me if I have done well and what else should I do? Thanks a lot.
Click to expand...
Click to collapse
You missed to select touch in action tab at
1 min 24 sec (1:24) in the video
First click on action below easy setup
Then select 'click'
Then proceed further by referring to my previous post
Regards,
milkyway3
milkyway3 said:
Open tasker
Click on + icon to create a profile
Select your application
Add new task
Add action
Select wait 10 seconds (just for app to get properly launched)
Add action
Select plugin- auto input
Click on action
Select edit configuration
Select touch in action tab
Click on easy setup
A notification will appear
Open your game and play it once
Once played the search player option will appear
Select add option in notification
Click on search player
Click on OK in notification
You will automatically be taken back to tasker
Add action
Select wait 185 seconds (you can also set it 180 add just added 5 seconds for any kind of waiting time may be due to loading etc.)
Add action
Select task- goto
Repeat the loop (after the action of wait 10 sec i.e.from the Auto input action)
Done
Hope you also add a thanks to my post if it was helpful
Regards,
milkyway3
Click to expand...
Click to collapse
milkyway3 said:
You missed to select touch in action tab at
1 min 24 sec (1:24) in the video
First click on action below easy setup
Then select 'click'
Then proceed further by referring to my previous post
Regards,
milkyway3
Click to expand...
Click to collapse
Hi, I started working again how you told me and everything is fine, but when I click on SEARCH PLAYER then OK / ACCEPT does not lead me to TASKER but to AUTOINPUT and see what happens when I enter AUTOINPUT afterwards. I do not know what I have to choose. I clicked on FIELD TYPE type. I did everything you said, but what should I choose when I returned the tasker?
dejanxxxx said:
Hi, I started working again how you told me and everything is fine, but when I click on SEARCH PLAYER then OK / ACCEPT does not lead me to TASKER but to AUTOINPUT and see what happens when I enter AUTOINPUT afterwards. I do not know what I have to choose. I clicked on FIELD TYPE type. I did everything you said, but what should I choose when I returned the tasker?
Click to expand...
Click to collapse
Yeh you will be taken back to auto input
Then you need to click on the first element and then select tick✓ option on top rignt corner
Then you will automatically be taken back to tasker
Next, you can continue further to add action , 185 sec.......
And yeh your attached file is corrupted I couldn't view it
Regards,
milkyway3
Good day. I did what you told me, I came to an end, but it makes me confused
Repeat the loop (after a 10 seconds waiting action from the automatic action i.e.from)
Done
What to do again, what to choose from these options in the window, it seems to me that I did not do nice and did not start SEARCH PLAYER, when I finish everything in the lower left corner of the PLAY icon do I have to click on it?
Here's a picture from GO-TO , where confused me what I need to choose
And on notification shows me no active profiles and look what shows more, and it is profile good?
Thanks so much
dejanxxxx said:
Good day. I did what you told me, I came to an end, but it makes me confused
Repeat the loop (after a 10 seconds waiting action from the automatic action i.e.from)
Done
What to do again, what to choose from these options in the window, it seems to me that I did not do nice and did not start SEARCH PLAYER, when I finish everything in the lower left corner of the PLAY icon do I have to click on it?
Here's a picture from GO-TO , where confused me what I need to choose
And on notification shows me no active profiles and look what shows more, and it is profile good?
Thanks so much
Click to expand...
Click to collapse
You have to choose the action number corresponding to the auto input action
There should be no reason for Tasker to show as no active profile
It also seems that you haven't purchased autoinput plugin. It is a paid app and you will have to purchase it to make it work
Regards,
milkyway3
milkyway3 said:
You can do this by using the Auto input tasker plugin
Create a task like
-if app launched
-wait .... Seconds
-Click on the search player area (using auto input plugin)
-again wait ... Seconds
-click on search player
Repeat the above loop
Hope my information was helpful
Regards,
milkyway3
Click to expand...
Click to collapse
milkyway3 said:
You have to choose the action number corresponding to the auto input action
There should be no reason for Tasker to show as no active profile
It also seems that you haven't purchased autoinput plugin. It is a paid app and you will have to purchase it to make it work
Regards,
milkyway3
Click to expand...
Click to collapse
You have to choose the action number corresponding to the auto input action<Which number should I choose?
Click to expand...
Click to collapse
I do not know why shows that there is no active profile. So until I buy AUTOINPUT, this can not work?
I'll record the whole process to see. Thanks.
milkyway3 said:
You have to choose the action number corresponding to the auto input action
Regards,
milkyway3
Click to expand...
Click to collapse
Can you tell me more about this, only this number / adjustment is missing for me to finish everything. I can not figure out what to choose. Thank you.
dejanxxxx said:
Can you tell me more about this, only this number / adjustment is missing for me to finish everything. I can not figure out what to choose. Thank you.
Click to expand...
Click to collapse
Could you just send me a screenshot of your *half created* profile so that I may assist you further
Regards,
milkyway3
milkyway3 said:
You have to choose the action number corresponding to the auto input action
There should be no reason for Tasker to show as no active profile
It also seems that you haven't purchased autoinput plugin. It is a paid app and you will have to purchase it to make it work
Regards,
milkyway3
Click to expand...
Click to collapse
milkyway3 said:
Could you just send me a screenshot of your *half created* profile so that I may assist you further
Regards,
milkyway3
Click to expand...
Click to collapse
Of course, thank you. I'll do it soon, here in a few minutes.
Here you go.
If you need to make a step-by-step recording, tell me.
Step by step .
dejanxxxx said:
Here you go.
If you need to make a step-by-step recording, tell me.
Click to expand...
Click to collapse
In this case, action number coresponds to 1 i.e.1 is the wait 10 seconds action
In the below video you have wrongly selected the autoinput action
You should click on add only at 2:48 i.e. when the search player option appears
You clicked even before starting the game (at the at the menu button on home screen)
milkyway3 said:
In this case, action number coresponds to 1 i.e.1 is the wait 10 seconds action
In the below video you have wrongly selected the autoinput action
You should click on add only at 2:48 i.e. when the search player option appears
You clicked even before starting the game (at the at the menu button on home screen)
Click to expand...
Click to collapse
I understand, I'm going to make a mistake, so I need to enter number 1? for GOTO?
And what should I choose from the drop-down menu in the task / goto?
You say that I only need to click on SEARCH PLAYER once?
Select add option in notification
Click on search player
Click on OK in notification
When the game ends, then I have to click first on ADD then SEARCH PLAYER and then OK? is that right?
This confuse me
I understand, after finishing the game, DO NOT MAKE CLICK ON SERACH PLAYER, only on OK / ADD?
If I'm no longer boring, I think I understand if this goes like this: after autoinput / easy setup / I first select the application and then click on ADD?
And I think I'm mistaken for adjusting the goto, I do not think I set a good setting.
I'd like to ask you once more to explain to me.
When I finish the profile, I click on the play icon, but again shows No active profiles
Thanks so much , very much thanks .

Categories

Resources