<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Julius Beckmann &#187; Android</title>
	<atom:link href="http://juliusbeckmann.de/blog/category/android/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Wed, 05 Jun 2013 11:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Android: Move ringtones from SD-Card to internal memory</title>
		<link>http://juliusbeckmann.de/blog/android-move-ringtones-from-sd-card-to-internal-memory.html</link>
		<comments>http://juliusbeckmann.de/blog/android-move-ringtones-from-sd-card-to-internal-memory.html#comments</comments>
		<pubDate>Thu, 15 Dec 2011 14:35:13 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Ringtone]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[SD-Card]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=900</guid>
		<description><![CDATA[I have a Motorola Milestone and keep it inside the Desk-Dockingstation all day long. While it is in there, the phone cant use the ringtones saved on the sd-card, because the sd-card is shared over USB. I simply moved my ringtone to the internal ringtone memory. You need root access and a terminal to put [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-896" title="android-180" src="http://juliusbeckmann.de/blog/static/android-180.png" alt="android-180" width="180" height="180" />I have a Motorola Milestone and keep it inside the Desk-Dockingstation all day long. While it is in there, the phone cant use the ringtones saved on the sd-card, because the sd-card is shared over USB. I simply moved my ringtone to the internal ringtone memory.</p>
<p><span id="more-900"></span></p>
<p>You need <strong>root access</strong> and a <strong>terminal</strong> to put in these commands:</p>
<p>WARNING:<br />
Be carefull because this could ruin your system!</p>
<div class="codesnip-container" >su -<br />
cd /<br />
mount -o remout,rw /system<br />
cp /sdcard/media/ringtones/YOURRINGTONE.mp3 /system/media/ringtones/<br />
exit</div>
<p>Afterwards restart you phone, delete the ringtone file vom sdcard and select the internal ringtone. Should be working now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/android-move-ringtones-from-sd-card-to-internal-memory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android: Install Google Mail in Cyanogen 7 and similar</title>
		<link>http://juliusbeckmann.de/blog/android-install-google-mail-in-cyanogen-7-and-similar.html</link>
		<comments>http://juliusbeckmann.de/blog/android-install-google-mail-in-cyanogen-7-and-similar.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 23:50:50 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=894</guid>
		<description><![CDATA[How to install Google Mail (GMail) on your Cyanogen Android Phone: 1. The Google Mail app is just available in USA Market. You need the app "Market Enabler" and fake a USA Provider like Verizon or T-Mobile. 2. Search for "Google Mail" or "Gmail" in the Market, if it does show up, install it. 3. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://juliusbeckmann.de/blog/static/android-180.png" alt="android-180" title="android-180" width="180" height="180" class="alignright size-full wp-image-896" />How to install Google Mail (GMail) on your Cyanogen Android Phone:</p>
<p>1. The Google Mail app is just available in USA Market. You need the app "Market Enabler" and fake a USA Provider like Verizon or T-Mobile.</p>
<p>2. Search for "Google Mail" or "Gmail" in the Market, if it does show up, install it.</p>
<p>3. If you cant find Google Mail in the Market, go to ww.appbrain.com and search for "Gmail". Use the QR Code + Browser to install Google Mail.</p>
<p>If you need any more Google Apps, check out this Wiki entry:<br />
<a href="http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps">http://wiki.cyanogenmod.com/index.php?title=Latest_Version/Google_Apps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://juliusbeckmann.de/blog/android-install-google-mail-in-cyanogen-7-and-similar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
