We recently received reports of issues of developers being unable to sideload apps during development.
Symptom:
When sideloading an app either using the Vega Studio plugin or via the command line, the error may manifest as:
- A timeout
- Receiving this error in the log:
Installing/Updating '/tmp/myapp.vpkg' ...error (Parameter value bad )
Workaround:
The Amazon team is working on publishing a fix; however, in the meantime you can unblock yourself by:
- Shell into the device from your terminal. For SDK version 0.22+, use
vega exec vda shell. For older versions (<0.22), usekepler exec vda shell. - run
vpm cancel-all-downloads
~ vda shell
##################################################
##### Welcome to Developer mode Shell #####
##################################################
sh(com.amazon.dev.shell):/$
sh(com.amazon.dev.shell):/$
sh(com.amazon.dev.shell):/$ vpm cancel-all-downloads
- Reinstall your app using your normal workflow (with Vega Studio or Command Line).