<?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>HEIDEMANN iT &#187; apple</title>
	<atom:link href="http://heidemann.it/blog/tag/apple/feed" rel="self" type="application/rss+xml" />
	<link>http://heidemann.it/blog</link>
	<description>netzwerkadministration &#124; webdesign</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:13:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>XBMC auf der Apple TV (2nd Gen)</title>
		<link>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen</link>
		<comments>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:03:18 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=441</guid>
		<description><![CDATA[Da ich ja letzte Woche eine kleine Anleitung versprochen hatte, wie man XBMC auf die Apple TV bekommt - hier die wenigen Schritte, die daf&#252;r n&#246;tig sind&#8230; Ben&#246;tigt wird dazu lediglich ein Micro USB-Kabel und ein Mac! Jailbreak via Seas0nPass Ich &#8230; <a href="http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Da ich ja letzte Woche eine kleine Anleitung versprochen hatte, wie man <strong>XBMC</strong> auf die <strong>Apple TV</strong> bekommt - hier die wenigen Schritte, die daf&#252;r n&#246;tig sind&#8230;</p>
<p><strong><em>Ben&#246;tigt wird dazu lediglich ein Micro USB-Kabel und ein Mac!</em></strong></p>
<h2>Jailbreak via Seas0nPass</h2>
<p>Ich h&#228;tte nie gedacht, dass ein Jailbreak <em>so</em> einfach ist! Man muss nur <strong>Seas0nPass</strong> runterladen, ausf&#252;hren, &#8220;Create IPSW&#8221; ausw&#228;hlen und warten, bis es das iOS-Image nachgeladen hat. Sobald es das Tool sagt, die Apple TV anstecken. Fertig. </p>
<ul>
<li><a title="firecore.com: Seas0nPass Download" href="http://files.firecore.com/SP/Seas0nPass.zip ">http://files.firecore.com/SP/Seas0nPass.zip</a></li>
</ul>
<p>(Ausf&#252;hrliche Anleitung bei <a title="firecore.com: Jailbreaking 101 - Seas0nPass" href="http://support.firecore.com/entries/387605-jailbreaking-101-seas0npass">firecore</a> direkt.)</p>
<h2>Terminal/SSH-Login auf der Apple TV</h2>
<p><img src="http://heidemann.it/blog/wp-content/uploads/2012/01/xbmc2-300x189.jpg" alt="XBMC on Apple TV" title="XBMC on Apple TV" width="300" height="189" class="alignright size-medium wp-image-545" itemprop="image" /> Jetzt k&#246;nnen wir die ATV an das Display/TV anschlie&#223;en und die Grundkonfiguration (WLAN &amp; co) per Apple Remote (die kleine Fernbedienung) vornehmen. Sobald die Verbindung zum WLAN steht, k&#246;nnen wir uns via Terminal vom Mac einloggen.</p>
<ul>
<li><code>ssh root@[atv-ip]</code></li>
</ul>
<p>Passwort: <strong><em>alpine</em></strong></p>
<p>Die IP-Adresse findet man &#252;brigens unter <strong><em>Settings \ General \ About</em></strong> bzw. <strong><em>Einstellungen \ Allgemein \ &#220;ber</em></strong>.</p>
<h2>Installation der Pre-Reqs (ben&#246;tigte Pakete)</h2>
<p>Ganz einfach folgendes Zeile f&#252;r Zeile via Terminal auf der ATV ausf&#252;hren:</p>
<ul>
<li><code>apt-get install wget</code></li>
<li><code>wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -</code></li>
<li><code>echo "deb http://apt.awkwardtv.org/ stable main" &gt; /etc/apt/sources.list.d/awkwardtv.list</code></li>
<li><code>echo "deb http://mirrors.xbmc.org/apt/atv2 ./" &gt; /etc/apt/sources.list.d/xbmc.list</code></li>
<li><code>apt-get update</code></li>
</ul>
<h2>Installation von XBMC</h2>
<p>Und schon der letzte Schritt &#8211; XBMC installieren:</p>
<ul>
<li><code>apt-get install org.xbmc.xbmc-atv2</code></li>
</ul>
<hr />
<div style="padding-left:20px; border-left:1px dashed;">
<h2>OPTIONAL: Update von XBMC</h2>
<p>Wenn man m&#246;chte, kann man jetzt noch auf den ganz aktuellsten Stand updaten.<br />
Zuerst auf dieser Seite den neuesten Build raussuchen:</p>
<ul>
<li><a title="mirrors.xbmc.org: XBMC ATV Nightlies" href="http://mirrors.xbmc.org/nightlies/darwin/atv2/ ">http://mirrors.xbmc.org/nightlies/darwin/atv2/</a></li>
</ul>
<p>Und ihn dann auf der ATV runterladen und installieren:</p>
<ul>
<li><code>wget http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111222-22ad8e4-master-atv2.deb</code></li>
<li><code>dpkg -i xbmc-20111222-22ad8e4-master-atv2.deb</code></li>
</ul>
<p>Wobei <em>20111222-22ad8e4</em> hier ein Beispiel ist und noch durch den aktuellen Build ersetzt werden muss.
</div>
<p>Wenn das abgeschlossen ist, startet <strong><em>Front Row</em></strong> (die Software der Apple TV) automatisch neu, und der Eintrag <strong><em>XBMC</em></strong> erscheint im Hauptmen&#252;.<br />
Das wars &#8211; alles kinderleicht und ohne gro&#223;es Hintergrundwissen zu erledigen. Bei Fragen: <strong><em>fragen!</em></strong> <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Falls du dich aber lieber noch ein bisschen weiter in das Thema einlesen willst, kann ich dir das <a href="http://wiki.xbmc.org/index.php?title=XBMC_for_iOS_specific_FAQ" title="wiki.xbmc.org: XBMC for iOS specific FAQ">XBMC-Wiki</a> ans Herz legen&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mein Multimedia-Setup &#8211; Apple TV &amp; XBMC feat. Synology NAS</title>
		<link>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas</link>
		<comments>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas#comments</comments>
		<pubDate>Tue, 17 Jan 2012 22:52:18 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[onkyo]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[technik]]></category>
		<category><![CDATA[tipps]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://heidemann.it/blog/?p=500</guid>
		<description><![CDATA[Ich nehme Ads Post mal als Anlass f&#252;r einen &#220;berblick &#252;ber mein momentanes Heimkino-Setup. Ad &#8220;beklagt&#8221; sich dar&#252;ber, dass mit einem neuen TV auch viele andere neue Spielereien im Wohnzimmer einziehen. Das geht wohl Vielen &#228;hnlich &#8211; so auch mir. &#8230; <a href="http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ich nehme <a title="admartinator.de: Der alte Mann und das Mehr" href="http://www.admartinator.de/2012/01/15/der-alte-mann-und-das-mehr/">Ads Post</a> mal als Anlass f&#252;r einen &#220;berblick &#252;ber mein momentanes Heimkino-Setup. Ad &#8220;beklagt&#8221; sich dar&#252;ber, dass mit einem neuen TV auch viele andere neue Spielereien im Wohnzimmer einziehen. Das geht wohl Vielen &#228;hnlich &#8211; so auch mir.</p>
<p><img class="alignright size-medium wp-image-501" title="XBMC on Apple TV" src="http://heidemann.it/blog/wp-content/uploads/2012/01/xbmc-300x300.jpg" alt="XBMC on Apple TV" width="300" height="300" itemprop="image" /> Nach dem <strong>Plasma von Panasonic</strong><sup>1</sup> sind sowohl eine <strong>Apple TV</strong><sup>2</sup>, als auch ein <strong>Synology NAS</strong><sup>3</sup> bei uns eingezogen. Ein wenig sp&#228;ter kam auch noch ein <strong>Receiver von Onkyo</strong><sup>4</sup> dazu, um das tolle Bild auch um den passenden Sound zu erg&#228;nzen.</p>
<p>Die Ger&#228;te spielen alle ganz einzigartig zusammen, sodass es beim abspielen von Filmen, die auf dem NAS liegen und via ATV auf den Plasma gestreamt werden &#8211; w&#228;hrend der Ton aus dem 5.1-System schallt &#8211; nur in absoluten Ausnahmef&#228;llen zu Aussetzern kommt.</p>
<p>Einziger Nachteil an all dem ist, dass man zum Filme schauen ganze 4 Ger&#228;te braucht &#8211; was aber nicht weiter st&#246;rt, da NAS und Apple TV sowieso immer laufen und der Receiver per <em>Audio Return Channel</em> automatisch vom Plasma aktiviert und gesteuert wird.</p>
<p>Herzst&#252;ck des Ganzen ist aber eigentlich <strong>XBMC</strong><sup>5</sup> &#8211; ein full-featured Media Center, dass auf fast jede Plattform portiert wurde &#8211; und bei mir auf der (gejailbreakten; <em><a href="http://heidemann.it/blog/it/xbmc-auf-der-apple-tv-2nd-gen" title="HEIDEMANN iT: XBMC auf der Apple TV (2nd Gen)">Anleitung</a></em>) Apple TV l&#228;uft.<br />
Alternativ dazu k&#246;nnte man sich auch selbst einen g&#252;nstigen PC zusammenschrauben und diesen als HTPC nutzen &#8211; g&#252;nstiger als die 100€ f&#252;r die ATV wird man das aber kaum hinbekommen. Au&#223;erdem bew&#228;ltigt diese die Multimedia-Aufgaben au&#223;erordentlich gut; ich denke nicht, dass das mit &#8220;commodity hardware&#8221; so einfach und nervenschonend machbar w&#228;re.<br />
Ein weiterer Vorteil der ATV f&#252;r &#8220;Apple-Haushalte&#8221; ist <a title="apple.com: Airplay" href="http://www.apple.com/appletv/airplay.html">AirPlay</a> &#8211; ein Streamen von allen Apple Devices &#8211; iPhone, iPad, Mac &#8211; ganz ohne Konfigurationsaufwand; die Ger&#228;te m&#252;ssen sich lediglich im gleichen WLAN befinden. Lediglich f&#252;r den Betrieb ohne NAS ist die ATV nicht unbedingt geeignet, denn ein lokales Speichermedium &#8211; zB per USB &#8211; ist nicht vorgesehen…</p>
<p>Dieser Artikel soll aber auch gar nicht so ausufern. Ich hoffe, ich konnte euch einen kleinen Einblick geben, wie so ein &#8220;perfektes&#8221; Setup aussehen kann &#8211; ohne viel Geld investieren zu m&#252;ssen. Falls ihr Fragen zum Setup oder einem der Ger&#228;te habt, immer her damit! <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
<ol>
<li><a title="panasonic.de: Panasonic TX-P42S20E" href="http://www.panasonic.de/html/de_DE/Produkte/Produkt-Archiv/TX-P42S20E/%C3%9Cbersicht/3563954/index.html">Panasonic TX-P42S20E</a></li>
<li><a title="apple.com: Apple TV" href="http://www.apple.com/appletv/">Apple TV (2nd Gen)</a></li>
<li><a title="synology.com: Synology DS211j" href="http://www.synology.com/products/product.php?product_name=DS211j">Synology DiskStation DS211j</a></li>
<li><a title="onkyo.com: Onkyo HT-S3405" href="http://www.eu.onkyo.com/en/products/ht-s3405-35475.html">Onkyo HT-S3405 (HT-R390)</a></li>
<li><a title="xbmc.org: XBMC Download" href="http://xbmc.org/download/">XBMC</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/mein-multimedia-setup-apple-tv-xbmc-feat-synology-nas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigiPhone</title>
		<link>http://heidemann.it/blog/www/bigiphone</link>
		<comments>http://heidemann.it/blog/www/bigiphone#comments</comments>
		<pubDate>Fri, 19 Dec 2008 17:27:58 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[www]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[BigiPhone]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[werbung]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=211</guid>
		<description><![CDATA[BigiPhone, ein Gratis-iPhone? Nein, da kann ich nicht nein sagen&#8230; Also denn &#8211; BigiPhone &#8211; her damit!! [via schn&#228;ppchenfuchs &#124; schn&#228;ppchenfuchs ]]]></description>
			<content:encoded><![CDATA[<p>BigiPhone, ein Gratis-iPhone? Nein, da kann ich nicht nein sagen&#8230;<br />
Also denn &#8211; BigiPhone &#8211; her damit!!</p>
<p>[via <a href="http://www.schnaeppchenfuchs.com/blog/handy/iphone-gewinnspiel-gewinne-ein-iphone-3g-ohne-simlock/">schn&#228;ppchenfuchs</a> | <a href="http://www.schnaeppchenfuchs.com/blog/schnappchenfuchs/bigiphone-gewinnspiel-noch-knapp-2-stunden/">schn&#228;ppchenfuchs</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/www/bigiphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple: neue Notebooks &#8211; keine Netbooks</title>
		<link>http://heidemann.it/blog/it/apple-neue-notebooks-keine-netbooks</link>
		<comments>http://heidemann.it/blog/it/apple-neue-notebooks-keine-netbooks#comments</comments>
		<pubDate>Wed, 15 Oct 2008 07:46:49 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[kexnote]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=196</guid>
		<description><![CDATA[  engadget: neue MacBooks Leider keine Netbooks, daf&#252;r aber schicke neue Notebooks von Apple&#8230;     [via engadget &#124; engadget &#124; macnotes]]]></description>
			<content:encoded><![CDATA[<p> </p>
<div class="imageframe alignright" style="width: 300px;"><a title="engadget: neue MacBooks" rel="lightbox[pics196]" href="http://www.engadget.com/2008/10/14/live-from-apples-spotlight-turns-to-notebooks-event/"><img class="attachment wp-att-197" src="http://heidemann.it/blog/wp-content/uploads/2008/10/apple-laptop-event-0881.thumbnail.jpg" alt="engadget: neue MacBooks" width="300" height="199" /></a></p>
<div class="imagecaption">engadget: neue MacBooks</div>
</div>
<p>Leider keine Netbooks, daf&#252;r aber schicke neue Notebooks von Apple&#8230;</p>
<p> </p>
<p> <br />
[via <a href="http://www.engadget.com/2008/10/14/new-macbook-macbook-pro-unboxing-and-first-impressions/">engadget</a> | <a href="http://www.engadget.com/2008/10/14/live-from-apples-spotlight-turns-to-notebooks-event/">engadget</a> | <a href="http://live.macnotes.de/">macnotes</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/apple-neue-notebooks-keine-netbooks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what a fool!</title>
		<link>http://heidemann.it/blog/dailytrash/what-a-fool</link>
		<comments>http://heidemann.it/blog/dailytrash/what-a-fool#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:42:10 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[dailytrash]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[fool]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[tipps]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=164</guid>
		<description><![CDATA[dumb. amazingly dumb.]]></description>
			<content:encoded><![CDATA[<div style="float:left;"><a title="I AM RICH" href="http://i35.tinypic.com/vfeo5.png"><img src="http://i35.tinypic.com/vfeo5.png" alt="I AM RICH" width="160" height="240" /></a></div>
<p style="float:left;">dumb. amazingly dumb.</p>
<p><br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/dailytrash/what-a-fool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve Jobs zu MobileMe</title>
		<link>http://heidemann.it/blog/it/steve-jobs-zu-mobileme</link>
		<comments>http://heidemann.it/blog/it/steve-jobs-zu-mobileme#comments</comments>
		<pubDate>Wed, 06 Aug 2008 09:48:51 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[mobileme]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=162</guid>
		<description><![CDATA[Steve Jobs&#8217; eMail an seine Entwickler &#252;ber die Fehler bei der MobileMe-Einf&#252;hrung: Team, The launch of MobileMe was not our finest hour.  There are several things we could have done better: – MobileMe was simply not up to Apple&#8217;s standards &#8230; <a href="http://heidemann.it/blog/it/steve-jobs-zu-mobileme">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Steve Jobs&#8217; eMail an seine Entwickler &#252;ber die Fehler bei der MobileMe-Einf&#252;hrung:</p>
<blockquote><p>Team,</p>
<p>The launch of MobileMe was not our finest hour.  There are several things we could have done better:</p>
<p>– MobileMe was simply not up to Apple&#8217;s standards – it clearly needed more time and testing.</p>
<p>– Rather than launch MobileMe as a monolithic service, we could have launched over-the-air syncing with iPhone to begin with, followed by the web applications one by one – Mail first, followed 30 days later (if things went well with Mail) by Calendar, then 30 days later by Contacts.</p>
<p>– It was a mistake to launch MobileMe at the same time as iPhone 3G, iPhone 2.0 software and the App Store.  We all had more than enough to do, and MobileMe could have been delayed without consequence.</p>
<p>We are taking many steps to learn from this experience so that we can grow MobileMe into a service that our customers will love.  One step that I can share with you today is that the MobileMe team will now report to Eddy Cue, who will lead all of our internet services – iTunes, the App Store and, starting today, MobileMe.  Eddy&#8217;s new title will be Vice President, Internet Services and he will now report directly to me.</p>
<p>The MobileMe launch clearly demonstrates that we have more to learn about Internet services.  And learn we will.  The vision of MobileMe is both exciting and ambitious, and we will press on to make it a service we are all proud of by the end of this year.</p>
<p>Steve</p></blockquote>
<p>[via <a href="http://www.germancowboys.de/apple/2072">germancowboys</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/steve-jobs-zu-mobileme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want a free .mac-Account?</title>
		<link>http://heidemann.it/blog/www/want-a-free-mac-account</link>
		<comments>http://heidemann.it/blog/www/want-a-free-mac-account#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:34:10 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[www]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mistakes]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=124</guid>
		<description><![CDATA[Just ask for someone else&#8217;s password. MK&#38;C: Apple just gave out my Apple ID password because someone asked Vorsicht Apple &#8211; das gibt schlechte News&#8230; [via MK&#38;C &#124; vowe]]]></description>
			<content:encoded><![CDATA[<p>Just ask for someone else&#8217;s password.</p>
<ul>
<li><a href="http://blog.karppinen.fi/2008/07/apple-just-gave-out-my-apple-i.html">MK&amp;C: Apple just gave out my Apple ID password because someone asked</a></li>
</ul>
<p>Vorsicht Apple &#8211; das gibt schlechte News&#8230; <img src='http://heidemann.it/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
[via <a href="http://blog.karppinen.fi/2008/07/apple-just-gave-out-my-apple-i.html">MK&amp;C</a> | <a href="http://vowe.net/archives/009637.html">vowe</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/www/want-a-free-mac-account/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where do you want to go today?</title>
		<link>http://heidemann.it/blog/it/where-do-you-want-to-go-today</link>
		<comments>http://heidemann.it/blog/it/where-do-you-want-to-go-today#comments</comments>
		<pubDate>Mon, 09 Jun 2008 20:17:13 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=115</guid>
		<description><![CDATA[Was gibts neues? 3G GPS Exchange-Sync 3rd-Party-Apps via AppStore Am 11. Juli auf jeden Fall das neue iPhone kaufen!!! &#8230; und das f&#252;r unglaubliche $199!!! Das neue Apple iPhone 3G Size and weight Height: 4.5 inches (115.5 mm) Width: 2.4 &#8230; <a href="http://heidemann.it/blog/it/where-do-you-want-to-go-today">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="width: 240px; float: right; padding: 5px; border: 1px solid black;">
<h3>Was gibts neues?</h3>
<ul>
<li>3G</li>
<li>GPS</li>
<li>Exchange-Sync</li>
<li>3rd-Party-Apps via AppStore</li>
</ul>
</div>
<p>Am 11. Juli auf jeden Fall das neue iPhone kaufen!!!</p>
<p>&#8230; und das f&#252;r unglaubliche <strong>$199</strong>!!!</p>
<h2>Das neue Apple iPhone 3G</h2>
<h3>Size and weight</h3>
<dl>
<dt>Height:</dt>
<dd><span>4.5</span> inches (115.5 mm)</dd>
<dt>Width:</dt>
<dd><span>2.4</span> inches (62.1 mm)</dd>
<p><img id="colors" style="float:right;" src="http://images.apple.com/iphone/images/specs_colors20080609.jpg" alt="" width="260" height="184" /></p>
<dt>Depth:</dt>
<dd><span>0.48</span> inch (12.3 mm)</dd>
<dt>Weight:</dt>
<dd><span>4.7</span> ounces (133 grams)</dd>
</dl>
<h3>Color</h3>
<ul>
<li>8GB model: Black</li>
<li>16GB model: Black or white</li>
</ul>
<h3>Capacity</h3>
<ul>
<li>8GB or 16GB flash drive</li>
</ul>
<h3>Cellular and wireless</h3>
<ul>
<li>UMTS/HSDPA (850, 1900, 2100 MHz)</li>
<li>GSM/EDGE (850, 900, 1800, 1900 MHz)</li>
<li>Wi-Fi (802.11b/g)</li>
<li>Bluetooth 2.0 + EDR</li>
</ul>
<h3>GPS</h3>
<ul>
<li>Assisted GPS</li>
</ul>
<h3>Display</h3>
<ul>
<li>3.5-inch (diagonal) widescreen Multi-Touch display</li>
<li>480-by-320-pixel resolution at 163 ppi</li>
<li>Support for display of multiple languages and characters simultaneously</li>
</ul>
<h3>Audio</h3>
<ul>
<li>Frequency response: 20Hz to 20,000Hz</li>
<li>Audio formats supported: AAC, Protected AAC, MP3, MP3 VBR, Audible (formats 1, 2, and 3), Apple Lossless, AIFF, and WAV</li>
<li>User-configurable maximum <a href="http://docs.info.apple.com/article.html?artnum=303414">volume limit</a></li>
</ul>
<h3>Video</h3>
<p><img id="video" style="float:right;" src="http://images.apple.com/iphone/images/specs_video20080609.jpg" alt="" width="122" height="120" /></p>
<ul>
<li>Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Baseline Profile up to Level 3.0 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats</li>
</ul>
<h3>Camera and photos</h3>
<ul>
<li>2.0 megapixels</li>
<li>Photo geotagging</li>
<li>iPhone and third-party application integration</li>
</ul>
<h3>Connectors and input/output</h3>
<ul>
<li>30-pin dock connector</li>
<li>3.5-mm stereo headphone minijack</li>
<li>Built-in speaker</li>
<li>Microphone</li>
<li>SIM card tray</li>
</ul>
<h3>Sensors</h3>
<ul>
<li>Accelerometer</li>
<li>Proximity sensor</li>
<li>Ambient light sensor</li>
</ul>
<h3>Power and battery</h3>
<ul>
<li>
<dl>
<dt>Talk time:</dt>
<dd>Up to 5 hours on 3G</dd>
<dd>Up to 10 hours on 2G</dd>
</dl>
</li>
<li>Standby time: Up to 300 hours</li>
<li>
<dl>
<dt>Internet use:</dt>
<dd>Up to 5 hours on 3G</dd>
<dd>Up to 6 hours on Wi-Fi</dd>
</dl>
</li>
<li>Video playback: Up to 7 hours</li>
<li>Audio playback: Up to 24 hours</li>
</ul>
<p>[Bilder: <a href="http://www.apple.com">apple.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/where-do-you-want-to-go-today/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter hat Angst vor der WWDC</title>
		<link>http://heidemann.it/blog/www/twitter-hat-angst-vor-der-wwdc</link>
		<comments>http://heidemann.it/blog/www/twitter-hat-angst-vor-der-wwdc#comments</comments>
		<pubDate>Mon, 09 Jun 2008 12:38:15 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[www]]></category>
		<category><![CDATA[angst]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=114</guid>
		<description><![CDATA[Na dann sind wir mal gespannt, wie lange Twitter heite Abend durchh&#228;lt: Operation: Gray Mode In the event that our estimates and preparations fail, we have designed a way to keep Twitter updates moving quickly through the system to their &#8230; <a href="http://heidemann.it/blog/www/twitter-hat-angst-vor-der-wwdc">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Na dann sind wir mal gespannt, wie lange Twitter heite Abend durchh&#228;lt:</p>
<blockquote><p><strong>Operation: Gray Mode</strong><br />
In the event that our estimates and preparations fail, we have designed a way to keep Twitter updates moving quickly through the system to their respective recipients. We have isolated and created on/off switches for many Twitter features. Should it become necessary to shed incoming load quickly, we can turn off features such as stats, pagination, and several others to preserve the reliability and timeliness of your Twitter timeline.</p></blockquote>
<p>[via <a href="http://blog.twitter.com/2008/06/twitterapple.html">Twitter Blog</a> | <a href="http://www.stereopoly.de/twitter-wird-der-wwdc-angepasst/">stereopoly</a> | <a href="http://www.tuaw.com/2008/06/08/will-wwdc-break-twitter/">TUAW</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/www/twitter-hat-angst-vor-der-wwdc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone 3G Launch im Juni?</title>
		<link>http://heidemann.it/blog/it/apple-iphone-3g-launch-im-juni</link>
		<comments>http://heidemann.it/blog/it/apple-iphone-3g-launch-im-juni#comments</comments>
		<pubDate>Tue, 20 May 2008 16:25:47 +0000</pubDate>
		<dc:creator>Roy Heidemann</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[technik]]></category>

		<guid isPermaLink="false">http://heidemann.it/?p=107</guid>
		<description><![CDATA[Auf macnews.de hei&#223;t es: &#8220;Das Weblog Gizmodo will erfahren haben, dass die zweite iPhone-Generation schon kurz nach Steve Jobs Keynote am 9. Juni auf der WWDC weltweit verf&#252;gbar sein wird &#8211; innerhalb weniger Stunden oder am n&#228;chsten Tag&#8230;&#8221; Na dann sind wir &#8230; <a href="http://heidemann.it/blog/it/apple-iphone-3g-launch-im-juni">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Auf <a href="http://www.macnews.de/news/108378.html">macnews.de</a> hei&#223;t es:</p>
<blockquote><p>&#8220;Das Weblog <a href="http://gizmodo.com/391960/iphone-3g-launch-date-confirmed">Gizmodo</a> will erfahren haben, dass die zweite iPhone-Generation schon kurz nach Steve Jobs Keynote am 9. Juni auf der WWDC weltweit verf&#252;gbar sein wird &#8211; innerhalb weniger Stunden oder am n&#228;chsten Tag&#8230;&#8221;</p></blockquote>
<p>Na dann sind wir mal gespannt, ob wir ab Juni bzw. Juli (<a href="http://www.macrumors.com/2008/04/03/3g-iphones-and-the-fcc-myth/">6 Wochen</a> nach der Keynote) ein iPhone der zweiten Generation in den H&#228;nden halten d&#252;rfen&#8230;</p>
<p>[via <a href="http://www.macnews.de/news/108378.html">macnews</a> | <a href="http://gizmodo.com/391960/iphone-3g-launch-date-confirmed">gizmodo</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://heidemann.it/blog/it/apple-iphone-3g-launch-im-juni/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

