|
2012-02-16
, 11:32
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#122
|
Nicolai, I have yet another feature request. Maybe a very specific use case from my side but I though it might be useful for someone else.
I usually keep my N900 always in GSM (using 2G/3G/Dual status menu widget) to avoid wasting battery, but when I want to connect to the Internet, I change it back to 3G, wait a few seconds to reconnect with the network and then press the ConnectNow widget. After browsing, I disconnect again with ConnectNow and return to 2G mode.
It would be useful for me, then, to be able to use the same widget ConnectNow to make the whole process in a single click. For example the GPRS connection widget could have an option to "change first to 3G/Dual mode if not enabled" and then, on disconnection, an option to "return to 2G mode".
What do you think?
|
2012-02-16
, 13:15
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#123
|
|
2012-02-24
, 11:14
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#124
|
|
2012-02-24
, 12:55
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#125
|
connectnow-home-widget 1.3 is in extras-devel now.
It has an extra option for changing radio mode (3g/gsm)
on connect/disconnect intenetconnections.
Please test and give feedback.
nicolai
|
2012-02-24
, 20:00
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#126
|
The Following 2 Users Say Thank You to nicolai For This Useful Post: | ||
|
2012-02-24
, 22:01
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#127
|
#give some/infinite time to enter PIN (if SIM requests PIN and only needed for IAP and call forwarding) #this will wait until cell modem gets online after switching if [ "$3" != "" -o "$7" != "" ]; then /usr/bin/dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:"We need to wait for cell modem to get online ..." uint32:4 string:"ack" sleep 3 scount=0 while [ "`cat /var/run/ssc`" != "online" ] do /usr/bin/dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"still waiting for cell modem to get online ..." if [ $scount < 30 ]; then sleep 3 let scount+=3 elif [ $scount < 60 ]; then sleep 5 let scount+=5 else sleep 10 fi done /usr/bin/dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog string:"Done, we are online!" uint32: string: fi
while [ "`cat /var/run/ssc`" != "online" ]
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2012-02-25
, 12:28
|
Posts: 105 |
Thanked: 46 times |
Joined on May 2011
|
#128
|
|
2012-02-26
, 18:55
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#129
|
|
2012-02-29
, 12:45
|
Posts: 463 |
Thanked: 103 times |
Joined on Jul 2010
@ Mumbai, India
|
#130
|
O.o neboja