Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
arnab321
Old
#1  
arnab321's Avatar
Senior Member - OP
Thanks Meter 156
Posts: 358
Join Date: Jul 2011
Default 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?
The Following User Says Thank You to arnab321 For This Useful Post: [ Click to Expand ]
 
Rabaip
Old
#2  
Junior Member
Thanks Meter 1
Posts: 12
Join Date: Jan 2012
I did the same thing but no success. Did you manage to find an answer since you posted this?
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...