got iBugs? Get iPhone 2.0.1

iTunes iPhone update 2.0.1It’s here. Fix those iBugs you have been complaining about. Based on the numeric scheme of this fix, it’s not a major release, so those who are still asking for new features like “Copy & Paste”, the ability to talk and send an email, and a few others will probably not be in this patch.

iTunes iPhone update 2.0.1But at 250MB it’s not a simple update – it would seem like this is the entire new download image (presumably to accommodate the 1.0 users who have yet to upgrade?)

Related Posts:
  1. Apple iPhone Error: 0xE8000002E, Any Resolutions?...

  2. Apple iPhone 2.1 Update...

  3. Go You Must, an iPhone You Get...

  4. The World According to iPhone...

  5. New Apple iPhone rumor?...

View Comments to “got iBugs? Get iPhone 2.0.1”

  1. Hi,
    Apologies for posting this as a comment – I couldn’t find an email address or contact form.

    This is just a quick courtesy note to let you know that your blog has been included as a Trusted Source on the new version of Cell Phone News 2.0:
    http://www.cellphonenews2.com

    This means that Cell Phone News 2.0 will provide a direct link to every article you write from now on, including a brief snippet to get readers interested. You can keep track of all your articles here:
    http://www.cellphonenews2.com/profile.php?id=1075&cmd=submitted

    Cell Phone News 2.0 gives you access to the best cell phone and mobile internet articles from across the web, as judged by other members. Also, you can use it to follow all of your favorite blogs in one place, bookmark useful articles and use the tags system to find all articles on a particular topic. The new version of the site draws from over 300 cell phone blogs and news sites.

    Suggestions for new blogs to include in the Trusted Sources list are most welcome.

    If you would like to link to Cell Phone News 2.0, there is a range of buttons and text links available, including a Trusted Source button, here:
    http://www.cellphonenews2.com/html.php?id=links

    Or, you can add a voting widget to each of your articles:
    http://www.cellphonenews2.com/html.php?id=widget

    The site now features an iPhone optimized version:
    http://i.cellphonenews2.com

    and a text-only mobile version (the voting still works!):
    http://m.cellphonenews2.com

    To get the most out of Cell Phone News 2.0, I strongly advise you to read the one page Quick Start User Guide which covers all the main functions.
    http://www.cellphonenews2.com/html.php?id=guide

    Cheers,

    Anthony Butcher

  1. [...] last post about the Apple iPhone software update came nearly two weeks ago before the second update arrived. This seems rather unusual for these [...]

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);