Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *WARNING YOU ARE DOING THIS ON YOUR OWN RESPONSIBILITY*
- Please don't blame me if you do something wrong
- Download my D5+framework-res.apk and copy it to your internal memory
- D5+framework-res.apk MUST be placed in root of internal memory like this:
- /storage/emulated/0/D5+framework-res.apk
- Enable USB Debugging
- Connect your D5+ with USB cable
- Open cmd in ADB folder
- You can do it by pressing [WINDOWS LOGO] + [R] keys and enter:
- *cmd /k "cd c:/adb"*
- (If your ADB is installed in C:\adb)
- In adb enter this command:
- adb devices
- You should see your device like this:
- 0123456789ABCDEF device
- Next enter those commands:
- adb shell
- su
- mount -o rw,remount,rw /system
- mv /system/framework/framework-res.apk /system/framework/framework-res.apkBACKUP
- cp /storage/emulated/0/D5framework-res.apk /system/framework/framework-res.apk
- chmod 644 /system/framework/framework-res.apk
- ls -la /system/framework/ | grep framework-res
- Now you should se:
- -rw-r--r-- root root 18858351 2017-03-18 20:01 framework-res.apk
- -rw-r--r-- root root 18858351 2017-03-18 19:54 framework-res.apkBACKUP
- If framework-res.apk have *-rw-r--r--* like framework-res.apkBACKUP type:
- reboot
- Device will reboot and your fonts are now readable
- If something goes wrong and your device will not boot properly, restore original file with this command:
- cp -f /system/framework/framework-res.apkBACKUP /system/framework/framework-res.apk
- https://plus.google.com/+Pawe%C5%82B_0x33/posts/JgyQSVXCZ3A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement