Advertisement
Guest User

Untitled

a guest
Mar 18th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. *WARNING YOU ARE DOING THIS ON YOUR OWN RESPONSIBILITY*
  2. Please don't blame me if you do something wrong
  3.  
  4. Download my D5+framework-res.apk and copy it to your internal memory
  5. D5+framework-res.apk MUST be placed in root of internal memory like this:
  6. /storage/emulated/0/D5+framework-res.apk
  7. Enable USB Debugging
  8. Connect your D5+ with USB cable
  9. Open cmd in ADB folder
  10. You can do it by pressing [WINDOWS LOGO] + [R] keys and enter:
  11. *cmd /k "cd c:/adb"*
  12. (If your ADB is installed in C:\adb)
  13.  
  14. In adb enter this command:
  15. adb devices
  16. You should see your device like this:
  17. 0123456789ABCDEF device
  18.  
  19. Next enter those commands:
  20. adb shell
  21.  
  22. su
  23.  
  24. mount -o rw,remount,rw /system
  25.  
  26. mv /system/framework/framework-res.apk /system/framework/framework-res.apkBACKUP
  27.  
  28. cp /storage/emulated/0/D5framework-res.apk /system/framework/framework-res.apk
  29.  
  30. chmod 644 /system/framework/framework-res.apk
  31.  
  32. ls -la /system/framework/ | grep framework-res
  33.  
  34. Now you should se:
  35. -rw-r--r-- root root 18858351 2017-03-18 20:01 framework-res.apk
  36. -rw-r--r-- root root 18858351 2017-03-18 19:54 framework-res.apkBACKUP
  37.  
  38. If framework-res.apk have *-rw-r--r--* like framework-res.apkBACKUP type:
  39. reboot
  40.  
  41. Device will reboot and your fonts are now readable
  42.  
  43. If something goes wrong and your device will not boot properly, restore original file with this command:
  44. cp -f /system/framework/framework-res.apkBACKUP /system/framework/framework-res.apk
  45.  
  46. https://plus.google.com/+Pawe%C5%82B_0x33/posts/JgyQSVXCZ3A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement