Soluții

How to give your old Android tablet a second life as an Android Auto display

It’s easy to feel like every Android owner drives a vehicle with Android Auto built in. That’s far from true, but the good news is it’s easier than you might think to get Android Auto into your car. In fact, all you need is a cheap tablet—even an Amazon Fire tablet.

Previously, I wrote about using your Android phone as an Android Auto display. That’s a nifty option, but it’s not drastically different than just using your phone regularly in a car mount. If you’d rather have a dedicated display for Android Auto, that’s possible with the same app, too. It’s really slick.

For those who aren’t familiar, Android Auto is not a separate entity from the Android that you see on your phone’s screen. Android Auto is on your phone, just waiting to be projected onto a display that can receive it. That’s what’s built into the infotainment system on many cars, and it can work over USB or wirelessly.

Think about it like playing a game from your PC on your living room TV with Steam Link. The game is visible on the TV, and you can play it with controllers connected to the TV. However, the game itself is obviously on the PC, and that’s where all the processing power is coming from. Android Auto works in a very similar manner, but there’s not an official Steam Link-like app for Android Auto. We need some way to mimic the connection.

Google killed Android Auto for phones, but you can bring it back with an app

You may already know that Android Auto lives on your phone, but it’s not officially possible to literally use Android Auto on your phone’s screen. I’ve always thought that was a shame since so many people drive around with their phone in a mount and Google Maps open. Why shouldn’t the phone interface adapt to the car? Turns out it can.

As I mentioned at the top, I recently wrote about using an Android phone itself as an Android Auto display. The app I used for that can also act as our Steam Link-like receiver on a secondary device, and I’ve since found an even better version of it.

Despite my positive experience with the Headunit Reloaded app, it has very poor reviews in the Play Store (2/5). A couple of readers pointed out that there is another, more reliable app based on the same project—Headunit by Mike Reid—called Headunit Revived. I’ve been happy with this app so far, and it has some bonus features that I really like.

Setting things up is pretty easy. First, install Headunit Revived on the tablet and WiFi Helper on your phone. Headunit Revived has a “Quick Setup” process that asks a few questions to configure the experience to your tablet—display size, device orientation, etc. Read our guide on getting the Play Store up and running on a Fire Tablet if that’s your device of choice.

Next, go into the Settings and select “Wireless Helper” for the Wireless Mode. I’ve found this to be the most reliable option. Use “WiFi Direct (P2P)” as the Helper Connection Strategy. Now, you can go back to the main screen and tap the purple “WiFi” button.

Grab your phone and open the WiFi Helper app. Make sure “Wi-Fi Direct” is the Connection Mode, and the “Wi-Fi Direct Device Name” matches what you see at the top of the Headunit Revived screen. Tap the “Start Android Auto” button at the top of the screen. It may take a few seconds, but the Android Auto interface should launch on the tablet.

With the basic connection set up and working, we can change some settings to improve the process every time. The best workflow is to have both apps automatically run when the devices connect via Bluetooth. This way, you can simply get in your car, and the process will be automated.

First, pair your phone and tablet in the device’s Bluetooth menu. Then, open the Headunit Revived settings and select “Auto-start settings.” Choose your phone for “Auto-start on Bluetooth.” In the WiFi Helper app, select “Auto Start Service” and choose “On Bluetooth Connection.” Make sure your tablet is the “Bluetooth Device.”

If this method doesn’t work for you—it doesn’t work with my Fire Tablet—there’s a second-best. In Headunit Revived, go to “Auto-Connect Settings” and make sure “Auto-Connect Last Session” is enabled and at the top of the list. This will make the app automatically search for your phone when you open it. To expedite things on your phone, use the “Start Searching” app shortcut for WiFi Helper.

In terms of audio output, all you need to do is pair your tablet to your car’s Bluetooth or connect it with an aux cable. This is a cool way to put an old Android tablet to good use. It doesn’t really even matter how powerful it is; your phone will do the hard work.

[mai mult...]

3 Excel functions, 1 cell: how to build a “pro” dashboard engine

[mai mult...]

PowerShell ca client MCP – automatizare browser și task-uri externe apelate direct din scripturi

De regulă, un agent AI (Claude, Copilot) este cel care apelează unelte externe prin MCP. Această soluție inversează rolul: PowerShell devine el însuși un client MCP, capabil să apeleze servere MCP existente (de exemplu, un server MCP pentru automatizare browser) direct din propriile scripturi de administrare — fără să mai fie nevoie de un chat AI intermediar pentru task-uri repetitive.

Utilă pentru cazuri gen: verificarea automată a unui portal web intern, completarea unui formular, sau extragerea de date dintr-o aplicație fără API, toate orchestrate din PowerShell.

[mai mult...]

Agent AI conversațional peste Active Directory cu server MCP (Model Context Protocol) – interogare AD în limbaj natural

Model Context Protocol (MCP) este noul standard prin care un model AI poate apela direct “unelte” (tools) — de exemplu, poate căuta un utilizator în Active Directory sau poate verifica apartenența la grupuri, doar pe baza unei întrebări în limbaj natural, fără ca administratorul să scrie manual comenzi PowerShell/LDAP de fiecare dată.

Această soluție instalează un server MCP dedicat Active Directory, îl conectează la un client AI (Claude Desktop sau LM Studio cu model local) și permite interogări gen “arată-mi utilizatorii care nu s-au logat de 60 de zile” direct în chat — cu acces strict read-only pentru siguranță.

[mai mult...]

Rulare AI local pe Windows Server cu Microsoft Foundry Local – alternativa nativă la Ollama (NPU/GPU/CPU automat)

Ollama este o soluție solidă pentru rulare de LLM-uri locale, dar nu este optimizată nativ pentru Windows: nu folosește automat NPU-ul (pe serverele/laptopurile cu acceleratoare AI), nu se integrează cu Windows Update/drivere, și nu oferă un SDK oficial Microsoft pentru aplicații de producție.

Microsoft Foundry Local este soluția oficială Microsoft de inferență AI locală, ajunsă la disponibilitate generală (GA) în aprilie 2026. Rulează pe Windows, macOS și Linux, folosește ONNX Runtime, alege automat cel mai bun hardware disponibil (NPU → GPU → CPU) și expune un API compatibil OpenAI — deci orice cod scris pentru OpenAI/Ollama poate fi adaptat rapid.

[mai mult...]

Auto-Excluding Folders from Time Machine via Terminal

Time Machine’s graphical interface lets you exclude folders one at a time by dragging them into the “Exclude these items” list, but this quickly becomes tedious if you have many cache folders, build directories, or virtual machine files that don’t need backing up. The tmutil command-line tool gives you far more precise and scriptable control, which is especially valuable for developers dealing with things like node_modules, Docker volumes, or Xcode’s DerivedData folder — all of which can balloon your backup size without adding any real value.

[mai mult...]