[MOD][CM11] TRANSPARENT STATUS BAR on Lockcreen

Search This thread

Adi Aisiteru Reborn

Senior Member
Apr 3, 2013
1,770
4,830
Bandar Lampung
picture.php


Download attached file
available for CM11 build 3 by hadidjafri & for KK Bean Kat rom v.2.1
flash from CWM - wipe cache - install it - reboot
Done reboot android will upgrading for about 3 minutes and that's normal

Credit :
- @hadidjapri
- @evilisto
 

Attachments

  • KK_Bean_Kat_v.2.1_Trans_statbar-navbar_on_lockscreen.zip
    1.4 MB · Views: 610
  • CM11_Build-3_Trans_statbar_on_lockscreen.zip
    1.3 MB · Views: 761
  • Screenshot_2013-12-20-12-20-13.jpg
    Screenshot_2013-12-20-12-20-13.jpg
    46.7 KB · Views: 1,234
  • Screenshot_2013-12-20-12-52-10.jpg
    Screenshot_2013-12-20-12-52-10.jpg
    16.7 KB · Views: 1,204

ahaiqali

Member
Nov 5, 2013
19
0
This is just what i wanted! Thanks!

Sent from my GT-I8150 using XDA Premium 4 mobile app

---------- Post added at 06:45 AM ---------- Previous post was at 06:27 AM ----------

Hey
I got a white status bar when opening dialer,messaging etc

Sent from my GT-I8150 using XDA Premium 4 mobile app
 

Adi Aisiteru Reborn

Senior Member
Apr 3, 2013
1,770
4,830
Bandar Lampung
This is just what i wanted! Thanks!

Sent from my GT-I8150 using XDA Premium 4 mobile app

---------- Post added at 06:45 AM ---------- Previous post was at 06:27 AM ----------

Hey
I got a white status bar when opening dialer,messaging etc

Sent from my GT-I8150 using XDA Premium 4 mobile app

yes , the status bar background will depends on what is the color of the apps ..
 
  • Like
Reactions: ali7557

Adi Aisiteru Reborn

Senior Member
Apr 3, 2013
1,770
4,830
Bandar Lampung
if the build prop doesn't work

try this
decompile android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali
find this
Code:
.method public getSystemDecorLayerLw()I
    .registers 2

    .prologue
    .line 3374
    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;

    if-eqz v0, :cond_b

    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;

    invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I

    move-result v0

    .line 3376
    :goto_a
    return v0

    .line 3375
    :cond_b
    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;

    if-eqz v0, :cond_16

    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;

    invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I

    move-result v0

    goto :goto_a

    .line 3376
    :cond_16
    const/4 v0, 0x0

    goto :goto_a
.end method
remove that all and
change it to like this
Code:
.method public getSystemDecorLayerLw()I
    .registers 2

    .prologue
    .line 3374
    const/4 v0, 0x0

    return v0
.end method

next decompile your systemui
and set your transparent status bar background to transparent value
 
  • Like
Reactions: zie.do2y

zie.do2y

Senior Member
Feb 27, 2013
94
144
Lampung
if the build prop doesn't work

try this
decompile android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali
find this
Code:
.method public getSystemDecorLayerLw()I
    .registers 2

    .prologue
    .line 3374
    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;

    if-eqz v0, :cond_b

    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;

    invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I

    move-result v0

    .line 3376
    :goto_a
    return v0

    .line 3375
    :cond_b
    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;

    if-eqz v0, :cond_16

    iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;

    invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I

    move-result v0

    goto :goto_a

    .line 3376
    :cond_16
    const/4 v0, 0x0

    goto :goto_a
.end method
remove that all and
change it to like this
Code:
.method public getSystemDecorLayerLw()I
    .registers 2

    .prologue
    .line 3374
    const/4 v0, 0x0

    return v0
.end method

next decompile your systemui
and set your transparent status bar background to transparent value



OK dude ganteng thanks for help i can trying thats guide...
:highfive:

anytime i will go u home :victory:
 
  • Like
Reactions: Adi Aisiteru Reborn

Struvie

New member
Jan 4, 2014
1
0
Hello everyone!
Okay...so I f*cked up things a bit...just installed the transparent status bar but didn't pay attention that is for Galaxy i8150 and not for i9000 :eek:
anyway , installed it correctly , the bar was transparent BUT the problem is that if I try to go in my Settings , the phone just reboots.
So my main question is: Is there a way that I can bring back my old status bar and restore from this error ? Links maybe ? ( I run CM11 KitKat4.4.2 )
 

