CHAPTER7 Troubleshooting
C455HD | Users & Administrator's Manual
Installing the APK using SSH
NetworkadministratorscaninstalltheTeamAndroidApplicationPackageusingSSHprotocol.
Updating Phones using SSH Commands
➢ To upgrade firmware:
1. Downloadtherequiredfirmwareversiontosdcard/update_image.zip.
Forexample,usethefollowing:
SCP <file name> admin@<DeviceIP>:/sdcard/update_image.zip
2. Updatethefirmwareusingthefollowing:
setprop ctl.start local_update
3. Trackprogressusingthefollowing:
logcat | grep update_engine_client_android
➢ To upgrade the Android Package Kit (APK):
1. DownloadtherequiredAPKtosdcard/teams.apk
Forexampleusethefollowing:
SCP <file name> admin@<DeviceIP>>:/sdcard/teams.apk
2. UpdatetheAPKusingthefollowing:
pm install -r -g /sdcard/<filename>
3. DeletetheoldAPKusingthefollowing:
pm uninstall com.microsoft.skype.teams.ipphone
If the new APK is older than the existing one, delete the existing APK before installing
the new one.
➢ To collect logs:
1. Collectlogsusingthefollowing:
- 126 -