<?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>ilimitado Web Entwickler Blog &#187; Mobiles Internet</title>
	<atom:link href="http://www.ilimitado.de/blog/themen/web/mobiles-internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilimitado.de/blog</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 16:58:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A donation-based application framework for android</title>
		<link>http://www.ilimitado.de/blog/2009/04/a-donation-based-application-framework-for-android/</link>
		<comments>http://www.ilimitado.de/blog/2009/04/a-donation-based-application-framework-for-android/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 21:00:09 +0000</pubDate>
		<dc:creator>Stephan Linzner</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobiles Internet]]></category>
		<category><![CDATA[Web]]></category>
<category>android</category><category>apps</category><category>donation</category><category>framework</category><category>google</category><category>market</category>
		<guid isPermaLink="false">http://www.ilimitado.de/blog/?p=348</guid>
		<description><![CDATA[Imagine you have just written your new ground breaking android application. It took you weeks developing it because you have to go to work and can just code after quitting time or at the weekends. You finally finished it up and the application works great and it&#8217;s roll out time baby.
But should you make it [...]]]></description>
			<content:encoded><![CDATA[<p>Imagine you have just written your new ground breaking android application. It took you weeks developing it because you have to go to work and can just code after quitting time or at the weekends. You finally finished it up and the application works great and it&#8217;s roll out time baby.<br />
But should you make it a free or paid app? If you make it a paid app users won&#8217;t have the opportunity to review your application before buying it. As a consequence less people will download it (we where analysing this by browsing through the market, listing the download counts of all paid apps&#8230;), and advertising also doesn&#8217;t make much sense, because the application mainly runs as background service and uses the notification system to interact with the user. But all you know is, that your little application could be very useful to a lot off people and therefore there is no doubt to make it a free app. </p>
<p>The story above might be a little exaggerated, but we have been in a similar situation with our upcoming application. We wanted people to decide on their own what the app is worth and started coding a little framework to bring a donation model to android. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>The framework is still in the works and is based on the idea of periodically (i.e. every 50th program launch) showing dialogs to the user via the notification System. A dialog will ask the user to donate some money, to your google checkout account, to support free applications. As soon as the user has donated an arbitrary amount to your checkout account the dialogs will be disabled. How does this work?<br />
The server side framework code will periodically check your email account for google checkout donations from a specific user. If a donation is received a donation code for the user will be generated and the server waits for the next ping from the android application. Applications using the framework will ping donation servers in fixed time intervals to request a donation code. If a code, for the app installed on the device, is available the donation code will be fetched from the server. Once the code is received, it will be compared with the app ID, generated at the first application launch, and if the code matches the dialogs will immediately be disabled. So this is roughly how the framework will operate, but it&#8217;s still in development and new ideas are very welcome. </p>
<p>Bottom line, we think this is a very fair donation model, because only users that use the app frequently will be asked to donate some money, while others don&#8217;t get harassed. We just didn&#8217;t want to make it too aggressively&#8230; </p>
<p>But don&#8217;t worry, when the framework will be released you will be able to decide in which intervals (time, launch) the dialogs will be shown to the user. Furthermore you will be able to choose between a service running in the background for notifications and showing a dialog every time the user launches the application.            </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="info@ilimitado.de" /><input type="hidden" name="return" value="http://www.ilimitado.de/labs/danke.php" /><input type="hidden" name="item_name" value="Spendier einen Drink für A donation-based application framework for android" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.ilimitado.de/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Unterstützung für Blogger" title="Unterstützung für Blogger" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=info@ilimitado.de&amp;amount=&amp;return=http://www.ilimitado.de/labs/danke.php&amp;item_name=Spendier+einen+Drink+für+A+donation-based+application+framework+for+android" target="paypal">Wenn dir dieser Beitrag gefällt, lade den Autor doch mal zu einem Drink ein ;-)</a></p><br /><strong>Tags:</strong> <a href="http://www.ilimitado.de/blog/tags/android/" title="Browse for android" rel="tag">android</a>, <a href="http://www.ilimitado.de/blog/tags/apps/" title="Browse for apps" rel="tag">apps</a>, <a href="http://www.ilimitado.de/blog/tags/donation/" title="Browse for donation" rel="tag">donation</a>, <a href="http://www.ilimitado.de/blog/tags/framework/" title="Browse for framework" rel="tag">framework</a>, <a href="http://www.ilimitado.de/blog/tags/google/" title="Browse for google" rel="tag">google</a>, <a href="http://www.ilimitado.de/blog/tags/market/" title="Browse for market" rel="tag">market</a>]]></content:encoded>
			<wfw:commentRss>http://www.ilimitado.de/blog/2009/04/a-donation-based-application-framework-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Market komfortabel im Webbrowser durchsuchen</title>
		<link>http://www.ilimitado.de/blog/2009/04/android-market-komfortabel-im-webbrowser-durchsuchen/</link>
		<comments>http://www.ilimitado.de/blog/2009/04/android-market-komfortabel-im-webbrowser-durchsuchen/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 09:50:38 +0000</pubDate>
		<dc:creator>Stephan Linzner &#38; Daniel Kersting</dc:creator>
				<category><![CDATA[Mobiles Internet]]></category>
		<category><![CDATA[Web]]></category>
<category>android</category><category>market</category><category>surftipp</category>
		<guid isPermaLink="false">http://www.ilimitado.de/blog/?p=332</guid>
		<description><![CDATA[Die offizielle Seite des Android Market von Google ist (im Moment noch) wenig funktional und unübersichtlich. Man kann zum Beispiel nicht auf eigene Apps linken und man kann den Market nicht im Webbrowser durchsuchen.
Die einzige Möglichkeit besteht also zur Zeit darin die Market Apps auf dem Android Telefon zu durchsuchen.
Abhilfe schafft da nun http://www.cyrket.com/. Das [...]]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://www.android.com/market/">offizielle Seite des Android Market</a> von Google ist (im Moment noch) wenig funktional und unübersichtlich. Man kann zum Beispiel nicht auf eigene Apps linken und man kann den Market nicht im Webbrowser durchsuchen.<br />
Die einzige Möglichkeit besteht also zur Zeit darin die Market Apps auf dem Android Telefon zu durchsuchen.</p>
<p>Abhilfe schafft da nun <a title="Android Market Browser" href="http://www.cyrket.com/">http://www.cyrket.com/</a>. Das ist ein Webfrontend für den Android Market. Man kann nach Apps suchen oder sich durch die einzelnen Kategorien klicken. Jede App ist mit Titel und seiner Beschreibung, dem Icon, sowie den Bewertungen und Kommentaren aufgelistet.<br />
Zudem gibt es zu jeder App einen QR-Code, welcher mit dem Handy vom Bildschirm abfotografiert  direkt in den Market führt. Siehe hierzu auch unseren Artikel über <a href="http://www.ilimitado.de/blog/allgemeines/apps-im-android-market-mit-qr-code-verlinken/">virales App Marketing mit QR-Codes</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Die von uns <a href="http://www.ilimitado.de/blog/ilimitado-labs/android-app-lottery-shaker-ab-heute-im-market/" title="Android App die durch Schütteln des Handys zufällige Lottozahlen erzeugt">vor kurzem veröffentlichte Lotto Zahlen Shaker App</a> kann man zum Beispiel unter folgendem Link dank cyrket.com im Web besuchen: <a href="http://www.cyrket.com/package/de.ilimitado.android.lotteryshaker" title="Lottery Shaker Android App auf cyrket.com">http://www.cyrket.com/package/de.ilimitado.android.lotteryshaker</a></p>
<p>Neben dem direkten Link auf eine spezielle Android App, könnte man natürlich, durch die Suchfunktion ,auch auf alle Apps linken die ein bestimmtes Keyword enthalten. Folgender Link geht zum Beispiel auf eine Liste aller Apps die wir veröffentlicht haben: <a href="http://www.cyrket.com/search?q=ilimitado%20labs" title="Alle Android Apps der ilimitado OHG im Market">http://www.cyrket.com/search?q=ilimitado%20labs</a> (im Moment zwar nur eine, aber weitere sind in Arbeit <img src='http://www.ilimitado.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>Ansonsten dann viel Spaß beim komfortablen durchsuchen, des auf dem G1 doch manchmal recht unübersichtlichen Android Markets.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="info@ilimitado.de" /><input type="hidden" name="return" value="http://www.ilimitado.de/labs/danke.php" /><input type="hidden" name="item_name" value="Spendier einen Drink für Android Market komfortabel im Webbrowser durchsuchen" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.ilimitado.de/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Unterstützung für Blogger" title="Unterstützung für Blogger" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=info@ilimitado.de&amp;amount=&amp;return=http://www.ilimitado.de/labs/danke.php&amp;item_name=Spendier+einen+Drink+für+Android+Market+komfortabel+im+Webbrowser+durchsuchen" target="paypal">Wenn dir dieser Beitrag gefällt, lade den Autor doch mal zu einem Drink ein ;-)</a></p><br /><strong>Tags:</strong> <a href="http://www.ilimitado.de/blog/tags/android/" title="Browse for android" rel="tag">android</a>, <a href="http://www.ilimitado.de/blog/tags/market/" title="Browse for market" rel="tag">market</a>, <a href="http://www.ilimitado.de/blog/tags/surftipp/" title="Browse for surftipp" rel="tag">surftipp</a>]]></content:encoded>
			<wfw:commentRss>http://www.ilimitado.de/blog/2009/04/android-market-komfortabel-im-webbrowser-durchsuchen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Details zur T-Mobile G1 Hardware (HTC Dream)</title>
		<link>http://www.ilimitado.de/blog/2009/04/details-zur-t-mobile-g1-hardware-htc-dream/</link>
		<comments>http://www.ilimitado.de/blog/2009/04/details-zur-t-mobile-g1-hardware-htc-dream/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 21:40:37 +0000</pubDate>
		<dc:creator>Stephan Linzner &#38; Daniel Kersting</dc:creator>
				<category><![CDATA[Mobiles Internet]]></category>
<category>3g</category><category>android</category><category>g1</category><category>google</category><category>hardware</category><category>hsdpa</category><category>umts</category>
		<guid isPermaLink="false">http://www.ilimitado.de/blog/?p=297</guid>
		<description><![CDATA[Mittlerweile ist das erste Android Telefon, das G1, ja in aller Munde. Schließlich ist der Verkaufsstart in Deutschland nun schon über 2 Monate her. Wir haben uns nun einmal die Mühe gemacht alle Details über die Hardware des G1, aus den unterschiedlichsten Quellen, zusammenzutragen.
Die groben Eckdaten sollten ja bekannt sein und finden sich in jeder [...]]]></description>
			<content:encoded><![CDATA[<p>Mittlerweile ist das erste Android Telefon, das G1, ja in aller Munde. Schließlich ist der Verkaufsstart in Deutschland nun schon über 2 Monate her. Wir haben uns nun einmal die Mühe gemacht alle Details über die Hardware des G1, aus den unterschiedlichsten Quellen, zusammenzutragen.</p>
<p>Die groben Eckdaten sollten ja bekannt sein und finden sich in jeder Produktbeschreibung der Shops und Werbeanzeigen wieder. Uns ging es aber insbesondere darum Details über Chipsätze und ihre Hersteller zusammenzutragen, die über die normale Produktbeschreibung hinausgehen. <a href="http://en.wikipedia.org/wiki/Google_phone" title="HTC Dream from Wikipedia, the free encyclopedia">Eine sehr gute Zusammenfassung und Übersicht über das T-Mobile G1 (HTC Dream) bietet der englische Wikipedia Beitrag</a>.</p>
<p>Das G1 ist ja bekanntlich vom taiwanischen Hersteller <a href="http://www.htc.com/">High Tech Computer (HTC)</a> unter dem Codenamen HTC Dream 100 entwickelt worden und feierte seine Weltpremiere im Oktober 2008. Das seither viele interessante Applikationen in den Android Market gelang sind, liegt zum einen natürlich an Android selbe, aber eben auch an der umfangreichen Hardware.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Es folgt nun eine Aufzählung der Hardwaredetails, teilweise versehen mit Links zu den jeweiligen Herstellern. Auf <a title="Under the Hood: Android dreams, GooglePhone delivers" href="http://www.embedded.com/underthehood/212002083">embedded.com</a> und <a href="http://www.phonewreck.com/wiki/index.php?title=T-Mobile_G1" title="T-Mobile G1 Product Features &#038; Specifications ">phonewreck.com</a> gibt es außerdem detaillierte Bilder von aufgeschraubten G1s.</p>
<p><strong>Plattform</strong><br />
Slide-out QWERTY internet phone</p>
<p><strong>Betriebsystem</strong><br />
<a href="http://www.android.com/about/" title="Offizielle Homepage von Google Android">Android™</a><br />
Linux Kernel 2.6</p>
<p><strong>Prozessor (CPU)</strong><br />
<a title="MSM7201™ Chipset Details vom Hersteller Qualcomm" href="http://www.qctconnect.com/products/msm_7201.html">Qualcomm® MSM7201A™</a><br />
System: 32 bit<br />
Taktfrequenz: 528 MHz<br />
Core: ARM1136EJ-S<br />
Instruction Set: <a href="http://www.arm.com/products/CPUs/architecture.html" title="ARM Processor Instruction Set Architecture">ARMv6</a><br />
CPU Structure (complexity): RISC<br />
Semiconductor Technology: CMOS<br />
Minimum Feature Size: 65 nm</p>
<p><strong>Speicher</strong><br />
<a href="http://www.samsung.com/global/business/semiconductor/products/fusionmemory/Products_MCP.html">Multichip Memory Samsung MCP</a> K5E2G1GACM, 256-MB NAND flash paired with 128-MB DDR SDRAM<br />
ROM Typ: Flash EEPROM<br />
ROM: 256 MB<br />
RAM Typ: SDRAM<br />
RAM: 192 MB DDR (64 MB baseband chip)</p>
<p><strong>Maße</strong><br />
Größe: (LxBxT): 117.7 mm x 55.7 mm x 17.1 mm<br />
Gewicht: 158g (incl. Batterie)</p>
<p><strong>Display</strong><br />
Colored transflective TFT display<br />
Hersteller: Sharp<br />
3.2-inch TFT-LCD flat touch-sensitive screen (Hardware unterstützt Multitouch)<br />
Auflösung: 320 x 480 (HVGA)<br />
Touchscreen Controller: Synaptics 1007A (<a href="http://www.synaptics.com/solutions/products/clearpad">Synaptics Clearpad Capacitive</a> )<br />
LED Backlight<br />
Farben: 16 bit/pixel (65536 scales)<br />
Dot Pitch: 0.1404 millimetre/pixel<br />
Supports 262K color (OS supports 65K)</p>
<p><strong>Netzwerk</strong><br />
<a href="http://www.datasheetpro.com/268132_download_RTR6285_datasheet.html">RF Transceiver: Qualcomm RTR6285 Quad-band GSM/Dual-band UMTS</a><br />
HSPA/WCDMA 2100 MHz<br />
Downlink: bis 7.2 Mbps (HSDPA)<br />
Uplink: bis 2 Mbps (HSUPA)<br />
HSDPA: 3GPP release 5 compliant, UE category 8<br />
HSUPA: 3GPP release 6 compliant, UE category 5<br />
Quad-band GSM/GPRS/EDGE:<br />
850/900/1800/1900 MHz<br />
GSM850, GSM900, GSM1800, GSM1900, UMTS1700, UMTS2100<br />
Datenverbindungen: CSD, GPRS, EDGE, UMTS, HSDPA, HSUPA<br />
Antenne: intern<br />
MCC-MNC-UC-ID, as stated in 3GPP TS 24.041 R99m Section 6 (RIL, radio)<br />
SAR (head) GSM1900: 0.547 W/kg<br />
SAR (body) UMTS1700: 0.732 W/kg</p>
<p><strong>SMS</strong><br />
(MO, MT), concatenated SMS (640 Characters)</p>
<p><strong>Input Device</strong><br />
Keyboard: Slide-out 5-row QWERTY keyboard<br />
Trackball: Trackball with Enter button (<a href="http://industrial.panasonic.com/www-cgi/jvcr13pz.cgi?E+PZ+2+ATR0008+0+4+WW">EVQWJN Jog Ball Module from Panasonic</a>)</p>
<ul>
<li>Features: The ball rotation and push operation provide superior operability.</li>
<li>Travel Push 0.9 (Rotate :Rad 360) (mm)</li>
<li>Operating Force Rotate : 0.1 to 2.5 (N)</li>
<li>Operating life 1000000 (cycles)</li>
<li>Rating Push: 20 mA 15 V dc, Rotate: 3 V dc</li>
<li>for RoHS</li>
</ul>
<p><strong>GPS</strong><br />
Integrated into Baseband Processor (<a href="http://www.qctconnect.com/products/msm_7201.html">Qualcomm MSM7201A</a>)<br />
Protokoll: <a href="http://www.nmea.de/nmea0183datensaetze.html">NMEA 0183</a> (Supports Version 3.0 or above)<br />
Antenna: intern<br />
GPS Service: Assisted GPS, QuickGPS<br />
GPS Chipsatz: Qualcomm MSM7201A <a href="http://www.qctconnect.com/products/gpsone.html">gpsOne</a><br />
Sensitivity: -145 dBm cold start, and -155 dBm for tracking<br />
Hot start: 8 sec.<br />
Warm start: 60 sec.<br />
Cold start: 75 sec.<br />
Update rate: once/1sec<br />
Accuracy Position: < 15 meters, 95% typical<br />
Accuracy Velocity: 0,05 meters/sec steady state</p>
<p><strong>Bluetooth</strong><br />
Hersteller: <a href="http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&#038;navigationId=12437&#038;contentId=4654">Texas Instruments BRF6300</a> (<a href="http://focus.ti.com/pdfs/wtbu/ti_bluelink_5_brf6300.pdf">Product Bulletin pdf</a>)<br />
Connectivity Bluetooth® 2.0 with Enhanced Data Rate<br />
Bluetooth (802.15): Bluetooth 2.0<br />
Bluetooth profiles: GAP, RFCOMM, HFP, HSP</p>
<p><strong>Wifi</strong><br />
Wi-Fi <a href="http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?contentId=4711&#038;navigationId=12494&#038;templateId=6123">Texas Instruments WL1251B</a> WLAN IC<br />
<a href="http://www.google.com/url?sa=t&#038;source=web&#038;ct=res&#038;cd=1&#038;url=http%3A%2F%2Ffocus.ti.com%2Fpdfs%2Fwtbu%2Fwl1251_1253_prod_bulletin.pdf&#038;ei=LvjYSfDPFcqF_Qa6zf3YDQ&#038;usg=AFQjCNEcoYVEMH9TeRW3TKNYDqL3cZSkGg&#038;sig2=6NEoN3K5UIx7-gRoI6QvYg">Wi-Fi WLAN Power Amplifier WL1251FE</a>.<br />
Wi-Fi® Wireless LAN/Wi-Fi (802.11): IEEE 802.11b, IEEE 802.11g, 54 Mbit/s</p>
<p><strong>USB</strong><br />
HTC ExtUSB™ (11-pin mini-USB 2.0 and audio jack in one)<br />
USB 2.0 client, Hi-Speed (480Mbit/s) USB Series Mini-B (mini-USB) connector<br />
<a href="http://www.smsc.com/main/catalog/usb331x.html">SMSC USB3316</a> (<a href="http://www.smsc.com/main/datasheets/3316db.pdf">Data brief pdf</a>)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Camera</strong><br />
3.2 megapixel color camera with auto focus<br />
Sensortyp: CMOS sensor<br />
CMOS Image Processor: <a href="http://www.aptina.com/products/image_sensors/mt9t013d00stc/#overview">Aptina Imaging (MT9T013D)</a><br />
Flip-chip Lens Coil Driver: <a href="http://www.analog.com/en/digital-to-analog-converters/da-converters/ad5398/products/product.html">Analog Devices (AD5398)</a>.<br />
Auflösung: 2048 x1536 pixels (3.15MP)<br />
Autofocus-(AF): ja<br />
Optical_Zoom: 1 x<br />
Macro Mode: nein<br />
Blitz / LED: nein<br />
Videoauflösung: 320&#215;240<br />
Bildformate: JPG, BMP<br />
Videoformate: 3GPP, MPEG4</p>
<p><strong>Audio</strong><br />
Integrated into Baseband Processor<br />
Analog/Digital Converter (Recording): 16 bit 44100 Hz<br />
Digital/Analog Converter (Playing): 16 bit resolution 44100 Hz<br />
Audiokanäle: Stereo Sound<br />
Audioausgang: mittels Adapter via miniUSB<br />
Audio codec: AMR-NB, EFR, FR, HR, MP3, MIDI, AAC-LC, AAC+, AMR-WB, SBC</p>
<p><strong>Mikrofon</strong><br />
Audio Built-in microphone<br />
Freisprechen: ja<br />
mono</p>
<p><strong>Lautsprecher</strong><br />
Audio Built-in speaker<br />
mono</p>
<p><strong>Video</strong><br />
Codec: MPEG4 SP, H.263, H.264<br />
Imageformat: PNG, JPG, BMP, EXIF, AGIF, GIF</p>
<p><strong>Klingeltonformate</strong><br />
AAC, AAC+, AMR-NB, MIDI, MP3, WMA, WMV<br />
40 polyphonic and standard MIDI format 0 and 1 (SMF)/SP MIDI</p>
<p><strong>Batterie</strong><br />
Rechargeable Lithium-ion battery<br />
Capacity: 1150 mAh<br />
Talk time:<br />
Up to 350 minutes for WCDMA<br />
Up to 406 minutes for GSM<br />
Standby time:<br />
Up to 402 hours for WCDMA<br />
Up to 319 hours for GSM<br />
Vibration: ja<br />
Power Management PMIC: <a href="http://www.qctconnect.com/products/pm_7500.html">Qualcomm PM7540</a><br />
Power Amp (Quad-band GSM): <a href="http://www.triquint.com/prodserv/more_info/proddisp.aspx?prod_id=TQM7M5008">TriQuint Semiconductor TQS-7M5008</a><br />
Power Amp (UMTS-2100MHz): <a href="http://www.avagotech.com/docs/AV02-0646EN">Avago ACPM-7381</a><br />
Power Amp (UMTS-1700MHz): <a href="http://www.avagotech.com/docs/AV02-0647EN">Avago ACPM-7391</a></p>
<p><strong>Expansion Slot</strong><br />
microSD™ memory card (SD 2.0 compatible)<br />
microSD, microSDHC, TransFlash, SDIO<br />
(Supports High Capacity (SD 2.0/HC) memory cards with capacity of up to 32GB)</p>
<p><strong>AC Adapter</strong><br />
Voltage range/frequency: 100 ~ 240V AC, 50/60 Hz<br />
DC output: 5V and 1A</p>
<p><strong>Digital Compass</strong><br />
<a href="http://www.akemd-eu.com/smart_sensor_system/e_compass/index.html">Asahi Kasei Microsystems (AKM) AK8976A</a><br />
6-axis electronic compass<br />
<a href="http://www.asahi-kasei.co.jp/asahi/en/news/2005/e060322.html">The new 6-axis electronic compass provides the ideal solution, combining a 3-axis geomagnetic sensor with a 3-axis acceleration sensor in an ultra-small package</a></p>
<ul>
<li>Hall-effect geomagnetic sensor in three axes</li>
<li>piezoresistive accelerometer in three axes</li>
<li>Digital interface with internal A/D converter compatible with both 2-line I2C bus and 4-line SPI</li>
<li>Low power consumption – 6.7 mA during sensor operation, 460 µA average with measurement at 100 ms intervals</li>
<li>Internal temperature sensor with 8-bit digital output</li>
<li>Internal 8-bit, 12-word EEPROM for recording geomagnetic sensor sensitivity adjustment data, etc.</li>
</ul>
<p><strong>Others</strong><br />
OMA DRM 1.0 (Forward Lock only)<br />
Multiple APN<br />
Handover GSM/GPRS/EDGE/UMTS<br />
Auto band switching<br />
Global roaming<br />
DTM<br />
SAIC<br />
Infrarot: nein</p>
<p><strong>Zusammengetragen aus den folgenden Quellen:</strong></p>
<ul>
<li><a href="http://www.htc.com/www/product/dream/specification.html">HTC Dream &#8211; Specification auf htc.com</a></li>
<li><a href="http://www.handy-faq.de/forum/htc_dream_google_g1_forum/65726-google_g1_dream_technische_daten.html">Google G1 &#8211; Dream &#8211; technische Daten auf handy-faq.de</a></li>
<li><a href="http://mikechannon.net/PDF Manuals/HTC Dream SM (A04).pdf">HTC Dream Service Manual (pdf)</a></li>
<li><a href="http://www.phonewreck.com/wiki/index.php?title=T-Mobile_G1">T-Mobile G1 auf phonewreck.com</a></li>
<li><a href="http://www.embedded.com/underthehood/212002083">Under the Hood: Android dreams, GooglePhone delivers auf embedded.com</a></li>
<li>
<a href="http://www.qctconnect.com/trends/integration.html">Qualcomm&#8217;s Integration Helps HTC Deliver the First Android Smartphone</a>	</li>
</ul>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="info@ilimitado.de" /><input type="hidden" name="return" value="http://www.ilimitado.de/labs/danke.php" /><input type="hidden" name="item_name" value="Spendier einen Drink für Details zur T-Mobile G1 Hardware (HTC Dream)" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.ilimitado.de/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Unterstützung für Blogger" title="Unterstützung für Blogger" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=info@ilimitado.de&amp;amount=&amp;return=http://www.ilimitado.de/labs/danke.php&amp;item_name=Spendier+einen+Drink+für+Details+zur+T-Mobile+G1+Hardware+(HTC+Dream)" target="paypal">Wenn dir dieser Beitrag gefällt, lade den Autor doch mal zu einem Drink ein ;-)</a></p><br /><strong>Tags:</strong> <a href="http://www.ilimitado.de/blog/tags/3g/" title="Browse for 3g" rel="tag">3g</a>, <a href="http://www.ilimitado.de/blog/tags/android/" title="Browse for android" rel="tag">android</a>, <a href="http://www.ilimitado.de/blog/tags/g1/" title="Browse for g1" rel="tag">g1</a>, <a href="http://www.ilimitado.de/blog/tags/google/" title="Browse for google" rel="tag">google</a>, <a href="http://www.ilimitado.de/blog/tags/hardware/" title="Browse for hardware" rel="tag">hardware</a>, <a href="http://www.ilimitado.de/blog/tags/hsdpa/" title="Browse for hsdpa" rel="tag">hsdpa</a>, <a href="http://www.ilimitado.de/blog/tags/umts/" title="Browse for umts" rel="tag">umts</a>]]></content:encoded>
			<wfw:commentRss>http://www.ilimitado.de/blog/2009/04/details-zur-t-mobile-g1-hardware-htc-dream/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Verwirrung um T-Mobile G1 ohne Vertrag aber nur mit NET-lock bei Media Markt, Saturn &amp; Co</title>
		<link>http://www.ilimitado.de/blog/2009/02/verwirrung-um-t-mobile-g1-ohne-vertrag-aber-nur-mit-net-lock-bei-media-markt-saturn-co/</link>
		<comments>http://www.ilimitado.de/blog/2009/02/verwirrung-um-t-mobile-g1-ohne-vertrag-aber-nur-mit-net-lock-bei-media-markt-saturn-co/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:53:06 +0000</pubDate>
		<dc:creator>Stephan Linzner &#38; Daniel Kersting</dc:creator>
				<category><![CDATA[Mobiles Internet]]></category>
		<category><![CDATA[Web]]></category>
<category>android</category><category>g1</category><category>google</category><category>Internet</category><category>tübingen</category>
		<guid isPermaLink="false">http://www.ilimitado.de/blog/?p=285</guid>
		<description><![CDATA[Heute war bekanntlich der lang ersehnte Verkaufsstart des G1 in Deutschland. Zunächst positiv überraschte heute morgen die Information, dass es das G1 in Deutschland nicht nur mit Vertrag, sondern auch ohne Vertrag z.B. bei Media Markt gibt.
Nach einem zweiten Hinweis (siehe androidianer.de) und auf Verdacht einer potentiellen Fehlinterpretation der Media Markt Anzeige ergab ein Anruf [...]]]></description>
			<content:encoded><![CDATA[<p>Heute war bekanntlich der lang ersehnte <a href="http://t-mobile.mobilfunkhighlights.de/g1.php">Verkaufsstart des G1 in Deutschland</a>. Zunächst positiv überraschte heute morgen die Information, <a title="T-Mobile G1 Verkaufsstart- auch bei MediaMarkt" href="http://androidsmartphone.de/g1/t-mobile-g1-verkaufsstart-auch-bei-mediamarkt/">dass es das G1 in Deutschland nicht nur mit Vertrag, sondern auch ohne Vertrag z.B. bei Media Markt gibt</a>.</p>
<p>Nach einem zweiten Hinweis (siehe <a title="G1 bei Media Markt" href="http://www.androidianer.de/g1-bei-media-markt">androidianer.de</a>) und auf Verdacht einer potentiellen Fehlinterpretation der Media Markt Anzeige ergab ein Anruf bei T-Mobile, das <strong>G1 wird exklusiv für T-Mobile und nur mit Neu-Vertrag angeboten</strong>, es bestünde aber jederzeit die Möglichkeit mit einer<strong> Gebühr von 100€ den SIM-Lock und auch <a href="http://de.wikipedia.org/wiki/Netlock">NET-Lock</a> zu entfernen</strong>. </p>
<p>Ein spontaner Besuch beim Saturn in Tübingen mit dem Ziel genaueres über die <a title=""Was ist SIM-Lock? href="http://de.wikipedia.org/wiki/SIM-Lock">SIM-Lock</a> und <a title="Was ist NET-Lock" href="http://de.wikipedia.org/wiki/Netlock">NET-Lock</a> Bedingungen herauszufinden, getreu dem Motto, was Media Markt kann, kann Saturn auch, führte zu einem ernüchternden Ergebnis. Nach anfänglichem hin und her einigten sich die Verkäufer dann darauf, dass es das G1, wie eben auch das iPhone nur mit Neu-Vertrag und auch nur mit SIM-Lock gibt. Die <strong>Mitarbeiter des Saturn</strong> in Tübingen haben wohl versucht mit <strong>nicht T-Mobile SIM-Karten</strong> das G1 zu starten was aber <strong>ohne Erfolg</strong> blieb.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Als nächstes folgte ein Besuch beim Media Markt Reutlingen. Hier war man tatsächlich bereit das <strong>G1 für 399€ ohne Vertrag zu verkaufen</strong>. Allerdings <strong>nur mit NET-Lock auf T-Mobile</strong> Netze. Sprich es funktionieren nur SIM-Karten von T-Mobile, alle anderen Netze wie O2, E-Plus, Vodafone etc. sind gesperrt. Auch hier führten die Media Markt Mitarbeiter Tests durch, ein G1 mit Karten von O2 oder Vodafone zu starten, welche jedoch ebenfalls erfolglos blieben. Eine Möglichkeit der Freischaltung bestünde ebenfalls nicht. Verwirrung Pur! Warum und mit welchem Recht verkauft man ein Gerät zum Vollpreis, welches nur in einem bestimmten Netz, eben T-Mobile, benutzbar ist?</p>
<p>Klärung gab es erst im <strong>T-Punkt </strong>in Reutlingen. Dort kann man das <strong>G1 für 449€ kaufen</strong>. Das T-Mobile <strong>G1 wird wohl prinzipiell immer mit NET-Lock </strong> ausgeliefert, kann aber, wenn es nicht durch einen Vertrag subventioniert ist direkt <strong>bei T-Mobile</strong> per Post oder Internet <strong>durch zusenden der IMEI freigeschaltet werden</strong>. Dies dauert dann aber ca. 2 bis max. 4 Wochen bis man den im Handy einzugebenden Freischaltcode bekommt.<br />
Das T-Mobile (Hardware) Branding bleibt natürlich nach freischalten des NET-Locks erhalten und anscheinend gibt es dann eventuell Schwierigkeiten mit Sonderdiensten mancher Anbieter, sowie keine Garantie mit fremden SIM-Karten&#8230;</p>
<p><em><strong>ACHTUNG &#8211; UPDATE</strong><br />
Soweit die Information, die uns im Media Markt, Saturn und T-Punkt gegeben wurden, nach und nach trafen im Lauf der Woche hier im Blog und auch in vielen Foren Berichte darüber auf, dass die Geräte doch keinen Net-Lock haben würden. Das einzige was man nach dem ersten Einschalten, was wohl mit einer beliebigen SIM-Karte bereits möglich sei, machen müsste ist vor der Verbindung zum Googleaccount im Menü den richtigen APN zu wählen. Erst wenn der korrekte APN Eintrag hinzugefügt wird, buche sich das G1 ins Netz ein und man könne es aktivieren und ganz normal benutzen.<br />
Was jetzt wirklich stimmt, können wir auch nicht beurteilen, es gibt die Aussagen der Verkäufer und die dazu im Wiederspruch stehenden Berichte im Internet&#8230;</em></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Fazit und Zusammenfassung:</strong></p>
<ul>
<li>Im <strong>Saturn</strong> (Tübingen) kann man das <strong>G1 nicht ohne Vertrag kaufen</strong></li>
<li>Im <strong>Media Markt</strong> (Reutlingen) kann man das <strong>G1 ohne Vertrag für 399€</strong> und nach Aussage der Verkäufer nur mit NET-Lock kaufen, was aber vielleicht doch  nicht stimmt</li>
<li>Im <strong>T-Punkt</strong> (Reutlingen) kann man das <strong>G1 ohne Vertrag für 449€</strong> und nach deren Auskunft nur mit NET-Lock kaufen, was eventuell dann ebenfalls nicht stimmt.</li>
<li><strong>NET-Lock</strong> lässt sich aber im Zweifelsfall dann innerhalb von 2-4 Wochen <strong>durch T-Mobile freischalten (<em>nicht per T-Punkt</em>)</strong> bzw. wohl auch online, was eventuell schneller gehen soll.</li>
<li>Geräte über diverse Versandhäuser (siehe <a title="http://androidsmartphone.de/g1/t-mobile-g1-ohne-vertrag-die-anbieter/" href="http://androidsmartphone.de/g1/t-mobile-g1-ohne-vertrag-die-anbieter/">androidsmartphone.de</a>) könnten theoretisch bereits freigeschaltet sein und völlig ohne NET-Lock ausgeliefert werden, am besten fragt man das vor der Bestellung telefonisch nach</li>
<li>Die <strong>einfachste Variante</strong> ein G1 mit wenigstens 1 Jahr Garantie zu bekommen ist es ein <strong>Developer Phone bei Google zu bestellen</strong>. Das funktioniert aus eigener Erfahrung ohne Probleme und ist für Android Entwickler als auch Benutzer wärmstens zu Empfehlen. Das <a href="http://code.google.com/intl/de-DE/android/dev-devices.html">G1 Developer Phone</a> wird innerhalb einer Woche <a title="Android Market" href="http://market.android.com/publish/signup">nach Registrierung als Entwickler</a> für 25$ und Bestellung des Handys über den Market Place für 399$ plus 42,60$ Shipping und 91,71$ Steuern/Zoll geliefert.</li>
</ul>
<p>Achtung! <strong>Geräte mit Vertrag</strong> lassen sich natürlich <strong>erst nach Vertragsende</strong> (2 Jahre) freischalten.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="info@ilimitado.de" /><input type="hidden" name="return" value="http://www.ilimitado.de/labs/danke.php" /><input type="hidden" name="item_name" value="Spendier einen Drink für Verwirrung um T-Mobile G1 ohne Vertrag aber nur mit NET-lock bei Media Markt, Saturn & Co" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.ilimitado.de/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Unterstützung für Blogger" title="Unterstützung für Blogger" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=info@ilimitado.de&amp;amount=&amp;return=http://www.ilimitado.de/labs/danke.php&amp;item_name=Spendier+einen+Drink+für+Verwirrung+um+T-Mobile+G1+ohne+Vertrag+aber+nur+mit+NET-lock+bei+Media+Markt,+Saturn+&+Co" target="paypal">Wenn dir dieser Beitrag gefällt, lade den Autor doch mal zu einem Drink ein ;-)</a></p><br /><strong>Tags:</strong> <a href="http://www.ilimitado.de/blog/tags/android/" title="Browse for android" rel="tag">android</a>, <a href="http://www.ilimitado.de/blog/tags/g1/" title="Browse for g1" rel="tag">g1</a>, <a href="http://www.ilimitado.de/blog/tags/google/" title="Browse for google" rel="tag">google</a>, <a href="http://www.ilimitado.de/blog/tags/Internet/" title="Browse for Internet" rel="tag">Internet</a>, <a href="http://www.ilimitado.de/blog/tags/t%C3%BCbingen/" title="Browse for tübingen" rel="tag">tübingen</a>]]></content:encoded>
			<wfw:commentRss>http://www.ilimitado.de/blog/2009/02/verwirrung-um-t-mobile-g1-ohne-vertrag-aber-nur-mit-net-lock-bei-media-markt-saturn-co/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Bis Februar kein 3G/UMTS bei E-Plus BASE in Tübingen</title>
		<link>http://www.ilimitado.de/blog/2008/11/bis-februar-kein-3gumts-bei-basee-plus-in-tubingen/</link>
		<comments>http://www.ilimitado.de/blog/2008/11/bis-februar-kein-3gumts-bei-basee-plus-in-tubingen/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 10:18:17 +0000</pubDate>
		<dc:creator>Stephan Linzner &#38; Daniel Kersting</dc:creator>
				<category><![CDATA[Mobiles Internet]]></category>
<category>3g</category><category>base</category><category>eplus</category><category>hsdpa</category><category>mobilkommunikation</category><category>tübingen</category><category>umts</category>
		<guid isPermaLink="false">http://www.ilimitado.de/blog/?p=272</guid>
		<description><![CDATA[Seit nunmehr 2 Monaten haben wir beinahe jeden morgen das selbe Problem. Jedesmal wenn das Handy den morgendlichen Weckruf von sich gibt, ein Griff zum Selbigen für Ruhe sorgt, folgt der Versuch, dank  mobiler Internet Flatrate und der Möglichkeit Mobil zu surfen, wo immer ich will erst einmal kurz in die Emails zu schauen. [...]]]></description>
			<content:encoded><![CDATA[<p>Seit nunmehr 2 Monaten haben wir beinahe jeden morgen das selbe Problem. Jedesmal wenn das Handy den morgendlichen Weckruf von sich gibt, ein Griff zum Selbigen für Ruhe sorgt, folgt der Versuch, dank  mobiler Internet Flatrate und der Möglichkeit <q><a href="http://www.base.de/base/img/head_098.gif">Mobil zu surfen, wo immer ich will</a></q> erst einmal kurz in die Emails zu schauen. Der bis dahin in der Regel positiv verlaufene und noch junge Tag, bekommt aber nun meistens einen herben Dämpfer, denn das Handy zeigt nicht die erwarteten Emails an, nein es signalisiert lediglich einen <strong>Verbindungsfehler</strong>. Hin und wieder führt der Versuch über den Browser ins Internet zu gelangen wenigstens noch zu den morgendlichen News.<br />
Im weiteren Verlauf des Tages stellt sich beim Versuch ein einfaches Telefonat zu halten heraus, das auch das <strong>erst nach ein buchen des Handys in das <acronym title="Global System for Mobile Communications">GSM</acronym> Netz</strong> funktioniert.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Diese Spielchen ereignen sich in der ein oder anderen Variante mittlerweile täglich. Mal sind es Verbindungsfehler, mal reagiert das Handy eigentlich gar nicht, dann kann man <strong>eine Zeit lang nicht angerufen werden</strong> und hin und wieder ist auch <strong>jegliche Datenverbindung unmöglich</strong>. Und das auf <strong>unterschiedlichen Handys</strong>.<br />
Was ist hier los? Nun, die Hotline von BASE kann hier aufklären: <q>Der <acronym title="Universal Mobile Telecommunications System">UMTS</acronym>-Mast in Tübingen muss mit neuer Technik aufgerüstet werden</q> heißt es. Der derzeitige Stand ist wohl, dass <strong>die Auslastung zu hoch </strong>ist und erst <strong>im Februar(!) der Sendemast soweit aufgerüstet ist</strong>, dass in Tübingen wieder mit flächendeckendem, und vor allem permanent fehlerfrei verfügbaren, <acronym title="Universal Mobile Telecommunications System">UMTS</acronym> zu rechnen ist. Auf die Frage, ob denn in dem Zug im Februar evtl. gleich auf <acronym title="High Speed Downlink Packet Access">HSDPA</acronym> aufgerüstet wird hieß es dann <q>damit sei nicht zu rechnen</q>. Wenn <acronym title="High Speed Downlink Packet Access">HSDPA</acronym> kommt, dann sicher zunächst in Großstädten und Ballungszentren.<br />
Damit ist festzuhalten, wir haben nun Anfang November, seit Wochen, ja fast schon Monaten gibt es in Tübingen immer wieder Probleme mit der Verfügbarkeit des <acronym title="Dritte Generation der Mobilfunkstandards (UMTS)">3G</acronym> Netzes und es wird wohl bis mindestens Februar dauern, bis man in Tübingen wieder im BASE/E-Plus Netz über <acronym title="Universal Mobile Telecommunications System">UMTS</acronym> surfen und telefonieren kann.<br />
Der Tipp der BASE Hotline ist nun, einfach <strong>das Handy auf alleinigen <acronym title="Global System for Mobile Communications">GSM</acronym> Betrieb umzustellen</strong>, nur so könne zurzeit in Tübingen ein fehlerfreies surfen und telefonieren garantiert werden. Immerhin sei das <acronym title="Global System for Mobile Communications">GSM</acronym> Netz hier in bester Qualität verfügbar und Sie somit Ihren Vertragsverpflichtungen in vollem Umfang nachkommen würden.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7971500319600855";
google_ui_features = "rc:";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "A8C21D";
google_color_text = "333333";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Gut, das muss man wohl akzeptieren, die Frage ist nur ob die Kunden dies akzeptieren. BASE ist eben <q><a href="http://www.base.de/base/img/base_pro_head_007.gif">der Einfachheit halber anders</a></q> wie andere Mobilfunkanbieter, wo flächendeckendes <acronym title="Universal Mobile Telecommunications System">UMTS</acronym> zum Quasistandard gehört und <acronym title="High Speed Downlink Packet Access">HSDPA</acronym> auch in Tübingen schon verfügbar ist. So erklärt sich dann wohl auch die Möglichkeit für ein <strong>kostengünstiges und auch billiges</strong> Angebot von BASE.<br />
Für den Surf spaß mit einem BASE/E-Plus Vertrag in Tübingen stehen also erst mal <strong>keine rosigen Zeiten</strong> bevor.</p>
<p>Als Fazit können wir im Moment deshalb nur davon abraten, einen E-Plus Base Vertrag abzuschließen, wenn man öfters in Tübingen zu tun hat oder hier wohnt, weil es auch nach Februar 2009 erst einmal abzuwarten ist wie sich die Verfügbarkeit von E-Plus Base UMTS und vor allem die Verlässlichkeit von selbigem entwickelt.</p>
<p>Gerade bezüglich der Verlässlichkeit sollte Base seine Kunden nicht unterschätzen, wir bezahlen in Zukunft lieber 10 € mehr im Monat (bei unserem zukünftig präferiertem Mobilkommunikation-Dienstleister, der schon seit Jahren in Magenta auftritt), wenn wir uns auf die im Vertrag zugesicherten Leistungen verlassen können und diese vor allem auch zur Verfügung stehen wenn Sie gebraucht werden.</p>
<p>Wir denken jedenfalls mittlerweile, dass eine bestimmte Verfügbarkeit und Verlässlichkeit auch seinen Preis hat. Letztendlich muss aber jeder selber entscheiden was für Ihn wichtig ist und was nicht.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="info@ilimitado.de" /><input type="hidden" name="return" value="http://www.ilimitado.de/labs/danke.php" /><input type="hidden" name="item_name" value="Spendier einen Drink für Bis Februar kein 3G/UMTS bei E-Plus BASE in Tübingen" /><input type="hidden" name="amount" value="" /><input type="image" src="http://www.ilimitado.de/blog/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="Unterstützung für Blogger" title="Unterstützung für Blogger" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=info@ilimitado.de&amp;amount=&amp;return=http://www.ilimitado.de/labs/danke.php&amp;item_name=Spendier+einen+Drink+für+Bis+Februar+kein+3G/UMTS+bei+E-Plus+BASE+in+Tübingen" target="paypal">Wenn dir dieser Beitrag gefällt, lade den Autor doch mal zu einem Drink ein ;-)</a></p><br /><strong>Tags:</strong> <a href="http://www.ilimitado.de/blog/tags/3g/" title="Browse for 3g" rel="tag">3g</a>, <a href="http://www.ilimitado.de/blog/tags/base/" title="Browse for base" rel="tag">base</a>, <a href="http://www.ilimitado.de/blog/tags/eplus/" title="Browse for eplus" rel="tag">eplus</a>, <a href="http://www.ilimitado.de/blog/tags/hsdpa/" title="Browse for hsdpa" rel="tag">hsdpa</a>, <a href="http://www.ilimitado.de/blog/tags/mobilkommunikation/" title="Browse for mobilkommunikation" rel="tag">mobilkommunikation</a>, <a href="http://www.ilimitado.de/blog/tags/t%C3%BCbingen/" title="Browse for tübingen" rel="tag">tübingen</a>, <a href="http://www.ilimitado.de/blog/tags/umts/" title="Browse for umts" rel="tag">umts</a>]]></content:encoded>
			<wfw:commentRss>http://www.ilimitado.de/blog/2008/11/bis-februar-kein-3gumts-bei-basee-plus-in-tubingen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

