<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/index.php?action=history&amp;feed=atom&amp;title=Android_-_rttl_Sound_File</id>
	<title>Android - rttl Sound File - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/index.php?action=history&amp;feed=atom&amp;title=Android_-_rttl_Sound_File"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Android_-_rttl_Sound_File&amp;action=history"/>
	<updated>2026-05-06T22:45:40Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikizone</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Android_-_rttl_Sound_File&amp;diff=19688&amp;oldid=prev</id>
		<title>134.3.241.116: Die Seite wurde neu angelegt: „Here is one way to generate a beep.  Create a raw resouce file with extention .rtttl and put &quot;c5:d=4,o=5,b=250:c5&quot; in it (no quotes)  Then add this code:  protect…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Android_-_rttl_Sound_File&amp;diff=19688&amp;oldid=prev"/>
		<updated>2013-03-06T22:27:13Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Here is one way to generate a beep.  Create a raw resouce file with extention .rtttl and put &amp;quot;c5:d=4,o=5,b=250:c5&amp;quot; in it (no quotes)  Then add this code:  protect…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is one way to generate a beep.&lt;br /&gt;
&lt;br /&gt;
Create a raw resouce file with extention .rtttl and put &amp;quot;c5:d=4,o=5,b=250:c5&amp;quot; in it (no quotes)&lt;br /&gt;
&lt;br /&gt;
Then add this code:&lt;br /&gt;
&lt;br /&gt;
protected MediaPlayer _mediaPlayer;&lt;br /&gt;
&lt;br /&gt;
public void playFromResource(int resId)&lt;br /&gt;
    {&lt;br /&gt;
    if (_mediaPlayer != null)&lt;br /&gt;
        {&lt;br /&gt;
        // _mediaPlayer.stop();     freeze on some emulator snapshot&lt;br /&gt;
        // _mediaPlayer.release();&lt;br /&gt;
        _mediaPlayer.reset();     // reset stops and release on any state of the player&lt;br /&gt;
        }&lt;br /&gt;
    _mediaPlayer = MediaPlayer.create(this, resId);&lt;br /&gt;
    _mediaPlayer.start();&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>134.3.241.116</name></author>
	</entry>
</feed>