Hi everyone!
I'd like to have a new feature to my S7 Always on Display, kind of like Motorola did with their Ambient Display.
In particular I want to toggle the AOD on and off when the display is off by waving over the proximity sensor or double tap on the display.
And as an extra (nice to have but not absolutely necessary), it would be nice to turn AOD on when I grab my phone and I have notifications.
I've tried my best, but the AOD won't get to work when the display is off. So I hope here are some talented users who can do something like that (or even have it already done).
I appreciate every help from you guys.
If you're rooted I used tasker to do exactly this. I could export an apk file for you.
I have a few versions:
- wave hand over proximity and AOD turns on for 10 seconds, then back off
- AOD turns off when proximity covered (so it's not on in your pocket) and turns back on when proximity uncovered.
- wave hand over proximity and wake to lockscreen
- wave hand over proximity to unlock (requires longpress home to unlock option enabled)
Edit: Wow...i just realized this IS the tasker forum, sorry!
Run Shell [settings put system aod_mode 0] use root: on
That will turn AOD off, if it's currently displayed
To turn it on, you set to 1 but its a little more tricky... you have to toggle the screen on/off after setting aod_mode to 1....but that will make your screen flash on for a split second (which you dont want)....so.... create a full screen, black scene...show the scene before toggling screen on and destroy it after toggling screen off..... you'll never know...
Code:
Profile: Proximity AOD Off (595)
State: Proximity Sensor
State: Display State [ Is:eek:ff ]
Enter: AOD Off (621)
A1: Run Shell [ Command:settings put system aod_mode 0 Timeout (Seconds):0 Use Root:eek:n Store Output In: Store Errors In: Store Result In: ]
Exit: AOD On (622)
A1: Run Shell [ Command:settings put system aod_mode 1 Timeout (Seconds):0 Use Root:eek:n Store Output In: Store Errors In: Store Result In: ]
A2: If [ %SCREEN ~ off ]
A3: Show Scene [ Name:Blocking Display As:Activity, Full Display, No Bar Horizontal Position:100 Vertical Position:100 Animation:System Show Exit Button:eek:ff Show Over Keyguard:eek:n Continue Task Immediately:eek:n ]
A4: Run Shell [ Command:input keyevent 1015
input keyevent 6 Timeout (Seconds):0 Use Root:eek:n Store Output In: Store Errors In: Store Result In: ]
A5: Destroy Scene [ Name:Blocking ]
A6: End If
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
- wave hand over proximity and AOD turns on for 10 seconds, then back off
- AOD turns off when proximity covered (so it's not on in your pocket) and turns back on when proximity uncovered.
Click to expand...
Click to collapse
Wow, that seems to be pretty complicated. Could you upload the xml file for the quotes things above for me? That would be great
ichbinich said:
Wow, that seems to be pretty complicated. Could you upload the xml file for the quotes things above for me? That would be great
Click to expand...
Click to collapse
Its really not all that complicated. Here ya go:
Air AOD
Proximity AOD Off
Blocking Scene
?
Of course, you don't want to use both of these at the same time.... they're sorta opposites. If you keep AOD Off normally and want it took appear for 10 seconds when you wave your hand, use AOD. If you keep AOD On normally and want it to turn off when in your pocket, etc...Then back on when out of pocket...use Proximity AOD Off.
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
Its really not all that complicated. Here ya go
Click to expand...
Click to collapse
Thank you very much for sharing, I really appreciate that. But for some reason I cannot import those because they are invisible when I want to select them for importing. Any suggestions on that?
Make sure you've put the files in the proper folders.
/sdcard/Tasker/Profiles
/sdcard/Tasker/Scenes
Sent from my SM-G955F using Tapatalk
Thanks! It's working pretty well but is it the same with your device?
- After waving over the proximity sensor it takes about 5 seconds or so for AOD to show up
- Before AOD shows up, the light of softkeys as well as a SuperSU message are showing up for a short time
It takes a second or two, yes. If you're seeing soft keys and/or toasts, then the blocking scene probably needs to be tweaked for display size. Play around with it, you'll get it.
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
It takes a second or two, yes. If you're seeing soft keys and/or toasts, then the blocking scene probably needs to be tweaked for display size. Play around with it, you'll get it.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
I set the scene up with my size (1080x1920) but I still get this:
1) less than 1 second the lockscreen (or homescreen, cannot say properly, it goes that fast)
2) SuperSU toast + softkey lights
3) black screen
4) than finally the AOD
that is awkward that it doesn't work properly on my device. Do you have any further ideas what I can check in order to get it working?
ichbinich said:
I set the scene up with my size (1080x1920) but I still get this:
1) less than 1 second the lockscreen (or homescreen, cannot say properly, it goes that fast)
2) SuperSU toast + softkey lights
3) black screen
4) than finally the AOD
that is awkward that it doesn't work properly on my device. Do you have any further ideas what I can check in order to get it working?
Click to expand...
Click to collapse
Hmmm.... I'm really not sure. Which profile are you using...Air AOD or Proximity AOD?
Are you saying that the display turns on and you see the whole lockscreen.... then it goes black except for the nav buttons and toast?
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
Hmmm.... I'm really not sure. Which profile are you using...Air AOD or Proximity AOD?
Are you saying that the display turns on and you see the whole lockscreen.... then it goes black except for the nav buttons and toast?
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
I'm using the Air AOD. Please look at the attached video (the softkey lights starting at the moment when the lockscreen is on).
ichbinich said:
I'm using the Air AOD. Please look at the attached video (the softkey lights starting at the moment when the lockscreen is on).
Click to expand...
Click to collapse
I see...The purpose of the blocking screen is to prevent that from happening. I think if you turn that Wait action on in A4 it might work for you.
However I see that the profile I linked is an old version that I must have uploaded a while ago...it doesn't match the description that I posted above. It shouldn't be the reason you're having problems, but I recommend deleting that profile from Tasker and from /sdcard/Tasker/ then import this one. Sorry about that.
https://www.dropbox.com/s/3zpgje43mhijxh6/Air_AOD.prf.xml?dl=0
I anticipate you'll have the exact same issue. If so, if you insert a Wait Acton between A2 and A3 for 1 sec or so, I think it'll work.
Sent from my SM-G955F using Tapatalk
Unfortunately that didn't change anything.
ichbinich said:
Unfortunately that didn't change anything.
Click to expand...
Click to collapse
Huh, I'm out of ideas unfortunately. Sorry it's not working for ya. It works well on my s8+
Sent from my SM-G955F using Tapatalk
Hello, @RuggedHunter
I'm sorry for bumping a 6+ months old topic but I think you can help me out with my problem. Here goes:
AOD is set to be 'Always' on from its settings.
I am using the second option from this tutorial: https://www.xda-developers.com/automatically-toggle-samsungs-always-on-display-when-charging-app which toggles the AOD option to on when the device is lying on a table for example with the screen facing upwards and toggles it off if this condition is not met. Now this works perfectly, but my problem is as follows.
If the screen is turned off, the new AOD setting won't take effect unless I turn the screen back on and turn it off again. So, for example, if my phone's in my hand and AOD is off with the screen off, when I leave it on the table facing up AOD won't show up, despite the proper condition being met. Now I tried the SecureSettings plugin way to wake up my screen for 1 sec but that didn't work at all for some reason. Could you help me out with this thing, please? I saw that you've made some black overlay and turn on the screen then apply this blocking overlay until it turns back off, but I'm no expert with Tasker so it was a bit confusing. Would you explain to me what to do in Tasker (step-by-step if possible, I know the basics things like how to make profile, task, etc btw) in order to make that AOD switch profile work perfect (aka to set aod_mode, turn on screen, show black blocking overlay while it's on, turn, screen back off, destroy overlay when screen turns off)?
Sorry for such a long post, I'm using a ported S8 ROM on my Galaxy S5 called Nemesis Reborn V4 but the "aod_mode" stuff works so anything S8 should.
@koragg97 yeah I had the same problem and worked around it like this... Here's my AOD ON task. The blocking scene is just a full display overlay blocking that is all black #FFFFFF and the keyevents toggle the dismay on/off quickly... they can both be 6 if you want.
AOD On (622)
A1: Run Shell [ Command:settings put system aod_mode 1 Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A2: If [ %SCREEN ~ off ]
A3: Show Scene [ Name:Blocking Display As:Activity, No Bar, No Status Horizontal Position:100 Vertical Position:100 Animation:System Show Exit Buttonff Show Over Keyguardn Continue Task Immediatelyn ]
A4: Run Shell [ Command:input keyevent 1015
input keyevent 6 Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A5: Destroy Scene [ Name:Blocking ]
A6: End If
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
@koragg97 yeah I had the same problem and worked around it like this... Here's my AOD ON task. The blocking scene is just a full display overlay blocking that is all black #FFFFFF and the keyevents toggle the dismay on/off quickly... they can both be 6 if you want.
AOD On (622)
A1: Run Shell [ Command:settings put system aod_mode 1 Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A2: If [ %SCREEN ~ off ]
A3: Show Scene [ Name:Blocking Display As:Activity, No Bar, No Status Horizontal Position:100 Vertical Position:100 Animation:System Show Exit Buttonff Show Over Keyguardn Continue Task Immediatelyn ]
A4: Run Shell [ Command:input keyevent 1015
input keyevent 6 Timeout (Seconds):0 Use Rootn Store Output In: Store Errors In: Store Result In: ]
A5: Destroy Scene [ Name:Blocking ]
A6: End If
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Had to change the keyevent apparently but it works nicely. I also made a check so that it works just when the phone is locked to prevent accidental screen turn off if I cover the proximity sensor when I'm just using the phone. Also added an InCall safeguard since phone is technically locked during a call and the power button simulation ends the call lol
Related
Is there anybody who knows how I can add an Shortcut of Gear Settings -> Display -> Brightness on Nova Launcher Desktop?
If I try to set an Shortcut of Settings. I only can use Display. But this is the setting of the Device and it will crash everytime.
Hope you can help me.
Thx forward
Filler1971 said:
Is there anybody who knows how I can add an Shortcut of Gear Settings -> Display -> Brightness on Nova Launcher Desktop?
If I try to set an Shortcut of Settings. I only can use Display. But this is the setting of the Device and it will crash everytime.
Hope you can help me.
Thx forward
Click to expand...
Click to collapse
Creat a widget: Shortcuts >> Activities >> Settings (the stock one not nova) >>displayDisplaySettingsList
I know this isn't what you asked about.... but I'm using Tasker to set the automatically set the screen brightness based on time of day.
i.e.auto set brightness set to "4" (tasker display brightness value of 142) at 8AM for daytime use, and brightness set to "2" (tasker display brightness value of 54) at 5PM for nighttime.
Probably could make some homescreen buttons to toggle/change brightness levels too...
I reinstalled gravity box to get full options and use brightness slider.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Thx for reply :good:
@almulder1092
That's the way I've done it.
Maybe I should take a deeper look for Tasker. I've often read about it.
Filler1971 said:
Thx for reply :good:
@almulder1092
That's the way I've done it.
Maybe I should take a deeper look for Tasker. I've often read about it.
Click to expand...
Click to collapse
I use the tasker way. It 9:00pm my watch goes it to low brightness and silent mode until 8:00am then it returns to normal brightness and sound mode.
any chance you can export out the profile and upload it i would to use it if you don't mind with different hours
cyberone3 said:
any chance you can export out the profile and upload it i would to use it if you don't mind with different hours
Click to expand...
Click to collapse
I would but I have since wiped it out and reverted back to stock. This weekend I plan on redoing my gear. (Was testing some stuff out). Once I do I will upload them.
almulder1092 said:
I would but I have since wiped it out and reverted back to stock. This weekend I plan on redoing my gear. (Was testing some stuff out). Once I do I will upload them.
Click to expand...
Click to collapse
thats a person form the twrp thread was able to get me up and working again
but if you code that woudl be great when you have the time
i know this wont be the last time this will be asked
By the time you've downloaded it to your phone, sent it via Bluetooth to your watch and then imported it into tasker on your watch you could have written the profile 4 times over!
Here's the description of the task in rough that I've just made. You should really write your own tasks to make them specific to you.
Profile: Gear Light And Sound (497)
Time: From 21:00 Till 08:00
Enter: Gear Light Sound (500)
A1: Display Brightness [ Level:49 Disable Safeguardff Ignore Current Levelff Immediate Effectff ]
A2: Ringer Volume [ Level:0 Displayff Soundff ]
Exit: Gear Light And Sound Start (503)
A1: Display Brightness [ Level:136 Disable Safeguardff Ignore Current Levelff Immediate Effectff ]
A2: Ringer Volume [ Level:10 Displayff Soundff ]
- rooted phones only !
Video here :
https://www.youtube.com/watch?v=Na16oUbF674&feature=youtu.be
I found the files that temporary turn off the notification/charging led on our Xperia Z.
This light is quite strong and can be bothering when sleeping.
So now I have a Tasker icon on my home page that automatically when I want to sleep:
- Load the alarm screen
- Put the screen brightness to very dim
- Change the screen standby time to 10 seconds
- Put in silence mode
- Put in airplane mode (via secure settings)
- An finally turn off the charging led colors
For the led part, add a task in Tasker then click the + button and choose Script -> Launch a Shell
Check "Use root" and add in the command entry :
echo 0 > /sys/class/leds/lm3533-blue/max_brightness
Follow the same procedure to add these two commands :
echo 0 > /sys/class/leds/lm3533-red/max_brightness
echo 0 > /sys/class/leds/lm3533-green/max_brightness
To turn them back on change the 0 with 255 in another task
And another to put things back on when I wake up.
In order to have a task icon to your homescreen just add a shortcut then choose Takser shorcut.
You can change the icon into taker too.
Or just put the phone face down?
I cannot actually believe that that tiny led disturbs your sleep... What happens if a car drives by... Or there's a full moon on a clear night? What about the stars...?
Sent from my C6603 using Tapatalk
technaudio said:
Or just put the phone face down?
I cannot actually believe that that tiny led disturbs your sleep... What happens if a car drives by... Or there's a full moon on a clear night? What about the stars...?
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
1. Try typing "turn off charging light" in Google and see how much people are bothered with that question.
2. Face down? How convenient to use it as a night clock. Without mentioning the dock.
3. I don't know about full moon or clear night, I live under a roof.
4. Yes, I find the green light is particularly strong and I passed the age of having a night light.
5. More importantly you sir are really not in the good forum to question the utility of having a better control of your phone. Quite surprising that came from you because you made a similar thread back in 2012 (make the notification light dimmer)
Hello!
I have a question about profile to execute task when opening or closing app without accessibility services turned on.
So I want my phone to automatically do some stuff when I open a particular app.
Is is possible to detect app open or close without enabling Tasker accessibility sercice.
Why I want this? I have Nexus 5x rooted with TWRP, so I want encryption enhanced with my password, which is not possible when one have any accessibility service enbled.
So, is there a way to detect app opening or closing without tasker accessibility service?
Thank you!
How experienced are you? You can use this as a guide, but since oom_adj values behave differently for other devices, you'll need to take the concept and modify it to your needs...but yes, you can create your own looping task to detect the launch or closing of any app. Here's how I detect that Tasker has closed:
Code:
Detect Tasker (355)
Run Both Together
A1: Variable Set [ Name:%newline To:
Do Maths:eek:ff Append:eek:ff ]
A2: Variable Set [ Name:%space To: Do Maths:eek:ff Append:eek:ff ]
A3: Run Shell [ Command:ps Timeout (Seconds):0 Use Root:eek:ff Store Output In:%apps Store Errors In: Store Result In: ]
A4: Variable Split [ Name:%apps Splitter:net.dinglisch.android.taskerm Delete Base:eek:ff ]
A5: Variable Split [ Name:%apps1 Splitter:%newline Delete Base:eek:ff ]
A6: Variable Set [ Name:%last To:%apps1(#) Do Maths:eek:ff Append:eek:ff ]
A7: Variable Set [ Name:%taskerpidline To:%apps1(%last) Do Maths:eek:ff Append:eek:ff ]
A8: Variable Split [ Name:%taskerpidline Splitter:%space Delete Base:eek:ff ]
A9: Variable Set [ Name:%taskerpid To:%taskerpidline4 Do Maths:eek:ff Append:eek:ff ]
A10: Run Shell [ Command:cat /proc/%taskerpid/oom_adj Timeout (Seconds):0 Use Root:eek:ff Store Output In:%oom Store Errors In: Store Result In:%Aresult ]
A11: Flash [ Text:%oom Long:eek:ff ]
A12: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A13: Goto [ Type:Action Number Number:1 Label: ] If [ %oom < 2 ]
A14: Write File [ File:DetectTasker/shutdownlog.txt Text:%DATE %TIME Append:eek:n Add Newline:eek:n ]
You'll need to change A4 to the package name you want and insert a flash of %oom in the loop so you can understand how the value behaves for you when opening and closing the app...then change the check on A13 to what works for you. A14 writes a file, so you could use a File Modified context to trigger whatever tasks you want.
Sent from my SM-G928C using Tapatalk
Well, to be honest, I am not that experienced, and this is a bit too much for me.
Specifically I want to automatically execute some tasks when opening and closing Nexus 5x Camera app (stop music playing when opening and opening Snapseed when closing and other). I know that this is not very serious life dependant stuff, but Tasker is all about making life easier ?. Tasks are easy to create, but I am not knowledgeable enough to understand everything you proposed.
Thank you for your effort anyway!
deleted
kurci2 said:
Well, to be honest, I am not that experienced, and this is a bit too much for me.
Click to expand...
Click to collapse
No worries. One of the beautiful things about Tasker is that there's almost always multiple ways to achieve your intended result.
kurci2 said:
Specifically I want to automatically execute some tasks when opening and closing Nexus 5x Camera app (stop music playing when opening and opening Snapseed when closing and other).
Click to expand...
Click to collapse
If you really want this and feel overwhelmed by the shell scripts above, you can probably avoid trying to detect the camera app altogether by making a shortcut out of your task and using it to launch the camera instead of the app icon. Set an icon and save a shortcut to your desktop or whatever that turns off the music and launches the camera. Always use that shortcut icon to open your camera app instead of the camera app's icon.
You could do a variety of things to avoid detecting when the camera closes. You could make a task that runs the tasks you wish to perform when camera closes, then kills the camera itself... And you could display an invisible overlay scene that performs that task when you long press it....or you could use Xposed Additions module to map that task to the Back and Home buttons... Lots of options there.
kurci2 said:
I know that this is not very serious life dependant stuff, but Tasker is all about making life easier ?. Tasks are easy to create, but I am not knowledgeable enough to understand everything you proposed.
Thank you for your effort anyway!
Click to expand...
Click to collapse
Overcoming these kinds of challenges is what helps you master Tasker. [emoji2]
Sent from my SM-G928C using Tapatalk
RuggedHunter said:
Overcoming these kinds of challenges is what helps you master Tasker. [emoji2]
Click to expand...
Click to collapse
Hello again!
I have started to learn tasker, but I am only at basics. For example I configured WiFi ON/OFF based on cell towers around me and I automated SMS backup.
But I am still far away from understanding your script (for example I do not know what to write in "To:" section and I do not know that does ff mean).
Before I had multiple wishes for tasker to do. I wanted it to automatically make all the pictures black and white when would enable that profile, but I found other quick ways with Snapseed and photoshop. After that I wanted automatic photo uploading and then I figured that Google Photos is the greatest of them all and already automatic. Etc.
There is only one thing left that I can not solve without this tasker script. I want to turn off camera sounds. I know about deleting camera sounds in system folder, but if one uses HDR that is not effective, because HDR makes its own sound. Those camera sounds are really annoying to me.
So I am asking you if you can help me to create a tasker profile and task to enable Do not disturb mode when camera app is opened and restore to previous volume setting when camera is closed. I use stock Google Camera on Nexus 5X, and I think this is the best and most straight forward android camera app.
So my question is if you can help me to configure this profile. This is kind of my last thing from Nexus perfetion .
[SOLVED] - Accessibility services and password enhanced encryption
Hello!
I have managed to solve my problem and I want to share it with everyone else who (like myself) does not know this workaround.
Issue description.
So as I mentioned, I have a rooted Nexus 5X with TWRP recovery (like many other here I am sure). As we know, to protect my data form beeing accessible directly via TWRP one must have "Password enhanced encryption". But the problem is, that when one enables any of the Accessibility Services the message pops uot, that the following action will disable "Password enahnced encryption" - unacceplteble security issue for some.
Solutin.
It turn outm that you can easily re-enable "Password during boot" option in security.
Steps:
Settings --> Accessibility --> Enable any of the services you want (Tasker in my case).
You will get the message stating: "If you turn on Tasker, your device won't use your screen lock to enhance data encryption."
For now you just click OK and procede. Note, that your device encryption is now not password enhanced.
It turns out, that one can just re-enable password protected encryption back in security settings.
Settings --> Security --> Screen Lock --> Chosse which one you perfer --> Enable "Reqire password to start device" and voila
You will see a message saying that the service won't be accessible till the device fully boots, but after that everything runs perfectly.
So, that's it.
It turns out, that I actually do not need all these comlicated Tasker scripts after all.
I would like to thank everyone for help. (Reddit source: https://www.reddit.com/r/Android/comments/3vry8k/users_running_lollipop_or_newer_may_be_using_a/)
Hi, I tried Tasker on encrypted device and now I uninstalled Tasker, reboot and TWRP + boot don´t wont PIN. It seems like device is not encrypted now. But in settings - security is "encrypted". How can I fix it? Thanks
---------- Post added at 11:26 AM ---------- Previous post was at 11:17 AM ----------
I can´t find "Password during boot" option. I have Pure Nexus (7.1.1_r21). Now I uninstall Tasker, reboot but TWRP / Boot don´t requite PIN. Settings - security says encrypted. How can I fix it please?
Hi! I know that this has been asked before but nothing has worked so far and I need help!
I am running tasker 4.9u1 on an LG G5 with android 7.0 Nougat. What I am trying to do is create a widget or button that will allow me to toggle my lock screen on and off, via keyguard toggle or any other method. The G5 variant that I have does not yet have root otherwise this would be a breeze. I have just a regular pattern lock screen. If yall know how to help me I would really appreciate it. Thanks.
brune
This method works for me, hope it helps you. https://forum.xda-developers.com/u/tasker-tips-tricks/guide-disable-pattern-pin-password-lock-t3663485
Like most things with programming/tasker there are several ways to achieve the same goal.
After creating your trigger profile, create an enter task to disable secure lock screen (sets the secure lock screen to engage 1 day after screen off = 86400 seconds, or 10 days after screen off = 864000 seconds)
Code -> Run Shell [
Command:settings put secure lock_screen_lock_after_timeout 86400
Timeout (Seconds):30
Use Root: on
Store Output In:
Store Errors In:%UnLockScreenError
Store Result In:
Continue Task After Error: on
]
Create an exit task to enable secure lock screen (sets the secure lock screen to engage 1 minute after screen off = 3600 seconds).
Code -> Run Shell [
Command:Settings put secure lock_screen_lock_after_timeout 3600
Timeout (Seconds):0
Use Root: on
Store Output In:
Store Errors In:%LockScreenError
Store Result In:
Continue Task After Error: on
]
To better understand using root shells to modify secure settings see Replace Secure Settings with Shell Commands
I've managed to make a profile that switches MortPlayer on when I connect my Bluetooth headphones but I can't get it to start playing the current track. Tried to do it using send intent copied from a Spotify profile I found but I only get an error message.
The action I use is this: MortPlayer.ui.widget.PLAY but it doesn't work. Can't remember the full Spotify line I based that on.
Edit realised that using media-media control-play (simultaneously)-app did the trick!
The profile works but only if I have unlocked the phone. It launches but Doesn't play.
This is a wild stab at the problem... Try adding a pop-up action (alert -> pop-up) with just a brief timeout to wake the screen before the play action.
It might also be due to the restrictions Android had built in as to what app may do with the screen locked.
"find somebody that you think is undeserving of your compassion and give it to them" - Christian Picciolini
Thanks I'll try that.
ktmom said:
This is a wild stab at the problem... Try adding a pop-up action (alert -> pop-up) with just a brief timeout to wake the screen before the play action.
It might also be due to the restrictions Android had built in as to what app may do with the screen locked.
"find somebody that you think is undeserving of your compassion and give it to them" - Christian Picciolini
Click to expand...
Click to collapse
Tried this with a 5 second delay but no luck. The profile activates fine but can't execute the final step. Don't see the alert pop up either in the screen.
It might be easier to help if we could see the problem task description.
Launch (16)
A1: Launch App [ App:MortPlayer Audio Books Data: Exclude From Recent Apps: off Always Start New Copy: off ]
A2: Wait [ MS:0 Seconds:5 Minutes:0 Hours:0 Days:0 ]
A3: Popup [ Title: Textlay Background Image: Layoutopup Timeout (Seconds):5 Show Over Keyguard: on ]
A4: Media Control [ Cmdlay [Simulated Only] Simulate Media Button: on App:MortPlayer Audio Books Use Notification If Available: off ]
The sequence works fine when the screen is on and unlocked It also works fine without the alert with the screen on and unkocked
Ok, I don't know (remember) your device and OS version. But, maybe the AutoInput unlock screen action will help where just waking the screen with the pop-up action didn't. In android 7+, the screen can be unlocked only if there is a non-secure lock screen or the smart unlock is active.
It's a OnePlus 3t OS 9.0.5 not rooted.
If the previous idea doesn't help you, then you may have to search out a OnePlus solution. Oxygen OS does it's own thing and I'm not particularly familiar with it's peculiarities.
Tried the smart unlock but it didn't solve the issue. Might try to add a delay whilst the phone unlocks to see if that helps