• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root HELP with SystemUI.apk

Shaddow313

Newbie
I am trying to make my status_bar transparent by modifying drawables.xml in the SystemUI.apk but everytime I try to decompile I get this:

<item type="drawable" name="shade_bgcolor">#ff282828</item>
<item type="drawable" name="notification_header_text_color">#ff969696</item>
<item type="drawable" name="notification_number_text_color">#ffffffff</item>
<item type="drawable" name="APKTOOL_DUMMY_0044">false</item>
<item type="drawable" name="APKTOOL_DUMMY_0045">false</item>
<item type="drawable" name="APKTOOL_DUMMY_0046">false</item>
<item type="drawable" name="APKTOOL_DUMMY_0047">false</item>
<item type="drawable" name="APKTOOL_DUMMY_0048">false</item>
<item type="drawable" name="APKTOOL_DUMMY_0049">false</item>
<item type="drawable" name="APKTOOL_DUMMY_004a">false</item>
<item type="drawable" name="APKTOOL_DUMMY_004b">false</item>
<item type="drawable" name="APKTOOL_DUMMY_004c">false</item>
<item type="drawable" name="APKTOOL_DUMMY_004d">false</item>

What is the "APKTOOL_DUMMY" represent???
Am I doing something wrong?
 
i haven't tried it myself but there is an option in UOT Kitchen for transparent status bar for gingerbread
 
Back
Top Bottom