Status bar soft buttons on cm7.2 ?
hey, im trying to get the status bar soft buttons on my phone. im not a rom developer, so i want to achieve this only by modding apks... i pulled the framework-res.apk.
some sites say that theres a "config.xml" to set the bools to make cm7 think that the phone is a tablet, but couldnt find any config.xml in that apk.
instead i, found framework-res/res/values/bools.xml
i changed these bools to true:
HTML Code:
<bool name="cm_default_is_tablet">true</bool>
<bool name="cm_default_has_soft_buttons">true</bool>
<bool name="cm_default_bottom_status_bar">true</bool>
i also chmoded the permissions of the apk to 644 after pushing it. also cleared dalvik cache. but i still cant see the soft button stuff in tablet tweaks...
which other apk do i need to mod?
|