[MOD][GUIDE]Blurred StatusBarExpanded

Search This thread

TheFixItMan

Senior Member
Jul 8, 2012
7,844
4,052
London
sir can you help me? i tried it and it work on my lenovo a269i. however, when i reboot my device my statusbar disappeared without any systemUI force close error. i tried to capture the error in logcat but its not showing any results. can you help me?

Most likely incorrectly signed

Sign systemui.apk with a platform key using zip signer from playstore (change extention back to apk after signing) then flash in recovery or push to system and set permissions to rw-r-r
 

Jedz77

Member
Mar 30, 2015
30
1

thank you for the quick response bro,
i tried that one but this is the result

H:\Jed\platform-tools>adb shell
$ su
su
# am startservice -n com.android.systemui/.statusbar.StatusBarService
am startservice -n com.android.systemui/.statusbar.StatusBarService
Starting service: Intent { cmp=com.android.systemui/.statusbar.StatusBarService
}
Error: Not found; no service started.
#
 

AuliaYF

Senior Member
Jun 7, 2013
236
203
26
Bekasi, Indonesia
thank you for the quick response bro,
i tried that one but this is the result

H:\Jed\platform-tools>adb shell
$ su
su
# am startservice -n com.android.systemui/.statusbar.StatusBarService
am startservice -n com.android.systemui/.statusbar.StatusBarService
Starting service: Intent { cmp=com.android.systemui/.statusbar.StatusBarService
}
Error: Not found; no service started.
#
that's because different signature i guess.
try this one
http://xdaforums.com/showthread.php?t=2342262
 

Jedz77

Member
Mar 30, 2015
30
1
that's because different signature i guess.
try this one
http://xdaforums.com/showthread.php?t=2342262

Still the same bro, i tried both ways in that tutorial, adding the lines in red and also spacecaker's method by deleting the signaturecheck method. still the same. this also happen when i tried to move my clock to the center :( my SystemUI only work when i push my edited UI then restart it with my SystemUI restart app. :crying:
 

AuliaYF

Senior Member
Jun 7, 2013
236
203
26
Bekasi, Indonesia
Still the same bro, i tried both ways in that tutorial, adding the lines in red and also spacecaker's method by deleting the signaturecheck method. still the same. this also happen when i tried to move my clock to the center :( my SystemUI only work when i push my edited UI then restart it with my SystemUI restart app. :crying:

open your SystemUI.apk with archive manager, and see is there any META-INF/ folder, if so, but still not working, try resigning your SystemUI.apk
 

Jedz77

Member
Mar 30, 2015
30
1
open your SystemUI.apk with archive manager, and see is there any META-INF/ folder, if so, but still not working, try resigning your SystemUI.apk

I tried to resign my UI bro using apktool apk and apkmulti tool still not working. i also tried copying the meta-inf folder from the unmoded Ui and place it on my apk still not working :(:crying:
 

vinzjub

Member
Mar 17, 2017
21
0
i tried it on hyperion 9 but it blurs only when pulldown menu is tap. i want to make the notification panel be fully blurred like ios. how to make it?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 19
    icon.png
    Hi guys, i have a new mod right here :D It's called Blurred StatusBarExpanded, what is it? see description below.

    Description

    Since PineappleOwl posted a guide for blurred lockscreen, i found out that we can put FLAG_BLUR_BEHIND for a window. Since TrackingView is a window, so we can put that flag :D.


    Screenshots


    How to do this?
    • Decompile SystemUI
    • Open up StatusBarService.smali
    • Find this method
      Code:
      .method onBarViewAttached()V
    • Find this inside that method
      Code:
      const v4, 0x20300
    • Replace that one with this
      Code:
      const v4, 0x20304
    • Last step, compile SystemUI and push!

    Issues:
    • Maybe this one, i don't know why, if you rotate your device 90 degrees, and then open PowerDialog(host power button), you can see this one too.
      device-2014-08-03-201151.png
      device-2014-08-03-201203.png

    Credits:
    • Google
    • Stackoverflow
    • PineappleOwl
    2
    Now not only the JB can boast there SystemUI (Y)
    1
    Now not only the JB can boast there SystemUI (Y)
    yeah! we have many awesome developer/themer right here! :D
    another epic things as always, will try on my fayel.
    if you have any problem just ask :)