[APP][ANDROID 3.0+] WiFi Connection Manager

Status
Not open for further replies.
Search This thread
D

Deleted member 267841

Guest
DESCRIPTION

The Wifi consumes a lot of battery, this is a really, and the main consumption occurs while the system is looking for a network to connect (which happens when we are not connected to a wifi network).

This app attempts to minimize the battery consumption, and does so in a very simple way: turning off the wifi, which translates into a real battery saver.

So, when it detects that the device has been disconnected from a wireless network, and after waiting a reasonable time (configurable), the hardware wifi going to off.

A few minutes later (configurable), the wifi hardware is reactivated and system scans for some seconds (configurable) searching for available networks.

If it hasn't been possible to establish a wifi connection, the hardware back off again and, therefore, to stop consuming resources.

Furthermore, to increase the battery saving, the application increases the delay between two consecutive wifi activations in each attempt (to a configurable limit).

The application also allows you to add notifications in the status bar, view the history of connections (PRO version), auto disable while airplane mode active, etc.

CONFIGURABLE TIMES

First deactivation time: After a wifi connection was lost, or after device boot, this is the time that system wait before start managing the wifi hardware.

Deactivation time: When the wifi hardware is disabled, this is the time that app waits before activate the wifi again. Increase this time to save battery, but note that system can't establish a wifi connection during this time, even if a wifi network in the range.

Deactivation increase time: This is the time that is added to the deactivation time each time that app deactivate the wifi, in order to save battery.

Max deactivation time: This is the maximum deactivation time. The system cannot increase the wifi deactivation time over this value (in each deactivation).

Activation time: This is the time that wifi remains activated in each check. Decrease this time to save battery.

DOWNLOAD

Play Store link: https://play.google.com/store/apps/details?id=com.ryosoftware.wirelessmanager

attachment.php


XDA GIFT

People from XDA can use the app PRO features without pay via a PROMO code (this PROMO code allows to access all PRO features but shows Ads).
In order to redeem it do this:

1) Enter app
2) Open app settings
3) Go the page down and click (7 times) in the last preference (the preference that shows the app version) [the key only works for version 1.2.16 and higher]
4) In the dialog enter the key above (none of your accounts are shared or sent to our servers)
5) Press "accept" button

Code:
dYjVJoq6WBdVE5/GMbHH9RCOquNbFC6sbfAxvECOi0x5SQg2TLXgZi2n63t5sqT8P7AWYT5g1984lyrtwuIQHx1zvgwazm6Z3QKqFqMZSkL/LbbNqJbvkxXNmwk20tRSh8vgWkT1dfiJ3SgyF4qn3GkpWrg8sM1zTOX6LJ0CMw0=

If you use the key provided above, please consider to click in the Ads sometimes or buy the PRO version (via In App purchase) in order to access to some future functionalities (and remove annoying Ads).

Please, don't share the key above in other forums.
 

Attachments

  • 1.png
    1.png
    80.8 KB · Views: 3,533
  • 2.png
    2.png
    77.9 KB · Views: 3,537
  • 3.png
    3.png
    71 KB · Views: 3,356
  • 4.png
    4.png
    169.8 KB · Views: 3,486
  • 5.png
    5.png
    151.4 KB · Views: 3,230
  • 6.png
    6.png
    144.9 KB · Views: 3,078
  • 7.png
    7.png
    70 KB · Views: 2,844
  • 8.png
    8.png
    89.7 KB · Views: 2,715
  • 9.png
    9.png
    64.3 KB · Views: 2,604
  • 10.png
    10.png
    102.5 KB · Views: 2,528
  • 11.png
    11.png
    60.1 KB · Views: 2,445
  • 12.png
    12.png
    65.8 KB · Views: 2,388
  • qrcode.png
    qrcode.png
    2.3 KB · Views: 25,020
Last edited by a moderator:
D

Deleted member 267841

Guest
Pushed a new version a few hours ago that introduces some updates and improvements...
 
  • Like
