View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#983
Hi to all
Some useful info...
If someone want to add "switch internet connection off/on" action.
You can do it with "mcetools".

Open mode or Inception REQUIRED!

Install it with:
Code:
apt-get install mcetools
if you have inception INSTALLED, you CAN'T install it directly with apt-get, you need first to download it and after this install with incept (you need SDK repo or you can install it from MeeCatalog):
Code:
apt-get install -d mcetools
/usr/sbin/incept /var/cache/apt/archives/mcetools*
or for Open mode:
Code:
apt-get install -d mcetools
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i /var/cache/apt/archives/mcetools*
to switch off internet connection:
Code:
/sbin/mcetool --disable-radio=wlan
to switch on:
Code:
/sbin/mcetool --enable-radio=wlan
Big thanks to Coderus for help with this

P.S. you also can download this package here.

Last edited by Schturman; 2013-05-15 at 19:09.
 

The Following 15 Users Say Thank You to Schturman For This Useful Post: