Apple iPhone Losing Svelte Status?

Apple iPhone Software update 2.0.2
The last post about the Apple iPhone software update came nearly two weeks ago before the second update arrived. This seems rather unusual for these updates to come so close to each other. Is Apple losing its svelte status with the iPhone? One of the first things that I noticed with this update over the last one was that it worked more smoothly. However, it is still rather annoying that I had to download over 250MB for the entire image, then spend even more time waiting for the update to install, reboot my iPhone, then get back to a normal state. In relative comparison, my Windows Vista updates are smaller in size and quick to install.

I have been reading as many discussion forums about an issue that I have been having since I got my iPhone which is trouble syncing email. Not Exchange mail, but POP3 and IMAP for mobileslate email. Reading the Apple Discussion Forum shows that I am not the only one having trouble, others are definitely experiencing the same issue. Resetting my device once a day because email is failing is just not acceptable. Several have suggested to shutdown the email program by pressing and holding down the “Home” button for 5-7 seconds and that will “force-quit” the email application. But where is the permanent fix to this problem? 2.0.3? I hope it comes soon, but concerned that Apple is starting to put out buggy software and losing the quality standard, just slightly.

Related Posts:
  1. Apple iPhone 3G Sold Out, Signals New Phone at WWDC...

  2. Apple iPhone v2.2.1 Update...

  3. December, Apple and iPhone...

  4. Apple iPhone-iTunes Syncing Recovery...

  5. Apple iPhone 2.1 Update...

Comments are closed.

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);