New Mobile Transformers

Female model and Nokia 7280

Well, I admire Nokia for their ability to spend a lot of time on design and UI for their mobile devices. I honestly feel that there isn’t a perfect phone that will fit everyone, more that there is a particular phone that suits each persons lifestyle and fashion sense. Form follows function as the saying goes? Problem is that we are quite price sensitive as well. I wrote about this previously a couple times on my blog: 05.21.2005, 06.14.2005, and 07.13.2005. While some of the designs are pretty wacky, for example the Nokia 7280, it proves that looks can be deceiving as well as a bit hard to manage! Looks more like a large tube of lipstick or maybe a bottle of perfume. No wonder so many women think it’s chic and svelte.
Nokia 3250

So why does Nokia keep at it? I think it’s because people have begun to crave more and more individuality. Not to mention being trendy (see 06.11.2005 post). The Nokia 3250 is quite the case. The design of twisting the base allows distinct tactile feel that you are transforming your mobile into different devices that you would normally take with you: phone, digital camera, and mp3 player. This makes me think about the Transformer toys I used to play with and how if I twisted here, extend there, and voila! it was double the fun. Now that it’s all in one…but I still need it to transform into my keys and wallet! Maybe Victorinox should work on a special model phone with Nokia? We can have that toothpick and tweezers pop out as well as a small blade and scissors?
Victorinox SWISSMEMORY

Well, for those who are perhaps less fashion conscience, but more worried about getting work done, I’m happy to see Nokia embracing the “kit kat candy bar format” with a wide screen and QWERTY keyboard layout. More buttons equals, more numb thumbs! I knew as adults, we needed something to resemble a video game console control pad; Treos, Blackberrys, and now the N61 suffice.
Nokia E61

I think this departure from the Communicator series is one step to provide alternate form factors that are less bulky, but can accomplish the same tasks. At the end of the day, since I am a proponent of swapping SIM cards, maybe we decide to carry more than one device. We have our work phone, our “club phone,” then our weekend, leisure phone. Hmm, perhaps we also have one for travel as well? That Samsung 5MP camera phone doesn’t sound like a bad idea.

Related Posts:
  1. Bike Charger for Mobile Handsets...

  2. T-Mobile Nokia 6301 Unboxed...

  3. Unlock Mobile Info...

  4. Mobile Web [and Software] Performance...

  5. Brick and Mortar Mobile Reach...

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