tasker - minimize refresh rate of sensors? - Android Apps and Games

I'm curious if there is a way to minimize how often tasker checks sensors for changes? for instance, I have a task set to silence notifications while face down, but it's not a time critical task for me. I wouldn't mind if it only checked every minute or so. thanks!
Sent from my LG-E970 using XDA Free mobile app

There is a setting for sensors in preferences.
Sent from my SM-N9005 using Tapatalk

thahim said:
There is a setting for sensors in preferences.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
nice, thanks! i felt kinda silly for not having checked that, but i appreciate the help

Related

FaceBook app on Nexus 5

Has any ever tried to edit a comment on the facebook app? No matter what ROM I'm running it just won't allow it. I have to do it from the browser.
Sent from my Nexus 5 using XDA Premium 4 mobile app
It works on mine
Sent from my Nexus 5 using Tapatalk
It works like champ.
Sent from my Nexus 5 using Tapatalk
Hmm I guess its a defect on my phone then
what version of the fb app are you running?
I have the exact same thing. Maybe its just bad luck.
Sent from my Nexus 5 using xda app-developers app
Long-press on the comment. There is no visual, audible, or haptic feedback but it will open a context menu letting you delete or edit it.
Sent from my Nexus 5 using XDA Premium 4 mobile app
mackentosh said:
Hmm I guess its a defect on my phone then
Click to expand...
Click to collapse
That it is definitely not. Any errors will be due to the Facebook app.
It doesn't happen all the time but yeah in Facebook when I focus a comment field sometimes the keyboard appears and then immediately disappears. Another major gripe I have with Facebook on this phone is that the graphic assets seem to be made for a lower res than this phone and so aren't as crisp as they should be. Especially the app icon in GEL. [/OT]
wake lock on Facebook is not good.
Sent from my Nexus 5 using Tapatalk
mortenmhp said:
That it is definitely not. Any errors will be due to the Facebook app.
Click to expand...
Click to collapse
Yea the Facebook app is awful. I think they'd be better off just asking someone on xda to develop it for them
Sent from my Nexus 5 using Tapatalk
FB app is a hog. I've had to tweak it to disable a couple of the services and also the startups so it doesn't kill battery. So far it does pretty good. I use Xposed and use BootManager to have it not load on startup, as well as ReceiverStop and kill a couple Receivers (appwidget_update and connectivity_change) so it just kills background stuff, not the actual app functions.
MrObvious said:
FB app is a hog. I've had to tweak it to disable a couple of the services and also the startups so it doesn't kill battery. So far it does pretty good. I use Xposed and use BootManager to have it not load on startup, as well as ReceiverStop and kill a couple Receivers (appwidget_update and connectivity_change) so it just kills background stuff, not the actual app functions.
Click to expand...
Click to collapse
My facebook app doesnt drain at all weirdly, I set it to refresh every hour, notifications and messages always on, and sync turned off. Often appearing as the last or second last app on my battery stats at the end of the say with about 3% total usage, and yes I do use it, alot!
Sent from my GT-P5110 using xda app-developers app

[Q] Disable Pedometer to save battery

Is there any way to disable the pedometer? I would not use this feature and am thinking it will save battery if it is disabled.
ericdmiller said:
Is there any way to disable the pedometer? I would not use this feature and am thinking it will save battery if it is disabled.
Click to expand...
Click to collapse
You can start/pause it. As long as it's paused it's not going to keep track of steps. Also noticed that having minimum background running apps will increase life by a lot. It was like draining last night and closed all apps and now lasting 2x longer haha Maybe that was just me.
Gear 2 + GS4
Thanks. How do I set a minimum number of background apps?
Sent from my SM-N900V using XDA Premium 4 mobile app
ericdmiller said:
Thanks. How do I set a minimum number of background apps?
Sent from my SM-N900V using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Long press with two fingers will pull up the recent(running?) apps list. Select "Close All"
Lizardchest said:
Long press with two fingers will pull up the recent(running?) apps list. Select "Close All"
Click to expand...
Click to collapse
Oh I thought he was referring to apps on the gear.
Sent from my SM-N900V using XDA Premium 4 mobile app
ericdmiller said:
Oh I thought he was referring to apps on the gear.
Sent from my SM-N900V using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I think he was. I was referring to the gear(long press/2 fingers on the watch). That's what I thought you meant, in order to save battery on the watch, don't have a lot of things running in the background(on the watch).
Lizardchest said:
I think he was. I was referring to the gear(long press/2 fingers on the watch). That's what I thought you meant, in order to save battery on the watch, don't have a lot of things running in the background(on the watch).
Click to expand...
Click to collapse
Hey guys sorry, Yeah referring to apps running on gear not phone. You can long press it or set up the double click to open recent apps to close.