lipanz

Senior Member
Hello everyone!
Okay...so I f*cked up things a bit...just installed the transparent status bar but didn't pay attention that is for Galaxy i8150 and not for i9000 :eek:
anyway , installed it correctly , the bar was transparent BUT the problem is that if I try to go in my Settings , the phone just reboots.
So my main question is: Is there a way that I can bring back my old status bar and restore from this error ? Links maybe ? ( I run CM11 KitKat4.4.2 )

i got the same problem with galaxy w.. the phone reboots whenever i open any apps.. im on cm11 latest build from arco.
 

dec0der

Senior Member
Mar 11, 2013
1,440
759
iloilo city
Hello everyone!
Okay...so I f*cked up things a bit...just installed the transparent status bar but didn't pay attention that is for Galaxy i8150 and not for i9000 :eek:
anyway , installed it correctly , the bar was transparent BUT the problem is that if I try to go in my Settings , the phone just reboots.
So my main question is: Is there a way that I can bring back my old status bar and restore from this error ? Links maybe ? ( I run CM11 KitKat4.4.2 )

i got the same problem with galaxy w.. the phone reboots whenever i open any apps.. im on cm11 latest build from arco.

Re flash your ROM without wipes.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    picture.php


    Download attached file
    available for CM11 build 3 by hadidjafri & for KK Bean Kat rom v.2.1
    flash from CWM - wipe cache - install it - reboot
    Done reboot android will upgrading for about 3 minutes and that's normal

    Credit :
    - @hadidjapri
    - @evilisto
    1
    This is just what i wanted! Thanks!

    Sent from my GT-I8150 using XDA Premium 4 mobile app

    ---------- Post added at 06:45 AM ---------- Previous post was at 06:27 AM ----------

    Hey
    I got a white status bar when opening dialer,messaging etc

    Sent from my GT-I8150 using XDA Premium 4 mobile app

    yes , the status bar background will depends on what is the color of the apps ..
    1
    yes , the status bar background will depends on what is the color of the apps ..

    how to transparent statusbar at the anylauncher?
    edit bools.xml? not work
    1
    if the build prop doesn't work

    try this
    decompile android.policy.jar
    com/android/internal/policy/impl/PhoneWindowManager.smali
    find this
    Code:
    .method public getSystemDecorLayerLw()I
        .registers 2
    
        .prologue
        .line 3374
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        if-eqz v0, :cond_b
    
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I
    
        move-result v0
    
        .line 3376
        :goto_a
        return v0
    
        .line 3375
        :cond_b
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        if-eqz v0, :cond_16
    
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I
    
        move-result v0
    
        goto :goto_a
    
        .line 3376
        :cond_16
        const/4 v0, 0x0
    
        goto :goto_a
    .end method
    remove that all and
    change it to like this
    Code:
    .method public getSystemDecorLayerLw()I
        .registers 2
    
        .prologue
        .line 3374
        const/4 v0, 0x0
    
        return v0
    .end method

    next decompile your systemui
    and set your transparent status bar background to transparent value
    1
    if the build prop doesn't work

    try this
    decompile android.policy.jar
    com/android/internal/policy/impl/PhoneWindowManager.smali
    find this
    Code:
    .method public getSystemDecorLayerLw()I
        .registers 2
    
        .prologue
        .line 3374
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        if-eqz v0, :cond_b
    
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mStatusBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I
    
        move-result v0
    
        .line 3376
        :goto_a
        return v0
    
        .line 3375
        :cond_b
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        if-eqz v0, :cond_16
    
        iget-object v0, p0, Lcom/android/internal/policy/impl/PhoneWindowManager;->mNavigationBar:Landroid/view/WindowManagerPolicy$WindowState;
    
        invoke-interface {v0}, Landroid/view/WindowManagerPolicy$WindowState;->getSurfaceLayer()I
    
        move-result v0
    
        goto :goto_a
    
        .line 3376
        :cond_16
        const/4 v0, 0x0
    
        goto :goto_a
    .end method
    remove that all and
    change it to like this
    Code:
    .method public getSystemDecorLayerLw()I
        .registers 2
    
        .prologue
        .line 3374
        const/4 v0, 0x0
    
        return v0
    .end method

    next decompile your systemui
    and set your transparent status bar background to transparent value



    OK dude ganteng thanks for help i can trying thats guide...
    :highfive:

    anytime i will go u home :victory: