![]() |
2010-01-03
, 14:26
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#81
|
The Following 4 Users Say Thank You to DaveQB For This Useful Post: | ||
![]() |
2010-01-03
, 14:43
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#82
|
![]() |
2010-01-03
, 17:37
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#83
|
![]() |
2010-01-03
, 18:41
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#84
|
The Following User Says Thank You to twaelti For This Useful Post: | ||
![]() |
2010-01-03
, 21:02
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#86
|
It isn't digital. It's a classic analog FM transmitter, but includes RDS (Radio Data System) information. Your old car's radio doesn't have RDS, the new one has.
![]() |
2010-01-03
, 21:27
|
Posts: 116 |
Thanked: 156 times |
Joined on Sep 2009
@ North Yorkshire
|
#87
|
![]() |
2010-01-03
, 21:35
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#88
|
Yup... The next thing to find is where the RDS info is stored so it can be personalized or even hacked to contain dynamic info passed from the media player or other apps..
![]() |
2010-01-03
, 22:30
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#89
|
http://maemo.org/packages/view/fmrdsnotify/
But it's no big secret; fmtxd provides a D-Bus interface for doing so; the above utilises it. There's also the preinstalled fmtx_client accessible from the X Terminal which also lets you set it, using that interface.
fmtxd does nothing special to set it, it just writes to a file in /sys.
![]() |
2010-01-03
, 23:19
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#90
|
#!/bin/sh /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level exit 0
chmod 755 /usr/local/bin/118
[Desktop Entry] Version=0.1 Type=Application Name=118 Exec= /usr/bin/sudo /usr/local/bin/118 Icon= X-Windows-Icon= X-HildonDesk-ShowInToolbar=false X-Osso-Type=application/x-executable
The Following 9 Users Say Thank You to DaveQB For This Useful Post: | ||