Index of /misc/wp1-fix-updates/
Name | Last Modified | Size | Type |
../ | | - | Directory |
post-flash.sh | 2023-Feb-06 19:00:40 | 0.1K | application/octet-stream |
[ Manual method to fix image update on WeTek Play ]
My WeTek Play images before v9.2.8.7 as well as the official v9.0.x
images contain a bug that prevents the update from being performed.
The following workaround can provide a solution for this issue:
-- CODE BEGIN ---------------------------------------------------
mount -o remount,rw /flash
cd /flash
wget http://libreelec.dtech.hu/misc/wp1-fix-updates/post-flash.sh
chmod +x post-flash.sh
cd ..
sync
mount -o remount,ro /flash
-- END OF CODE --------------------------------------------------
After that, image updates can be installed without errors.
To perform the update, you need to download the .tar file and copy
it directly to '/storage/.update' directory or to the
'\\<IP-of-your-box>\Update\' share under Samba.