How do I fix the “Another update is currently in progress” error.
I requested an upgrade to our application in AirVantage. It failed… not sure why.
If I try to “update myApp.update” it fails with ERROR: Another update is currently in progress.
“Aborting” the install in AirVantage has no effect. Re-trying from AirVantage shows the blue “In progress” status forever. I copied the UPDATE file to the FX30… so I can run “update” from the console… that gives me the above error.
how about resetting the module and then run “update xxx.upate” locally in the module?
Is it still the same situation saying “Another update is currently in progress”?
Fixed it.
I don’t have physical access to the modem, so didn’t reset.
I finally got it working as follows:
- mv /legato/apps/unpack/ /legato/apps/unpackFAILED
- mv /legato/download/ /legato/downloadFAILED
- reboot
Console back in and run update /home/root/myapp.update
I’m not sure if all 3 steps required. I had tried each on their own without success. Only when I did all 3 without pause did it work.