Skip to content

andreknieriem/wireless-helper

Repository files navigation

Wireless Helper Logo

Wireless Helper

Get it on Google Play

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.

Features

  • 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.

Auto-Start Setup

To ensure reliable background auto-start (Bluetooth/WiFi) and a stable connection:

  1. 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.
  2. Permissions: Grant Bluetooth and Location permissions when prompted.
  3. Paired Devices: Select your car's Bluetooth device in the settings.

Automation (Tasker / MacroDroid / ADB)

Wireless Helper supports remote control via Android Intents and App Shortcuts.

URI Schemes

  • Start Search: wirelesshelper://start
  • Start with Specific Mode: wirelesshelper://start?mode=<MODE_ID>
  • Stop Search: wirelesshelper://stop

Supported Modes

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)

ADB Examples

# 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"

Changelog

v.1.1.0

  • 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

v.1.0.1

  • Fixing offline mode

v.1.0.0 - First ready version for Playstore!

  • 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.

v.0.5.0

  • Added 1x1 Widget for Launcher
  • Added Quick-Settings-Tile
  • Changed Logo because of the new icons
  • Merged new translations

v.0.4.0

  • 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

v.0.3.0

  • Complete Rebuild of the functions. Now using a proxy server to establish the connections
  • Changed the UI a little bit

v.0.2.0

  • Added Auto Scan on Bluetooth Connection

v.0.1.0

  • First release

About

Wireless Helper for Headuint Revived

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages