Setup
Install SignGrid on Android Player
Install SignGrid on Android Player
Digital Signage Android App - Setup Instructions
Prerequisites
- Android device (Player) with Android 7.0 or higher
- For remote installation: Computer with ADB installed
Method 1: Manual Installation
Enable installation from unknown sources
- Open the Settings app on your device
- Scroll down and tap on "Security"
- Tap on "Unknown sources"
- Enable the option
Download the app
- Download the app from the Download latest APK
- Install the app on your device
Open the app
- Open the app on your device
Method 2: Remote Installation via ADB
Enable Developer Mode on Android Device
- Open the Settings app on your device
- Scroll down and tap on "About phone" or "About device"
- Find "Build number" and tap it 7 times rapidly
- You should see a message saying "You are now a developer!"
Enable USB and Network Debugging
- Go back to Settings and tap on "Developer options" (now visible in the menu)
- Enable "USB debugging"
- Enable "Wireless ADB debugging" or "Network ADB" (the exact name may vary by device)
- Note down your device's IP address from Settings > Wi-Fi > [Your Network] or use
adb shell ip addr show wlan0
Connect and Install via ADB
-
Ensure both your computer and Android device are connected to the same network
-
Download the latest APK to your computer from Download latest APK
-
Open a terminal/command prompt on your computer
-
Connect to the device using its IP address:
adb connect 192.168.1.100:5555(Replace
192.168.1.100with your device's actual IP address)Expected output:
connected to 192.168.1.100:5555 -
Install the APK remotely:
adb install latest.apkExpected output:
Performing Streamed Install Success
Verify Installation
- Check that the app appears in the device's app drawer
- The app should launch automatically or can be opened manually
Troubleshooting
ADB Connection Issues
- Ensure both devices are on the same network
- Try restarting ADB:
adb kill-serverthenadb start-server - Check if the device IP address has changed
- Make sure no firewall is blocking the connection
Developer Options Not Visible
- Some devices hide Developer Options after reboot - re-enable by tapping Build Number 7 times again
Installation Failed
- Ensure "Install via USB" is enabled in Developer Options
- Check if the APK file is corrupted by re-downloading it