WP7605 firmware R13 generic
- Send the update file (xx.wp76xx.update) from tablet to wp7605 by using OTA
- send command to update the app
but it was error.
Do you have any sample code for update??
jyijyi
2
you can directly use “update xxx.update” command to update application
For the source code of update command, you can see here:
Thank you for you answer.
I have wrote the code with “ system(“update /home/root/Test.wp76xx.update“) ”
how can I know that it success or not??
jyijyi
4
you can remove the application by “app remove app1”
After running the code, you can check if the application has been installed by “app status”
I have looked in logread and found the it have this error.
what does it mean??
jyijyi
6
you might need to use full path
system(“/mnt/legato/system/bin/update /home/root/Test.wp76xx.update”)
how can I set app to auto start after update??
jyijyi
8
when you compile the application, you need to set “start: auto” in adef file: