Is there a way to automate tilt to wake and always on display through Tasker? I've tried searching for a plug-in that would accomplish this but I can't find one, is there such a thing and if so could somebody point me in the right direction? Thank you in advance
Sent from my SM-N920C using Tapatalk
Related
Trying to figure out how to disable widget locker when in a call. I have it working for an incoming call but can't find the setting /variable for outgoing calls.
Also, any good explanations of this app in regards to contexts, tasks etc? I know it can do a lot. Any personal feedback?
Thanks
Sent from my ADR6300 using Tapatalk
I don't have widgetlocker, but maybe try disabling it everytime you load the dialer app?
I like your thinking. Thanks for the input. What kind of profiles do your use with tasker yourself?
Turn WiFi On When Home - using Cell Near because GPS eats battery
LockScreen Off When Charging
Load Music App When Headphones Plugged In
Put on Vibrate during my classes (reading them from a google calendar)
I've been meaning to create a lost phone profile, but every walkthrough I find is crazy long and i'm too lazy to create all the steps.
http://forum.xda-developers.com/showthread.php?t=769364
Is there a way to lock a Widget? I am loooking to have a Menu widget and lock it with the pattern lock. Anyone know if this is possible?
Thanks!
Mike
As of this day I can only use my Tab in vertical view. Does anyone know a solution so my Tab will be able to switch (rotate) from vertical to horizontal view? I have the rotation lock off. Thanks for helping me out.
Mado
Sent from my GT-P1000 using XDA App
Mado007 said:
As of this day I can only use my Tab in vertical view. Does anyone know a solution so my Tab will be able to switch (rotate) from vertical to horizontal view? I have the rotation lock off. Thanks for helping me out.
Mado
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Do you use a custom rom?
there is possibly a setting stuck... do you have experience with adb? you can use logcat to find out what happens if you switch orientation lock off and on and if you get errors when you (physically) change orientation of the tab...
does it only make problems with the homescreen or in every app?
I have the standard rom. Only You Tube can I view in horozontal mode. I have tried setting the rotation lovk on, and off and shaking my Tab, all to no avail. I have no experience with adb. My Tab is rooted and I have a terminal emulator program installed.
Sent from my GT-P1000 using XDA App
Mado007 said:
I have the standard rom. Only You Tube can I view in horozontal mode. I have tried setting the rotation lovk on, and off and shaking my Tab, all to no avail. I have no experience with adb. My Tab is rooted and I have a terminal emulator program installed.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Hi, have you tried doing a horizontal calibration, not sure if it can work for you.
Settings=>Display Settings=>Horizontal calibration
Regards,
I dont have such a setting in display. I have the euro type tab, dutch language. I have been looking in all settings but found nothing. Seems like i have to visit the Samsung Service Center :'(
Sent from my GT-P1000 using XDA App
Problem solved
In Smart Monitor Lite check Phone Orientation, and immidiately my Tab was able to rotate again. Thanks for the help.
Mado
Sent from my GT-P1000 using XDA App
Hi there!
I have a general question about the Samsung Galaxy S4 Google Edition. More precisely I am using a common european Version of the i9505 with Jamals Google Edition ROM. Is there any possibility to disable the softkey lights completely like it is possible in the original Samsung software? I think they don't look really good in the SGS4 and it is annoying me. I couldn't find anything about that on Google so I'm posting it here.
I have been looking as well, but there is nothing that works, all the apps in play store are old. If I get time I'm gonna have a look myself see if I can find the code and turn em off.
Sent from my GT-I9505 using Tapatalk 4 Beta
Found out how to disable touch key backlights. Find the file in the screen shot and set the maximum brightness to 0.
Sent from my GT-I9505 using Tapatalk 4 Beta
Great job, thanks a lot! :good:
*edit: I just recognized that the settings I made for the brightness like you told me just work fine until I restart the phone. Then the touch key lights glow again. Is there a possibility to set this permanently?
Kazzor7492 said:
Great job, thanks a lot! :good:
*edit: I just recognized that the settings I made for the brightness like you told me just work fine until I restart the phone. Then the touch key lights glow again. Is there a possibility to set this permanently?
Click to expand...
Click to collapse
A mod has recently been created for this. Check here
marcadam said:
Found out how to disable touch key backlights. Find the file in the screen shot and set the maximum brightness to 0.
Sent from my GT-I9505 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Anyone knows where this file is present in case of I9000 Galaxy S ? Because there is no folder called leds.
Hi any one here knows how to automatically turn on increase touch sensitivity using tasker? I like to enable this mode whenever i open any drawing apps since a metal pen works well as a stylus when this mode is enabled.
thanks!
you can enable it from the notification bar , expand it and it will appear at the last line
Sent from my SM-G900F using Tapatalk
dinocol said:
Hi any one here knows how to automatically turn on increase touch sensitivity using tasker?
Click to expand...
Click to collapse
You have to know the process name to hook it with Tasker. Perhaps someone has already looked into this and can tell you the name. Usually people request in the Tasker support forum.. and time permitting, the Devs there will find out the process name for you.
Or you could decompile apks, look at the source code or log cats to identify the process yourself. Which is probably how the Tasker Devs do it as well.
.
On my Pixel XL, the screen turns on as soon as I lift the phone and I can just swipe to unlock. On the OP5, it requires you to double tap the screen before you can unlock. The lift-to-wake part works fine and I get that they did it this way to prevent accidental unlocks in your pocket, but the proximity sensor can do that anyway.
I prefer the way it used to work, the way the Pixel works. I have never had a problem with my phone waking in my pocket. Is there any way to get it back to where it will unlock with a swipe after you lift it up? It would be nice if it was at least an option you could toggle. I can see why some people would prefer it this way to prevent accidental pocket unlocks.
Use Tasker. Make a Gesture event context. Your task only needs one action, Run Shell:
input keyevent 6
Make sure Use Root is checked and an the following condition:
If %SCREEN ~ off
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
Use Tasker. Make a Gesture event context. Your task only needs one action, Run Shell:
input keyevent 6
Make sure Use Root is checked and an the following condition:
If %SCREEN ~ off
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
I'm trying this out now. Thanks for the tips here. How are you getting Tasker to recognize root? Mine is not prompting me. I'm using Magisk.
xgerryx said:
I'm trying this out now. Thanks for the tips here. How are you getting Tasker to recognize root? Mine is not prompting me. I'm using Magisk.
Click to expand...
Click to collapse
Uncheck Use Root and change the Run Shell like this:
su
input keyevent 6
Or you can install the supersu apk.... even though you don't use it tasker will see that you're rooted.
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
Uncheck Use Root and change the Run Shell like this:
su
input keyevent 6
Or you can install the supersu apk.... even though you don't use it tasker will see that you're rooted.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
Something still isn't working it seems. Do I need to create a gesture event and record the lifting of the phone? The screen off IF function is red also. I dunno, maybe a little over my head. Tasker always kinda confused me.
xgerryx said:
Something still isn't working it seems. Do I need to create a gesture event and record the lifting of the phone? The screen off IF function is red also. I dunno, maybe a little over my head. Tasker always kinda confused me.
Click to expand...
Click to collapse
Yes, exactly. When creating the gesture, lay your phone on a flat surface. Longpress a volume key to start recording and immediately pick your phone up, then longpress volume again to stop recording. Make the gesture. Then link it to a task containing a Run Shell action with this code:
su
input keyevent 6
You should also go to Tasker Preferences > Monitor tab > Accelerometer > Yes
Edit: Also, your If condition is checking if the screen is off.... so it should be red any time you look at it in tasker, since obviously the screen is on while you're looking at it.
Sent from my SM-G955F using Tapatalk
RuggedHunter said:
Yes, exactly. When creating the gesture, lay your phone on a flat surface. Longpress a volume key to start recording and immediately pick your phone up, then longpress volume again to stop recording. Make the gesture. Then link it to a task containing a Run Shell action with this code:
su
input keyevent 6
You should also go to Tasker Preferences > Monitor tab > Accelerometer > Yes
Edit: Also, your If condition is checking if the screen is off.... so it should be red any time you look at it in tasker, since obviously the screen is on while you're looking at it.
Sent from my SM-G955F using Tapatalk
Click to expand...
Click to collapse
I think I have it all correct now but this red bar next to the linked task seems to be causing no profile to be active. Or root still is not working.
Looks perfect. Check the Run long and see of the profile is firing.
Sent from my SM-G955F using Tapatalk