I recently download the V3.5 FTC SDK. My first step was to try installing the 3.5 Driver Station app on a ZTE Speed phone using android debug bridge (adb) from my MacOS system. I first uninstalled the existing Driver Station app (V3.4).
Next, I set my default directory to the 3.5 docs/apk folder then issued my adb command resulting in this error:
>adb install FtcDriverStation-release.apk
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
adb: error: 65544-byte write failed: Undefined error: 0
adb reports progress at 99% completed then issues the above error.
I then tried to reinstall the 3.4 Driver Station app and got the same error.
I tried this same sequence on a second ZTE phone and got identical error results.
Does anyone have a suggestion what I might try to resolve this issue?
Next, I set my default directory to the 3.5 docs/apk folder then issued my adb command resulting in this error:
>adb install FtcDriverStation-release.apk
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
adb: error: 65544-byte write failed: Undefined error: 0
adb reports progress at 99% completed then issues the above error.
I then tried to reinstall the 3.4 Driver Station app and got the same error.
I tried this same sequence on a second ZTE phone and got identical error results.
Does anyone have a suggestion what I might try to resolve this issue?
Comment