That is an easy option for sure, but not everyone is gonna pay 7 bucks for the program, was trying to find a nice solution for all
True, It's a great app though, I use it for a few things and I know it can do so much more.
I have one profile to that enable and disable gps depending on what app is running in the foreground
another profile that when I'm connected to one of the towers by my house it will enable wifi, scan for my network and connect if it's available, then when I leave range of the cell tower it disables wifi. I read using the towers to tell tasker when to scan for wifi doesnt eat up as much juice then if it's constantly scanning for your ssid.
If you like my work, donate with this link: http://forum.xda-developers.com/dona....php?u=4325945
_____________________________
Do NOT flash my kernels if you are allergic to AWESOME!!!!!!!!!!!!!!!
_____________________________
True, It's a great app though, I use it for a few things and I know it can do so much more.
I have one profile to that enable and disable gps depending on what app is running in the foreground
another profile that when I'm connected to one of the towers by my house it will enable wifi, scan for my network and connect if it's available, then when I leave range of the cell tower it disables wifi. I read using the towers to tell tasker when to scan for wifi doesnt eat up as much juice then if it's constantly scanning for your ssid.
I think it was well worth the 7 bucks. lol
How about battery effects of the app running all the time? Have u ever looked at BBS to see how much it uses?
If you like my work, donate with this link: http://forum.xda-developers.com/dona....php?u=4325945
_____________________________
Do NOT flash my kernels if you are allergic to AWESOME!!!!!!!!!!!!!!!
_____________________________
module_param_named(disable, disable_ipv6_mod, int, 0444);
MODULE_PARM_DESC(disable, "Disable IPv6 module such that it is non-functional");
module_param_named(disable_ipv6, ipv6_defaults.disable_ipv6, int, 0444);
MODULE_PARM_DESC(disable_ipv6, "Disable IPv6 on all interfaces");
module_param_named(autoconf, ipv6_defaults.autoconf, int, 0444);
MODULE_PARM_DESC(autoconf, "Enable IPv6 address autoconfiguration on all interfaces");
If you like my work, donate with this link: http://forum.xda-developers.com/dona....php?u=4325945
_____________________________
Do NOT flash my kernels if you are allergic to AWESOME!!!!!!!!!!!!!!!
_____________________________
How about battery effects of the app running all the time? Have u ever looked at BBS to see how much it uses?
Not bad at all. I never really see it at the top in bbs. Here are ss of both partial wakelocks and processes. I've been using Tasker for months now. I'm sure there is stuff it does that will impact battery more than others but for what I've been using it for I don't see it eating a significant part of my battery life
Of course, but I would have to watch it closely so it doesnt get over-written by git fetches
If you like my work, donate with this link: http://forum.xda-developers.com/dona....php?u=4325945
_____________________________
Do NOT flash my kernels if you are allergic to AWESOME!!!!!!!!!!!!!!!
_____________________________
Those are ROM controlled values so u need to enter them if you dont like the auto brightness, like me, in AOKP, enter them in.
Ok, this is because I'm a complete idiot - I was entering the values and needed to do something else, so I hit save and apply before I had entered values for all the ranges. So now my default value is black for most of the range, and I can't get in to turn auto off and fix it. I've reflashed the ROM and kernel, which didn't do it - any ideas? I do have the AROMA installer/file manager that mrRobinson included, so I can copy/delete items from recovery if someone can tell me where, or I can use ADB...
I found this for a different device, but I'm not using it until someone like ktoonz says it's ok - I've done enough damage:
$ ./adb -d shell# sqlite3 /data/data/com.android.providers.settings/databases/settings.dbSQLite version 3.5.9Enter ".help" for instructionssqlite> update system set value=255 where name='screen_brightness';sqlite> .exit# reboot
And yes, the second I hit the button, I knew what I had done. Like I said, complete idiot.
Not bad at all. I never really see it at the top in bbs. Here are ss of both partial wakelocks and processes. I've been using Tasker for months now. I'm sure there is stuff it does that will impact battery more than others but for what I've been using it for I don't see it eating a significant part of my battery life
Sent from my SGH-I777 using Tapatalk
Ya, that is nothing, 9 seconds will not do a thing to the battery.
If you like my work, donate with this link: http://forum.xda-developers.com/dona....php?u=4325945
_____________________________
Do NOT flash my kernels if you are allergic to AWESOME!!!!!!!!!!!!!!!
_____________________________
When writing an app with performance in mind, you most likely want to write it native code using the … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?