[TUTORIAL][KK]Animated Background System And Puldown Notification

Search This thread

kalel2012

Senior Member
Sep 27, 2012
226
486
Inspiration from boot animation and methods from animated nofification dropdown background from here.

Preview

Requirement:
1. Advanced apktool
2. Notepad++
3. Deodex System

A. Animation Background System
To do this mod first follow this tutorial to make the background transparent.
http://xdaforums.com/showthread.php?t=2641414

1. Make sure you have a transparent background settings
2. Decompile framework-res.apk
3. Download framework-res.zip from attachment and merge to your framework-res.apk
4. Now navigate to /res/values/styles.xml and change the line :
Code:
<item name="windowBackground">@drawable/kalel_background_white</item>
to:
Code:
<item name="windowBackground">@drawable/kalel_anim_fr</item>
5. Recompile framework-res.apk
6. Enjoy

B. Animated Puldown Notification.
1. Decompile SystemUI.apk
2. Download SystemUI.zip from attachment and merge to your SystemUI.apk
3. Now navigate to /res/layout/somc_tabs_status_bar_expanded.xml and change the line :
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/somc_notification_panel_bg"
to:
Code:
<com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/kalel_anim_sys"
4. Recompile SystemUI.apk
5. Enjoy

For Xperia Z1 you can download this mod here : http://xdaforums.com/xperia-z1/themes-apps/mod-cosmicflow-animation-background-t2954739

If you want to use other animation you can change the image file and edit the file kalel_anim_fr.xml and kalel_anim_sys.xml.
Sorry for my bad english :D

Do With Your Own Risk
Thanks TO: (if I forgot someone, please remember me)
- BDFreak for Advanced Apktool
- SilencerOfLambs for ANIMATED NOTIFICATION DROPDOWN BACKGROUND
- neoxx3m for bootanimation file
 

Attachments

  • framework-res.zip
    810.7 KB · Views: 394
  • SystemUI.zip
    941.8 KB · Views: 370

GigaSPX

Senior Member
Dec 2, 2012
1,171
408
Does this require root? I have the Z3v, but also another thing, does this drain battery as bad?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    Inspiration from boot animation and methods from animated nofification dropdown background from here.

    Preview

    Requirement:
    1. Advanced apktool
    2. Notepad++
    3. Deodex System

    A. Animation Background System
    To do this mod first follow this tutorial to make the background transparent.
    http://xdaforums.com/showthread.php?t=2641414

    1. Make sure you have a transparent background settings
    2. Decompile framework-res.apk
    3. Download framework-res.zip from attachment and merge to your framework-res.apk
    4. Now navigate to /res/values/styles.xml and change the line :
    Code:
    <item name="windowBackground">@drawable/kalel_background_white</item>
    to:
    Code:
    <item name="windowBackground">@drawable/kalel_anim_fr</item>
    5. Recompile framework-res.apk
    6. Enjoy

    B. Animated Puldown Notification.
    1. Decompile SystemUI.apk
    2. Download SystemUI.zip from attachment and merge to your SystemUI.apk
    3. Now navigate to /res/layout/somc_tabs_status_bar_expanded.xml and change the line :
    Code:
    <com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/somc_notification_panel_bg"
    to:
    Code:
    <com.sonymobile.systemui.statusbar.tools.SomcTabsNotificationPanelView android:id="@id/notification_panel" android:background="@drawable/kalel_anim_sys"
    4. Recompile SystemUI.apk
    5. Enjoy

    For Xperia Z1 you can download this mod here : http://xdaforums.com/xperia-z1/themes-apps/mod-cosmicflow-animation-background-t2954739

    If you want to use other animation you can change the image file and edit the file kalel_anim_fr.xml and kalel_anim_sys.xml.
    Sorry for my bad english :D

    Do With Your Own Risk
    Thanks TO: (if I forgot someone, please remember me)
    - BDFreak for Advanced Apktool
    - SilencerOfLambs for ANIMATED NOTIFICATION DROPDOWN BACKGROUND
    - neoxx3m for bootanimation file
    1
    I don't own a xperia but I must say this is fuc*in awesome :eek: great work buddy :highfive:
    1
    confuse now !!
    which file should be change here :eek:
    sorry, i can't help. I think there is difference xml
    1
    Is it possible to make it more 'flow'?
    Anyway, very nice mod!

    of course, add more images in the drawable-xxhdpi and edit xml in attachment.