![]() |
2010-01-04
, 11:31
|
|
Posts: 20 |
Thanked: 15 times |
Joined on Nov 2009
@ Turku, Finland
|
#102
|
![]() |
2010-01-04
, 11:45
|
Posts: 23 |
Thanked: 8 times |
Joined on Dec 2007
@ St.Petersburg, Russia
|
#103
|
![]() |
2010-01-04
, 13:10
|
Posts: 25 |
Thanked: 2 times |
Joined on Dec 2009
|
#104
|
![]() |
2010-01-04
, 14:22
|
|
Posts: 20 |
Thanked: 15 times |
Joined on Nov 2009
@ Turku, Finland
|
#105
|
![]() |
2010-01-04
, 15:46
|
Posts: 147 |
Thanked: 49 times |
Joined on Dec 2009
|
#106
|
![]() |
2010-01-04
, 16:06
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#107
|
I initially thought the same regarding the RDS. However, the PS field is only 8 characters and very few receivers support the RT field (64 characters).
It may be possible to do some clever scrolling in the 8 character PS field, but the RDS data rate is very slow (1187.5 bps).
![]() |
2010-01-04
, 16:07
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#108
|
!/bin/sh STATE=`fmtx_client | grep state | cut -d '=' -f2` if [ "disabled" = ${STATE} ] then echo "Turning on FM transmitter" fmtx_client -p1 else echo "Turning off FM transmitter" fmtx_client -p0 fi /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level exit 0
user ALL = NOPASSWD: /opt/bin/boostfm.sh
[Desktop Entry] Version=0.1 Type=Application Name=BoostFM Exec=osso-xterm 'sudo /opt/bin/boostfm.sh' Icon=general_fm_transmitter X-Windows-Icon= X-HildonDesk-ShowInToolbar=false X-Osso-Type=application/x-executable
The Following 11 Users Say Thank You to Bratag For This Useful Post: | ||
![]() |
2010-01-04
, 16:37
|
Posts: 185 |
Thanked: 103 times |
Joined on Aug 2008
|
#109
|
The Following 4 Users Say Thank You to legoman666 For This Useful Post: | ||
![]() |
2010-01-04
, 17:08
|
Posts: 117 |
Thanked: 23 times |
Joined on Aug 2008
@ Hardenberg
|
#110
|
Also by roo do you mean root?
I'm a complete novice by the way, sorry if this is all a bit obvious