I bought a (China Made) tablet from T – Land, that device comes with SIX months warranty and being told that not to root the device within warranty period. So I tried to change the font without rooting. Thanks to adb and DDMS.
It is very simple to use Zawgyi on your android device without rooting. Only a few steps needed.
Connect your device to computer. Open cmd.exe, type “adb remount“ Rename Zawgyi.ttf to DroidSans.ttf and push it into device.
This might be useful for others who unable to root their devices. Even if you don’t have Eclipse with ADT plug in installed, you can still perform by using “adb push” command.
After rebooting the device, you can see Myanmar font.
You may need to install keyboard if your device do not have any Myanmar IME. For this, I would like to recommend frozen keyboard which is better than Myanmar IMEs currently available.
If you want to use as same as above picture, you may need to download Android SDK. It is a big size so you should use adb. The process is same ... Connect the phone. Run cmd Type adb remount Then use adb push to push the file into phone.. Finally adb reboot to restart phone..
please search on google to download adb.exe, and usage for adb push command. Thanks for your interest.
I have bought one Chinese tablet from Unique and what I have found out is that the tablet is with pre-rooted ROM even though sales people from the computer store warned me that the warranty will be void if the tablet is rooted. I think "adb remount"is only possible if the android device is rooted. But this is what I think.