Verzion Blackberry “Isolated” Storms

RIM Blackberry Storm On Friday, November 21st, the Blackberry 9530 Storm landed in the US. This device was launching on the Verzion network with the capability of roaming Internationally in Europe and Asia. The commercials, the posters and the general buzz about the device seemed to be taken from the Apple iPhone playbook. The press and bloggers talked about possible lines at Verizon stores in anticipation of the device. The Blackberry Bold launched a few weeks ago on AT&T, but because the iPhone has set the new standard and demands for a full touchscreen is “en vogue” the Storm perhaps could challenge iPhones appeal.

About a week before the launch, I was told by several Verizon store reps that the computer system would not allow for someone to purchase a device without a 2 year service contract. Upgrades would be possible, but new service contracts would be preferred. My guess is that trying to woo Sprint and T-Mobile was the battle plan, since AT&T would market either the iPhone or Bold.

Circuit City logo On the day of the launch, I called the store manager at a Circuit City embedded Verizon store and told me that the shipments of the device have been way below expectations. “We were supposed to receive about 30 and only got 10 for Friday’s launch. The main Verizon store for the area was supposed to get 100 of them, but only got 30.”

Best Buy logo To cover all the bases, I contacted the closest Best Buy. They also had problems with Friday’s launch. Best Buy, which allows for no commitment pricing of devices (and has been more aggressive at offering this option to shoppers) reported to have a shortage. The Mobile representative told me that they “had received 18 pre-orders, but only were shipped 10. Hopefully more will come on Saturday and Sunday, but we’re a bit taken aback as well.” Best Buy is allowing customers to be put on a waiting list and when devices come in, they will be contacted.

So it appears that the strong demand and short supply seem to be a growing trend for consumer electronics. The Wall Street Journal reports that Verizon will spend $100 million on advertising and marketing budget to push Blackberry Storm. RIM also stated in their earnings call that there would be an increase in their marketing budget. It seems to be showing with all the Blackberry ads I am seeing on TV, taking public transportation and in newspapers and magazines. Let’s hope that with the upcoming Holiday Season, there will be enough units for all those Executives and Knowledge-Workers wanting a shiny new toy.

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

  2. Global Mobile Blackberry Storm...

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

  4. How To Unlock RIM Blackberry 8800...

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

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 != "ru") { 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", "ru"); bnc_xlate_div("en", "bnc_translate_info2", "ru"); $("bnc_translating").show(); } google.setOnLoadCallback(bnc_startup);