This application is built for Android devices used primarily as dedicated 5G modems or tethering units.
It continuously monitors the state of selected network interfaces (e.g. Wi-Fi hotspot, USB/Ethernet tethering) and ensures that connectivity is automatically restored if tethering is lost. The goal is to provide a stable, unattended network link without requiring manual intervention or physical access to the device.
Key Features:
Automatic tethering recovery:
♦ Restores Wi-Fi hotspot or Ethernet tethering if it unexpectedly stops.
Remote control via Telegram bot:
♦ Check phone, tethering and interfaces status
♦ Enable or disable tethering manually
♦ Enable or disable interface monitoring (auto tethering recover)
♦ Query application logs for last hour/day/month
Designed for advanced users who need reliable and remote-controlled modem functionality.
Use Cases:
♦ Maintaining stable LTE/5G uplinks for remote sites, routers, or network labs.
♦ Deploying Android devices as unattended tethering gateways.
♦ Remote monitoring and control without the need for third-party remote desktop apps.
Why this app needs AccessibilityService API
♦ This app uses accessibility functionality to click on UI switches in tethering settings activity. In Android versions up to 16, this is the only way to automate tethering state of network interfaces.
♦ This app receives accessibility events only for android settings package.
♦ This app does not collect any personal data via AccessibilityService API nor however else.
❗️ This application is not designed for use on personal devices! ❗️