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
#Screenshots -
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_s0AtXAQVJsBo3uSe6Xx7SonRqKIRN7hw-a_baSTRaOv21B41Um1a3q302DFGNE4N0ImO76MPNchQP0xQxwkxyhcIDdIhOVt84IEoWDfSktTlp5XL89JswUXLigBaYUmm4_RoUNBRc_uTSpiltxuDdPPO0=s0-d)
Steps -
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