Cool project! How much time have you spent sitting in your car with a laptop, or did you excise the headunit from the car?
This is the issue I always have with car interface hacking - its uncomfortable and batteries suffer!
Show HN: Honda Civic Infotainment Reverse-Engineering
31–40 of 45 posts
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#32>2021 Honda Civic >2012 software and hardware Oy vey.
The 10th gen Civic ran from 2016-2022 with the same infotainment setup. So it's a 2016 car with 2012 software. That's very reasonable. And the benefit to that is that it's easy to hack since there's an RCE in the old browser. So you can jailbreak your own car. (It doesn't have a cellular data connection so it's not a security risk)
Further, I agree that it's reasonable to ship a 2016 car with 2012 software. But I've seen no evidence that these headunits have gotten security updates within that timeframe. Think of it like a smartphone. I can make do with a phone that's a few years old, but I have an expectation that it will receive timely security updates. In the case of the Honda headunits, they run Android. They should receive Android security patches (I'll admit there's certainly complexity there, Google has long struggled with the tradeoff between device security and AOSP ubiquity). There's nothing wrong with using an older version of Android or an LTS kernel, but it should still receive security patches.
Last year, some Mazda cars were accidentally bricked by a radio station broadcast omitting file extensions: https://arstechnica.com/cars/2022/02/radio-station-snafu-in-.... That was an accident, not the work of a malicious actor.
Consider Stagefright bugs. As I understand it, although it was published in 2015, it affected several earlier Android versions, including 4.2.2. See: https://en.wikipedia.org/wiki/Stagefright_(bug). As far as I know, my car was never patched against Stagefright bugs. All it takes is a bug in one library (such as for HD radio image processing) and a well-published Android for something like this to be a big problem.
It's complicated; I like jailbreaking. I also think Honda should ship higher-quality software with better security policies and update guarantees
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#33Earlier quoted context omitted.
Awww nostalgia hits... some very very long time ago I was working on software tested on KitKat. It's better not to mention it during interviews otherwise will be dismissed as a dinosaur.
I have it on my 2020 civic and at least it doesn't lag. Problem with newer builds is the inevitable creep of increased CPU and memory usage until eventually perfectly good hardware is no longer able to run anything.
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#34Earlier quoted context omitted.
I have it on my 2020 civic and at least it doesn't lag. Problem with newer builds is the inevitable creep of increased CPU and memory usage until eventually perfectly good hardware is no longer able to run anything.
yep, I also have a 2020 Civic and the software actually is alright, though perhaps my expectations were set really low by the amount of hate I read about the software online. But hey, it supports CarPlay just fine (although does have some weird graphical artifacts sometimes) and the screen is responsive enough which is all that I really want.
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#35Earlier quoted context omitted.
Par for the course in automotive. Once something works, it is not getting modified unless bugs appear.
Or, as for the Subaru Starlink head-unit, even if it is so buggy and crashes all the time, once the car is out the dealer's door, there is nothing the consumer can do. Even class actions don't mean they would be recalled or even fixed. They did offer a discount on a new car.
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#36Earlier quoted context omitted.
Or, as for the Subaru Starlink head-unit, even if it is so buggy and crashes all the time, once the car is out the dealer's door, there is nothing the consumer can do. Even class actions don't mean they would be recalled or even fixed. They did offer a discount on a new car.
TLDR; Kia rant: Yea it's bizarre to me how recalls aren't more widespread. The fiasco with Kia cars getting broken into is my favorite recent example. Teenagers break into random stranger's Kias and go on joyrides. Then local news channels and police sensationalize Kia car break-ins or villify bored teenagers. It seems like very few people actually demand recalls by Kia. A car that can be unlocked in the span of a Ti…
Fully agree. The reason is, it's easier (and fits into more popular narratives) to blame Tiktok and Youtube than to hold large corporations accountable.
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#37Earlier quoted context omitted.
I have it on my 2020 civic and at least it doesn't lag. Problem with newer builds is the inevitable creep of increased CPU and memory usage until eventually perfectly good hardware is no longer able to run anything.
Yea I tend to have pretty high memory usage, including when I was running close to stock (i.e., before installing a bunch of third-party apps). My model didn't come with a built-in GPS app, but I was told that the next trim up/more expensive model did. I think more expensive trims came with headunits with more RAM (I think 4GB?) but I can't confirm. It'd be great to see a PR from someone with better hardware to see t…
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#38Earlier quoted context omitted.
I have serious doubt there were any tablets shipping with Android 4 that used a resistive screen. At least not any that didn't come from some no-name manufacturer for eighty bucks.
i'm probably thinking a bit older. I had an "Arnova 10G2"[0] tablet back in the day which had a resistive screen! [0] https://www.notebookcheck.net/Review-Archos-Arnova-10b-G2-Ta...
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#39I have a Toyota RAV4, about 2016, with the built-in system. It's silly amounts of awful when it comes to bad UX. Enough so that I am considering buying a head unit. Bafflingly, I can't find head units that recognize and obey MP3 playlists. I would have thought that functionality would be a given.
My limited experience says it's mostly about lengths of filenames, non alphabetic characters in filenames, and nested directories. Try flat directory structure and maybe random filenames of 6-8 characters. Simply one more obfuscation step before feeding it into a car system. If lucky, the system might read correctly the ID3 tags.
Re: Show HN: Honda Civic Infotainment Reverse-Engineering
#40Cool project! How much time have you spent sitting in your car with a laptop, or did you excise the headunit from the car?
Thanks :) My friends and I have made a few jokes about hacking my literal "daily driver". TLDR; didn't excise, mostly sat in my car. I originally rooted the car using Honda Hack via http://www.autohack.org/ . A paid service that afaik uses a webkit exploit and probably an old Android kernel exploit to gain root. Part of the motivation for this project was to encourage others to release open-source rooting tools so th…