Try as exit, not entry task instead.
Try as exit, not entry task instead.
If using appropriate contexts the submenu that appears will have an option, 'move to exit'. Select that ;-)
Then you gotta decide, do you want to be able to monitor the proxy sensor or not?
Unfortunately, even with tasker there is no way to have your cake and eat it too.
Here is my profile which sets %SView to 0 when the cover is open and to 1 when it is closed. You can use this variable in your profile as a state context.
Profile: S View (320)
Event: Intent Received [ Action:com.samsung.ssrm.COVER_OPEN Cat:None Cat:None Scheme:* Mime Type:* ]
Enter: S View (322)
A1: If [ %coveropen ~ true ]
A2: Variable Set [ Name:%SView To:0 Do Maths:Off Append:Off ]
A3: Else
A4: Variable Set [ Name:%SView To:1 Do Maths:Off Append:Off ]
A5: End If
Hope this helps.
Cheers
Do you have any idea if there is an intent that can tell when the cover is closed, if the screen is on or not?
Scenario is I have a profile that runs when the screen is on, but locked. It doesn't activate if you hit pwr or home with the cover closed.
What I'm trying to get is the intent that tells the phone to show the clock or whatever when the sview cover is closed and a button is pressed.