<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SE-Design &#187; Tutorials</title>
	<atom:link href="http://semf.wordpress.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://semf.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 09 Feb 2009 00:57:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='semf.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f4fbc1b5464071f0ca7f81c151df5b52?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>SE-Design &#187; Tutorials</title>
		<link>http://semf.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://semf.wordpress.com/osd.xml" title="SE-Design" />
		<item>
		<title>enabling and using elfs</title>
		<link>http://semf.wordpress.com/2009/02/09/enabling-and-using-elfs/</link>
		<comments>http://semf.wordpress.com/2009/02/09/enabling-and-using-elfs/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 00:20:34 +0000</pubDate>
		<dc:creator>superste</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://semf.wordpress.com/?p=286</guid>
		<description><![CDATA[Briefly, elfs are unix executables&#8230;.they are applications. In effect, the original video player in your phone is a kind of elf embedded in the MAIN of your firmware. So what I mean to say is that, elf use functions present inside the phone&#8217;s own firmware to perform tasks&#8230;.they are kind of native applications which makes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=286&subd=semf&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-family:Arial;">Briefly, elfs are unix executables&#8230;.they are applications. In effect, the original video player in your phone is a kind of elf embedded in the MAIN of your firmware. So what I mean to say is that, elf use functions present inside the phone&#8217;s own firmware to perform tasks&#8230;.they are kind of native applications which makes them more powerful and faster than java, without any restrictions.</span></p>
<p><span style="color:#ff0000;font-family:Arial;"><strong>What you need</strong></span></p>
<p><span style="font-family:Arial;">1. Elf Loader and DYN_CONST.bin. Download them from <a href="http://justdanpo.cheb.ru/index.php?link=L3N1cHBvcnQvZWxmcGFjaw=="><span style="color:#ff0000;">here</span></a>, for your phone&#8217;s firmware (credits to den_po)</span></p>
<p><span style="font-family:Arial;">2. Elf Library. Download them from <span style="color:#ff0000;"><a href="http://perk11.info/svn/SE/Library/"><span style="color:#ff0000;">here</span></a></span>, for your phone&#8217;s firmware. These are updated after every few days, so you will have to check and patch with newer library patches as they are made available. </span></p>
<p><span style="font-family:Arial;">Note: The elfs that you use may sometimes come with library updates. In that case, you will need to patch with them too before using the elf (but only if they are for your phone and firmware)</span></p>
<p><span style="font-family:Arial;">3. Elfs. You can get a few from <span style="color:#ff0000;"><a href="http://www.mobilejunkies.net/phpBB2/viewtopic.php?t=2752"><span style="color:#ff0000;">here</span></a> </span>or <a href="http://www.mobilejunkies.net/modules.php?name=Downloads&amp;d_op=viewdownload&amp;cid=197#cat"><span style="color:#ff0000;">here</span></a></span></p>
<p><span style="font-family:Arial;">You can get more from se-nse too</span></p>
<p><span style="font-family:Arial;">Do note that some elfs may not have the library updates for your phone and firmware. In that case you will have to wait for the library updates or request them from the author or any patch porter.</span></p>
<p><span style="font-family:Arial;">4. Knowledge of how to patch your phone. If you don&#8217;t, read here <a title="Permanent Link to Patching DB2020 Using Setool2 Lite" rel="bookmark" href="http://semf.wordpress.com/2009/02/09/patching-db2020-using-setool2-lite/">Patching DB2020 Using Setool2 Lite</a></span></p>
<p><strong><span style="color:#ff0000;font-family:Arial;">Setting Up Elf Pack</span></strong></p>
<p><span style="font-family:Arial;">1. To start off, create the following folders<br />
- In phone memory:<br />
</span></p>
<ul><span style="font-family:Arial;">Other/Zbin<br />
Other/ini<br />
Other/Zbin/Config</span><em><span style="font-size:x-small;font-family:Arial;">(In other words, create a Zbin folder &#8220;Other&#8221; in phone memory. Then create a ini folder in &#8220;Other&#8221; folder in phone memory. Then create a Zbin folder in &#8220;Other&#8221; folder in phone memory. Then create a Config folder in &#8220;Zbin&#8221; folder you just created)</span></em></ul>
<p><span style="font-family:Arial;">- In M2 Card (yes, it has to be the memory stick, if you don’t have any, you can’t use the daemon function): </span></p>
<ul><span style="font-family:Arial;">Other/Zbin/Deamons</span></ul>
<p><span style="font-family:Arial;">2. Copy DYN_CONST.bin file to Other/Zbin/Config (in phone memory)</span></p>
<p><span style="color:red;font-style:italic;">Note: If your phone is K750 or W800 or W700 then create Daemons in Other/Daemons, do the same if elves you placed in ZBin/Daemons do not start with the phone.</span> <span style="color:#ff0000;"><em>For the rest of the phones, you have to do as stated above.</em></span></p>
<p>3. Then apply the Elf Loader patches and the Library patch.<br />
For example consider K810:<br />
First apply K810_xxxx.vkp patch<br />
Then apply k810_xxxx.ico.vkp patch<br />
Then apply K810_xxxx.lib.vkp</p>
<p><span style="font-family:Arial;">(xxxx above stands for the name of your firmware. Currently most people use R8BA024)</span></p>
<p><em><span style="font-family:Arial;"><span style="font-size:x-small;color:#ff0000;">Note:</span><span style="font-size:x-small;"> </span></span></em></p>
<p><em><span style="font-size:x-small;font-family:Arial;">1. It is recommended that you flash a fresh MAIN before you apply the Elf Loader patches.</span></em></p>
<p><em><span style="font-size:x-small;">2. You may get error&#8217;s while patching elfpack and elflib. This is OK, there is a certain patch that conflicts with the ElfPack, if you have that patch installed you &#8220;wont&#8221; get any error while patching, but if you do not have the conflicting patch installed you &#8220;WILL&#8221; receive an error while patching. Don&#8217;t worry as SETool2 Lite will skip any miss-matched data, but FAR will patch these blocks anyway but thats OK as its only writing the same data back over. </span></em></p>
<p><span style="font-size:x-small;"><em>However if during patching if you get a mismatch warning and you continue with patching, and after patching your phone doesn&#8217;t start do this:</em></span></p>
<p><span style="font-family:Arial;"><em><span style="font-size:x-small;">- Reinsert battery<br />
- Press and hold &#8216;c&#8217; and connect to XS++<br />
- Flash your MAIN back</span></em></span></p>
<p><em><span style="font-size:x-small;font-family:Arial;">3. If you have sysgfx (total graphics replacement) patch applied to your DB2000 and DB2010 phone (W810, W800, K750 etc), dont forget to open the Elf Loader patch and edit it (the details are mentioned in the patch itself). This step is NOT required for DB2020 phones</span></em><span style="font-family:Arial;"><em><span style="font-size:x-small;"><br />
</span></em></span></p>
<p>4. Place a few ELVES in Phone/Other/ZBIN.</p>
<p><span style="font-family:Arial;">- If an ELF has .ini file with it, place it in Other/ini in phone memory.<br />
- If an ELF comes with config stuff then place it in Other/Zbin/Config<br />
- If you want an elf to autostart when the phone starts, place it in Other/Zbin/Deamons in M2 Card.</span></p>
<p><span style="font-family:Arial;">5. Open Phone/Other/ZBIN folder with the phone’s file manager. Scroll to the elf you want to run and press Start.</span></p>
<p><span style="font-family:Arial;">Enjoy!</span></p>
<p><span style="font-family:Arial;">Notes:</span></p>
<p><span style="font-family:Arial;">1. As mentioned above, some elfs will come with library updates of their own. So before using those elfs, patch your phone with the library patch provided with those elfs if they are for your phone and firmware</span></p>
<p>2. Do read the notes below step 3 in case you run into trouble after patching your phone with the Elf Loader or Library patches.</p>
<p>Posted by Superste</p>
<p><span style="font-family:Arial;"> </span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/semf.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/semf.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/semf.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/semf.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/semf.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/semf.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/semf.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/semf.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/semf.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/semf.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=286&subd=semf&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://semf.wordpress.com/2009/02/09/enabling-and-using-elfs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df99d4969eeaf90dcd68709829acab3a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">superste</media:title>
		</media:content>
	</item>
		<item>
		<title>Patching DB2020 Using Setool2 Lite</title>
		<link>http://semf.wordpress.com/2009/02/09/patching-db2020-using-setool2-lite/</link>
		<comments>http://semf.wordpress.com/2009/02/09/patching-db2020-using-setool2-lite/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:52:25 +0000</pubDate>
		<dc:creator>superste</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://semf.wordpress.com/?p=273</guid>
		<description><![CDATA[What you need:
Setool2 Lite  http://www.mobilejunkies.net/modules.php?name=Downloads&#38;d_op=viewdownloaddetails&#38;cid=67&#38;lid=4189&#38;ttitle=Setool2_Lite_1.11#dldetails
It is the patching software. Also contains qamaker.exe (Quick Access patch maker)
A MAIN firmware compatible with your phone. It will be flashed to your phone
Recommended that you backup your GDFS using both setool2 and XS++. If you haven&#8217;t already
Step 1:
1. Extract setool2 lite archive and open the folder where you have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=273&subd=semf&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="font-size:18px;color:red;line-height:normal;">What you need:<br />
<span style="color:#000000;">Setool2 Lite  <a href="http://www.mobilejunkies.net/modules.php?name=Downloads&amp;d_op=viewdownloaddetails&amp;cid=67&amp;lid=4189&amp;ttitle=Setool2_Lite_1.11#dldetails">http://www.mobilejunkies.net/modules.php?name=Downloads&amp;d_op=viewdownloaddetails&amp;cid=67&amp;lid=4189&amp;ttitle=Setool2_Lite_1.11#dldetails</a></span><br />
<span style="color:#000000;">It is the patching software. Also contains qamaker.exe (Quick Access patch maker)</span></span></div>
<p><span style="font-size:18px;color:red;line-height:normal;"><span style="color:#000000;">A MAIN firmware compatible with your phone. It will be flashed to your phone</span></span></p>
<p>Recommended that you backup your GDFS using both setool2 and XS++. If you haven&#8217;t already</p>
<p>Step 1:<br />
1. Extract setool2 lite archive and open the folder where you have extracted it<br />
2. You should see a a folder named qamaker with qamaker.exe in there. Drag and drop the .mbn file of the MAIN on qamaker.exe (Note that you don&#8217;t have to run qamaker.exe, you just have to drag and drop the .mbn file on it)<br />
3. A .vkp patch file will be generated to allow quick access<br />
4. Run setool2 lite. Select your phone in phone type (in my case w580)<br />
5. Click on the &#8220;Add&#8221; button beside the files box. Browse to and select the .mbn file of the MAIN you used in step 2<br />
6. Click on the &#8220;&#8230;&#8221; box beside the MISC box. Browse to and select the .vkp file generated in step 3<br />
7. Check Bypass DB2020 Security box.<br />
8. Turn off your phone. Click on Flash.<br />
9. Now press and hold &#8216;c&#8217; on your phone and plug in the USB cable.<br />
Setool2 lite will perform some operations.<br />
10. When its done, it will tell you to disconnect phone, reinsert battery and then reconnect phone while holding &#8216;c&#8217; on your phone. Perform these tasks in the order required.<br />
11. If you perform step 10 correctly, setool2 will detect your phone and start flashing the MAIN file<br />
12. When MAIN flashing is complete, setool2 will start applying the Quick Access patch. A pop-up box will appear. In it, click on &#8220;No&#8221; to apply the patch. (Alternately, clicking on Yes will undo the patch)</p>
<p>It will take a couple minutes to apply the patch and when it states Elapsed: xx seconds, Quick Access patch has been applied.<br />
End of Step 1</p>
<p><span style="font-size:18px;color:red;line-height:normal;">Step 2 &#8211; Applying Patches (To be followed whenever you need to apply a patch)</span></p>
<p>1. Run setool2 lite. Select your phone in phone type (in my case W580)<br />
2. Click on the &#8220;&#8230;&#8221; box beside the MISC box. Browse to and select the .vkp file generated in SimoxPatch Generator<br />
,your own patch for unlocking or some other patch that you want to use (radio without handsfree,sms ringtone increased to 60 sec&#8230; )<br />
3. Check Use &#8221;quick access&#8221; patch box.<br />
4. Turn off your phone. Click on Write Script<br />
5. Now press and hold &#8216;c&#8217; on your phone and plug in the USB cable.<br />
Setool2 lite will perform some operations.- Setool2 will show a pop-up box saying &#8220;Press No to apply patch, Yes to undo&#8221;. Click on No (of course if you want to later undo an applied patch, you will need to press Yes).</p>
<p>- Note: If you get a warning saying byte mismatch the general rule is DONT PATCH IT!!!</p>
<div><span style="font-size:18px;color:red;line-height:normal;"><span style="color:#000000;"><br />
6. It will take a few seconds to apply the patch and when it states Elapsed: xx seconds, patch has been applied,<br />
End of Step 2 and whole process&#8230; turn on your phone with SIM form operator that you want to use ,and check that evereything works.</span></span></div>
<p><span style="font-size:18px;color:red;line-height:normal;"><span style="color:#000000;"> </span></span></p>
<p>Posted by Superste</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/semf.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/semf.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/semf.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/semf.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/semf.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/semf.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/semf.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/semf.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/semf.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/semf.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=273&subd=semf&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://semf.wordpress.com/2009/02/09/patching-db2020-using-setool2-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df99d4969eeaf90dcd68709829acab3a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">superste</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make an sysgfx patch (DB 2020)</title>
		<link>http://semf.wordpress.com/2008/04/07/how-to-make-an-sysgfx-patch-db-2020/</link>
		<comments>http://semf.wordpress.com/2008/04/07/how-to-make-an-sysgfx-patch-db-2020/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 14:30:54 +0000</pubDate>
		<dc:creator>Jockep</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://semf.wordpress.com/?p=71</guid>
		<description><![CDATA[the first thing you need is an program called Imgtool
here is a link to magister&#8217;s website here you have latest program  
when you got that download the main of your phone in this tutorial we gonna use w610 R6BC002.
Download your main from iprotebe or topse.ru.
icons we will use is included in imgtool folder in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=71&subd=semf&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>the first thing you need is an program called <a href="http://www.4shared.com/file/43318731/c37d9033/IMGTOOL.html">Imgtool</a></p>
<p><a href="http://magister.ipsys.net/download-manager.php?id=20">here</a> is a link to magister&#8217;s website here you have latest program <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>when you got that download the main of your phone in this tutorial we gonna use w610 R6BC002.</p>
<p>Download your main from <a href="http://www.iprotebe.cz/">iprotebe</a> or <a href="http://www.topse.ru">topse.ru.</a></p>
<p>icons we will use is included in imgtool folder in the folder called &#8220;Icons&#8221; the icons are made by akapu.</p>
<p>Now we got what we need now open ImgToolDB2020.exe</p>
<p><a href="http://semf.files.wordpress.com/2008/04/pic1.jpg"><img class="aligncenter size-medium wp-image-72" src="http://semf.files.wordpress.com/2008/04/pic1.jpg?w=510&#038;h=382" alt="" width="510" height="382" /></a></p>
<p>1. Press here to open your main.</p>
<p>2. choose the correct main for your phone.</p>
<p>Now you will get a list of pictures to the left now you can start replacing and delete pictures.</p>
<p>for this tutorial i made an R6 version of akapu&#8217;s Volume bar.</p>
<p>for W610 R6BC002 this is the numbers and letters:</p>
<p>ECE1 Delete</p>
<p>EC9F Replace with F39B copy.png</p>
<p>EE6A Replace with wlk2.png</p>
<p>439D replace with F39D copy.png</p>
<p>F39E replace with F328.png</p>
<p>F39F replace with F329.png</p>
<p>F3A0 replace with F32A.png</p>
<p>EB17 Replace with flight.png</p>
<p>(not the same numbers in every firmware so this is for w610 r6 only. if you want for other firmware you have to find pictures yourself)</p>
<p><a href="http://semf.files.wordpress.com/2008/04/pic2.jpg"><img class="alignnone size-medium wp-image-73" src="http://semf.files.wordpress.com/2008/04/pic2.jpg?w=510&#038;h=382" alt="" width="510" height="382" /></a></p>
<p>(sorry if picture looks messed up)</p>
<p>1. find the picture or use search and search for the words i gave you (only w610 R6).</p>
<p>2. use this to replace icon.</p>
<p>3.use this to delete icon.</p>
<p>4.use this to save icon to disk so you can make changes to it.</p>
<p>5. to save .vkp patch.</p>
<p>i hope this makes sysgfx makin alot easier for you.</p>
<p><img src="http://akapu.files.wordpress.com/2008/02/volume_bar_3.png?w=250&#038;h=150" alt="" width="250" height="150" /></p>
<p>Download for W610 R6BC002 or make it yourself with this tutorial:</p>
<p><a href="http://www.4shared.com/file/43323050/77ceec77/volume_bar_3_R6BC002_by_Jockep_Akapu_made_icons.html">Download</a></p>
<p>Best Regards // Jockep</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/semf.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/semf.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/semf.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/semf.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/semf.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/semf.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/semf.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/semf.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/semf.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/semf.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/semf.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/semf.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=semf.wordpress.com&blog=3312693&post=71&subd=semf&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://semf.wordpress.com/2008/04/07/how-to-make-an-sysgfx-patch-db-2020/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a7ecd142d81a862decabac7131582733?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Jockep</media:title>
		</media:content>

		<media:content url="http://semf.files.wordpress.com/2008/04/pic1.jpg?w=510" medium="image" />

		<media:content url="http://semf.files.wordpress.com/2008/04/pic2.jpg?w=510" medium="image" />

		<media:content url="http://akapu.files.wordpress.com/2008/02/volume_bar_3.png" medium="image" />
	</item>
	</channel>
</rss>