<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.skipbx.com">
<channel>
 <title>Mobiles reviews - download</title>
 <link>http://www.skipbx.com/taxonomy/term/2504/0</link>
 <description>Auto generated by aggregator2 autotaxonomy</description>
 <language>en</language>
<item>
 <title>Download files from the web directly to your iPhone or iPod Touch</title>
 <link>http://www.skipbx.com/download_files_from_the_web_directly_to_your_iphone_or_ipod_touch.html</link>
 <description>&lt;p&gt;The iPhone (or iPod Touch) as an internet tablet - it’s almost perfectly suited for surfing through your favorite online forums, shopping sites, and, ahem, TMZ.com. There’s just one thing missing. If only there was a way to download all that cool web-content straight to your iPhone.    Well, now there is! iPhone hacker hachu has gone ahead and developed a plug-in for your iPhone’s Safari browser. The plug-in allows you to download (rather than stream/playback), say, an MP3 file to the var/root/Downloads directory on your iPhone’s local disk. You can find instructions for installing the plug-in  here . After installation, whenever you click on a link to any media (like a ZIP file), a green “Download” button will appear. There’s a bit of .plist editing required, so if that kind of “hacking” makes you break out in cold-sweats, you might want to stay away from this one.    Anyway, Erica Sadun from TUAW has modified her SendFile application to allow you to playback said MP3 files from your iPhone’s local-disk (even while offline). SendFile will now search your ~/Downloads and ~/Media/Documents directories for any media that you might want to send, share, email, and now playback. Grab the modified SendFile application  here .    Make sure you check the  hackint0sh forum  for installation instructions.    Or, keep reading for a quick rundown on the installation procedure.    Here’s a rough idea of what you’ll need to do:&lt;br /&gt;
&lt;ul &gt;
&lt;li &gt;Download the Safari plug-in  here .&lt;/li&gt;
&lt;li &gt;Copy the plug-in bundle to “/System/Library/Internet Plug-Ins” and reboot the iPhone&lt;/li&gt;
&lt;li &gt;Add this string to your Info.plist (use a standard text editor as opposed to Mac OSX’s editor) in order to download AVI files   &amp;lt;key&amp;gt;video/x-msvideo&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;avi&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;avi File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
&lt;li &gt;Add this string to your Info.plist in order to download MP3 files   &amp;lt;key&amp;gt;audio/mpeg&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;mpeg&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;mpg&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;mp3&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;swa&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;MPEG audio&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;   &amp;lt;key&amp;gt;audio/mpeg3&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;mp3&amp;lt;/string&amp;gt;   &amp;lt;string&amp;gt;swa&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;MP3 audio&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;ul &gt;
&lt;li &gt;Here’s the string for downloading RAR files   &amp;lt;key&amp;gt;application/x-rar-compressed&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;rar&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;rar File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
&lt;li &gt;Torrent files   &amp;lt;key&amp;gt;application/x-bittorrent&amp;lt;/key&amp;gt;   &amp;lt;dict&amp;gt;   &amp;lt;key&amp;gt;WebPluginExtensions&amp;lt;/key&amp;gt;   &amp;lt;array&amp;gt;   &amp;lt;string&amp;gt;torrent&amp;lt;/string&amp;gt;   &amp;lt;/array&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeDescription&amp;lt;/key&amp;gt;   &amp;lt;string&amp;gt;torrent File&amp;lt;/string&amp;gt;   &amp;lt;key&amp;gt;WebPluginTypeEnabled&amp;lt;/key&amp;gt;   &amp;lt;true/&amp;gt;   &amp;lt;/dict&amp;gt;&lt;/li&gt;
  &lt;/ul&gt;
   Keep in mind, these are rough instructions to give you an idea of what’s in store for you if you decide to implement this plug-in. Head on over to  hackint0sh  and read the thread to get a complete picture of the installation procedure.    [Via:  TUAW ]   ---Related Articles at IntoMobile:WeatherBug goes iPhone/iPod TouchMactracker updated with iPhone and iPod Touch infoCan the iPod Touch affect the high-end handset sales?Six Apart launches launches iPhone/iPod Touch plugin for Movable Type 4/TypepadiTunes WiFi music stores goes live today?&lt;/p&gt;
</description>
 <source url="http://feeds.feedburner.com/IntoMobile">Into Mobile</source>
 <category domain="http://www.skipbx.com/feed/announcements">announcements</category>
 <category domain="http://www.skipbx.com/feed/apple">apple</category>
 <category domain="http://www.skipbx.com/feed/applications">applications</category>
 <category domain="http://www.skipbx.com/feed/download">download</category>
 <category domain="http://www.skipbx.com/feed/iphone">iphone</category>
 <category domain="http://www.skipbx.com/feed/media">media</category>
 <category domain="http://www.skipbx.com/feed/mobile">mobile</category>
 <category domain="http://www.skipbx.com/feed/plug_in">plug in</category>
 <category domain="http://www.skipbx.com/feed/plugin">plugin</category>
 <category domain="http://www.skipbx.com/feed/safari">safari</category>
 <pubDate>Wed, 26 Dec 2007 22:03:52 +0000</pubDate>
</item>
</channel>
</rss>
