NokiaRocks
|
2010-02-10
, 22:37
|
|
Posts: 658 |
Thanked: 117 times |
Joined on Jan 2010
|
#621
|
|
2010-02-10
, 22:58
|
Posts: 14 |
Thanked: 0 times |
Joined on Dec 2009
|
#622
|
|
2010-02-10
, 23:30
|
|
Posts: 105 |
Thanked: 46 times |
Joined on Dec 2009
@ The Netherlands
|
#623
|
|
2010-02-11
, 00:35
|
Posts: 15 |
Thanked: 2 times |
Joined on Dec 2009
|
#624
|
|
2010-02-11
, 03:12
|
Posts: 43 |
Thanked: 32 times |
Joined on Jan 2010
|
#625
|
sudo gainroot
vim /usr/local/bin/autodisconnect
#!/bin/sh sleep 180 a=`tail -1 /proc/net/route | cut -f1` b=`ifconfig $a | grep RX.b | cut -d"(" -f1 | cut -d: -f2` while [ "$a" != "Iface" ] do c=`expr $b + 1000` sleep 180 b=`ifconfig $a | grep RX.b | cut -d"(" -f1 | cut -d: -f2` a=`tail -1 /proc/net/route | cut -f1` if [ "$b" -lt "$c" -a "$a" != "Iface" ]; then dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true sleep 10 a=`tail -1 /proc/net/route | cut -f1` fi done exit 0
chmod a+x /usr/local/bin/autodisconnect
vim /etc/network/if-up.d/00_autodisconnect
!#/bin/sh #Run a script to disconnect idle networks console none script /usr/local/bin/autodisconnect end script exit 0
chmod a+x /etc/network/if-up.d/00_autodisconnect
while [ "$a" != "Iface" ]
while [ "$a" == "wlan0" ]
|
2010-02-11
, 03:35
|
Posts: 24 |
Thanked: 20 times |
Joined on Dec 2009
@ Montréal, Canada
|
#626
|
How to disconnect automatically from idle networks (3g/2g/wi-fi)
...
Any questions post here: http://talk.maemo.org/editpost.php?do=editpost&p=518499 . Hope it works for you. Both posts will be kept updated (if I ever change anything else).
|
2010-02-11
, 06:05
|
Posts: 43 |
Thanked: 32 times |
Joined on Jan 2010
|
#627
|
Thank you!
The url doesn't work. It is http://talk.maemo.org/showthread.php...499#post518499 instead
|
2010-02-11
, 06:09
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#628
|
bro funny thing is this forum seems to have the easiest search function of any forum ive used!
so yeah i have searched this forum, what do you suggest i search for?
i dont 'have user error with the app' what so ever?
the app just does not work i.e. will not install, nothing, nada, zip, you get me bro
there is not even a program to install in that link you gave?
just 4 .jar files
they wont install in my vista32 pc?
so theme maker (both versions ive tried) do not work!
therefor ill keep changing the themes on my phone, is that ok boss
|
2010-02-11
, 10:56
|
|
Posts: 54 |
Thanked: 29 times |
Joined on Jan 2010
@ Kaiserslautern - Germany
|
#629
|
My Second Menu Icon set.
These are so sweet,
this Duck closes his eyes when pressed
and when you receive a mail, IM or SMS
it even flaps his wings for a short time.
Pink
Orange
Green
Blue
Download Duck Icon set here
Of course all info included.
Hope you like them, would love your feedback !!
|
2010-02-11
, 11:06
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#630
|
Tags |
maemo mods, mods thread |
|