From 7acda452eb0036603bae4a49a464cd2e20923c94 Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Sun, 7 Jan 2024 22:43:18 +0100 Subject: [PATCH] Update Downgrade.md --- Downgrade.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Downgrade.md b/Downgrade.md index d02cd53..0f07a6a 100644 --- a/Downgrade.md +++ b/Downgrade.md @@ -457,3 +457,42 @@ nvram_set 2860 Ota_Mcu_New 0 I also played around with the FQDNs (the DNS hostname or IP address) and the URLs that are used in ***products.xml***, ***product.xml***, and ***MVver*** without any luck. I tried IP addresses as well as FQDNs. I even pointed to the real update servers on the Internet, but that failed with the same result as well. So it looks that the problem must be on the device itself. There is a simple way to work around that problem: install the upgrade via 4Stream app from you mobile phone. It was working on my iPhone (4Stream app version 2.8.11908) and I upgraded from v4.2.8020 release date 2020/02/20 to v4.6.415145, release date 2022/04/27. + +> **Update on the issue:** +> It looks that you just have to wait about 10 minutes. Then an automatic upgrade is called. I installed ***dnsmasq*** with the redirects shown above, and created a symbolic link +> for wifi_audio_image pointing to linkplay as explained in [Download and prepare Firmware](/download-firmware.md). The ***'products-... .xml*** file has the following content and the content is exactly matching +> to the content that is available online. +``` + + + + RP0011_WB60 + WiiMu-A31 + FF31F09E + http://silenceota.linkplay.com/linkplay/a31/RP0011_WB60/product-RP0011_WB60-20220427.xml + + +``` +The ***product.xml*** file has the following content: +``` + + + 20220427 + 94ccec31377c06c429bf2e167240696c + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/20220427/md5.txt + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/20220427/MVver_20220427 + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/20220427/layout + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/uboot_v632.img + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/backup_new_v1141.img + http://silenceota.linkplay.com/wifi_audio_image/a31/a31rakoit/20220427/a31rakoit_new_uImage_20220427 + http://silenceota.linkplay.com/wifi_audio_image/a31rakoit/20220427/user.jffs2 + http://silenceota.linkplay.com/wifi_audio_image/a31rakoit/20220427/user2.jffs2 + + RP0011_WB60_S + 24 + 672538 + http://ota.rakoit.com/linkplay/a31/RP0011_WB60_S/RP0011_WB60_S-0024-99617ee3-08182020.mcu.bin + + +``` +