Reactions: prodigy_dev

Tylog

Inactive Recognized Contributor
Jan 4, 2013
7,423
19,740
First of all , thanks for the App, will give it a try .

Key dont work here too :)

Greetings
 
D

Deleted member 267841

Guest
Maybe another day and thanks for posting :)

Key no worky for me. Says invalid.......and yes i copied exactly as above.

Ditto for me on the key but thanks for this app, pretty awesome!


hi,
tried the code provided at OP and working fine.
note that the code allows to access all PRO features but shows Ads...
After put the code try to access to the connections history. If done you're in PRO version.
 
  • Like
Reactions: prodigy_dev

Tylog

Inactive Recognized Contributor
Jan 4, 2013
7,423
19,740
Works now , it doesn't show pro after restart the app ( that was the mistake ) but the connection history works now:)

Tapatalk Team SlimRoms
 

Allan_Hun

Senior Member
Mar 11, 2014
456
283
Gl.Rye
I think this app could be even more useful if it was possible to combine wifi search with gps location. So the app could use more energy searching for wifi when phone is near a location previously registered as having wifi connection available, like when I'm near my home. Please consider to implement a configurable feature like this.
 
D

Deleted member 267841

Guest
I think this app could be even more useful if it was possible to combine wifi search with gps location. So the app could use more energy searching for wifi when phone is near a location previously registered as having wifi connection available, like when I'm near my home. Please consider to implement a configurable feature like this.


Location via GPS uses a lot of battery.
I'm planning to add TELEPHONY location (location via phone cells, that don't uses additional battery) in a near future.
 

jyo1

Senior Member
May 8, 2012
142
37
Phoenix AZ
Deactivation increase time: This is the time that is added to the deactivation time each time that app deactivate the wifi, in order to save battery.

Max deactivation time: This is the maximum deactivation time. The system cannot increase the wifi deactivation time over this value (in each deactivation).

I didn't really understand these two times. Could you pls explain with an example?
 
D

Deleted member 267841

Guest
I didn't really understand these two times. Could you pls explain with an example?

1) Device is connected to a wifi network


2) The wifi connection is lost
3) If before "first deactivation time" a wifi connection is established then goto 1 else goto 3b
3b) "deactivation time" is the configured value for "deactivation time" then goto 4
4) disable wifi and count "deactivation time" minutes and goto 5
5) enable wifi
6) if before "activation time" a wifi connection is established then goto 1 else goto 7
7) add "deactivation increase time" to "deactivation time" then goto 8
8) if new "deactivation time" is higher to "max deactivation time" then set "deactivation time=max deactivation time" then goto 4


:)
 

10-80

Member
Mar 26, 2009
24
0
Hobart
Thanks for creating this great app and for the bonus xda gift.
One request: could you add the option to set the timers by entering numbers or using up/down buttons? The sliders are difficult to be precise with.

Cheers.
 

Netuser

Senior Member
Feb 4, 2006
1,662
778
Toronto
Location via GPS uses a lot of battery.
I'm planning to add TELEPHONY location (location via phone cells, that don't uses additional battery) in a near future.

This option will be great addition, as I only use the Wifi at home and I would love to disable it completely when I am not home in order to save battery
 

tzyn

Senior Member
Dec 19, 2010
193
48
Berlin
+1

Yeah, enable/disable based on the location via mobile cell would be really nice. That's what i'm searching for.

