<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.35.15.174</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.35.15.174"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/62.35.15.174"/>
	<updated>2026-04-22T09:49:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Documentation/Maemo_5_Developer_Guide/Using_Multimedia_Components/FM_Transmitter_API_Usage&amp;diff=7697</id>
		<title>Documentation/Maemo 5 Developer Guide/Using Multimedia Components/FM Transmitter API Usage</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Documentation/Maemo_5_Developer_Guide/Using_Multimedia_Components/FM_Transmitter_API_Usage&amp;diff=7697"/>
		<updated>2010-08-26T22:58:37Z</updated>

		<summary type="html">&lt;p&gt;62.35.15.174: /* Properties */  clarified possible &amp;#039;state&amp;#039; values&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
FM Transmitter is controlled by &amp;lt;code&amp;gt;fmtx-middleware&amp;lt;/code&amp;gt; program via D-Bus API. API includes functions to enable transmitter, change transmitting frequency and station name. Please note that available frequencies may vary by sales region and FM Transmitter may be disabled in certain sales regions. Transmitter is also disabled when external devices are connected to Maemo device, excluding charger and Bluetooth devices. When FM Transmitter is enabled, fmtx-middleware will route audio automatically to the transmitter and enforce proper transmission power allowed in sales region. Fmtx-middleware will emit beeping tone when no other audio is being transmitter to comply with legislature. Api documentation is in the fmtx-middleware-doc package.&lt;br /&gt;
&lt;br /&gt;
== API documentation ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Service: com.nokia.FMTx&lt;br /&gt;
Interface: com.nokia.FMTx.Device&lt;br /&gt;
Object path: /com/nokia/fmtx/default&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| version&lt;br /&gt;
| Uint32&lt;br /&gt;
| Read only&lt;br /&gt;
| Version number of &amp;lt;code&amp;gt;fmtx-middleware&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| frequency&lt;br /&gt;
| Uint32&lt;br /&gt;
| Read/write&lt;br /&gt;
| Frequency in kHz. Returns &amp;lt;code&amp;gt;DBUS_GERROR_INVALID_ARGS&amp;lt;/code&amp;gt; error, if frequency is not allowed&lt;br /&gt;
|-&lt;br /&gt;
| freq_max&lt;br /&gt;
| Uint32&lt;br /&gt;
| Read only&lt;br /&gt;
| Returns maximum allowed frequency in kHz&lt;br /&gt;
|-&lt;br /&gt;
| freq_step&lt;br /&gt;
| Uint32&lt;br /&gt;
| Read only&lt;br /&gt;
| Returns the minimum step between frequencies in kHz&lt;br /&gt;
|-&lt;br /&gt;
| state&lt;br /&gt;
| String&lt;br /&gt;
| Read/write&lt;br /&gt;
| Returns the state of the transmitter. States are: &lt;br /&gt;
* enabled – Transmitter is currently enabled &lt;br /&gt;
* disabled – Transmitter is currently disabled &lt;br /&gt;
* error – Internal error while initializing the transmitter, transmitter can’t be enabled. &lt;br /&gt;
* n/a – Transmitter is permanently disabled in this device. &lt;br /&gt;
State can be set to enabled or disabled. &lt;br /&gt;
May return &amp;lt;code&amp;gt;DBUS_GERROR_FAILED&amp;lt;/code&amp;gt; if transmitter can’t be enabled&lt;br /&gt;
|-&lt;br /&gt;
| startable&lt;br /&gt;
| String&lt;br /&gt;
| Read only&lt;br /&gt;
| Returns message about can the transmitter be enabled at current time. Messages are: true Device is in offline mode Headphones are connected USB device is connected&lt;br /&gt;
|-&lt;br /&gt;
| rds_ps&lt;br /&gt;
| String&lt;br /&gt;
| Read/write&lt;br /&gt;
| Get/Set RDS Station name (displayed on rds capable radios). To avoid problems with some radios, use text which length is dividable by 8. Pad with spaces if necessary&lt;br /&gt;
|-&lt;br /&gt;
| rds_text&lt;br /&gt;
| String&lt;br /&gt;
| Read/write&lt;br /&gt;
| Get/Set RDS text (displayed alternating with station name. Maximum length is 64 characters. Returns &amp;lt;code&amp;gt;DBUS_GERROR_INVALID_ARGS&amp;lt;/code&amp;gt; is set text is too long&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Signals===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Changed&lt;br /&gt;
| None&lt;br /&gt;
| Some fmtx property was changed&lt;br /&gt;
|-&lt;br /&gt;
| Error&lt;br /&gt;
| String&lt;br /&gt;
| FM transmitter was disabled by one of the following reasons: &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Device entered offline mode&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;USB device was connected (excluding charger)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Headphones were connected&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;TV-Out cable was connected&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Properties are manipulated with &amp;lt;code&amp;gt;org.freedesktop.DBus.Properties&amp;lt;/code&amp;gt; interface. For more information see D-Bus documentation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Fremantle]]&lt;/div&gt;</summary>
		<author><name>62.35.15.174</name></author>
	</entry>
</feed>