Fashionitas Getting the MMS

Recently at the Life Ball 2005, Versace teamed up with Nokia to announce a special edition of the Nokia 7270. While Nokia of the past few years has pushed the style vs. function envelope with their controversial handset shapes, it has never lost it’s ability to make headlines and work with the best in the industry. Remember Vertu? Similar to Ford, Nokia seems to have a “Luxury Division” where they cater handsets to the ultra elite. At 799 €, it seems to be inline buying Versace apparel.


You Are What You Carry

We’ve all seen the faceplates as an inexpensive way to customize our phone. Customizing your wallpaper, your ringtone, the color of your LEDs, neckchain, carrying case — all say a lot about who you are. Much like the shoes you sport or the threads you wear, mobile phones instantly label you. It’s inherent in our nature to create some sense of individuality, with the top two of three things that we take when we leave the house (the wallet or purse, being the other, while keys have yet to become a fashion statement).

Case in point. T-Mobile’s American advertising campaign of the Sidekick II. Paris Hilton, Wayne Newton, and Snoop Dogg are all sportin’ one. It’s hip, easy to use (Paris Hilton is 39 years younger than Wayne Newton!), and doesn’t everyone want to be like Paris and Snoop?


Constrast this with RIM’s Blackberry marketing. Advertisements in Businessweek and Airline In-Flight Magazines, not to mention the countless posters in airport terminals. All the venture capitalists, consultants, and executives I know all have one. “Crackberry” as the nickname goes.

If that doesn’t go far enough, my friend Adam (name changed to protect identity), has two mobile devices. He uses one for the work week, which mostly is just for voice. It’s a rather plain Nokia 3120. Doesn’t even take pics. Not to worry, on the weekends, clubbing and out and about, he sports Nokia 7270, with white face plates and all the latest ringtones. He takes a lot of pictures to documents his friends and stories that come about.

So perhaps mobile phones can cause split personalities? Like have a POS (piece of sh*t) commuter car during the week and the nice, always clean, waxed and polished convertible for Friday night and Sunday afternoons. I personally have about a dozen devices, most for application development and platform testing, but only actively use one phone for all my communication. So should there be a race to cram in as many features as possible? Stellar battery life, Bluetooth, 2+ MP (megapixel) camera, IrDA, expandable flash memory, USB port, large screen, intriguing design, easy to use dialpad, accurate predictive text, capable of reading email, SMS, MMS, and WAP, the list could go on and on.

I believe that all the vendors are taking the right approach. Find the device that meets your needs, maybe you’ll need two or three to meet your alter egos. I’m sure the handset makers would love that. That’s the beauty of using SIM cards. While I think of myself as a gadget-freak, I don’t think the “Swiss Army Knife” of mobile phones does everything well. In the meantime, Nokia will continue to partner and expand their product line, Samsung will continue to flood the market, while others carve away at their niche plays. And where is Microsoft in all this? Still trying to make a bad product better? While they have cash to burn, I still cannot get myself to own such an expensive device with a moody OS. Now only if Operators in the United States could change the model of uncoupling the handset from the service plan…perhaps in a future post.

Related Posts:
  1. Carnival of Mobilists #199...

  2. Sorting The Mobile Web Using SearchMe...

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