I’ve put together a cross-platform solution for installing the latest eGate APKs from GitHub via ADB. Whether you’re on Windows or macOS, these scripts make it easy to:
- Choose the version you want from all official GitHub releases.
- Automatically install
app-general-release.apk
. - Optionally install:
app-external_accessibility-release.apk
orapp-qinf21-release.apk
(for Qin F21 Proapp-lgclassic-release.apk
(for LG Classic)
- Avoid having to download or run any commands manually.
Requirements
-
Windows
- adb must be installed and in your PATH
- curl must be installed (Windows 10+ has it by default)
- PowerShell is required (also default on Win 10+)
- Internet Access
-
macOS
- adb and curl (you can get via brew install android-platform-tools)
- Terminal access
- Internet access
How It Works
- The script uses the GitHub API to get a list of releases.
- It shows a simple GUI to choose which version of eGate you want.
- It downloads app-general-release.apk and installs it via adb.
- If you confirm your device is a Qin F21 Pro or LG Classic, it installs the additional APKs as needed.
Download the Scripts
-
.bat for Windows
egateinstaller.bat (1.9 KB) -
.sh for Mac
egateinstaller.sh (2.2 KB)
Enjoy! I hope this helps