<?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>Droid Hacks &#187; Tips</title>
	<atom:link href="http://droidhacks.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://droidhacks.com</link>
	<description>Tips and Tricks for Android Users</description>
	<lastBuildDate>Fri, 27 Aug 2010 18:44:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing Firefox Mobile on a Samsung Captivate</title>
		<link>http://droidhacks.com/2010/08/installing-firefox-mobile-on-a-samsung-captivate/</link>
		<comments>http://droidhacks.com/2010/08/installing-firefox-mobile-on-a-samsung-captivate/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 18:44:45 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[captivate]]></category>
		<category><![CDATA[fennec]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=191</guid>
		<description><![CDATA[Mozilla just released a mobile version of Firefox for Android devices. Unfortunately they haven&#8217;t directly published the link to the apk. If you follow the download link from a desktop system it takes you to the desktop installer. From a device it takes you to the apk, but I&#8217;m on a Samsung Captivate I haven&#8217;t]]></description>
			<content:encoded><![CDATA[<p>Mozilla just released a <a href="http://blog.mozilla.com/blog/2010/08/27/fennec-alpha-released-for-android-and-nokia-n900/">mobile version of Firefox for Android devices</a>. Unfortunately they haven&#8217;t directly published the link to the apk. If you follow the download link from a desktop system it takes you to the desktop installer. From a device it takes you to the apk, but I&#8217;m on a Samsung Captivate I haven&#8217;t rooted yet, so I can&#8217;t install from the browser. Instead I downloaded through the browser, sucked the file out using ADB, and the installed that way:</p>
<ul>
<li>./adb pull /sdcard/download/fennec.apk ~/fennec.apk</li>
<li>./adb install ~/fennec.apk</li>
</ul>
<p>Dear Mozilla, great idea directing folks to the right download automatically, but please take this case into consideration. Lots of folks on AT&#038;T devices who can&#8217;t install directly. Or, alternatively, AT&#038;T could stop being idiots. Slim chance of that though.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/08/installing-firefox-mobile-on-a-samsung-captivate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Captivate Tethering for OS X</title>
		<link>http://droidhacks.com/2010/08/samsung-captivate-tethering-for-os-x/</link>
		<comments>http://droidhacks.com/2010/08/samsung-captivate-tethering-for-os-x/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 03:59:12 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[captivate]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=168</guid>
		<description><![CDATA[When I plugged my Samsung Captivate into my OS X machine I was surprised to see a network connection dialog pop up on my laptop and what looked like a tethering app pop up on the device. Given that AT&#038;T tries to kill off tethering in every way possible with the iPhone, I figured it]]></description>
			<content:encoded><![CDATA[<p>When I plugged my Samsung Captivate into my OS X machine I was surprised to see a network connection dialog pop up on my laptop and what looked like a tethering app pop up on the device. Given that AT&#038;T tries to kill off tethering in every way possible with the iPhone, I figured it wouldn&#8217;t be on with my Captivate either. Or at least not easy to get working. No problem though. I just needed to figure out which set of settings to put in the network connection dialogs in OS X.</p>
<p>In the main network settings screen under System Preferences:</p>
<ul>
<li>leave telephone number blank</li>
<li>use &#8216;WAP@CINGULARGPRS.COM&#8217; for Account Name</li>
<li>use &#8216;CINGULAR1&#8242; for Password</li>
</ul>
<p>Then click the advanced button and setup:</p>
<ul>
<li>Vendor generic</li>
<li>Model GPRS (GSM/3G)</li>
<li>APN is &#8216;wap.cingular&#8217;</li>
<li>CID set to 1</li>
</ul>
<p>After that starting up a network session with my Captivate attached over USB yielded a pretty quick network connection! Now if only they could fix these GPS issues&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/08/samsung-captivate-tethering-for-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Text to Speech Using Scripting</title>
		<link>http://droidhacks.com/2010/07/text-to-speech-using-scripting/</link>
		<comments>http://droidhacks.com/2010/07/text-to-speech-using-scripting/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:26:41 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=147</guid>
		<description><![CDATA[I&#8217;ve been fooling around with Scripting Layer for Android to generate some speech notifications. Two issues I ran into, figured I would share if anyone else does. The first was that the examples still use the droid.speak() call, and it should be droid.ttsSpeak() instead. Quick fix. The second however I only saw on my CM6]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fooling around with <a href="http://code.google.com/p/android-scripting/">Scripting Layer for Android</a> to generate some speech notifications. Two issues I ran into, figured I would share if anyone else does. The first was that the examples still use the droid.speak() call, and it should be droid.ttsSpeak() instead. Quick fix. The second however I only saw on my CM6 device, which was that no speech was coming out ever after I updated the ttsSpeak() call. logcat turned up the issue quickly enough though. I just needed to go into settings from the home screen and download the data necessary to generate speech. Once you&#8217;re in the &#8220;Voice Input and Output&#8221; area the process is obvious. It&#8217;s just knowing that you need to go into settings to get speech working that&#8217;s a bit tricky.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/text-to-speech-using-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pirate Boot Logo</title>
		<link>http://droidhacks.com/2010/07/pirate-boot-logo/</link>
		<comments>http://droidhacks.com/2010/07/pirate-boot-logo/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 19:23:52 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nexusone]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=137</guid>
		<description><![CDATA[Every proper hacked device needs to boot up with a pirate theme. Fortunately the boot animation is trivial to replace on a Nexus one. I&#8217;m currently running CyanogenMod6, but I believe this will work other places. I replaced the boot animation with just a single image of a skull and crossed swords: There&#8217;s plenty of]]></description>
			<content:encoded><![CDATA[<p>Every proper hacked device needs to boot up with a pirate theme. Fortunately the boot animation is trivial to replace on a Nexus one. I&#8217;m currently running CyanogenMod6, but I believe this will work other places. I replaced the boot animation with just a single image of a skull and crossed swords:</p>
<p><a href="http://droidhacks.com/2010/07/pirate-boot-logo/boot_00003/" rel="attachment wp-att-138"><img src="http://droidhacks.com/wp-content/uploads/2010/07/boot_00003.png" alt="" title="Pirate boot logo" width="256" height="512" class="aligncenter size-full wp-image-138" /></a></p>
<p>There&#8217;s plenty of info out there about replacing the boot logo and what the files do. Here&#8217;s how to get it up and running through:</p>
<ol>
<li>Download the <a href="http://droidhacks.com/wp-content/uploads/2010/07/pirate_bootanimation.zip">pirate boot animation zip file</a> to your system</li>
<li>Remount the system partition read-write: adb shell mount -o rw,remount /dev/block/mtdblock3 /system</li>
<li>Push the file across to your device: adb push pirate_bootanimation.zip /system/media/bootanimation.zip</li>
</ol>
<p>That&#8217;s it, reboot and enjoy! If you want to poke around and change it, it should be pretty easy. There&#8217;s a <a href="http://www.droidforums.net/forum/droid-hacks/33932-bootanimation-zip-file-explained.html">writeup of what the contents of the bootanimation.zip are</a>, which is very useful. Supposedly, also, the zip needs to be uncompressed to work. But that just means setting compression level to 0 when you run zip. This is the command I use on my OS X machine: zip -0 pirate_bootanimation.zip desc.txt part0/boot_00003.png&#8221;. That should make it easy to swap in any other picture to customize.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/pirate-boot-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Scripting Environment is now SL4A</title>
		<link>http://droidhacks.com/2010/07/android-scripting-environment-is-now-sl4a/</link>
		<comments>http://droidhacks.com/2010/07/android-scripting-environment-is-now-sl4a/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:33:22 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=101</guid>
		<description><![CDATA[I downloaded and installed the latest Android scripting package, now called Scripting Layer for Android, or SL4A. I had some issues with it under CyanogenMod5 (probably my own, but I never debugged). Today I updated to a CM6 release and it seems to be working a whole lot better. There are links to a whole]]></description>
			<content:encoded><![CDATA[<p>I downloaded and installed the latest Android scripting package, now called <a href="http://code.google.com/p/android-scripting/">Scripting Layer for Android</a>, or SL4A. I had some issues with it under CyanogenMod5 (probably my own, but I never debugged). Today I updated to a CM6 release and it seems to be working a whole lot better. There are links to a <a href="http://code.google.com/p/android-scripting/wiki/Tutorials">whole bunch of examples on the Tutorials page</a>.</p>
<p>The application interface itself is pretty simple. When it first loads up you won&#8217;t have any interpreters besides shell. If you go into the View menu, select interpreters, and then select Add from the menu under there you can add other interpreters. The interpreters generally come with example scripts, which will show up in the main list view once they&#8217;re loaded:</p>
<p><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_2.png" alt="" title="wpid-screenshot_2.png" width="240" height="400" /></p>
<p>There&#8217;s a preferences screen, which covers mostly visual options:</p>
<p><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_3.png" alt="" title="wpid-screenshot_3.png" width="240" height="400" /></p>
<p>If you long press on a script you have an option to edit it:</p>
<p><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_4.png" alt="" title="wpid-screenshot_4.png" width="240" height="400" /></p>
<p>The editor that comes up is just a simple but effective textbox, so at least you can edit scripts in place on the device:</p>
<p><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_5.png" alt="" title="wpid-screenshot_5.png" width="240" height="400" /></p>
<p>And then you can run a script, in this place displaying a toast message over the keyboard when I run the hello world program:</p>
<p><img src="http://droidhacks.com/wp-content/uploads/2010/07/wpid-screenshot_6.png" alt="" title="wpid-screenshot_6.png" width="240" height="400" /></p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/android-scripting-environment-is-now-sl4a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot on a Rooted Device</title>
		<link>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/</link>
		<comments>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:34:40 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=86</guid>
		<description><![CDATA[In addition to capturing a screenshot with a computer using the Android SDK there&#8217;s also a screenshot application (available on the market, called simple &#8216;screenshot&#8217;, I&#8217;m not sure how to find out the package name to create a market link for it. It only works on rooted devices, but all of mine are. One nice]]></description>
			<content:encoded><![CDATA[<p>In addition to <a href="http://www.mobilecrunch.com/2008/10/31/how-to-capture-the-screen-of-an-android-device/">capturing a screenshot with a computer using the Android SDK</a> there&#8217;s also a screenshot application (available on the market, called simple &#8216;screenshot&#8217;, I&#8217;m not sure how to find out the package name to create a market link for it</a>. It only works on rooted devices, but all of mine are. One nice feature is the &#8220;shake to capture a screenshot&#8221; option. So that instead of having to keep hopping into the screenshot app to setup a shot, back to the app, wait, hop back to setup another time delayed shot, back to the app, etc. Just setup screenshot to capture when you shake and go through whatever set of screens you want.<a href="http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/screenshot/" rel="attachment wp-att-88"><img src="http://droidhacks.com/wp-content/uploads/2010/07/screenshot.png" alt="" title="Screenshot App" width="240" height="400" class="aligncenter size-full wp-image-88" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/screenshot-on-a-rooted-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADW.Launcher Preview</title>
		<link>http://droidhacks.com/2010/07/adw-launcher-preview/</link>
		<comments>http://droidhacks.com/2010/07/adw-launcher-preview/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:20:55 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[adwlauncher]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=82</guid>
		<description><![CDATA[One of the great sets of enhancements using a CyanogenMod rom instead of a stock rom is the launcher. Cyanogen includes an altered launcher called ADW.Launcher that includes lots of extra settings and interface tweeks. One of my favorite is the &#8220;preview&#8221; option, which gives you an expose (as in OS X Expose) style view]]></description>
			<content:encoded><![CDATA[<p>One of the great sets of enhancements using a CyanogenMod rom instead of a stock rom is the launcher. Cyanogen includes an altered launcher called <a href="http://github.com/AnderWeb/android_packages_apps_Launcher">ADW.Launcher</a> that includes lots of extra settings and interface tweeks. One of my favorite is the &#8220;preview&#8221; option, which gives you an expose (as in <a href="http://en.wikipedia.org/wiki/Expos%C3%A9_%28Mac_OS_X%29">OS X Expose</a>) style view of everything across the different homescreens on your device. By default you can bring it up by long pressing on the dots on the left or right bottom of the screen that show you which area you&#8217;re currently on. However, in the ADW.Launcher settings you can change the keybinding for the home key if ADW is already the active app. By default it just snaps you back to the main screen, but you can swap it to preview instead. Great usability change for me, lets me scan through my apps and widgets very quickly.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/adw-launcher-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting the Most Out of Froyo</title>
		<link>http://droidhacks.com/2010/07/getting-the-most-out-of-froyo/</link>
		<comments>http://droidhacks.com/2010/07/getting-the-most-out-of-froyo/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 15:10:07 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[recommendation]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=79</guid>
		<description><![CDATA[If you&#8217;ve got Froyo on your phone now and you&#8217;re looking to make sure you know about all the changes, check out this Android 2.2 review from AnandTech. It walks through all the differences compared to the 2.1 release, and there are a few good points in there. Everyone knows about the hotspot functionality for]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got Froyo on your phone now and you&#8217;re looking to make sure you know about all the changes, check out this <a href="http://www.anandtech.com/show/3782/a-taste-of-froyo-google-android-22-explored">Android 2.2 review from AnandTech</a>. It walks through all the differences compared to the 2.1 release, and there are a few good points in there. Everyone knows about the hotspot functionality for instance. But I had missed the automatic updates from the Marketplace till just now. Maybe there&#8217;s something in there you missed too.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/getting-the-most-out-of-froyo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Battery Graph Application</title>
		<link>http://droidhacks.com/2010/07/battery-graph-application/</link>
		<comments>http://droidhacks.com/2010/07/battery-graph-application/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:53:49 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=75</guid>
		<description><![CDATA[I&#8217;ve started using an app called Battery Graph (marketplace link) by Morgan H to try to monitor changes in my battery drain. It&#8217;s a background app that collects battery charge info over time and displays a graph on device. That makes it easy to spot major changes to discharge rate. Say if you install a]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started using an app called Battery Graph (<a href="market://search?q=pname:com.modroid.battery">marketplace link</a>) by Morgan H to try to monitor changes in my battery drain. It&#8217;s a background app that collects battery charge info over time and displays a graph on device. That makes it easy to spot major changes to discharge rate. Say if you install a new widget some time early afternoon, and later that evening you see the discharge rate increased some time after lunch, you know the widget is doing something heavy and impacting your total battery life.</p>
<p>In the menu area there&#8217;s even an option to export the set of data to CSV so you can suck it into a spreadsheet or use it to drive some of your own tools. Would be great actually if there was an option to record a list of running processes along with the battery status info, so that it could attempt to spot which processes are sucking up the most resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/battery-graph-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Recovery Image After Reboot</title>
		<link>http://droidhacks.com/2010/07/keeping-recovery-image-after-reboot/</link>
		<comments>http://droidhacks.com/2010/07/keeping-recovery-image-after-reboot/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 20:33:38 +0000</pubDate>
		<dc:creator>Lead Hacker</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://droidhacks.com/?p=72</guid>
		<description><![CDATA[I&#8217;ve been trying lots of custom images on my N1 and G1 recently. One minor annoyance was that after installing a custom recovery image like Amon Ra to flash different base images I seemed to revert back to the default recovery image after a reboot. It wasn&#8217;t too annoying cause I kept the recovery.img on]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying lots of custom images on my N1 and G1 recently. One minor annoyance was that after installing a custom recovery image like Amon Ra to flash different base images I seemed to revert back to the default recovery image after a reboot. It wasn&#8217;t too annoying cause I kept the recovery.img on my sdcard and just did a flash_image before rebooting whenever I wanted to apply updates. But still, annoying.</p>
<p>Then I ran across <a href="http://android-dls.com/wiki/index.php?title=Replace_Recovery_Partition">this description of replacing the recovery partition</a>, which explains that part of the boot process is writing the recovery.img from /system/recovery.img. That explains a lot! That page also describes how to replace the /system/recovery.img so that you keep your new recovery image after each boot. Ahh, now I have my full set of menu options whenever I hit recovery.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidhacks.com/2010/07/keeping-recovery-image-after-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