So if you're in the mobile cell(s) where you was connected to a known wlan before, the app enable wlan and if you lost the wlan connection and you're not in the known mobile cells anymore it disable wlan after the deactivation time.
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 31
    D
    Deleted member 267841
    DESCRIPTION

    The Wifi consumes a lot of battery, this is a really, and the main consumption occurs while the system is looking for a network to connect (which happens when we are not connected to a wifi network).

    This app attempts to minimize the battery consumption, and does so in a very simple way: turning off the wifi, which translates into a real battery saver.

    So, when it detects that the device has been disconnected from a wireless network, and after waiting a reasonable time (configurable), the hardware wifi going to off.

    A few minutes later (configurable), the wifi hardware is reactivated and system scans for some seconds (configurable) searching for available networks.

    If it hasn't been possible to establish a wifi connection, the hardware back off again and, therefore, to stop consuming resources.

    Furthermore, to increase the battery saving, the application increases the delay between two consecutive wifi activations in each attempt (to a configurable limit).

    The application also allows you to add notifications in the status bar, view the history of connections (PRO version), auto disable while airplane mode active, etc.

    CONFIGURABLE TIMES

    First deactivation time: After a wifi connection was lost, or after device boot, this is the time that system wait before start managing the wifi hardware.

    Deactivation time: When the wifi hardware is disabled, this is the time that app waits before activate the wifi again. Increase this time to save battery, but note that system can't establish a wifi connection during this time, even if a wifi network in the range.

    Deactivation increase time: This is the time that is added to the deactivation time each time that app deactivate the wifi, in order to save battery.

    Max deactivation time: This is the maximum deactivation time. The system cannot increase the wifi deactivation time over this value (in each deactivation).

    Activation time: This is the time that wifi remains activated in each check. Decrease this time to save battery.

    DOWNLOAD

    Play Store link: https://play.google.com/store/apps/details?id=com.ryosoftware.wirelessmanager

    attachment.php


    XDA GIFT

    People from XDA can use the app PRO features without pay via a PROMO code (this PROMO code allows to access all PRO features but shows Ads).
    In order to redeem it do this:

    1) Enter app
    2) Open app settings
    3) Go the page down and click (7 times) in the last preference (the preference that shows the app version) [the key only works for version 1.2.16 and higher]
    4) In the dialog enter the key above (none of your accounts are shared or sent to our servers)
    5) Press "accept" button

    Code:
    dYjVJoq6WBdVE5/GMbHH9RCOquNbFC6sbfAxvECOi0x5SQg2TLXgZi2n63t5sqT8P7AWYT5g1984lyrtwuIQHx1zvgwazm6Z3QKqFqMZSkL/LbbNqJbvkxXNmwk20tRSh8vgWkT1dfiJ3SgyF4qn3GkpWrg8sM1zTOX6LJ0CMw0=

    If you use the key provided above, please consider to click in the Ads sometimes or buy the PRO version (via In App purchase) in order to access to some future functionalities (and remove annoying Ads).

    Please, don't share the key above in other forums.
    4
    D
    Deleted member 267841
    I think this app could be even more useful if it was possible to combine wifi search with gps location. So the app could use more energy searching for wifi when phone is near a location previously registered as having wifi connection available, like when I'm near my home. Please consider to implement a configurable feature like this.


    Location via GPS uses a lot of battery.
    I'm planning to add TELEPHONY location (location via phone cells, that don't uses additional battery) in a near future.
    3
    D
    Deleted member 267841
    I didn't really understand these two times. Could you pls explain with an example?

    1) Device is connected to a wifi network


    2) The wifi connection is lost
    3) If before "first deactivation time" a wifi connection is established then goto 1 else goto 3b
    3b) "deactivation time" is the configured value for "deactivation time" then goto 4
    4) disable wifi and count "deactivation time" minutes and goto 5
    5) enable wifi
    6) if before "activation time" a wifi connection is established then goto 1 else goto 7
    7) add "deactivation increase time" to "deactivation time" then goto 8
    8) if new "deactivation time" is higher to "max deactivation time" then set "deactivation time=max deactivation time" then goto 4


    :)
    3
    I think this app could be even more useful if it was possible to combine wifi search with gps location. So the app could use more energy searching for wifi when phone is near a location previously registered as having wifi connection available, like when I'm near my home. Please consider to implement a configurable feature like this.
    2
    D
    Deleted member 267841
    Difference between free and pro?

    For now the only difference are the presence of ads and the ability show connections history.
    In the future, I don't know :)