I just uploaded new custom firmwares in the repo 19102020, you can find one based on 04082020 and the other one on 17092020 which should solve your issues @simps100 @WPoly
Both have the same modifications:
I disabled logs which are enabled by default after each update, as I told before the file can become huge and crash the unit ! If you don't have any issue to report to the manufacturer it is better to keep it disabled (You can still enable/disable logs from 192.168.50.2)
@simps100 Logs are stored in /tmp/ as usual, when you plug some USB Key (empty or not) the content is copied
I also understood why the version number was not updated using September updates, they added a 1MB archive inside the update and the script refuses to update files due to missing space.
What I would recommend is to flash the 04082020 based firmware first then the 17092020 based firmware (if you can't get a device name), until I figure out to do this in one shot.
thanks for your job
No bt and wifi when revert to 04082020 because /usr/sbin/ARMadb-driver need liblzo2.so and liblzo2.so.2
Code:
01-02 12:00:08.333662 AM [CheckCarType] _SetBoxBtName = MERCED-234B is same as old file, not need update
ssid=MERCEDESCA
01-02 12:00:08.367717 AM [CarPlayServer] Start ARMadb-driver!
sps->vui.i_max_dec_frame_buffering: 1
/tmp/ARMadb-driver: error while loading shared libraries: liblzo2.so.2: cannot open shared object file: No such file or directory
These files deleted after 17092020, the new version ARMadb-driver don't need these files. Files deleted by .detele, i found that from the diff 04082020 to 17092020.
Bash:
bogon:Firmware lujunda$ diff -r U2W_Update_04082020 U2W_Update_17092020 |grep Only
Only in U2W_Update_17092020/script: .delete
Only in U2W_Update_04082020/script: cdc_ncm.ko
Only in U2W_Update_04082020/script: f_ptp.ko
Only in U2W_Update_04082020/script: g_iphone.ko
Only in U2W_Update_17092020/script: ko.tar.gz
Only in U2W_Update_17092020/script: start_iap2_ncm.sh
Only in U2W_Update_17092020/usr/lib: .delete
Only in U2W_Update_17092020/usr/lib: libdns_sd.so
Only in U2W_Update_17092020/usr/sbin: .delete
Only in U2W_Update_17092020/usr/sbin: mdnsd
I solve the problem by use U2W.sh to replace /usr/sbin/ARMadb-driver to new version(17092020).
Bash:
#U2W.sh
mv /mnt/UPAN/ARMadb-driver /usr/sbin/ARMadb-driver