![]() |
2010-07-07
, 20:41
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#12
|
![]() |
2010-09-10
, 01:16
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2010
|
#13
|
![]() |
2010-09-10
, 02:23
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#14
|
i have the same problem about 6 months, i try many things but i can fix the connections on my phone, i dont kown what to do, please help meeeee im desperateˇˇˇˇˇˇ
im reflash the emmc and install the firmware an nothing
how can i access througth the xterminal? anybody knowsssss
i need a tutorial on how to do?
helppppppppppppppppppppppppppppppppppp![]()
#!/bin/sh # Description: Turn WiFi on/off # Original script from http://wiki.maemo.org/Desktop_Command_Execution_Widget_scripts # Modified by 9000 @ talk.maemo.org on 27/6/2010 # out=`ifconfig wlan0` if [ $? -eq "0" ] ; then if [ `echo "$out" | grep -c RUNNING` -gt "0" ] ; then run-standalone.sh dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true fi ifconfig wlan0 down rmmod wl12xx rmmod mac80211 rmmod crc7 stop wlancond run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:'Wi-Fi Disabled' exit 2 else modprobe crc7 modprobe mac80211 modprobe wl12xx wl1251-cal stop wlancond start wlancond iwconfig wlan0 mode managed ifconfig wlan0 up run-standalone.sh dbus-send --system --type=method_call --dest=com.nokia.icd_ui /com/nokia/icd_ui com.nokia.icd_ui.show_conn_dlg boolean:false run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:'Wi-Fi Enabled' exit 0 fi
echo /PATH_TO_SCRIPT/wifi.sh | sudo gainroot
![]() |
2010-09-22
, 03:51
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2010
|
#15
|
Think that i dont know anything about programing....
Please...