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

Search This thread

~Unify~

Senior Member
Mar 22, 2013
771
140
C:\Earth\INDIA\ODISHA
fb.me
This guide not work for me. After editing Android.policy.jar also do no chanfes.Even the like
Code:
<bool name="config_sf_slowBlur">false</bool>
is already present in my framework-res/res/value/bools.xml .
 

Ibrahimsyah404

New member
Jun 11, 2014
1
0
j4rviz.blogspot.com
Hi Sir , Why This Guide is not work on My Samsung GT - S5360 . it still does not Blur . I Try to Change the Lockscreen Background With a Transparent Image , But Still not Work. I've follow The Guide Step By Step. Where is the problem and How to Change it to Blur Lockscreen.

Code:
<bool name="config_sf_slowBlur">false</bool>
is Already in my framework-res/res/value/bools.xml .
 

devara30

Member
Feb 7, 2013
40
16
jakarta pojok sekali (JAPOS)
Blurred,but only show statusbar

Hi Sir
Why my Lockscreen like this??
Blurred,but only show the statusbar and don't show the wallpaper:crying:

I'm running aosp rom
 

Attachments

  • 2014_06_22_01.55.40.png
    2014_06_22_01.55.40.png
    13.3 KB · Views: 63
Last edited:

pda1ey

Member
Jun 2, 2013
35
1
Thanks for this guide. What value for the const should I use to make the lockscreen not-fullscreen but still keep the blur effect?

Cheers...
 

Jedz77

Member
Mar 30, 2015
30
1
Anyone manage to fix the black background? my lock screen bg is already transparent still not working. I really love this mod :crying::crying:
 

AuliaYF

Senior Member
Jun 7, 2013
236
203
26
Bekasi, Indonesia

Jedz77

Member
Mar 30, 2015
30
1
what android version are you running on?

note that

My os is 2.3.6. im using lenovo a269i. i know i did everything right because i can see a small blur in the statusbar area, but in the wallpaper its just black. tried to clear the data of my gallery, reboot, change wallpaper. still no go.
 

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. :)