I am creating a custom ROM for my android device (MT6577 + ICS 4.0.4).The base ROM I'm using is the stock ROM of the device. My device's display refresh rate is pre-configured at 30Hz. Now, I want to change the screen refresh rate to 60Hz (I'm sure my device supports 60Hz) in my custom ROM.
I've searched around the net and found that may be passing the display parameters as command-line arguments would do the trick, but I'm not very familiar with android kernel.
Requesting you to please guide me towards right direction... any website, any thread or your own answer.
FYI:
- I have kernel code for the device with me.
- My custom ROM is working fine at 30Hz(no issues)
Thanks!