Slashdot Mirror


Auto Makers To Standardize On Open Source

Lucas123 writes "There are efforts underway within the auto industry to create a standard, Linux-based platform for In-Vehicle Infotainment (IVI) systems so that cars will act more like smartphones instead of having only about 10% of that functionality today. For example, Tesla's Model S IVI system, which is based on Linux, is designed to allow drivers to navigate using Google Maps with live traffic information, listen to streaming music from any online radio station and have access to an Internet browser for news or restaurant reviews. Having an industry-wide open-source IVI operating system would create a reusable platform consisting of core services, middleware and open application layer interfaces that eliminate the redundant efforts to create separate proprietary systems by automakers and their tier 1 suppliers like Microsoft. By developing an open-source platform, carmakers can share upgrades as they arrive."

160 comments

  1. Microsoft fans know about this by Anonymous Coward · · Score: 0

    EEE

  2. No, bad idea by h4rr4r · · Score: 5, Insightful

    Just make the damn thing take in bluetooth and HDMI. The car infotainment should have no brains. Just let it run off of a normal device the user already owns.

    1. Re:No, bad idea by capnkid · · Score: 5, Interesting

      What about receiving engine info, warnings regarding brake pads, fuel consumption, etc, etc? An established protocol that could link this to a mobile device would make sense. Not sure why this wasn't done with bluetooth ages ago...

    2. Re:No, bad idea by MBGMorden · · Score: 4, Interesting

      I don't know about you but I've grown tired of effectively connecting a dongle to my car in order to do things like GPS navigation. The main problem as to why phones are better than the built-in stuff is because its updated when the built-in stuff stagnates.

      Processing power is cheap - dirt cheap (a Raspberry Pi, Beaglebone Black, etc is less than $50 and contains more brains than most in-dash systems need). In today's age when so little data is actually stored locally on the devices anyways it makes far more sense to build an open system that can access the same profiles (ie, synced data from things like Google accounts) than to force users into connecting their phone to their car.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    3. Re:No, bad idea by sycodon · · Score: 4, Insightful

      Co-mingling entertainment and car controls seems like a bad idea to me. I think I'd want anything that controls the car to be linked to only a pedal or button of some kind.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    4. Re:No, bad idea by MBGMorden · · Score: 5, Informative

      Technically while I don't think one should have to rely on a phone for this (see my comment on this thread), such adapters already exist. Virtually all modern cars have an ODB II port for which you can buy a bluetooth device that'll transmit to a phone app (the one that I use is called Torque).

      They're literally less than $15:
      http://www.amazon.com/Newest-Bluetooth-Diagnostic-Scanner-Adapter/dp/B009F4JHHO/ref=sr_1_1?ie=UTF8&qid=1381342473&sr=8-1&keywords=bluetooth+auto+diagnostic

      Most people just don't seem to care that much to check, but I was able to use mine to effectively diagnose a misfiring issue I had with my car as a bad spark plug. Saved a lot of money versus taking it to a mechanic.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    5. Re:No, bad idea by Nerdfest · · Score: 1

      If not connectivity through a phone, then connectivity through a replacable module. Decoupling the input and output make this easy and easily upgradable. It also lets people pick their own services. I like using Google services myself, but someone else may not. There may be a new high speed comminications technology out in the near future. Decoupling aall of these thimgs makes it much more upgradable, and if they use open connectors/protocols, then you can use your phone to replace or supplement this functionality as well.

    6. Re:No, bad idea by h4rr4r · · Score: 1

      Pairing the phone one time is too hard?

    7. Re:No, bad idea by mrchaotica · · Score: 2

      We have that; it's called ODB2.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    8. Re:No, bad idea by afidel · · Score: 1

      Exactly, have the infotainment crap use Blutooth AVRCP and one of the display protocols and leave the CAN bus stuff to a simple PIC controller and a little screen in the instrument cluster that's not going to get hacked.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    9. Re:No, bad idea by Anonymous Coward · · Score: 1

      I agree with you. Hell, even Michael Hastings would also agree with you...oh, wait.

      -- Ethanol-fueled

    10. Re:No, bad idea by afidel · · Score: 1

      In a day and age when so little is stored locally do you really want to have a data connection from 10 years ago? Because the minimum you should be designing a cars systems for is 10 years and there is NO way a builtin computer will age well over that time, so use the device everyone already owns and already has a dataplan for.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    11. Re:No, bad idea by Machupo · · Score: 2

      Torque does most of this -- pretty straightforward to attach an ODBII / bluetooth connection.

      I would just like a pogo port connection on the "infotainment area" of the dash so I could nestle a Nexus 10 down when I'm driving and then pull it when I hop out.

      --
      *insert pithy sig here*
    12. Re:No, bad idea by ArcadeMan · · Score: 2, Interesting

      If you don't want to be hacked than you better use an Atmel instead of a Microchip.

      Just trolling, no real reason other than I hate PIC and its mess of banks when coding in assembler, AVR is much cleaner.

    13. Re:No, bad idea by Anonymous Coward · · Score: 0

      Pioneer does make exactly this, called the Appradio. It's not very expensive (as car stereos go), and I can't understand why it's not more popular.
      (you do need a 3rd party app on your phone to get full functionality out of it, however)

    14. Re:No, bad idea by CanHasDIY · · Score: 1

      Pairing the phone one time is too hard?

      I change the ROM on my phone almost weekly, and have to pair it again every time.

      But no, not hard at all. Not even time consuming, really.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    15. Re:No, bad idea by Impy+the+Impiuos+Imp · · Score: 1

      Most of these systems have a gateway processor to the car network -- precisely because the big 32-bit processor shouldn't be directly touching the network.

      Most don't control safety-critical things like climate control, as that bumps up the safety category of the device, again a problem for giant, 32-bit processors doing navigation, voice recognition, and a million other complex (i.e. potentially buggy) and CPU-intensive things.

      That's all reserved for small processors with executive loops and mathematical guarantees of real-time cycle limits on functions to guarantee maximum return time. There is no pre-emptive multitasking, just loops calling functions every 100ms, for example.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    16. Re:No, bad idea by gmuslera · · Score: 1

      Cars will have a brain (the "brains" that they have inside causes too much deaths when i.e. drunk, distracted, etc), you can't avoid that, and markets will push a lot in that direction.

      Now, want that the same people that made stuxnet to sabotage nuclear plants be able to put backdoors in cars? What you can try to avoid is that that brain can be controlled by others, and open source is a good starting approach.

    17. Re:No, bad idea by DexterIsADog · · Score: 1

      Why in the world do you change the ROM on your phone weekly? Is it a hobby? Entertainment? Does the tinfoil around it not keep out the government spyware?

    18. Re:No, bad idea by Anonymous Coward · · Score: 0

      This.

      A decent car should last 15-20 years. I supposed to put up with a 20 year old infotainment computer in my car, when I can use the latest phone for the same purpose? This idea is beyond stupid. How many slashdotters are still using 486s for their everyday computing?

    19. Re:No, bad idea by h4rr4r · · Score: 1

      Can it mirror the phone display?
      I want to open google maps on the phone and have it show up on the dash.

    20. Re:No, bad idea by Anonymous Coward · · Score: 0

      some people cream their pants downloading the new CM update and seeing the huge performance differences

    21. Re:No, bad idea by CanHasDIY · · Score: 1

      Little bit hobby, lotta bit old piece of shit that has to be wiped and redone constantly just to keep it alive.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    22. Re:No, bad idea by Minwee · · Score: 1

      I don't know about you but I've grown tired of effectively connecting a dongle to my car in order to do things like GPS navigation.

      That's okay. There a new product that can convert your dongle to a fashionable, integrated part of the dashboard.

    23. Re:No, bad idea by MBGMorden · · Score: 1

      Really only relevant for this very brief period where things are taking off and rapidly advancing in mobile data. Once things stabilize it won't really be an issue.

      If you take a data connection on the PC for example (a more mature platform), then 10 years ago we were just adopting 802.11g for wireless and for wired gigabit ethernet had been around for a few years. Neither is the fastest available anymore, but nor are they particularly a problem even today either. Cellular is starting to hit that "good enough" point too. While I'm sure something faster will be available in 10 years I'm betting that 4G will still be completely serviceable for these types of needs in 10 years.

      And worse case scenario if something does become outdated is you do exactly what you mostly have to do now anyways: use your phone for these things.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    24. Re:No, bad idea by rolfwind · · Score: 1

      Why does this have to be on anything but the driver display? At worst, puke it out onto a SD card.

    25. Re:No, bad idea by CaptSlaq · · Score: 1

      Co-mingling entertainment and car controls seems like a bad idea to me. I think I'd want anything that controls the car to be linked to only a pedal or button of some kind.

      There is a HUGE gulf between "monitoring" and "control". Monitoring could very safely be put into an infotainment system, assuming that read-only of all the inputs can be set in a sane fashion. I'm unclear if CAN has this ability, OBD2 does not.

    26. Re:No, bad idea by K.+S.+Kyosuke · · Score: 2

      Co-mingling entertainment and car controls seems like a bad idea to me.

      You're definitely not a fan of joyrides, then. ;-)

      --
      Ezekiel 23:20
    27. Re:No, bad idea by mea_culpa · · Score: 2

      CAN is based on Modbus, Modbus is a lot like ethernet. There is no security at the bus level, much like connecting a laptop into an office LAN.

      There needs to be an intermediary device, CAN on one end, a firewall in the middle, and a very limited and hardened interface for the infotainment system.

      Thus far automakers have been keen on connecting infotainment systems directly to the bus.

    28. Re:No, bad idea by afidel · · Score: 1

      Lol, Sprint has gone from 3G to 4G WiMax to 4G LTE on 1900MHz and will be adding 4G LTE on 800MHz soon, that's in just over 5 years, building mobile data into a car is dumb, period. Plus I don't want to have a dataplan just for my car, what a waste and unnecessary expense.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    29. Re:No, bad idea by NoImNotNineVolt · · Score: 4, Informative
      --
      Chuuch. Preach. Tabernacle.
    30. Re:No, bad idea by NoImNotNineVolt · · Score: 4, Funny

      Ol' Dirty Bastard's son is your mechanic?

      --
      Chuuch. Preach. Tabernacle.
    31. Re:No, bad idea by cusco · · Score: 1

      Speak for yourself, the only reason that I ever carry a cell phone is because my employer makes me. Maybe I don't qualify to be a member of the set of 'Everyone'.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    32. Re:No, bad idea by fuzzyfuzzyfungus · · Score: 1

      If not connectivity through a phone, then connectivity through a replacable module. Decoupling the input and output make this easy and easily upgradable. It also lets people pick their own services. I like using Google services myself, but someone else may not. There may be a new high speed comminications technology out in the near future. Decoupling aall of these thimgs makes it much more upgradable, and if they use open connectors/protocols, then you can use your phone to replace or supplement this functionality as well.

      Like poor old ISO 7736, which doesn't seem to have been doing all that well in recent models, alas?

    33. Re:No, bad idea by LordThyGod · · Score: 1

      What about receiving engine info, warnings regarding brake pads, fuel consumption, etc, etc? An established protocol that could link this to a mobile device would make sense. Not sure why this wasn't done with bluetooth ages ago...

      You'd want to make sure you control as much ad content and revenue as possible. You don't want all that money going to apple and google. "SLAM ON UR FUCKING BRAKES. NOW. That dealer on your left is having a tire special", as dashboard lights go crazy.

    34. Re:No, bad idea by Anonymous Coward · · Score: 0

      That's pretty much what it does, although you need to connect the phone to its hdmi cable.

    35. Re:No, bad idea by Anonymous Coward · · Score: 0

      A lot of manufacturers hide stuff further in, in sub modules that are not available to regular obdII interfaces.
      On my wife's galaxy, the engine module isnt accessible via regular obdii and torque, I have to use the proprietory ford CAN interface and some special software to interrogate it for fault codes. To reprogram a key, again, not possible from a regular obd dongle and torque.
      On my Mercedes sprinter van its even worse, only the mercedes star system can interface to it that I can find. I have a converter plug to translate between the odd round connecter merc fit and the normal d shaped dongle, and torque can read out the basic mandatory functions (rpm, oil pressure, speed) but nothing else. I had a issue with the sensor on the pintle going bad on the injector and it went into limp mode. We changed out the meter after ohming out the sensor resistance and finding it O/C, then had to take the battery off for a week to get the ECU to reset and clear its fault codes. Mercedes dealership wanted $200 to clear said code.
      OBD was mandatory to bring this into standard interface, its been let down by devious manufacturers and obstification and the weak regulation is letting it happen. I wont hold my breath to see a opensource alternative on the IVI systems for the same reasons. Namely auto manufacturers are proprietory non standard loving scum.

    36. Re:No, bad idea by wiredlogic · · Score: 1

      The OBD2 standard has very limited scope. It only defines commands for engine diagnostics with a strong focus on emissions equipment. For instance there isn't even a standard command to read the battery voltage. Manufacturers can supplement the standard commands with their own proprietary ones but then there is the problem of supporting different manufacturers and loss of guaranteed forward compatibility. Also, even with modern CAN equipped vehicles, the data rates are limited to 1Mb/s max (Need 1.4Mb/s for 44KHz 16-bit stereo audio even before framing/packet overhead is added on). All the other protocols supported by OBD2 are slower. It's just not fast enough for media transmission and not very useful as a launchpad for more sophisticated vehicle data systems.

      --
      I am becoming gerund, destroyer of verbs.
    37. Re:No, bad idea by LifesABeach · · Score: 1

      Just a thought, but is there a mas production car that one can electronically signal the car to turn, switch gears, and brake?

    38. Re:No, bad idea by bdwebb · · Score: 1

      I have this problem constantly when referring to the OBD port. I can't seem to stop calling it ODB and I hum "I'm the ODB as you can see. Every eye, don't you be watchin' me"...every single time.

    39. Re:No, bad idea by bdwebb · · Score: 1

      Unless he is in WITSEC and his death was faked, I'm pretty sure, no :)

      I guess ODB2 could be his resurrected, upgraded self.

    40. Re:No, bad idea by mjwx · · Score: 1

      What about receiving engine info, warnings regarding brake pads, fuel consumption, etc, etc? An established protocol that could link this to a mobile device would make sense. Not sure why this wasn't done with bluetooth ages ago...

      You mean like CANBUS and ODBII?

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    41. Re:No, bad idea by mjwx · · Score: 1

      Erm, that should be OBDII (lexdyslia strikes again).

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    42. Re:No, bad idea by nospam007 · · Score: 1

      "Just make the damn thing take in bluetooth and HDMI. The car infotainment should have no brains. Just let it run off of a normal device the user already owns."

      That's what the users want, the Government OTOH thinks since it has a GPS and a map with the allowed speeds, it can prevent people from speeding or better still, just snitch to the authorities so that they can bill the fines directly to your phone account.
      Also the NSA will already need about half the disk space.

      But on the bright side, you'll never have any FBI agents crawling under your car anymore and your mechanic won't discover strange electronic devices attached to your vehicle.

    43. Re:No, bad idea by Anonymous Coward · · Score: 0

      Instead of the three different OBD II standards or the european standards, just standardize on the ethernet bus standard since the chips are cheap. The internal car computer should run a web server and web page that streams via UDP to my smartphone or laptop wirelessly (not hardwired) like a router which can have a web password and can accept it back on UDP or TCP/IP. The send channel and receive channel can be VPN'd too.

      Time to bring cars up to todays standards vs. the car manufacturers trying to patent everything as if it doesn't matter like "if not designed here" its junk thinking.
      The UDP data exchange message formats should also be standardized so that one doesn't need various s/w apps to decode the messages should they standardize on the UDP TCP/IP standards.

    44. Re:No, bad idea by kimvette · · Score: 1

      Many automatics (and I am including DCTs in this category) are now fully computerized, so yes, they are shift by wire.

      More and more cars are also throttle by wire as well. The gas/accelerator pedal is being relegated to a "more power request" than the throttle body butterfly valve control lever it used to be.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    45. Re:No, bad idea by kimvette · · Score: 1

      Correction: It's dumb to make a proprietary mobile data transceiver for a car. Witness an entire generation of ONSTAR-equipped vehicles from just a few years ago that are now completely nonfunctional now that the analog cell network is decommissioned.

      My next car will have a mobile data connection - I want the live traffic updates integrated with GPS without having to jury-rig a cellphone on the dash or have it lying loose in the car. Instead, I'll use the iDrive joystick to operate the GPS. The one thing I wish the car will have that none of them do is a standard mobile radio similar to the mini-PCIe interface in laptops, where if the wireless data standard is phased out, I could just upgrade the radio.

      Contrary to what some are implying, mobile and embedded data and processor technology are showing NO signs of stabilizing - quite the opposite in fact, they are rapidly accelerating so it would be a tremendous breakthrough if automakers would standardize at least some components and software APIs.

      On the software side, SAAB under Spyker was reputedly making huge strides in this arena, where they were going to roll out Android-equipped infotainment systems in the 9-3 and 9-5, and it would have had tremendous potential. Imagine not only being able to install Torque and create custom gauge themes, but going a step further and run something similar to the T8Suite, enabling you to create custom tune profiles, and then select between customized economy and aggressive tune profiles on the fly. A nice high PSI, high fuel rate and advanced ignition to take advantage of a turbocharger upgrade, then a very low boost profile (similar to their old LPT models) with a lean-burn mixture and retarded timing and adaptive shift points (or a shift light for us manual drivers) to maximize fuel economy without having to give up on-demand performance. Some might view the CAN/OBD integration as a security hole, but it's like having physical access to a Linux box - once you have physical access to the car (OBD port or software or otherwise) it's game over as far as security goes, so I'd consider it a feature. As far as direct control over the fuel, ignition, active suspension, ABS, etc. I don't think we'll ever be away from the individual embedded systems running those, with their being fed only values from lookup tables from the BCM (and a tune aside from engine component changes and hard hacks to an ECM and sensors really only modifies those lookup tables anyhow and if there is a fault the modules revert to an open-loop "limp mode" with default lookup values)

      Besides, it's no less secure than electronic keys, which have been compromised on at least some makes.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    46. Re:No, bad idea by lsatenstein · · Score: 1

      Co-mingling entertainment and car controls seems like a bad idea to me. I think I'd want anything that controls the car to be linked to only a pedal or button of some kind.

      If the diagnostic computer can be queried, but kept separate from the Entertainment computer, it would be great. That check-engine light costs me a mechanic's fee just to tell me that the car needs a filter change.

      The Nissan vehicle has a small cellphone sized panel that informs you about low tire pressure, about oil changes, and many other safety features.

      Of course, for future cars, should the backup video cameras or the sidewalk cameras and rear-view - forward view camera, not be connected to the entertainment system?

      --
      Leslie Satenstein Montreal Quebec Canada
  3. But this will make cars so much easier to hack! by krept · · Score: 0, Flamebait

    Doesn't anyone know open source means all the hackers can just go right in and edit your car's source code?

    --
    None of us know everything. Therefore we're all naïve.
    1. Re:But this will make cars so much easier to hack! by Anonymous Coward · · Score: 0

      Doesn't anyone know open source means all the hackers can just go right in and edit your car's source code?

      Just make sure the only text editor available is Emacs and your source code is secure.

    2. Re:But this will make cars so much easier to hack! by bobbied · · Score: 1

      Emacs? "vi" you fool!

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    3. Re:But this will make cars so much easier to hack! by Anonymous Coward · · Score: 0

      i worked on a protein folding code written in emacs (lisp) once...

  4. We don't need no infotainment by For+a+Free+Internet · · Score: 0

    We don't need no thought control!

    HOLLYWOOD, STAY THE HELL OUT OF MY CAR! yeah, I'm yelling, so what?

    --
    UNITE with the Campaign for a Free Internet because today, our future begins with tomorrow!
  5. "carmakers can share upgrades as they arrive"? by DaHat · · Score: 4, Insightful

    Just like your phone, a vehicles IVI can be updated months or years after the car drives off the line... but how likely is that?

    We've come to expect a ~2 year update cycle with phones... and many a manufacturer will simply stop issuing updates well before that time as an insentive to upgrade to the latest & greatest.

    Cars have a much longer lifetime on the road, do we really think that the currently shipping Model XYZ from AutoCo with all of the bells and whistles is going to get the latest IVI update in 3, 5 or 10 years?

    "Sorry, but you need an IVI 3.2 based system for that upgrade" will be the excuse.

    Yes... even with OSS "you can just upgrade it yourself!"... which assumes the average user has the knowhow, skill & a vehicle that is so easily upgraded.

    1. Re:"carmakers can share upgrades as they arrive"? by CurryCamel · · Score: 1

      The other alternative is to take Sony's attitued with the PS3 and issue quite a lot of updates. Even years after sales.

      I'm not sure which I prefer, actually.

    2. Re:"carmakers can share upgrades as they arrive"? by Anonymous Coward · · Score: 0

      Just like your phone, a vehicles IVI can be updated months or years after the car drives off the line... but how likely is that?

      You seem overly pessimistic about it, considering this is happening already. For example I took my 5 year old Volvo to service recently and they also did a software update to, iirc, at least 5 components. Not sure about the specific details, but it probably invovled some bug fixes. If they settle on a common platform then it will get even easier.

    3. Re:"carmakers can share upgrades as they arrive"? by Anonymous Coward · · Score: 0

      Just start your own branches and create simple mods for particular makes/models. It seems to be working for Cyanogenmod.

    4. Re:"carmakers can share upgrades as they arrive"? by alen · · Score: 1

      and if its anything like CM, half the car's features will suddenly stop working

    5. Re:"carmakers can share upgrades as they arrive"? by Anonymous Coward · · Score: 0

      Just like your phone, a vehicles IVI can be updated months or years after the car drives off the line... but how likely is that?

      I would image every 3,000 miles. If electric cars become the main stay, they will need some sort of new excuse to reel you in other than replacing a fluid.

    6. Re:"carmakers can share upgrades as they arrive"? by DaHat · · Score: 1

      Except that Sony has a vested interesting in you continuing to spend money on PS games & services.

      Once the manufacturer/dealer warranty on your car runs out... the incentive of the manufacturer/dealer moves from keeping you on the road to selling you something new and better as they no longer have an exclusive hold on parts & services.

    7. Re:"carmakers can share upgrades as they arrive"? by DaHat · · Score: 1

      Clearly something needs to be invented for electric car owners who also years ago purchased DVD re-winders.

    8. Re:"carmakers can share upgrades as they arrive"? by Anonymous+Psychopath · · Score: 1

      Just like your phone, a vehicles IVI can be updated months or years after the car drives off the line... but how likely is that?

      I bought a new Ford last week and as soon as I hooked it up was informed of an available upgrade. Looking at the version history it was less than three months between this one and the last one.

      --

      Eagles may soar, but weasels don't get sucked into jet engines.

    9. Re:"carmakers can share upgrades as they arrive"? by AK+Marc · · Score: 1

      Manufacturers have a vested interest in keeping your car desirable. If resale is low, lease costs are high. If resale is low, TCO is high (depreciation is counted as a cost for most TCO calculations). So if a maker builds a car with low resale, they'll have a harder time selling them new.

    10. Re:"carmakers can share upgrades as they arrive"? by triffid_98 · · Score: 1

      Yes... even with OSS "you can just upgrade it yourself!"... which assumes the average user has the knowhow, skill & a vehicle that is so easily upgraded.

      And I shall make a not particularly unlikely prediction that behind this open source platform will be closed source driver libraries, just like there are for Android. Therefore you can't necessarily "just upgrade it yourself".

      What we as consumers want and what auto makers want are two different things. We want to upgrade the car we have because there's no good reason to buy a new one because it has 2 extra cupholders and GPS maps that aren't 7 years out of date. Automakers are using planned obsolescence to invent that reason.

      FULL DISCLOSURE: None my cars actually have cupholders or GPS....and yet somehow I continue to get by.

    11. Re:"carmakers can share upgrades as they arrive"? by Anonymous Coward · · Score: 0

      I saw this with a dvd/blu-ray player (does bluetooth and wifi too, and other features). Its a linux based beast. There were software upgrades available. Through the clicker, you select upgrade, it sucked it over the web, through my wireless router and to the wifi receiver where it replaced it in the firmware, and upgraded it. If a little message says 'software update available, select start' and you can select start, then you get new software when its available. And its not that hard to push a start button.

  6. Another Fucking Bugging Device by Anonymous Coward · · Score: 1

    How many bugging devices do we need???

    1. Re:Another Fucking Bugging Device by Anonymous Coward · · Score: 0

      "More than you have today" -NSA

  7. Yeah Right! by Anonymous Coward · · Score: 0

    Great idea, but this will never happen. The auto industry loves their vendor lock in as much as the software vendors. Just look what they did, and continue to do with radios, and CD players.

  8. Obligatory xkcd by Dusty · · Score: 2
    1. Re:Obligatory xkcd by Anonymous Coward · · Score: 1

      XKCD Standards

      Of course, that intentionally ignores the part that all standards start out that way. Look at MPEG for example, they basically just make up a video codec on the spot and declare it a standard. This approach works fine in the real world.

      [The problem alluded to in the XKCD is when you create a standard without buy-in from most of the actual manufacturers of stuff (See OGG Vorbis which is superior to MP3 but never managed to displace it)]

  9. Android by Anonymous Coward · · Score: 2

    Why not just use Android?

  10. HMTA! by austexmonkey · · Score: 1

    As the say goes: Hey man, that's Africa!

    1. Re:HMTA! by Anonymous Coward · · Score: 0

      Wrong story.

      Also, while driving last Sunday I saw a huge man in black leather, chains, bandanna and goate astride a big, gnarly looking Harley at the side of the road, hunched over and pawing intently at his tiny smartphone with traffic whizzing by.

      It was just an odd scene.

  11. Show of hands ... by gstoddart · · Score: 5, Insightful

    OK, show of hands, how many of us want our cars to behave like smartphones?

    Now, the second show of hands, how many of us think this is probably not what you want in the dash of your car?

    Driving your car is not the place to be reading restaurant reviews, and once some moron can text from his dash, we'll get the same problem we have with people with their phones now. Hell, from what I can tell if you put most people in a car with the radio off, they still wouldn't be able to safely operate the car.

    I don't imagine it would be long before places started outlawing using the screen in your car for some of this stuff while you're driving.

    Me, I think most forms of 'infotainment' in a car is a potentially fatal combination. I see enough drivers that can't actually stay within their lane now, let alone while trying to catch up on Breaking Bad while in their car. The last thing most drivers need is even more shiny things to distract them while driving.

    --
    Lost at C:>. Found at C.
    1. Re:Show of hands ... by David_Hart · · Score: 1

      OK, show of hands, how many of us want our cars to behave like smartphones?

      Now, the second show of hands, how many of us think this is probably not what you want in the dash of your car?

      Mine already behaves like a smartphone. The Uconnect system in my 2014 Jeep is upgradeable, has an 8.4" touchscreen, configures all of the car settings (i.e. whether to lock the doors when the car starts moving), can be remote started via an app on my mobile device, and supports the downloads of additional apps, has built-in 3g/4g, can act as a WiFi hot spot, etc.....Oh, and it reads text messages back to me and can use the voice recognition to send texts, so no typing.

      Interestingly enough, I haven't caused any accidents yet. Go figure....

      Isn't your rant the same thing that they said about radios, GPS devices, etc.... You forget that people eventually adapt and learn how to use new technology safely. In my opinion, we are obviously still on the learning curve when it comes to cell phones and texting, but as text-to-voice and voice recognition becomes better so does the safety factor.

    2. Re:Show of hands ... by Anonymous Coward · · Score: 0

      OK, show of hands, how many of us want our cars to behave like smartphones?

      Having recently purchased a vehicle with Ford's Sync (aka, my car is Siri)... *raises hand*

      Driving your car is not the place to be reading restaurant reviews

      How about listening to restaurant reviews? Shall we wall off and completely isolate the driver's seat? Passengers are just as, if not more distracting.

      My car doesn't get pissed at me when I stop paying attention to it because some blissfully unaware asshole attempts to pull into my front quarter, all while whining to his passenger about those damned assholes on their cellphones.

    3. Re:Show of hands ... by CanHasDIY · · Score: 1

      Interestingly enough, I haven't caused any accidents yet. Go figure....

      Like to dance with the devil, do we?

      Key operatives in your statement: "I" and "yet."

      Isn't your rant the same thing that they said about radios, GPS devices, etc.... You forget that people eventually adapt and learn how to use new technology safely.

      Not according to the NHTSA, who I'm more inclined to believe than some random Slashdotter.

      From the article:

      The NHTSA states that 80% of accidents and 16% of highway deaths are the result of distracted drivers

      You forget that most people are selfish, irresponsible jerks with their heads nested firmly in their rectums.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    4. Re:Show of hands ... by David_Hart · · Score: 1, Interesting

      Interestingly enough, I haven't caused any accidents yet. Go figure....

      Like to dance with the devil, do we?

      Key operatives in your statement: "I" and "yet."

      Nope, I'm just a good enough driver to keep my eye on the road at all times and use technology to my advantage instead of letting it distract me.

      Isn't your rant the same thing that they said about radios, GPS devices, etc.... You forget that people eventually adapt and learn how to use new technology safely.

      Not according to the NHTSA, who I'm more inclined to believe than some random Slashdotter.

      From the article:

      The NHTSA states that 80% of accidents and 16% of highway deaths are the result of distracted drivers

      Did you miss the point in the Wiki that distracted driving can be anything from drinking, eating, checking on your kid in the rear view mirror, watching that cute girl on the side of the road, etc... (see the article you linked to). Are we now going to mandate that people can no longer drive their kids around, eat, drink, etc.? Not likely!!

      If someone is a bad driver, they are going to be a bad driver no matter what they have in the car to distract them. The point of technology is to provide solutions that reduces this distraction to a minimum level. As an example, current technology allows you to text and read texts using voice through the car system. This will reduce the potential distraction of cell phones. Most cars also now have avoidance and lane change warning systems.

      You forget that most people are selfish, irresponsible jerks with their heads nested firmly in their rectums.

      I agree that there are a decent amount of jerks and idiots on the roads, but most people are responsible decent drivers. I drive a very busy interstate between home and work every day. If people were as bad as you think they are, there would be tons of accidents every day. As it is, there are very few in comparison to the amount of traffic.

    5. Re:Show of hands ... by Ralph+Wiggam · · Score: 1

      Driving your car is not the place to be reading restaurant reviews

      I travel for work a lot and like to find good food in unfamiliar places. My car is exactly where I want restaurant reviews.

    6. Re:Show of hands ... by CanHasDIY · · Score: 1

      Interestingly enough, I haven't caused any accidents yet. Go figure....

      Like to dance with the devil, do we?

      Key operatives in your statement: "I" and "yet."

      Nope, I'm just a good enough driver to keep my eye on the road at all times and use technology to my advantage instead of letting it distract me.

      Well, that's good (albeit making statements like that, you'd be wise to find some wood to knock on), but in my experience that makes you an exception to the rule.

      Isn't your rant the same thing that they said about radios, GPS devices, etc.... You forget that people eventually adapt and learn how to use new technology safely.

      Not according to the NHTSA, who I'm more inclined to believe than some random Slashdotter.

      From the article:

      The NHTSA states that 80% of accidents and 16% of highway deaths are the result of distracted drivers

      Did you miss the point in the Wiki that distracted driving can be anything from drinking, eating, checking on your kid in the rear view mirror, watching that cute girl on the side of the road, etc... (see the article you linked to).

      Nope; did you miss the rest of the paragraph, after the part I quoted?

      The National Safety Council (NSC) estimates that 1.6 million (25%) of crashes annually are due to cell phone use, and another 1 million (18%) traffic accidents are due to texting while driving. These numbers equate to one accident every 24 seconds attributed to distracted driving by cell phone use. The NSC also reported that speaking on a cell phone while driving reduces focus on the road and the act of driving by 37%, irrespective of hands-free cell phone operation.

      If someone is a bad driver, they are going to be a bad driver no matter what they have in the car to distract them.

      Not untrue.

      The point of technology is to provide solutions that reduces this distraction to a minimum level.

      Not true - the point is to sell people cars. GM, Ford, et. al. could give a shit less what you do with it, so long as you give them money.

      That aside, any technology in an automobile that is not directly related to driving inherently increases distraction, by mere virtue of the fact that the devices do not relate directly to driving. Of course, that's not to say that all technologies are equally distracting; a radio is less of a distraction than a satnav, and both are far, far less distracting than, say, an 'infotainment' system* that puts Google searches on your dashboard would be.

      * I absolutely fucking hate the word 'infotainment.' Sounds too much like reptilian, er, I mean, marketing-speak.

      As an example, current technology allows you to text and read texts using voice through the car system. This will reduce the potential distraction of cell phones.

      So, are we pretending that all those studies showing that hands-free is no less dangerous than hands on, or have we not payed attention to any news for the past half decade?

      http://www.lmgtfy.com/?q=hands+free+distracted+driving

      Most cars also now have avoidance and lane change warning systems.

      No, some cars do - mostly brand new, expensive high-end ones. I.e., the kind of car the vast majority of drivers do not own. Besides, said systems are not perfect, nor should they be a replacement for drivers who pay attention. Personally, I find such technology irresponsible, as it will inevitably lead to lazy people relying on it instead of not being shitty drivers. We'd be better off with fully automated driving, as much as I

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    7. Re:Show of hands ... by AK+Marc · · Score: 1

      Passengers are just as, if not more distracting.

      Nope. Passengers are more likely to adjust for situational awareness. Until the car is also self driving, the car won't.

    8. Re:Show of hands ... by mjwx · · Score: 1

      OK, show of hands, how many of us want our cars to behave like smartphones?

      I asked this question outside of /. and sadly, all I saw were hands.

      Most people treat driving as a chore and couldn't care less about being safe or courteous drivers. They do want Facebook integration and twitter clients in their cars so they dont have to think about what they're doing on the road. Hell, half of Slashdot dont give a crap about their driving and will complain as viciously as it is ineffectual when these things get banned because people are too busy updating their Facebook status with "FBing whilst taking a corner #LOL #Driving" or the subsequent "crashed LOL, #BleedingOut #JawsOfLife".

      I do agree with you.

      There are only two real "optional" requirements I have for a car.
      1. Good leather seats (once you've driven a car with these, you cant go back to cloth)
      2. A good, easy to use sound system.

      Everything else is trivial.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  12. they CAN share but WILL they? by themushroom · · Score: 2

    See, when it comes to cars, anything new and exciting is a selling point for the new models. So while the makers of these IVI products could share updates, the car manufactures are going to be advertising the latest version or spiffy new features incorporated only in this new model, and try hard to keep other makers' models from having that upgrade.

    1. Re:they CAN share but WILL they? by DaHat · · Score: 3, Insightful

      Bingo! Worse leading to the kind of fragmentation we see in the Android world where the phones may be running Android under the hood, but buying from X means you have access to an even better app store, while Y gives you a more polished front end which removes almost all traces of Android from text, logos and UI look & feel.

    2. Re:they CAN share but WILL they? by Anonymous Coward · · Score: 0

      I don't know where you get this idea of an "even better app store" or "polished front end". All of the replacement app stores / UIs I've seen are total crap, and don't work half as well as a custom ROM with Google functionality installed.

    3. Re:they CAN share but WILL they? by VortexCortex · · Score: 1

      This is what happens when you take the GNU out of Linux.

  13. Meanwhile, at the CEO's house one evening... by MasterOfGoingFaster · · Score: 4, Informative

    As the the automaker CEO listened to his kids cry about their phone being almost unusable after a software upgrade, he realized the true genius of Steve Jobs.

    --
    Place nail here >+
    1. Re:Meanwhile, at the CEO's house one evening... by Anonymous Coward · · Score: 0

      Would someone care to elaborate on the meaning of this expression.

  14. Re: But this will make cars so much easier to hack by Anonymous Coward · · Score: 0

    No, that's not how open source works.

  15. Microsoft STYNC by Anonymous Coward · · Score: 0

    Good riddance. These infotainment systems have historically been buggy and lead to animosity misdirected at the auto manufacturer rather than the software provider. Witness the story of Ford. On the rebound after the auto-crisis of 2007, Ford quality grew by leaps and bounds, outpacing the industry in 2008, and resulting in a top-5 JD Power and Associates ranking in 2009. That year, Ford added Microsoft SYNC to their vehicles and called it "MyFordTouch." The interface was so buggy and inconsistent that it lead to Ford dropping from number 5 in JD Power's quality 2010 quality rankings (despite no major overhalls and no new engines that year), to number 23 a year later, and then all the way to 33rd this year. Now Ford customers have launched a class-action lawsuit against Ford.

    The sooner auto manufacturers standardize on a infotainment system, the better. The fact that this is open-source and based on Linux (specifically, Tizen) makes it even more likely that updates will be provided many years down the road. (even if not by the manufacturers themselves, by the community; think Cyanogenmod). This makes cars less like disposable toys and more worthy of being the second-largest expense that most households make.

    1. Re:Microsoft STYNC by jonbryce · · Score: 1

      Pretty much every television set out there runs Linux. But if you have an app on a Panasonic TV, can you run it on a Samsung TV, or even a different model of Panasonic TV? Usually you can't.

  16. why would car makers avoid obsolesence by Gothmolly · · Score: 2

    "a reusable platform consisting of core services, middleware and open application layer interfaces"

    Sounds like comp sci wankery. Once marketing, legal and design people get involved it will all be so customized, hacked and extended that none of those concepts will remain true.

    --
    I want to delete my account but Slashdot doesn't allow it.
  17. who gives a shit about infotainment? by iggymanz · · Score: 1

    l'll get excited about an open source ECU, I'd rather drivers not be entertained at all

    1. Re:who gives a shit about infotainment? by CanHasDIY · · Score: 1

      l'll get excited about an open source ECU, I'd rather drivers not be entertained at all

      This.

      I'd much rather be able to set up my own air/fuel ratio curves and transmission shift points than have Google integrated into my dash.

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
  18. Better than now but it ain't gonna solve it by Anonymous Coward · · Score: 0

    Cars last 10 to 20 years. (Mine are 8 and 14 years old, and both are likely to live to 20.)

    Consumer electronic crap lasts three years. Four, tops.

    In five years, when I buy a 2013-ish car to replace my '00, I will have no use at all for a circa 2013 in-car computer. If the thing is integrated with the stereo, climate controls, etc. it will be a liability that will cost a good chunk of cash to replace. The system will not have zero value, it will actually detract from the value of the used car- just look at any recent vehicle whose climate controls are routed through a touchscreen, and think about who will want to buy that from you once it starts acting up.

    What in-car computers need is a standard interface and standard APIs so that your steering wheel buttons, HUD, sound system, etc. can work with whatever phone-like gadget you happen to be carrying. None of the smarts of the thing should be built into the car itself.

    And none of this stuff should ever have write access to the network that the engine controller, etc. are on. It should go without saying, but...

    1. Re:Better than now but it ain't gonna solve it by Skapare · · Score: 1

      You mean treat the car as a peripheral device?

      --
      now we need to go OSS in diesel cars
    2. Re:Better than now but it ain't gonna solve it by 91degrees · · Score: 1

      20 year old electronic devices do still often work. Touch screens are solid state so last a long time. You will be able to control the air con, play music, connect to GPS satellites. Maybe it will look a little dated. But so does the cassette player in a lot of older cars. They still work.

    3. Re:Better than now but it ain't gonna solve it by compro01 · · Score: 3, Insightful

      Touch screens are solid state so last a long time. You will be able to control the air con, play music, connect to GPS satellites..

      Anyone who thinks touchscreens should be involved with anything that is likely to be manipulated while driving should be hit (At low speed. We want them to learn, not die) by a driver who was looking down to fiddle with one of their stupid creations.

      Thou shalt not require visual feedback. Anything the driver is going to use while driving shall be usable blind. That means buttons and knobs that do exactly one thing and provide tactile and/or aural feedback.

      The only things that the driver should be looking at are the road, the mirrors (or equivalent. Well-positioned exterior cameras can give much better visibility than mirrors), and the gauges.

      --
      upon the advice of my lawyer, i have no sig at this time
    4. Re:Better than now but it ain't gonna solve it by Anonymous Coward · · Score: 0

      Agreed: I had a rental car on vacation where the stereo had to be controlled through a touchscreen, I couldn't even change the radio station without taking my eyes off the road for way more than a second. I shouldn't need to pull over just to safely search for the music that I want to hear.

    5. Re:Better than now but it ain't gonna solve it by AK+Marc · · Score: 1

      I had a working XT bought new in 1986 that was discarded in 2006 because I moved, and the cost of international shipping exceeded the replacement cost. I have mobile phones over 10 years old. I have a number of gaming systems/toys that are 20+ years old.

      But, even if we accept consumer crap to last no longer than 3 years, an android tablet capable of the features described should cost no more than $100 for a 7" or $300 for a 10". Divorce the screen from the android device (replaceable separately), and the costs further drop when replacing a single item.

    6. Re:Better than now but it ain't gonna solve it by AK+Marc · · Score: 1

      When that happened to me, I found that the scan button was the only usable button. It was the only one that didn't require vidible feedback. Hit scan, hit it again when it wasn't playing Miley Cyrus.

  19. Cue Ballmer throwing a chair, at his car this time by echtertyp · · Score: 1

    That guy's blood pressure must be something else these days.

  20. Don't install the IVI platform for me by Anonymous Coward · · Score: 0

    I would prefer a do-it-yourself KITT.

  21. And open source is anti-business! by ebno-10db · · Score: 1

    A consortium of major car manufacturers looking to create an open source standard platform demonstrates that open source is anti-business.

    1. Re:And open source is anti-business! by krept · · Score: 1

      Damn commies. Totally against the capitalist principals that have made American auto manufacturers so successful over the years.

      --
      None of us know everything. Therefore we're all naïve.
  22. All I need is a temperature and oil pressure gauge by Anonymous Coward · · Score: 2, Insightful

    I know how to drive. All I need is a temperature and oil pressure gauge, keep it simple stupid!

  23. Allow Root Access Please! by WhatHump · · Score: 2

    Can I replace the abomination that is Microsoft Sync in my Ford? I have tried to enable the "read text message" option with several brands of Android phones, with no success. Ford's suggestion? Reset to factory settings, which does dick-all.

    --
    "Could be worse...could be raining." Igor
    1. Re:Allow Root Access Please! by mspohr · · Score: 3, Informative

      I have Microsoft Sync in my car and it is a useless POS. Doesn't sync. Odd options. Doesn't play music from the USB reliably.
      Absolutely worthless.

      --
      I don't read your sig. Why are you reading mine?
    2. Re:Allow Root Access Please! by Anonymous Coward · · Score: 1

      So, it's just like Windows phone?

    3. Re:Allow Root Access Please! by UneducatedSixpack · · Score: 0

      BTW windows phone has no problems reading SMSs over bluetooth while I drive. Phone also has voice recognition so I can also reply if I want. Not sure what sync does but I always thought that phone is reading SMSs and not the car's computer. Maybe android phone should read those messages.

  24. get rich scheme by Anonymous Coward · · Score: 0

    Man, I wish I had a nickle for every industry that had adopted open source, I would be rich.

    Then again, if I had a penny for every open source adopter who went back to proprietary, I'd probably be richer.

    1. Re:get rich scheme by mspohr · · Score: 1

      Why would they pay you a nickle for open source?
      Open source is free.
      OTOH, they do charge for proprietary software so you might be able to get your penny there.

      --
      I don't read your sig. Why are you reading mine?
  25. This is inevitable. by dtjohnson · · Score: 4, Interesting

    Microsoft still licenses their software like it's 1982 and they are the toll collector on progress. You buy a copy of their newest [whatever] program and pay them the fee that they set. They never look at what they provide and ask themselves 'are we providing value equivalent to what we are collecting in tolls?' Auto companies, in contrast, have to do that with absolutely every thing that they provide since cars are very complex performance-driven devices that are competitively mass-produced and consequently sell for little money relative to their high cost of manufacture. Moreover, cars must be both reliable and supported/maintained for 20 years after they are sold. All of these are foreign concepts to Microsoft which can't see any reason why they should not just release V x.x of their 'car OS' and sell it to manufacturers who would eagerly link everything to it. The manufacturer's, though, need to have control over the source code for critical updates, control over the licensing and distribution, and control over the overall structure and software design. Manufacturer's have been putting software in cars for over 20 years and they could never settle for Microsoft's way of doing things...so turning to OSS is inevitable for them.

    1. Re:This is inevitable. by Meeni · · Score: 1

      They did use other contractors with closed source solutions (like SCO, Bosh, SAP, etc). Using OSS is new.

      Why not just Android by the way?

    2. Re:This is inevitable. by durin · · Score: 1

      "sell for little money relative to their high cost of manufacture"?
      You don't work in the automotive industry, do you?

      --
      Why, yes! I AM new here.
  26. they CAN, but they won't share by swschrad · · Score: 1

    witness the smartphone makers and Android. can you upgrade your year-old phone to Moldy Pickle, or whatever the latest version is?

    hell, no.

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
  27. MS isn't a major player and I don't like this idea by Anonymous Coward · · Score: 1

    (posting anon because of login troubles on work network)

    MS is not a big player in car infotainment. The big players and ones which work the best are BOSE (Linux), Harman-Becker (QNX), and small shops specific to an automaker who generally use Linux or VxWorks.

    Personally, I don't like the "lets use Linux everywhere" mentality. Automakers have some amount of diversity, and there are amazing things about working with QNX which Linux will never have. Unification will force everyone to mediocrity without much ability to do things differently or stand out. Yes yes, people will scream at me "But standardizing will produce more stability and ease of deployment". From experience, I don't believe that is true. Many makers will want to customize and need to re-test deployments, so everything will end up non-standard anyway. Developers will get lazy and trust in software which hasn't been properly tested, and won't need as much experience to put a system together, so won't be able to debug problems as effectively.

    Some people believe that standardization helps progress. I don't agree. I feel that it stagnates progress and makes everything feel generic and uninteresting. It might be a good thing with consumer-facing things like phone chargers and interconnects, but there's just no reason for it in the fixed embedded space like with car infotainment.

  28. Hear Hear! by Anonymous Coward · · Score: 0

    I have long said that I want no further techno crap in my automobiles. I want a decent touch screen with connectivity options such as Bluetooth or a docking port for my phone or future device.

    Cars easily last for 10 or more years. I presently have one that is 14 years old. It's navigation maps have not been updated by the manufacturer in nine years! My own home/street isn't on the map! This causes the navigation system to try to correct the car's location onto the nearest street that does appear on the map, which is totally inaccurate.What was cutting edge when the car was new is utterly useless today. My smartphones, which are replaced every two to three years, are leaps and bounds more power and up-to-date than anything a 5 year old car might have. But, thier small screens are hard to read for mapping, especially while driving and using them (via their screen) while driving is illegal in more and more states.

    The car needs to just provide a nice display and HID integrated into the dash. Let the phone do the rest. As for Tesla's big fancy screen? Check back in 4 years and see how frustrated their owners will be when Tesla announces no further updates and the owners are coveting what ever is available on a smartphone or newer Tesla models.

  29. Man... by Anonymous Coward · · Score: 0

    Remember when people were bitching about the radio being too distracting while driving?
    I swear half the things we've done were just to shut those guys up.
    I doubt you'll find a single sane person still advocating to remove radios from cars.

  30. Engine diagnostics by asmkm22 · · Score: 1

    I just want an easy way to check the engine diagnostics codes. It's retarded to still require thousand-dollar connector and software for something so basic. Put *that* feature in a car, and I'd seriously consider buying one new for the first time ever.

    1. Re:Engine diagnostics by Anonymous Coward · · Score: 0

      an ODBII reader costs like 20 bucks in an autopart shop around here

  31. You insensitive clod! by Lucas123 · · Score: 1

    I'm a T-Rex.

    1. Re:You insensitive clod! by gstoddart · · Score: 1

      I'm a T-Rex.

      Bite me. ;-)

      --
      Lost at C:>. Found at C.
  32. Re:MS isn't a major player and I don't like this i by eliphalet · · Score: 2

    MS is not a big player in car infotainment.

    My new Ford C-Max Hybrid, with the infamous MyFordTouch, has a Microsoft label on the dash and a Microsoft EULA in the owner's manual.

  33. just because by Thud457 · · Score: 1

    "Last of the Wild Ones", Roger Zelazny, Omni Magazine, March 1981, pp 53+

    I thought they also published "Devil Car" in Omni, but I can't track that one down.

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  34. Microsoft Sync sucks by Charliemopps · · Score: 2

    I got a ford recently and holy shit does Microsoft Sync blow chunks. It had bluetooth but only in mono?!?! The phone quality was terrible and worst of all the entire damned thing was integrated into every electronic system in the car so when I wanted to rip the junk out and put in a decent head unit (cd player) I had to spend $130 on a small computer to translate everything and keep all my dash lights and steering wheel controls working. The only headunits compatible with MS Sync are $600 kenwood Nav systems.

    1. Re:Microsoft Sync sucks by Anonymous Coward · · Score: 0

      You needed an update. The updated version of the software does a lot more.

    2. Re:Microsoft Sync sucks by UneducatedSixpack · · Score: 0

      User needs an update. Updated user whines less.

  35. Tizen is going for this by SendBot · · Score: 1

    If you've heard/seen about Tizen at all lately, I know this is one of the big things going for it. Makes sense for car makers to not have to reinvent the wheel: https://wiki.tizen.org/wiki/IVI

  36. Not good, will get worse by Anonymous Coward · · Score: 0

    Cars already use open source and already track you. A standardized method to track vehicles will make it possible to a) track people en-masse without their consent and b) hack people's cars and turn them into botnets, because manufacturers will never patch vulnerabilities.

    SecurityCircus is ranting about this already: http://www.securitycircus.com/posts/automakers-partner-with-google-to-track-your-car

  37. Re: But this will make cars so much easier to hack by jd2112 · · Score: 1

    set cylinders=12;
    set displacement-liters=7;
    set turbochargers=2;
    m ake world

    There, Now we have the world's fastest Geo Metro!

    --
    Any insufficiently advanced magic is indistinguishable from technology.
  38. Re: But this will make cars so much easier to hack by Anonymous Coward · · Score: 0

    You wouldn't download an intercooler?

  39. Does anyone remember when... by thevirtualcat · · Score: 1

    ... cars had buttons on their consoles? You know, actual buttons you could feel and press without looking at them? Not just widgets on a touch screen? When you didn't have to look at your radio to make sure it was on the "right screen" to do what you want?

    Granted, I wouldn't mind having my Google/Apple/Bing/whatever maps integrated into my dash rather than awkwardly hanging my phone from the windsheild. But I also don't want to have to pull the car over, flip through 47 menus, wait through three system updates and reboot the car five times to turn on my air conditioning*.

    * Yes, I know it's not really that bad. Yet. Just you wait.

  40. Another step by Anonymous Coward · · Score: 0

    Now the NSA will have a standard platform to spy on you in your car.

  41. Something like AirPlay mirroring by swb · · Score: 1

    ....to an in-dash touch display.

    What's frustrating is how close they already are to being able to do this yet how little interest either side (handset or auto makers) seems to have in actually doing it.

    The car would need a touch display, a network->video device that handled the display-side mirroring and wireless network connectivity.

    The handset side would need display mirroring and remote touch capability. iPhone already has display mirroring but not remote touch capability.

    It would be nice if the display mirroring would also adapt the screen for a different resolution/aspect ratio. I don't know how resolution independent the iPhone is, but it'd be nice if the mirrored image was reformatted for the aspect ratio & resolution of the dash display.

    While this would be great for all the usual in-car app functionality, I see no reason why a dedicated window (or ideally, entire display) couldn't be devoted to car operations -- climate controls, etc -- with some physical buttons perhaps for some features.

    1. Re:Something like AirPlay mirroring by Anonymous Coward · · Score: 0

      What's frustrating is how close they already are to being able to do this yet how little interest either side (handset or auto makers) seems to have in actually doing it.

      As an automaker, I'd love to be able to do AirPlay Mirroring. But Apple won't let me.

  42. This is just a Bait waiting for Microsoft to take by Anonymous Coward · · Score: 1

    We have seen this before. Org A says 'We are going 100% FOSS'. Microsoft sends in a 'special fix-it team' and before you know it, the company quietly drops the FOSS statement and smiles as the continue to use MS software at less cost than before.

    Nuff said?

  43. re: bluetooth, HDMI, etc. by King_TJ · · Score: 2

    Huh? No, I disagree.

    I'm fine with the car supporting technologies like bluetooth or offering HDMI connectivity to an external screen. But I don't want it to "just run off a normal device the user already owns". (I'd assume this implies a smartphone for most situations.)

    I'd prefer the device in my car to be completely self-sustaining. If I happen to not bring my phone with me for whatever reason, I don't want the whole in-car infotainment/navigation system to be rendered useless! By the same token, I'd rather not have to bog down my smartphone with apps that need to run every time I get in my car, just because my car is just another dumb "remote control device" for it on my phone.

  44. Open Source car firmware pls by vik · · Score: 1

    Forget the infotainment/bugging crap - we have that already and it's called a smartphone. What we need is Open Source and Open Standard systems for controlling the car and - new kid on the block - battery management.

    Real hardware and software already exist in projects like Tumanako which even have the foresight to integrate with distributed power generation systems. But no, big auto manufacturers still focusing on bling that will date faster than a Miley Cyrus video.

  45. CAN bus by Anonymous Coward · · Score: 0

    We already have https://en.wikipedia.org/wiki/CAN_bus

    We can send this over ethernet. Doesn't the latest HDMI support ethernet?

  46. Re:MS isn't a major player and I don't like this i by certsoft · · Score: 1

    Ah yes, the "Sync by Microsoft" warning label. Fortunately I don't have to use it much (C-Max Energi) as I rarely take my phone out of airplane mode and just listen to music from a USB flash drive.

  47. Wrong Approach by Anonymous Coward · · Score: 0

    Don't get me wrong, I'm a huge fan of having a computer everywhere you go and for everything you do, but a standard interconnect interface that would allow you to dock your smartphone in your car, laptop, or other device to bring its functions to the new area would be preferable. There have been some inroads, experiments, and actual devices on market to this effect, but they are always limited in their scope. And... I'm out of time.

  48. Yeah, right by NatasRevol · · Score: 1

    By developing an open-source platform, carmakers can share upgrades as they arrive.

    By not developing an open-source platform, carmakers can make you upgrade your car to get a software upgrade. Because that's the business they're in.

    --
    There are two types of people in the world: Those who crave closure
  49. Not the car... just the radio by HalAtWork · · Score: 1

    It's not the car that will behave like a smartphone, just the radio. Which is normally a useless waste of space that blares advertising, so no loss there.

  50. Is there an Outlook Mailbox Policy for that car? by zerosomething · · Score: 2

    I can't wait till the IT department can enforce password changes very 6 months on users cars because the IVI can access corporate data. It'll be sweet!

    --
    It all starts at 0
  51. Re:This is just a Bait waiting for Microsoft to ta by gtall · · Score: 1

    No, just read the reports about MS in Fords. Ford may have been stupid enough to drink the Kool-Aid once, I gotta think they know very well right now just about how useless MS Malware can be.

  52. Ask and ye shall receive! by Zynder · · Score: 1

    I present to you- MegaSquirt!
    It isn't completely OS, the source code is available but it has some patents on it. It's the closest thing we have right now that I'm aware of. It is also, to my knowledge, the most popular hobby hacker ECU.

  53. RC vs. Stable? by The+Last+Gunslinger · · Score: 1

    I've never had that problem using CM7 or CM10,x on my HTC Inspire and Samsung GS3...but I've always used the latest stable builds, even when the RCs got pretty long in the tooth.

    That's just my phone. Can you imagine how careful people would be with their cars?

    1. Re:RC vs. Stable? by cyber-vandal · · Score: 1

      Why do people always do that on here? CM10 does disable parts of my hardware, that's inevitable when they don't have access to the device specs and closed source drivers. That doesn't mean it's not a good thing but it's not some kind of panacea.

  54. Closed Source is dying by davydagger · · Score: 1

    So what, Linux has the market share in Servers, Supercomputers, cell phones, and now IVI.

    I think the only market left that Linux DOESN'T controll is desktop, and that market is shrinking. I think its plain obvious to anyone at this point, Linux is and will continue to be the dominant OS on planet earth for the next 50 years.

    The only place its not dominant is niche platforms, like embedded(strong though), mainframes(dying), and realtime operations.

    But when you factor in Free software, that jumps considerably.

    Free software won. now get over it.

    1. Re:Closed Source is dying by apexwm · · Score: 1

      Agreed! The desktops won't be going away anytime soon, but I think that GNU/Linux will continue to grow on desktops so that is definitely a good thing. Microsoft is getting weaker.

  55. security holes for EVERYONE! by jsepeta · · Score: 1

    "You get a security hole! And you get a security hole! And you get a security hole!"

    just like on Oprah. but not.

    --
    Remember kids, if you're not paying for the service, YOU ARE THE PRODUCT THAT IS BEING SOLD.
    1. Re:security holes for EVERYONE! by VortexCortex · · Score: 1

      Interesting. In my garage are machines that will never connect to standard networking hardware. I call this my "security hole", where I can actually compute securely.

  56. Yea, sure by Anonymous Coward · · Score: 0

    MeeGo had IVI, then there's GENIVI without a common implementation, and now this Automotive Grade Linux. These standards are really not producing products though. Design by commitee just does not work.

    Automotive companies and their Tier Ones are doing good profits with existing crappy SW stacks so they are not in a hurry to change.

    Don't hold your breath.

  57. Re: But this will make cars so much easier to hack by Anonymous Coward · · Score: 0

    Or for the easy to use crowd:

    yum update engine

  58. EMPEG by stiggle · · Score: 1

    The original Linux car infotainment system. Only 13 years old now.

  59. but which flavour by roxteddy · · Score: 1

    Yeah, they will all start out with a common platform but as soon as there is any buy-in they will all diverge again. just typical marketing hype. maybe they should start with android instead. At least that would be more compatible with hand-held devices

  60. Another moving away from Windows by apexwm · · Score: 1

    This is a smart move by the auto makers. I don't know why they even considered Windows at all for these systems. Windows is proprietary, crippled, and there are just a host of reasons that don't make it a good fit for this. GNU/Linux is completely open, scalable, stable (no crashing/rebooting), and far less expensive without licensing woes of Windows.