<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to change fonts in Android without font management tool?</title>
	<atom:link href="http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/</link>
	<description>Bits and Bytes of Life</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Post your Android Desktop - Page 15 - Android Forums</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-3385</link>
		<dc:creator>Post your Android Desktop - Page 15 - Android Forums</dc:creator>
		<pubDate>Fri, 02 Jul 2010 01:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-3385</guid>
		<description>[...] you did, or stock to your device?    Thanks. This is from a Nexus One, and the guide I used is at How to change fonts in Android without font management tool?. The font in these screen shots is DreamerOne, found at one of the free font sites. When picking a [...]</description>
		<content:encoded><![CDATA[<p>[...] you did, or stock to your device?    Thanks. This is from a Nexus One, and the guide I used is at How to change fonts in Android without font management tool?. The font in these screen shots is DreamerOne, found at one of the free font sites. When picking a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black God</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-3183</link>
		<dc:creator>Black God</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-3183</guid>
		<description>Ziv,
Did you check the space on /system? try &quot;df&quot; command to know there is some space or not (I believe this command works in adb shell)</description>
		<content:encoded><![CDATA[<p>Ziv,<br />
Did you check the space on /system? try &#8220;df&#8221; command to know there is some space or not (I believe this command works in adb shell)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ziv</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-3178</link>
		<dc:creator>Ziv</dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-3178</guid>
		<description>Hello, I have a problem changing the fonts.
I rooted my device (HTC-Desire  0.80) successfully. 
when trying to change the files in /system/fonts I receive: &#039;write: No space left on device.&#039;
I remounted the /system as read write.
please advice.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello, I have a problem changing the fonts.<br />
I rooted my device (HTC-Desire  0.80) successfully.<br />
when trying to change the files in /system/fonts I receive: &#8216;write: No space left on device.&#8217;<br />
I remounted the /system as read write.<br />
please advice.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anyone know how to get Arabic font support on this phone? - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-2196</link>
		<dc:creator>Anyone know how to get Arabic font support on this phone? - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-2196</guid>
		<description>[...] is in the market, I think it was around 3 bucks though. There are manual instructions here:  How to change fonts in Android? - Black God  But I&#039;m not sure that&#039;s what you are looking for. I haven&#039;t come across anything for adding [...]</description>
		<content:encoded><![CDATA[<p>[...] is in the market, I think it was around 3 bucks though. There are manual instructions here:  How to change fonts in Android? &#8211; Black God  But I&#39;m not sure that&#39;s what you are looking for. I haven&#39;t come across anything for adding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin B.</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-2177</link>
		<dc:creator>Alvin B.</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-2177</guid>
		<description>Better way to do it if you&#039;re rooted - the above skips a couple of things.

1) You can simply do an adb &quot;pull&quot; to backup the font on the device. adb pull /system/fonts/DroidSans.ttf DroidSans.ttf

Before the push, you must remount, or you&#039;ll get an error. that&#039;s done by:
adb remount

Then finally, rebooting can be done over adb too! 
adb reboot</description>
		<content:encoded><![CDATA[<p>Better way to do it if you&#8217;re rooted &#8211; the above skips a couple of things.</p>
<p>1) You can simply do an adb &#8220;pull&#8221; to backup the font on the device. adb pull /system/fonts/DroidSans.ttf DroidSans.ttf</p>
<p>Before the push, you must remount, or you&#8217;ll get an error. that&#8217;s done by:<br />
adb remount</p>
<p>Then finally, rebooting can be done over adb too!<br />
adb reboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan and his Open Ideals &#187; The Droid&#8217;s Dharma: Supporting the Tibetan Language on Android</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-1966</link>
		<dc:creator>Nathan and his Open Ideals &#187; The Droid&#8217;s Dharma: Supporting the Tibetan Language on Android</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-1966</guid>
		<description>[...] to the authors and developer behind the following posts upon whose work this effort was based: karuppuswamy.com: How to change fonts in Android? karuppuswamy.com: Mounting /system partition in read-write mode in Android android-devs.com: Adding [...]</description>
		<content:encoded><![CDATA[<p>[...] to the authors and developer behind the following posts upon whose work this effort was based: karuppuswamy.com: How to change fonts in Android? karuppuswamy.com: Mounting /system partition in read-write mode in Android android-devs.com: Adding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan and his Open Ideals &#187; links for 2009-11-19</title>
		<link>http://karuppuswamy.com/wordpress/2009/04/25/how-to-change-fonts-in-android/comment-page-1/#comment-1965</link>
		<dc:creator>Nathan and his Open Ideals &#187; links for 2009-11-19</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://karuppuswamy.com/wordpress/?p=760#comment-1965</guid>
		<description>[...] How to change fonts in Android? &#8211; Black God This HOWTO talks about how to change the default fonts in Android mobile. The system fonts are available in /system/fonts directory. DroidSans.ttf is the main font used in most of the applications. Overwriting the fonts in this directory with your fonts will change the fonts in the Android mobile. (tags: hack android) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to change fonts in Android? &#8211; Black God This HOWTO talks about how to change the default fonts in Android mobile. The system fonts are available in /system/fonts directory. DroidSans.ttf is the main font used in most of the applications. Overwriting the fonts in this directory with your fonts will change the fonts in the Android mobile. (tags: hack android) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
