April, 2009
This HOWTO talks about how to change the default fonts in Android mobile without any font management tool. The system fonts are available in /system/fonts directory. DroidSans.ttf is the main font used in most of the applications. Overwriting the fonts in this directory with your fonts will change the fonts in the Android mobile. This [...]
What about the Tamil font support in Android? I just analyzed the stuff behind this. Tamil like any indic language needs complex script support, which is most important for complex characters in indian languages. This is provided by Pango library in linux systems. Most of the latest Linux desktop/server has Pango library installed by default. [...]
Any hacker needs full access to the system files to play with the system. Andoid /system partition is read-only by default. Here is an HOWTO to mount it in read-write mode. It is assumed that you have installed android SDK in your workstation. We use adb tool in tools directory of SDK. 1. Identifying the [...]
Here is the screenshot of Google Android mobile applications for your viewing pleasure.How idd I take screenshot in Mobile? It is simple, man. I had connected the mobile to my development system Ubuntu through USB cable. From Eclipse with Android plugin, it was able to detect my mobile. There was an option just above the [...]
Today, I have got my Google Android Dev Phone 1. It is powered by Google Android Operating system which is an open source OS. This phone is SIM unlocked and boot loader unlocked. This version of phone is meant for developers to play with the real device. For more information on phone you may please [...]