[MOD][CM10] Transparent Status Bar UPDATED to CM10 ALPHA-7 (18 March 2013)

Search This thread

peetu20

Senior Member
Jan 18, 2013
123
18
Hey,did you tried those files? If I remembered right, I got bootloop while I tried to replace original StatusbarWindow.smali with cm10 modified file...
 

peetu20

Senior Member
Jan 18, 2013
123
18
Ey, can you apply the same patch from your source side(you posted it earlier) for cm10.1 too? It would be nice to have transparent stausbar for cm10.1 too. Can you please do it? I know that one guy has donw it for cm10.1 too, andd it worked pretty fine :d
 

rodman01

Inactive Recognized Contributor / Themer
Apr 25, 2012
5,770
9,564
Allgäu
Ey, can you apply the same patch from your source side(you posted it earlier) for cm10.1 too? It would be nice to have transparent stausbar for cm10.1 too. Can you please do it? I know that one guy has donw it for cm10.1 too, andd it worked pretty fine :d

Where did you found it for 10.1? Could you provide a link?
 

vijayr2002

Senior Member
Oct 5, 2012
133
22
Hello, thank you for the awesome transparency mod. Can you make it 50% transparent and post it here.

Thanks
 

JovieBrett

Senior Member
Dec 17, 2012
821
308
Manila
Enjoy Boss :D

here you go Boss

decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>

#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile

decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line

and delete the whole line in your PhoneWindowManager.smali paste the whole my line

Wow! Thank you so much for this helpful guide!
 
CM10 TRANSPARENT STATUS BAR



SCREENSHOTS & DOWNLOAD

SCREENSHOT >> click here <<
DOWNLOAD : CM10_ALPHA-7_TRANSPARENT_STATUS_BAR

UNINSTALL MOD : UNINSTALL_CM10-ALPHA-7_TRANSPARENT_STATUS_BAR

CWM
WIPE CACHE
INSTALL ZIP
REBOOT

wallpaper in screenshot : Blown Dandelion


CREDIT & THANKS TO

Arco
Evilisto
(Unofficial Community) Galaxy Wonder Cyanogen Mod Indonesia



if you like this mod, just prees the THANKS BUTTON:good::cowboy::good:​

Man, just a noob question. Is the CM10 Alpha 7 a custom ROM? because i know i have a CM10 ROM but don't know if it's a CM10 Alpha 7. don't wanna risk installing a non-compatible file. Your reply will be much appreciated. thanks man!
 
Man, just a noob question. Is the CM10 Alpha 7 a custom ROM? because i know i have a CM10 ROM but don't know if it's a CM10 Alpha 7. don't wanna risk installing a non-compatible file. Your reply will be much appreciated. thanks man!

UPDATE:
Already installed it, wasn't able to wait for your reply :D Thanks for the mod! but wait, is CM10 Alpha 7 a custom ROM? just a question :D Thanks again! ;)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 34
    CM10 TRANSPARENT STATUS BAR



    SCREENSHOTS & DOWNLOAD

    SCREENSHOT >> click here <<
    DOWNLOAD : CM10_ALPHA-7_TRANSPARENT_STATUS_BAR

    UNINSTALL MOD : UNINSTALL_CM10-ALPHA-7_TRANSPARENT_STATUS_BAR

    CWM
    WIPE CACHE
    INSTALL ZIP
    REBOOT

    wallpaper in screenshot : Blown Dandelion


    CREDIT & THANKS TO

    Arco
    Evilisto
    (Unofficial Community) Galaxy Wonder Cyanogen Mod Indonesia



    if you like this mod, just prees the THANKS BUTTON:good::cowboy::good:​
    11
    thank you very much!! some time ago i tried to do this but with no result :) can you tell me what must be modified for this mod? thank you again :D

    Enjoy Boss :D

    here you go Boss

    decompile SystemUI/res/values/drawable.xml
    <drawable name="status_bar_background">#ff000000</drawable>

    #ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile

    decompile my android.policy.jar
    com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line

    and delete the whole line in your PhoneWindowManager.smali paste the whole my line
    2
    Hello, thank you for the awesome transparency mod. Can you make it 50% transparent and post it here.

    Thanks

    post your Requesting in here : http://xdaforums.com/showthread.php?t=2245405
    2
    What exactly did you change in the smali? Could you just post the exact lines please. I want to use the transparent statusbar in my new ROM, based on CM10.1 4.2.2. I will give you some credit in my opening post, and give you a 'thanks' :fingers-crossed:

    To anyone trying to change the SMALI files in framework.policy.jar - You need to replace 3 files, not just one line
    The files that need replacing are:

    PhoneWindowManager$22.smali
    PhoneWindowManager$5.smali
    PhoneWindowManager.smali


    I have attached the transparent versions in the file below. Just copy and replace them, no need to edit.

    As a full guide, to get the transparent status bar framework you need to do the following:

    1. Download the attached zip and extract to a new folder
    2. Open your framework.policy.jar using 7zip (or similar) and extract classes.dex to the "smali" folder in the new location
    3. Open CMD and change to the directory where you pasted the classes.dex
    4. Type java -jar baksmali-1.3.3.jar -o classout/ classes.dex
    5. This should extract the dex to a classout folder
    6. Browse to com\android\internal\policy\impl\
    7. Copy the all the files from the "new files" folder (from the extracted zip)
    8. This should overwrite three files
    9. Delete your old classes.dex file and run java -jar smali-1.3.3.jar classout -o classes.dex From CMD
    10. This should build a new classes.dex file which you can copy back into your framework.policy.jar using 7zip
    1
    thank you bro :D what apktool do you use for decompiling systemui? i lost the one that i used for cm10 transparent notification bar :)

    EDIT: found :D

    I don't use ApkTool Boss..:)

    My tools :
    Apk. : Apk Multitools
    Jar.apk. : Jar Decompiler

    Sent from my GT-I8150 using xda app-developers app