-
-
Notifications
You must be signed in to change notification settings - Fork 160
Automation
ars edited this page Feb 24, 2026
·
6 revisions
Maximize your convenience by automating the start and connection process.
The simplest way to automate the connection is using our companion app: Wireless Helper
- Select your Car's Bluetooth device in the app.
- Set Auto-Start to "On Bluetooth Connection".
- The app will automatically wake up and trigger Android Auto as soon as your phone connects to your car.
If you use Wireless Mode: Helper Mode (Settings -> General), HeadUnit Revived runs a background service on the tablet.
- 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 tablet's "Battery Optimization" or "Auto-Start" settings.
You can trigger actions using Android Intents or the new App Shortcuts (v1.14.3+).
Headunit Revived supports static shortcuts that are automatically detected by system automation tools:
- Connect: Automatically connects to the last known device.
- Disconnect: Safely ends the current session.
If you have complex automation needs, you can use the following intent data:
-
Action:
android.intent.action.VIEW -
Package:
com.andrerinas.headunitrevived - Target: Activity
| Purpose | Action / Data |
|---|---|
| Connect to IP | headunit://connect?ip=192.168.x.x |
| Connect (Last Device) | headunit://connect |
| Disconnect Session | headunit://disconnect |