[APP] HTC Gesture Listener [concept]

This is more of a proof of concept that might be useful to lock the screen.
Does not require root.
HTC's framework detects gestures while the screen is on, this is actually broadcasted to all applications, but the only app that reacts to it is HTC's Media Output (Three finger swipe up or left-right).
This app is both an implementation that reacts to a three finger click to lock the screen, and a dev concept that shows how to react to the gestures.
If you want to use this to lock the phone, just tap with three fingers anywhere after enabling device admin.
Download:
http://mohammadag.xceleo.org/public/Android/HTCOneM8/
Source:
https://github.com/MohammadAG/HTC-Gesture-Listener
More dev stuff:
If anyone is interested where this happens, it's in services.odex's com.htc.server.gesture package.
This is one of the best hacks I've used for the m8 so far ... Very simple yet tasty ?
Thanks..and keep up the good work
Sent from my HTC One_M8 using Tapatalk
Agreed just installed and is working perfectly! A brilliantly simple way of locking the phone!
Pretty cool. Awesome work.
Sent from my 831C using XDA Premium 4 mobile app
Nice work love it thanks :good:
Work great. Thanks
HTC M8 MaximusHD
Amazing! Although I would prefer that it only make the screen turn off the phone and go to sleep rather than just lock it. This will open up a lot of interesting development work though, I'm sure!
Sent from my HTC One_M8 using XDA Premium 4 mobile app
This it's awesome thanks!!
Sent from my HTC One_M8 using XDA Premium 4 mobile app
This is sweet! I use the double tap status bar xposed, but this is so much easier to use. Nice!
I tried but nothing happens.
Any ideas?
felonius said:
I tried but nothing happens.
Any ideas?
Click to expand...
Click to collapse
Check if 3 Finger Media Gesture is disabled in Settings -> Display & gestures
Sent from my HTC One_M8 using Tapatalk
MohammadAG said:
Check if 3 Finger Media Gesture is disabled in Settings -> Display & gestures
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Yes u r right!
Think default is off.
Thanks!
Thank you so much. This is an awesome feature add. The Media gesture is something that I have no use for and didn't want to change my kernel in order for this to work. I'm seeing how long I can go without rooting my phone. This will definitely prolong my challenge. ?
Sent from my 831C using Tapatalk
this is really so simple and so brilliant thanks
Does this affect battery life??
Sent from my HTC One_M8 using XDA Premium 4 mobile app
jaimeletelierhay said:
Does this affect battery life??
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Did for me. Was draining really bad and couldn't figure it out. Uninstalled and now batt life is back to being great.
Sent from my HTC6525LVW using Tapatalk
jaimeletelierhay said:
Does this affect battery life??
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No. The app doesn't even run in the background.
droidkevlar said:
Did for me. Was draining really bad and couldn't figure it out. Uninstalled and now batt life is back to being great.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
Don't spread BS, thank you.
Sent from my HTC One_M8 using Tapatalk
MohammadAG said:
No. The app doesn't even run in the background.
Don't spread BS, thank you.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Look, I respect that you are a Dev and have done good work. But what I said is not BS. I have been having bad batt drain for a few weeks. Couldn't figure it out. I uninstalled this and poof, no more batt drain. So how is that BS?
Sent from my HTC6525LVW using Tapatalk
For some reason I can't get this to work for me. I have 3 finger media gesture enabled. Is there anything else I'm supposed to do???
droidkevlar said:
Look, I respect that you are a Dev and have done good work. But what I said is not BS. I have been having bad batt drain for a few weeks. Couldn't figure it out. I uninstalled this and poof, no more batt drain. So how is that BS?
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
The app is simply a listener, it does not enable anything, in fact, if a three finger gesture is not detected by the system, as far as the system is concerned, the app does not exist (it does not take CPU cycles, or memory, or any resources besides storage for the APK).
Therefore, it's technically impossible for it to cause any battery drain. I have no idea what happened on your phone, but it's likely a coincidence.
With that said, my reply was a bit rude, so apologies for that.
Snapperjacker said:
For some reason I can't get this to work for me. I have 3 finger media gesture enabled. Is there anything else I'm supposed to do???
Click to expand...
Click to collapse
You'll need to enable the app as a Device Policy Manager. You have to open the app once for Android to confirm it wasn't maliciously installed.
Sent from my HTC One_M8 using Tapatalk

