This cheap device helped me add Android Auto to my car without replacing the head unit


Android Auto is certainly not new, but neither are a lot of the vehicles that people still drive. I’m one of those people—proud owner of a 2009 truck—and I still wanted the conveniences of a modern head unit. Thankfully, it was easier than I expected.

At first, I went down the rabbit hole of trying to find a compatible head unit for my truck. However, I am very much not a “car guy,” and I was a bit intimidated by what I found. There was no way to be sure the “compatible” head units would actually work with my old vehicle, and the wiring looked more complicated than I anticipated.

Thankfully, I found a much cheaper and easier option that’s been working great for me ever since.

Replacing a head unit is the cleanest solution

But it’s not a walk in the park

Android Auto running on a head unit in an old car. Credit: Ismar Hrnjicevic / How-To Geek

As I said, my first thought was to replace my truck’s barebones CD player/AM-FM radio head unit. This would allow me to have that clean “built-in” look, and everything would get power directly from the vehicle. No extraneous cables running around.

Now, I am a lifelong DIYer, but cars have never been my forte. I can build you a nightstand from a pile of lumber or model a vintage radio from scratch, but don’t ask me to do an oil change. I quickly realized replacing a head unit would be a bit out of my comfort zone.

That same reason was originally why I bought into Spotify’s weird “Car Thing” device. But after a little more than a year with it, I was itching for something more. With a full-on head unit out of question, I looked to see what else was out there.


An Android head unit in a BMW E46.


Stop overpaying for car stereos: Budget Android Auto units now rival the expensive ones

Dealing with an older car’s infotainment system is incredibly frustrating. Whether it’s an ancient, basic stereo from the era of CDs or an early touchscreen setup, the lack of Android Auto severely limits what you can do with it. So, you’re probably thinking about upgrading to an aftermarket head unit, but you’ve heard mixed things about their quality and reliability. At the same time, you might not be able to justify spending hundreds of dollars on a brand-name Sony, Pioneer, or Kenwood unit. I had the same doubts, but after upgrading to a $100 Android model, it turned out to be one of the best decisions I’ve made all year.

Discovering “portable” Android Auto head units

I had no idea these existed

It turns out you don’t need to pull anything out of your old vehicle to get a modern head unit. Amazon is chock full of “portable” Android Auto screens that work exactly like the real thing. Because, well, they are the real thing—and cheap.

The Android Auto interface on my portable head unit is the same Android Auto interface that you would see in a built into a car. Since Android Auto is a projection from your phone, the screen isn’t all that important. The cool thing is that almost all of these devices support CarPlay along with Android Auto.

Think of it like the modern equivalent of putting a Garmin on your dashboard in the early 2000s. All you need is a way to connect the screen to power and your vehicle’s audio system. For me, that’s a simple USB car charger and a 3.5mm aux cable, but if your vehicle has built-in Bluetooth, you can skip the audio cable.

After the initial Android Auto pairing process, it’s just a matter of powering on the screen to launch the interface. Most modern vehicles cut power when the engine is off, so you can just leave the screen plugged in all the time. The exact model I purchased only cost $45, but there are much nicer models available now. Despite the sketchy name and questionable product photos, it’s served me well for nearly two years.


It’s actually better than some “official” versions

One thing that I find particularly curious about these aftermarket Android Auto screens is the extra features. For example, my portable screen supports wireless Android Auto and CarPlay. But my wife drives a much newer vehicle that has Android Auto and CarPlay built in, and we needed to buy a wireless dongle to do the same thing.

I’m also able to fully mirror my phone’s screen to my display with the “Android Cast” feature. This is something you would never find built into a vehicle. I’ve never used it, but it’s interesting to see. Weirdly, you could end up with a much more feature-packed infotainment device than the one that came with your vehicle.


Android Auto error message in a KIA Sportage


The 5 most annoying Android Auto problems (and how to fix them)

Android Auto is awesome, but only when it works correctly.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Ghost CMS flaw abused to push ClickFix attacks on hundreds of sites

Pierluigi Paganini
May 25, 2026

Threat actors are actively exploiting a security flaw, tracked as CVE-2026-26980, in Ghost CMS that was fixed months ago in real attacks against unpatched websites. According to Qianxin, the campaign has already affected more than 700 sites, including well-known organizations and universities.

The vulnerability is an SQL injection issue in Ghost’s Content API that can let an attacker read data from the database without logging in. In the worst case, this can expose the Admin API key, which can allow attackers to take over the site.

That key matters because it can be used to change published content. In this campaign, attackers used it to edit articles on compromised Ghost sites and insert malicious JavaScript at the end of pages. The goal was not just defacement, but to turn trusted websites into launch points for further malware delivery.

“After an in-depth investigation and analysis, we determined that this was not a targeted intrusion against the customer, but rather a large-scale poisoning campaign by an in-the-wild attack group targeting Ghost CMS. Although CVE-2026-26980 was publicly disclosed as early as February 19, a large number of users did not patch and upgrade in time, providing an opportunity for attackers.” reads the advisory published by Qianxin. “At least two groups are currently actively conducting such poisoning operations, and some sites have even become the target of competition between the two parties, with different malicious code being implanted one after another within a single day.”

The inserted code led visitors through a two-step chain. First, the page loaded a remote script that checked the browser and decided what the visitor should see. Then real victims were redirected to a fake verification page that looked like a normal “I’m human” check.

This is where the ClickFix part began. The page told users to press Windows+R, paste a command, and hit Enter. In practice, that command downloaded and started a malware payload on the victim’s machine. It was a classic social engineering trick: make the user do the dangerous part themselves.

Qianxin says the first signs of this activity appeared in early May. The malicious code found in the campaign had a compilation date of February 16, the same day Ghost announced the fix for CVE-2026-26980. That suggests the attackers moved quickly once they saw how many sites had not been updated.

The affected websites cover a wide range of sectors. Roughly half are personal blogs or independent sites, but the list also includes technology blogs, AI sites, media outlets, crypto projects, and educational institutions. Qianxin researchers say victims include sites linked to Harvard, Oxford, and DuckDuckGo.

The attack chain was also designed to be flexible. The loaders could fetch different payloads depending on the target, and the operators changed infrastructure several times.

“entire attack process has obvious five-stage characteristics of “CMS Takeover → Page Poisoning → Two-stage Loading → Social Engineering Lure (FakeCaptcha/ClickFix) → Malware Delivery”, and the entire process is highly automated: bulk vulnerability scanning → automatic key extraction → bulk injection → dynamic C2 distribution.” states the report.

In some cases, they switched domains after detection, keeping the campaign alive even when part of the chain was blocked.

“Through feature scanning of publicly accessible pages, we have cumulatively identified more than 700 poisoned victim domains, and have proactively contacted the sites for which contact information could be obtained, notifying them of the poisoning.” continues the report.

Qianxin also believes at least two different groups are involved. In some cases, the same site was hit more than once, with one attacker replacing the code left by another. That makes the campaign harder to clean up and shows how attractive compromised Ghost sites have become for abuse.

For site owners, the advice is straightforward. Ghost should be updated immediately, all credentials should be rotated, and site logs should be reviewed for suspicious admin API activity. Any injected scripts should be removed from the database itself, not just from the visual editor. Visitors who may have reached a poisoned site should also be warned.

The report includes Indicators of Compromise (IoCs) for the attacks observed by the researchers.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Ghost CMS)







Source link