<?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>Webmeisterei GmbH - Büro für Netzfragen &#187; iPhone</title>
	<atom:link href="http://archiv.webmeisterei.com/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://archiv.webmeisterei.com</link>
	<description>Webmeisterei,  Plone, Housing, Hosting, Premium, Portalentwicklung, Programmierung</description>
	<lastBuildDate>Sat, 25 Dec 2010 12:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Install Tabulate without iTunes on Linux</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/05/18/install-tabulate-without-itunes-on-linux/</link>
		<comments>http://archiv.webmeisterei.com/friessnegger/2008/05/18/install-tabulate-without-itunes-on-linux/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:06:20 +0000</pubDate>
		<dc:creator>fRiSi</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/05/18/install-tabulate-without-itunes-on-linux/</guid>
		<description><![CDATA[Tabulate will allow you to open links in new windows when browsing websites on your iPhone. It normally is installed by adding a bookmark on your Mac/PC and syncing your iPhone with that. This post will show you how to install it on Linux without using iTunes. Download the Safary Bookmark file from your iphone. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="reference" href="http://gadgets.inventivelabs.com.au/tabulate">Tabulate</a> will allow you to open links in new windows when browsing websites<br />
on your iPhone.</p>
<p>It normally is installed by adding a bookmark on your Mac/PC and syncing your iPhone with that.</p>
<p>This post will show you how to install it on Linux without using iTunes.</p>
<p>Download the Safary Bookmark file from your iphone.<br />
For firmware 1.1.3 this is in <tt class="docutils literal"><span class="pre">/private/var/mobile/Library/Safari/Bookmarks.plist</span></tt></p>
<p>Use <a class="reference" href="http://scw.us/iPhone/plutil/">plutil</a> to convert the binary playlist file to text<br />
so you can modify it:</p>
<pre class="literal-block">
perl plutil.pl Bookmarks.plist
</pre>
<p>You&#8217;ll find a file named <tt class="docutils literal"><span class="pre">Bookmarks.text.plist</span></tt></p>
<p>in which you can a new entry for Tabulate:</p>
<pre class="literal-block">
&lt;dict&gt;
    &lt;key&gt;URIDictionary&lt;/key&gt;
    &lt;dict&gt;
        &lt;key&gt;title&lt;/key&gt;

        &lt;string&gt;Tabulate - bring open in new tab to iphone&lt;/string&gt;
    &lt;/dict&gt;
    &lt;key&gt;URLString&lt;/key&gt;
    &lt;string&gt;javascript:(function(){head=document.getElementsByTagName('head')[0];if(head){s=document.createElement('script');s.setAttribute('src','http://gadgets.inventivelabs.com.au/tabulate/script');head.appendChild(s);}else{alert('Tabulate-error:document-invalid');}})()&lt;/string&gt;

    &lt;key&gt;WebBookmarkType&lt;/key&gt;
    &lt;string&gt;WebBookmarkTypeLeaf&lt;/string&gt;
    &lt;key&gt;WebBookmarkUUID&lt;/key&gt;
    &lt;string&gt;78B2DD0B-3978-4773-8ED0-419027E79BD6&lt;/string&gt;

&lt;/dict&gt;
</pre>
<p>All you need to do is to convert your text file to binary, rename it and copy<br />
it back to your iPhone again:</p>
<pre class="literal-block">
perl plutil.pl Bookmarks.text.plist
mv Bookmarks.binary.plist Bookmarks.plist
scp Bookmarks.plist root&#64;iphone/private/var/mobile/Library/Safari/
</pre>
<p>To make Safari use the new Bookmarks reboot it by pressing the home button for about 5 seconds.</p>
]]></content:encoded>
			<wfw:commentRss>http://archiv.webmeisterei.com/friessnegger/2008/05/18/install-tabulate-without-itunes-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your iPhone needs fring!</title>
		<link>http://archiv.webmeisterei.com/friessnegger/2008/04/16/your-iphone-needs-fring/</link>
		<comments>http://archiv.webmeisterei.com/friessnegger/2008/04/16/your-iphone-needs-fring/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:27:03 +0000</pubDate>
		<dc:creator>fRiSi</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.webmeisterei.com/friessnegger/2008/04/16/your-iphone-needs-fring/</guid>
		<description><![CDATA[I&#8217;ve been searching for a way to use my SIP account on my iPhone for ages and now and finally found a solution. SIP-VoIP by Touchmods is meant for the iTouch. When using it on the iPhone you can call and hear people, but they won&#8217;t hear you. Siphon currently only support SIP accounts at [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.webmeisterei.com/wp-content/uploads/2008/04/fring.png' alt='Fring Logo' /></p>
<p>I&#8217;ve been searching for a way to use my SIP account on my iPhone for ages and now and<br />
finally found a solution.</p>
<p>SIP-VoIP by <a class="reference" href="http://touchmods.net">Touchmods</a> is meant for the iTouch. When using it on the iPhone you can call and hear people, but they won&#8217;t hear you.</p>
<p><a class="reference" href="http://sip.free.fr/">Siphon</a> currently only support SIP accounts at freephonie.net.<br />
I tried to make it use another server by editing <tt class="docutils literal"><span class="pre">/Applications/Siphon.app/accounts.xml</span></tt> but this did not help out.<br />
Somebody had a great <a class="reference" href="http://www.voip-info.org/wiki/view/Apple+iPhone+%252FiPod+Touch+and+SIP+:+SIPHON">idea</a> to change <tt class="docutils literal"><span class="pre">/etc/hosts</span></tt> to make freephonie.net resolve to your server. This might work for your account on an asterisk box, but did not work for my UTA SIP account.</p>
<p>However, Siphon looks promising: You can also select the contacts of your iPhone&#8217;s addressbook.<br />
According to the homepage, Siphon will be extended to work for other operators too:</p>
<blockquote><p>
The service will be extended to all iPhone and iPod Touch (with the Touchmods microphone) users,<br />
independently of their operator, subject to availability of the SIP service</p></blockquote>
<p>Today, Zauchi showed me <a class="reference" href="http://www.fring.com/iphone/">fring</a>. fring allows you to use services like skype, icq, and many more.<br />
You can even make phone calls using you sip account, and update your Twitter profile.</p>
<p>I tried out icq, skype (only chatting), sip phone calls and twitter &#8211; all worked like a charm.<br />
What I can tell by now is that the notification beep is getting on your nerves soon. You can only get rid of it by muting your iPhone completely.<br />
fring will need a lot of time to start up, if you&#8217;ve got mutliple communities activated (about 1 minute for skype, icq, sip and twitter) and you can&#8217;t choose you iPhone&#8217;s contacts for VoIP calls.</p>
<p>It also looks like there is no way to only activate certain accounts as you can do in <cite>Apollo IM</cite>. This could speed up the application launch and also allow users to make a skype call without going online in iqc.</p>
<p>fring is still beta, so i&#8217;m sure some of the downsides mentioned above will be fixed in the next releases.</p>
<p>As far as I can tell yet, fring definitely is on the way of getting a real <cite>iPhone killer app</cite>!</p>
]]></content:encoded>
			<wfw:commentRss>http://archiv.webmeisterei.com/friessnegger/2008/04/16/your-iphone-needs-fring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

