How to set 0 byte font files back?

Japaneserock

New member
Sep 26, 2016
1
0
0
Visit site
My phone is a Huawei S8600, it is rooted and the bootloader is blocked. I rooted it using Proot and Ministro II, no other root applications worked.
It was two years ago and since then the phone was fine.
So, I decided to get different font files and I downloaded ifont. After reboot, the phone was font bricked. I tried Auto font unbricker but it didnt succeed.
I tried adb shell commands because Adb remount gives Operation not permitted.
I used Adb shell su and I set /system amd /fonts to 777.
Then I re-used auto font unbricker, my phone booted normally. After using Root explorer, I discovered that the 4 modified font files were --rwx-r-x. Which means the system cant use it itself and they are 0 byte files.
Adb shell su chmod 777 /system/fonts/droidsans.ttf says no such file and so on.
Problem is that it is on a bootloop, the animation shows and when it is about to start the launcher, it reboots again.
Now I am stuck, I guess brute force with Auto font unbricker could make it boots but some folders are reverted back.
Something is 0 byting my four files, droidsans, droidsans bold, droidsans fallback , droidsans arabic and I am stuck.
I cant mount even with authorization from superuser.apk.
I made /, /system, /hwuserdata, /cust to RW.
I hope I explained everything well.

# ls -l /system/fonts
ls -l /system/fonts
-rw-rw-rw- shell shell 6880 2015-08-21 18:52 Clockopia.ttf
----rwxr-x system sdcard_rw 35880 2016-09-15 01:34 DroidSansArabic.ttf
----rwxr-x system sdcard_rw 194488 2016-09-15 01:26 DroidSans-Bold.ttf
-rw-rw-rw- shell shell 172916 2015-08-21 18:52 DroidSerif-Regular.ttf
-rw-rw-rw- shell shell 177560 2015-08-21 18:52 DroidSerif-Italic.ttf
-rw-rw-rw- shell shell 190304 2015-08-21 18:52 DroidSerif-BoldItalic.ttf
-rw-rw-rw- shell shell 185228 2015-08-21 18:52 DroidSerif-Bold.ttf
-rw-rw-rw- shell shell 35480 2015-08-21 18:52 DroidSansThai.ttf
-rw-rw-rw- shell shell 119380 2015-08-21 18:52 DroidSansMono.ttf
-rw-r--r-- root root 23076 2012-10-25 07:03 DroidSansHebrew.ttf
-rw-rw-rw- shell shell 3725920 2016-09-17 07:27 DroidSansFallback.ttf
-rw-rw-rw- shell shell 190776 2016-09-17 07:27 DroidSans.ttf