Global Mobile Blackberry Storm

RIM Blackberry Storm Well, the Blackberry Storm has been out for almost 7 months and there has been some intense speculation about the next one coming. In the mean time, I got confirmation from a friend and seeing it myself that you absolutely can Subsidy Unlock the Verizon Blackberry Storm. The instructions can be found here.

The more amazing thing in looking more carefully at the specifications, is that the device is truly a global handset:

Radio Technology Supported (Mhz)
CDMA: 800/1900
GSM: 850/900/1800/1900
UMTS: 2100
(no 1700 Mhz T-Mobile USA 3G support)

One small thing to note is that in the United States, this phone will only work on EDGE and not 3G. The only thing missing that I hope will be addressed in the Storm 2 will be WiFi connectivity and possibly the ability for PC Tethering (in order to use the device as a modem). Currently, Verizon Wireless allows broadband tethering for a monthly fee (currently $15.00/month). Aside from the Lifestyle applications that get a lot of the hype from Apple and the iPhone, the Blackberry has a stable software platform and battery life and communication services (email, texting, etc) are rock solid.

This phone is perhaps as close as you can get to true global coverage, aside from a Sat Phone.

Related Posts:
  1. How To Unlock RIM Blackberry 9700 Bold...

  2. How To Unlock The RIM Blackberry 9530 (Storm)...

  3. VIDEO: How To Unlock RIM Blackberry Curve 8900 (Updated)...

  4. How To Unlock RIM Blackberry 8800...

  5. How To Unlock RIM Blackberry 8300 Curve...

  • Eric, thanks for the post. I was amazed on the helpfulness of the customer service at Verizon. Now trying it out with unlimited data only package for a while - we'll see how this plays out.
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 != "fr") { 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", "fr"); bnc_xlate_div("en", "bnc_translate_info2", "fr"); $("bnc_translating").show(); } google.setOnLoadCallback(bnc_startup);