A lightweight launcher utility for Headunit Revived.
This app acts as a trigger to start Android Auto Wireless on your phone. It automatically detects your tablet running Headunit Revived via NSD (mDNS) or a passive TCP trigger, ensuring a seamless wireless connection experience.
- Auto-Trigger: Fires the Android Auto wireless intent as soon as the Headunit is detected.
- NSD Support: Finds your tablet in the same WiFi network automatically.
- Passive Mode: Waits for a trigger from the Headunit (ideal for Tablet-Hotspot setups).
- Zero-Config: No manual IP entry required.
To ensure reliable background auto-start (Bluetooth/WiFi) and a stable connection:
- Disable Battery Optimization (CRITICAL): Go to App Info -> Battery -> select "Unrestricted". Since this app acts as a data proxy for Android Auto, it must not be put to sleep while driving.
- Permissions: Grant Bluetooth and Location permissions when prompted.
- Paired Devices: Select your car's Bluetooth device in the settings.
Wireless Helper supports remote control via Android Intents and App Shortcuts.
- Start Search:
wirelesshelper://start - Start with Specific Mode:
wirelesshelper://start?mode=<MODE_ID> - Stop Search:
wirelesshelper://stop
| Mode ID | Description |
|---|---|
nsd |
Shared Wi-Fi (Auto-search) |
phone-hotspot |
Phone Hotspot mode |
tablet-hotspot |
Tablet Hotspot (Passive) |
wifi-direct |
Wi-Fi Direct (Experimental) |
# Start searching in Phone Hotspot mode
adb shell am start -a android.intent.action.VIEW -d "wirelesshelper://start?mode=phone-hotspot"
# Stop searching
adb shell am start -a android.intent.action.VIEW -d "wirelesshelper://stop"- Enhancement for the Wifi-Direct Mode. Note: Since Android 10 this mode is very restrictive and it might now work for every modern phone. Just try it
- Fixing offline mode
- Added Deep Links and App Shortcuts for full automation (Samsung Modes & Routines support).
- Added Arabic translation, thanks to @A5H0
- Improved background activity launch and service lifecycle.
- Added 1x1 Widget for Launcher
- Added Quick-Settings-Tile
- Changed Logo because of the new icons
- Merged new translations
- Added experimental Auto-Start on Wi-Fi logic
- Fixed connection hangs and improved discovery logic.
- Notification now disappears correctly when the session ends or is closed from the headunit.
- Added support for system navigation bar insets (no more cut-off content).
- Added translation support, thanks to @saksonovdev with english, russian and german language
- Complete Rebuild of the functions. Now using a proxy server to establish the connections
- Changed the UI a little bit
- Added Auto Scan on Bluetooth Connection
- First release

