Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
graffixnyc
Old
#541  
graffixnyc's Avatar
Forum Moderator / Recognized Developer
Thanks Meter 2758
Posts: 4,475
Join Date: Jan 2011
Location: New York City

 
DONATE TO ME
Quote:
Originally Posted by ktoonsez View Post
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.

I think it was well worth the 7 bucks. lol

"One day some of the kids from the neighborhood carried my mother's groceries all the way home. You know why? It was outta respect." -Henry Hill


Devices:
 

Current Phones:
HTC One Silver 64GB & HTC One Black 64GB
(Daily Drivers, alternate between the two)

Samsung Galaxy S III I747 (Dev Phone for my AT&T peeps)
16GB + 64GB SD Pebble Blue

Samsung Galaxy S III I9300 32GB(Dev phone for AOKP)

Current Tablets:
Nexus 10 32GB

Nexus 7 3G 32GB

Samsung Galaxy Note 10.1 32gb + 64GB SD



All new members should watch this:
http://www.youtube.com/watch?v=JmvCpR45LKA


Follow me on twitter! http://www.twitter.com/graffixnyc

G+: http://gplus.to/graffixnyc
 
ktoonsez
Old
#542  
ktoonsez's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 19948
Posts: 7,608
Join Date: Nov 2011
Location: Tempe

 
DONATE TO ME
Quote:
Originally Posted by djfotizo View Post
Just taking the time to say Thanks Ktoonsez!

Confirmation number: 1U080028FF643900N.

Sent from my Task'd AOKP Horned Pony
Thanks man, you are HUGE and VIENEY!!!

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!!!!!!!!!!!!!!!
_____________________________
The Following User Says Thank You to ktoonsez For This Useful Post: [ Click to Expand ]
 
JordanElliott
Old
#543  
Account currently disabled
Thanks Meter 741
Posts: 2,810
Join Date: Jul 2011
Location: Wisconsin
[QUOTE=ktoonsez;26858106]HUGE & VEINY*/QUOTE]

There

Red5 <33333333333333333
The Following User Says Thank You to JordanElliott For This Useful Post: [ Click to Expand ]
 
ktoonsez
Old
#544  
ktoonsez's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 19948
Posts: 7,608
Join Date: Nov 2011
Location: Tempe

 
DONATE TO ME
Quote:
Originally Posted by graffixnyc View Post
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!!!!!!!!!!!!!!!
_____________________________
 
ktoonsez
Old
#545  
ktoonsez's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 19948
Posts: 7,608
Join Date: Nov 2011
Location: Tempe

 
DONATE TO ME
Default IPv6

Looking at the code, I could change the below code to make it disabled by default and people could still turn it on if they wanted to:

struct ipv6_params ipv6_defaults = {
.disable_ipv6 = 0,
.autoconf = 1,
};

static int disable_ipv6_mod = 0;

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!!!!!!!!!!!!!!!
_____________________________
 
JordanElliott
Old
#546  
Account currently disabled
Thanks Meter 741
Posts: 2,810
Join Date: Jul 2011
Location: Wisconsin
Quote:
Originally Posted by ktoonsez View Post
Looking at the code, I could change the below code to make it disabled by default and people could still turn it on if they wanted to:

struct ipv6_params ipv6_defaults = {
.disable_ipv6 = 0,
.autoconf = 1,
};

static int disable_ipv6_mod = 0;

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");
Could u do the Same for siyah?

Red5 <33333333333333333
 
graffixnyc
Old
#547  
graffixnyc's Avatar
Forum Moderator / Recognized Developer
Thanks Meter 2758
Posts: 4,475
Join Date: Jan 2011
Location: New York City

 
DONATE TO ME
Quote:
Originally Posted by ktoonsez View Post
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





Sent from my SGH-I777 using Tapatalk

"One day some of the kids from the neighborhood carried my mother's groceries all the way home. You know why? It was outta respect." -Henry Hill


Devices:
 

Current Phones:
HTC One Silver 64GB & HTC One Black 64GB
(Daily Drivers, alternate between the two)

Samsung Galaxy S III I747 (Dev Phone for my AT&T peeps)
16GB + 64GB SD Pebble Blue

Samsung Galaxy S III I9300 32GB(Dev phone for AOKP)

Current Tablets:
Nexus 10 32GB

Nexus 7 3G 32GB

Samsung Galaxy Note 10.1 32gb + 64GB SD



All new members should watch this:
http://www.youtube.com/watch?v=JmvCpR45LKA


Follow me on twitter! http://www.twitter.com/graffixnyc

G+: http://gplus.to/graffixnyc
 
ktoonsez
Old
#548  
ktoonsez's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 19948
Posts: 7,608
Join Date: Nov 2011
Location: Tempe

 
DONATE TO ME
Quote:
Originally Posted by JordanElliott View Post
Could u do the Same for siyah?

Red5 <33333333333333333
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!!!!!!!!!!!!!!!
_____________________________
 
alacrify
Old
#549  
alacrify's Avatar
Senior Member
Thanks Meter 1743
Posts: 3,253
Join Date: Jan 2009
Quote:
Originally Posted by ktoonsez View Post
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 &quot;.help&quot; 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.
SGSIV i337
SGSIII i747
SGSII i777
Xoom 10.1
 
ktoonsez
Old
#550  
ktoonsez's Avatar
Recognized Contributor / Recognized Developer - OP
Thanks Meter 19948
Posts: 7,608
Join Date: Nov 2011
Location: Tempe

 
DONATE TO ME
Quote:
Originally Posted by graffixnyc View Post
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!!!!!!!!!!!!!!!
_____________________________

 
Post Reply+
Tags
12000000% faster, coco puffs, fluxi
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...