Effective Date: March 7, 2026 Last Updated: March 7, 2026
AirADB ("the Application") is a Windows desktop application developed by Rudra Makwana ("Developer"). This Privacy Policy explains how the Application handles information. The core principle is simple:
AirADB does not collect, transmit, store, or share any personal data with any third party.
The Application operates entirely locally on your computer. It makes no network requests beyond the direct ADB communication between your Windows PC and your Android device on your local network.
AirADB does not collect or transmit:
- Your name, email address, or any identifying personal information
- Your device serial numbers or identifiers (these are only held in memory for the duration of an ADB session)
- IP addresses (used locally and only during the active connection session)
- Location data
- Usage analytics or telemetry
- Crash reports
- Advertising identifiers
To perform its core function, the Application temporarily processes the following on your local machine only:
| Data | Purpose | Stored Persistently? |
|---|---|---|
| ADB binary path | Locate the adb.exe you have configured |
Yes — in local shared_preferences |
| User preferences (log level, auto-reconnect) | Restore your settings on next launch | Yes — in local shared_preferences |
| Device IP address | Establish the wireless ADB connection | In-memory only, session lifetime |
| Device serial number | Identify the USB device for ADB commands | In-memory only, session lifetime |
All data stored in shared_preferences is saved locally in your Windows user profile. It never leaves your machine.
When you initiate a wireless ADB connection, AirADB runs standard ADB commands (e.g., adb tcpip 5555, adb connect <IP>) using the locally installed adb.exe binary. This communication is:
- Entirely local to your Windows PC and Android device
- Over your local WiFi or mobile hotspot network
- Governed by the Android Debug Bridge protocol, not by AirADB
AirADB does not integrate any third-party services, including but not limited to:
- Google Analytics / Firebase
- Crash reporting services (e.g., Sentry, Crashlytics)
- Advertising networks
- Cloud storage or sync services
AirADB is a developer tool. It is not directed at children under the age of 13, and we do not knowingly collect any information from children.
If this Privacy Policy changes, the updated version will be published in this file within the project repository. As no personal data is collected, material changes are unlikely.
For questions or concerns about this Privacy Policy:
- Developer: Rudra Makwana
- Email: rudramakwana.dev@gmail.com
- GitHub: github.com/RudraMakwana257/AirADB
© 2026 AirADB. All rights reserved.