View Single Post
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#36
yo mo, I hope your still rockin this badass script.

I have added flightmode on and flightmode off to mine. Here is teh patch:

Code:
74,75d73
<     --flighton                        Enable flight mode
<     --flightoff                       Disable flight mode
113,120d110
< flighton() {
< $prefix dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"flight"
< }
<
< flightoff() {
< $prefix dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"normal"
< }
<
453,460d442
< if [ "$1" = "--flighton" ]; then
<       flighton
< fi
<
< if [ "$1" = "--flightoff" ]; then
<       flightoff
< fi
<
Also, what exacly is gpsreverse function for?
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post: