Large Mobile Devices: Your Car

What do you think about a car as a large mobile device? It can be personalized, although changing colors are a bit more difficult. It can be built with a mobile phone, handles mp3, plays DVDs, and navigation via GPS. Cars are now starting to provide bluetooth connections, and even the 2005 Audi A4 even has a 2 SD slots behind the navigation system to play your mp3s.




So with all the extensions, controls, and sensors, why are we not protecting it? In a recent Reuters article, car makers are starting to get concerned about the car “catching a cold” or a software virus. What if the radio was disabled? Fuel gauge has an incorrect readout? Could you blame a speeding ticket on the car because it had a “speedometer virus?” It just goes to show that even things we use everyday, are electronic, use software, and are becoming connected. The BMW iDrive uses Microsoft software as the underlying OS. I could forsee in the near future you download driver and software updates for each component of your car via the Bluetooth, or cellular phone connection, maybe even the satellite radio (XM or Sirius) connection?



Maybe when we wash our cars, we could apply a coating of protectant against bugs and viruses. :) Somehow I think Symantec and McAfee are exploring the possibilities of moving into the automotive industry.

Related Posts:
  1. Mobile Business Expo – Deploying Enterprise Applications...

  2. Self-service via your Mobile...

  3. Mobile [Digital] Workflow...

  4. Mobile with UV Protection...

  5. Mobile Handicapped...

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