Posts

Showing posts from 2018

AmazFit Pace with Thai language

Image
วิธีติดตั้งภาษาไทยให้ AmazFit Pace 1.Unlock bootloader : https://forum.xda-developers.com/smartwatch/amazfit/tutorial-unlock-bootloader-warning-void-t3654011 adb shell reboot bootloader fastboot getvar all fastboot oem unlock unlock_code_from_https://unlockamazfit.com fastboot reboot 2.ลง Rom ที่มี Locale ไทย เช่น https://forum.xda-developers.com/smartwatch/amazfit/paceficator-project-wos-2-6-0-12-rom-v0-t3794922 adb shell reboot bootloader fastboot boot root\boot-CN-adb-root.img //fastboot boot root\boot-US-adb-root.img adb push start_update.sh /sdcard/ adb push md5s.txt /sdcard/ adb push recovery.img /sdcard/ adb push update-signed.zip /sdcard/ adb root adb shell cd /sdcard/ sh start_update.sh 3.ติดตั้ง Font สำหรับภาษาไทย (ใช้ Noto Sans Thai ของ Google : https://noto-website-2.storage.googleapis.com/pkgs/NotoSansThai-hinted.zip) adb root adb remount rw adb push NotoSansThai-Regular.ttf /system/fonts adb push NotoSansThai-Bold.ttf /system/fonts adb push N