HappyZ / dpt-tools

dpt systems study and enhancement
MIT License
565 stars 130 forks source link

set the language to Chinese #45

Closed yanjunhui closed 5 years ago

yanjunhui commented 5 years ago

My DPT-CP1 is an American version. I just want to set the language to Chinese. What do I need to do?

sh-miller commented 5 years ago

refer to https://github.com/HappyZ/dpt-tools/issues/37, @ziegfeld provide the system.img, flash it, then can setup language to Chinese, this in my DPT-RP1 works well, I'm not sure it can same applies on DTP-CP1.

HappyZ commented 5 years ago

if you already hacked it, just run adb shell am start -a android.settings.LOCALE_SETTINGS otherwise, you need to first root and get diagnosis mode, and then obtain adb access, and finally run the adb command above.

HappyZ commented 5 years ago

assuming this has been resolved