Troubleshoot
Issue 1. "adb:command not found"
- ADB is not in your system PATH
- Navigate to the ADB installation directory, or add it to PATH
Issue 2. "Blank screen on Reader Screen"
This is a hardware intermittent issue caused by camera caching, which requires a Device Restart
- Go to Settings > System > Reboot Timing, make sure the daily reboot set to 1 day.
- Restart by command
# connect to issued device
adb connect $ipAdress
# restart the device
adb reboot- Restart by settings
- Go to Settings > System > Reboot System
Comments
0 comments
Please sign in to leave a comment.