-
-
Notifications
You must be signed in to change notification settings - Fork 160
Automation
ars edited this page Jan 15, 2026
·
6 revisions
Maximize your convenience by automating the start and connection process using tools like Tasker or MacroDroid.
You can configure your phone to automatically start the Android Auto projection when it connects to your car's Bluetooth.
- Trigger: State -> Net -> BT Near (or BT Connected) -> Select your Car's BT.
-
Action: System -> Send Intent
-
Action:
android.intent.action.VIEW -
Data:
headunit://connect?ip=<YOUR_HEADUNIT_IP> -
Package:
com.andrerinas.headunitrevived - Target: Activity
-
Action:
- Trigger: Bluetooth Event -> Device Connected -> Select Car BT.
-
Action: Android Shortcut / Intent -> Send Intent
-
Action:
android.intent.action.VIEW -
Data:
headunit://connect?ip=<YOUR_HEADUNIT_IP> -
Package:
com.andrerinas.headunitrevived
-
Action:
If your Head Unit is the WiFi host, you might want to enable the Hotspot automatically when the app starts.
Note: This often requires root or system-level permissions on the Head Unit.
If you use the Wireless Launcher Mode (Settings -> General), HeadUnit Revived runs a background service.
- The service listens for connection requests from your phone.
- Once a request is received, the app pops up automatically.
- Tip: Whitelist HeadUnit Revived in your Head Unit's "Battery Optimization" or "Auto-Start" settings to ensure the service isn't killed by the system.
| Purpose | Action / Data |
|---|---|
| Connect to IP |
android.intent.action.VIEW with headunit://connect?ip=192.168.x.x
|
| Stop Projection | (Future feature) |