(APP) Pixel battery save

Hi guys,
I found this app so I want to share it with you. It is for AMOLED SCREEN,It works and really saves battery.This app not required root,and works with all phones.
I AM ONLY SHARING THIS APP ALL CREDITS GOES TO THE DEVELOPER.
If I helped you press tnx![emoji4]
Google play link- https://play.google.com/store/apps/details?id=pl.poveu.pixelbatterysaver
Sent from my SM-N900 using Tapatalk
Not actually a bug, it's a security feature of Android itself.
Sent from my SM-N9005 using Tapatalk
That 'bug' is listed in the app description. You should learn to read those.
Hm, I prefer to just turn it down to - 20 with Lux. This app gives me a migraine.
Sent from my SM-N9005 using Tapatalk 2
rendler said:
Not actually a bug, it's a security feature of Android itself.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Tnx mate for correcting me!
ShadowLea said:
That 'bug' is listed in the app description. You should learn to read those.
Hm, I prefer to just turn it down to - 20 with Lux. This app gives me a migraine.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
Sent from my SM-N900 using Tapatalk
ShadowLea said:
That 'bug' is listed in the app description. You should learn to read those.
Hm, I prefer to just turn it down to - 20 with Lux. This app gives me a migraine.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
Maybe YOU should learn to read. It's listed under FAQ not under bugs. This issue affects all screen filter apps not just this one. Therefore it's not a 'bug' of the app itself but and 'issue' that is present on all screen filtering apps in general. Idiot.
Sent from my SM-N9005 using Tapatalk
rendler said:
Maybe YOU should learn to read. It's listed under FAQ not under bugs. This issue affects all screen filter apps not just this one. Therefore it's not a 'bug' of the app itself but and 'issue' that is present on all screen filtering apps in general. Idiot.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Exactly, I also use screen filter app and same thing happened with me but that time I don't know the reason about it.even this time also i didn't know why it happen but tnx mate for informing me.Tnx.
Sent from my SM-N900 using Tapatalk

Auto Sync Restarting the OPO

Sorry guys there are a lot of threads already for the random rebooting of the phone,But I Kinda found a workaround for the issue by turning off the auto sync feature of the android now i want to know where to go from here.
Any help i s much appreciated
adibaba777 said:
Sorry guys there are a lot of threads already for the random rebooting of the phone,But I Kinda found a workaround for the issue by turning off the auto sync feature of the android now i want to know where to go from here.
Any help i s much appreciated
Click to expand...
Click to collapse
Have you disabled anything in Privacy Guard?
I haven't touched privacy gaurd,what does that do ??
Sent from my A0001 using Tapatalk
Heisenberg said:
Have you disabled anything in Privacy Guard?
Click to expand...
Click to collapse
Ok that worked now i can auto sync as well and the rebooting has stopped,Thanks a ton!!!
But what exactly is the problem here
Sent from my A0001 using Tapatalk
adibaba777 said:
Ok that worked now i can auto sync as well and the rebooting has stopped,Thanks a ton!!!
But what exactly is the problem here
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Well what did you disable?
Well i simply enabled privacy gaurd.I am yet to modify the default settings
Sent from my A0001 using Tapatalk
Wake up is allowed but keep wake is disabled,i was facing some issues when unlocking the phone by disabling wake up otherwise everything else is default.
Sent from my A0001 using Tapatalk
adibaba777 said:
Well i simply enabled privacy gaurd.I am yet to modify the default settings
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
adibaba777 said:
Wake up is allowed but keep wake is disabled,i was facing some issues when unlocking the phone by disabling wake up otherwise everything else is default.
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Enabled Privacy Guard settings for what app/service though?
I have enabled it for Google play services and modified it for the same
Sent from my A0001 using Tapatalk
All others are at default.My battery % is reducing rather quickly, android system consumption is increasing.
Sent from my A0001 using Tapatalk
Now the battery is draining very quickly i hav switched everything back to defaults but still the drain is there
Sent from my A0001 using Tapatalk

Categories

Resources