![]() |
2010-01-03
, 14:10
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#42
|
Originally Posted by juharThis does not work for me on my N800. Terminal starts just as usual without doing anything...Exec=/usr/bin/osso-xterm 'ssh -l root -L 3389:192.111.1.1:3389 222.222.222.222 -p 22'
That should work
Any ideas/hints?
![]() |
2010-01-04
, 10:56
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#43
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Name=FMTX Toggle Terminal=false Type=Application Comment=FMTX Toggle Exec=/home/user/apps/fmtransmtoggle.sh Icon=terminal #X-Window-Icon=timerwidget X-Window-Icon= X-HildonDesk-ShowInToolbar=false X-Osso-Type=application/x-executable
#!/bin/sh fmtx_client|grep disabled > /dev/null if [ $? -eq 0 ]; then fmtx_client -p 1 > /dev/null fmtx_client -f 106900 > /dev/null fmtx_client -s "N900 " > /dev/null fmtx_client -t "My N900 radio channel" > /dev/null echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level echo "RF Enabled @106.90 with power `cat /sys/class/i2c-adapter/i2c-2/2-0063/power_level`" else fmtx_client -p 0 echo "RF Disabled" fi exit 0
The Following User Says Thank You to DaSilva For This Useful Post: | ||
![]() |
2010-01-04
, 23:23
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#44
|
![]() |
2010-01-06
, 09:47
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#45
|
![]() |
2010-01-06
, 18:31
|
Posts: 352 |
Thanked: 231 times |
Joined on Jul 2008
@ Vancouver
|
#46
|
This does not work for me on my N800. Terminal starts just as usual without doing anything...
Any ideas/hints?
![]() |
2010-01-09
, 17:02
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#47
|
![]() |
2010-01-10
, 00:26
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#48
|
There is also a hack by removing the comment lines in /etc/mce/mce.ini that will provide a "Top in XTerm" button in the hardware button menu.
Not that "hack" really means "hack" and doing something wrong here might turn your device into a brick, but for me it works. :-P
![]() |
2010-01-15
, 14:33
|
Posts: 422 |
Thanked: 244 times |
Joined on Feb 2008
|
#49
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=ssh hostname Exec=/usr/bin/ssh hostname Icon=
Terminal=true Exec=/usr/bin/osso-xterm 'ssh hostname'
The Following User Says Thank You to paulkoan For This Useful Post: | ||
![]() |
2010-01-17
, 20:00
|
|
Posts: 876 |
Thanked: 396 times |
Joined on Dec 2009
|
#50
|
Any ideas/hints?