[GB]Blur Lockscreen (No moar bugs in statusbar)

Search This thread

PineappleOwl

Senior Member
Mar 22, 2013
525
968
Hi again XDA-Developers and modders. As the title say, yes it is blur. Since GB doesnt support ScriptIntrinsicBlur, its getting hard to make it and throungh custom views, it became laggy. There is only one shot for here, FLAGS. I analyze, last time I made a fullscreen lockscreen guide and it made up of flag. Now I brought to you the blur here

Updated: New Steps

I think there is no post like this yet so Ill be making it. ;)

Requirement:
Brain
Apktool
Notepad

Steps:
1. Pull your android.policy.jar (located at system/framework)
2. Decompile your android.policy.jar in apktool
3, After decompiling find this smali inside your android.policy.jar
KeyguardViewManager.smali
4. Find this method under KeyguardViewManager.smali
.method public declared-synchronized show()V
5. Inside the show()V find this, (dont worry it is only one in there)
0x10000800 (if you are not using fullscreen)
0x10000900 (if you followed my earlier guide in fullscreen lockscreen)
0x4 (if you followed my earlier guide)
6. Change it to 0x10000504
7. Save and compile.
8. Flash. Hehe

Troubleshooting:
For those have no effect of blur in lockscreen, check this
1. Decompile your framework-res.apk
2. Go to res/values/bools
3. find these and make it like this
<bool name="config_sf_slowBlur">false</bool>
4. Save
5. Compile

Happy modding.

ScreenShot :)
10153927_544765998978297_6605093268852861501_n.jpg


Disclaimer: I am not reliable for the bootloop device. Read and read. It saves you. :D And also , device having API 14 (JellyBean) cant do this because FLAG_BLUR_BEHIND is depreciated in API 14 and above. If symptom persist consult yar doctor(me). No approve therapeutic claims ;)

Credits:
Zionear@xda and ElUyuzSuperGwapo add Christian Paul for inspired Blur Lockscreen
My fullscreen lockscreen thread
LenoxDevelopers (they are so fvcking awesome.)
XDA
You

A little press in thank button if I help you.


Greets,
PineappleOwl@xda
 
Last edited:

Himan Boro

Senior Member
Jul 31, 2013
540
68
26
Guwahati
Nice 1...Can We use holo locker without using 3rd party app ..
i mean to induce holo locker in android.polic.jar or any othet jar/apk files...
 

GSculerlor

Senior Member
Oct 23, 2013
441
89
Malang
If i already use custom wallpaper and want to make it transparent, how to change it ?

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

Top Liked Posts

  • There are no posts matching your filters.
  • 39
    Hi again XDA-Developers and modders. As the title say, yes it is blur. Since GB doesnt support ScriptIntrinsicBlur, its getting hard to make it and throungh custom views, it became laggy. There is only one shot for here, FLAGS. I analyze, last time I made a fullscreen lockscreen guide and it made up of flag. Now I brought to you the blur here

    Updated: New Steps

    I think there is no post like this yet so Ill be making it. ;)

    Requirement:
    Brain
    Apktool
    Notepad

    Steps:
    1. Pull your android.policy.jar (located at system/framework)
    2. Decompile your android.policy.jar in apktool
    3, After decompiling find this smali inside your android.policy.jar
    KeyguardViewManager.smali
    4. Find this method under KeyguardViewManager.smali
    .method public declared-synchronized show()V
    5. Inside the show()V find this, (dont worry it is only one in there)
    0x10000800 (if you are not using fullscreen)
    0x10000900 (if you followed my earlier guide in fullscreen lockscreen)
    0x4 (if you followed my earlier guide)
    6. Change it to 0x10000504
    7. Save and compile.
    8. Flash. Hehe

    Troubleshooting:
    For those have no effect of blur in lockscreen, check this
    1. Decompile your framework-res.apk
    2. Go to res/values/bools
    3. find these and make it like this
    <bool name="config_sf_slowBlur">false</bool>
    4. Save
    5. Compile

    Happy modding.


    Disclaimer: I am not reliable for the bootloop device. Read and read. It saves you. :D And also , device having API 14 (JellyBean) cant do this because FLAG_BLUR_BEHIND is depreciated in API 14 and above. If symptom persist consult yar doctor(me). No approve therapeutic claims ;)

    Credits:
    Zionear@xda and ElUyuzSuperGwapo add Christian Paul for inspired Blur Lockscreen
    My fullscreen lockscreen thread
    LenoxDevelopers (they are so fvcking awesome.)
    XDA
    You

    A little press in thank button if I help you.


    Greets,
    PineappleOwl@xda
    2
    Nice 1...Can We use holo locker without using 3rd party app ..
    i mean to induce holo locker in android.polic.jar or any othet jar/apk files...

    No you cant I think. hehe
    2
    hi sir, how to remove the black line at the statusbar at the ls like on ur ss :) salamat po hehe

    Set windowcontentoverlay to @null

    Sent from my GT-S5360 using Tapatalk 2
    2
    If i already use custom wallpaper and want to make it transparent, how to change it ?

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

    In settings. Go to application , manage application and go to gallery and Clear Data. :)