![]() |
Re: N900 MODs - share your MODs!!
@leetut : a summary of all the icons would be cool :)
|
Re: N900 MODs - share your MODs!!
Quote:
10x a lot... |
Re: N900 MODs - share your MODs!!
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 http://img.photobucket.com/albums/v6...0/DuckPink.jpg Orange http://img.photobucket.com/albums/v6...DuckOrange.jpg Green http://img.photobucket.com/albums/v6.../DuckGreen.jpg Blue http://img.photobucket.com/albums/v6...0/DuckBlue.jpg Download Duck Icon set here Of course all info included. Hope you like them, would love your feedback !! |
Re: N900 MODs - share your MODs!!
@mscarrot
Very clever idea with the animations and stuff. Nice one! |
Re: N900 MODs - share your MODs!!
How to disconnect automatically from idle networks (3g/2g/wi-fi)
Before you start, you'll need to install vim and rootsh, both found in the extras repository. (if you don't know how to use vim, google "vim manual") 1) In xterminal input Code:
sudo gainroot Code:
vim /usr/local/bin/autodisconnect Code:
#!/bin/sh Code:
chmod a+x /usr/local/bin/autodisconnect Code:
vim /etc/network/if-up.d/00_autodisconnect Code:
!#/bin/sh Code:
chmod a+x /etc/network/if-up.d/00_autodisconnect 9) Enjoy! Extra instructions for those looking specific funcionallity: a) If you want to disconnect only from wi-fi change line 5 Code:
while [ "$a" != "Iface" ] Code:
while [ "$a" == "wlan0" ] i) The constant (1000 in this case) in line 7 is about how many bytes must be receiven in a given period of time (the sleep time in line 9) to consider the connection in use. Anything less than that is considered idle. I also recomend a low number because I still don't know exactly how does it get along with idling in IM (but you still want to stay "Avalaible"). If you get randomly disconnected when idling in IM lower the value. ii) The sleep time in line 8 determines when you'll disconnect automatically. It will almost never be the exact time indicated. If you stop using your connection it should disconnect in a range of x to 2x seconds of the time set (x being the sleep time). Any questions post here: http://talk.maemo.org/showthread.php...499#post518499 . Hope it works for you. Both posts will be kept updated (if I ever change anything else). |
Re: N900 MODs - share your MODs!!
Quote:
The url doesn't work. It is http://talk.maemo.org/showthread.php...499#post518499 instead :) |
Re: N900 MODs - share your MODs!!
Quote:
|
Re: N900 MODs - share your MODs!!
Quote:
|
Re: N900 MODs - share your MODs!!
Quote:
Adium for ever! :D |
Re: N900 MODs - share your MODs!!
Quote:
/P |
All times are GMT. The time now is 12:08. |
vBulletin® Version 3.8.8