How we can enable Navigation Bar / Softbuttons on GB 2.3.7 or ICS

Hi, This is how we can enable Navigation Bar / Softbuttons on GB 2.3.7 / ICS.

Make a backup before doing this. Do it at you own risk
CM 9

#Screenshots -

 

Steps -
1 - You have to decompile Framework-res.apk.

2 - Open res/values/bools.xml

3 - Find this
<bool name="config_showNavigationBar">false</bool>

4 - Change it to
<bool name="config_showNavigationBar">true</bool>

5 - Then Open res/values/dimens.xml

6 - Find
<dimen name="navigation_bar_height">28.0dip</dimen>
<dimen name="navigation_bar_width">28.0dip</dimen>

7- Change it to
<dimen name="navigation_bar_height">29.0dip</dimen>
<dimen name="navigation_bar_width">42.0dip</dimen>

8 - You can change 28.0dip as You Want. (I like 28.0dip)

9 - Then recompile framework-res and Put it to Framework folder in you phone.

10 - Reboot

No comments:

Post a Comment

bla bla bla