No, I use a modified version of Fm_boost to turn on the transmitter Here is what my FM boost looks like, and it is invoked via a Quick Launch button Code: #!/bin/sh /usr/bin/fmtx_client -p 1 -> This command turns FM Tx ON /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level -> increases power level /opt/lfocus/v4l2-ctl -d /dev/radio0 -f 87.5 -> change frequency to 87.5 Mhz exit 0 EDIT: Looking at the Bug tracker, this bug might be GPS fix related. My next use case is to let Sygic get GPS Fix and then turn on the Media player and FM Tx...will see if that fares any better. I have also reported this bug to Sygic so let's see if they can reproduce it.
#!/bin/sh /usr/bin/fmtx_client -p 1 -> This command turns FM Tx ON /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level -> increases power level /opt/lfocus/v4l2-ctl -d /dev/radio0 -f 87.5 -> change frequency to 87.5 Mhz exit 0