Hi all, Hector Ayala and I have found a fix for us998 models (possibly all models) that replaces the Jetts backup (YAAAY)
This fix does not break your Widevine as it does not replace any files.
(And NO this fix does not restore Widevine for the people that already broke it)
do the following:
- Install a terminal (i used Termux)
- Then enter these 2 commands
-------------
su
ln -s /vendor/etc/wifi/bdwlan.bin /mnt/vendor/persist-lg/wifi/qcom/bdwlan_cache.bin && ln -s /vendor/etc/wifi/bdwlan_ch0.bin /mnt/vendor/persist-lg/wifi/qcom/bdwlan_ch0_cache.bin && ln -s /vendor/etc/wifi/bdwlan_ch1.bin /mnt/vendor/persist-lg/wifi/qcom/bdwlan_ch1_cache.bin && ln -s /vendor/etc/wifi/WCNSS_qcom_cfg.ini /mnt/vendor/persist-lg/wifi/qcom/WCNSS_qcom_cache_cfg.ini
-------------
Basically what this does is create 4 missing symlinks in /mnt/vendor/persist-lg/wifi/qcom/
(Jetts backup has these symlinks that's why it fixed WiFi)
So its Official. No more Jetts backup needed 😂