-
Notifications
You must be signed in to change notification settings - Fork 12
Troubleshooting
Joonas Trussmann edited this page Jun 20, 2022
·
28 revisions
There's an (unknown) issue that writes OSD stream data into gui translation files. Use the following to restore the original files:
mount -t ext4 /dev/block/platform/soc/f0000000.ahb/f0400000.dwmmc0/mirror/system_2 /tmp/systwo
cp /tmp/systwo/gui/lang/* /system/gui/lang/
sync
/system/bin/umount -d -l /system
sleep 1
/system/bin/mount -o rw,remount /system
sleep 1
cp /tmp/systwo/gui/lang/* /system/gui/lang/
sync
reboot```