[PORT][JB4.3] Xperia Z2 SystemUI & Home for Xperia T/TL/TX/V

Search This thread

Rizal Lovins

Recognized Developer / Themer / Inactive RC
May 30, 2012
1,618
15,948
Bandung
LG V30
Hello Xperia friend... :highfive:

I want to share SystemUI and Xperia Home Xperia Z2, This SystemUI is not Original from Xperia Z2 but modified from Jelly Bean 4.3, so it's should work for any Xperia using Stock Jelly Bean 4.3



Features :

- FINAL release for all Xperia's Stock Jelly Bean 4.3
- Enable Gradient Navigationbar & Statusbar on Homescreen & SONY Media Applications
- Enable Gradient Statusbar on Lockscreen
- Enable Home Auto rotation
- Full screen Home
- Changed AppTray Background (AppDrawer Background) from 100% to 35%
- Enable space clear all recent (TASK Killer)
- Transparent
- Enable Runtime Theme Accent Color
- Look like Xperia Z2 Original
- The distance between the Quick Setttings icon was extended

10427348_10201265785766509_7112104930028761750_n.jpg


Credits

Thanks to my best friend @serajr my smali teacher :good:
Thanks to my brother @ibanez7 for helping me
Thanks to @Rajeev @dipesh1502 @SuperHanss for helping me & some guide
Thanks to @kongaz2 for his initial work
Thanks to @jzqs for some code xml & smali

I'm sorry if i forgot someone, just PM me or post here ;)
 
Last edited:

Rizal Lovins

Recognized Developer / Themer / Inactive RC
May 30, 2012
1,618
15,948
Bandung
LG V30
DOWNLOAD
http://xdaforums.com/showpost.php?p=52168264&postcount=94

FINAL Version DOWNLOAD http://xdaforums.com/showpost.php?p=53562086&postcount=79

Requirement :

- Rooted
- SuperUser MOD Installed
- Deodexed

BEFORE INSTALLING

please edit your build.prop

Add this
Code:
dalvik.vm.verify-bytecode=false
search this
Code:
dalvik.vm.dexopt-flags=m=y
Change to
Code:
dalvik.vm.dexopt-flags=v=n,o=v,m=y

How to install :
- Reboot Into recovery
- Wipe dalvik cache
- Flash MOD
- Reboot

How to install Manually :
- Extract the zip
- Copy all files to system
- Set permissions 644 (rw-r--r--)
- Move to system/app
- Reboot

Enjoy!!!! :laugh:
 
Last edited:

Rizal Lovins

Recognized Developer / Themer / Inactive RC
May 30, 2012
1,618
15,948
Bandung
LG V30
system UI FC....Xperia V 9.2.A.1.199 root, UB, deodexed with your post http://xdaforums.com/showthread.php?t=2678668 and I use the superuser mod from serajr xperia xposed v2.0

Deodexed patch is already superusermod, try to disable, superuser mod from xposed then copy this line to build.prop

Add this
dalvik.vm.verify-bytecode=false

And change

dalvik.vm.dexopt-flags=m=y

To

dalvik.vm.dexopt-flags=v=n,o=v,m=y

Bootload -_- how to fix ????

You mean bootloop? Or Home not installed?
 
Last edited:

iHeymanth

Senior Member
May 30, 2013
1,382
247
Vizag
Working. I applied ur code n replaced in system /app.

Xv new firmware rizal deodexed rom :D

Sent from my LT25i using XDA Premium 4 mobile app
 

kaleys

Senior Member
Apr 29, 2010
103
7
Xperia TX FW .295 Rooted and Deodexed

Works Great!

though i would like to have the drop down menu a little less transparent. can't see the toggles due to the background being visible.

would like to have it the way in the Screenshot if that's possible.

Also how do you take screen shots? i don't have that option since upgrading to .295 FW
 
Last edited:

iHeymanth

Senior Member
May 30, 2013
1,382
247
Vizag
Xperia TX FW .295 Rooted and Deodexed

Works Great!

though i would like to have the drop down menu a little less transparent. can't see the toggles due to the background being visible.

would like to have it the way in the Screenshot if that's possible.

Also how do you take screen shots? i don't have that option since upgrading to .295 FW

use gravity box Module in Xpoesd Framework to enable the Screenshot in power menu:good:
 
  • Like
Reactions: kaleys

Leo

Senior Member
Dec 18, 2012
551
188
32
i prefer larger icon maybe it should be added into xhdpi :victory:
works fully
those who cant not use it just take a look at ur vendor/overlay
if there are apks named like systemui-res or home-res, remove their permissions
hope it helps
 
Last edited:

PeterGeorgiou

Senior Member
Apr 10, 2013
222
62
Larnaca
www.facebook.com
Guys i have Dark-L0rds 4.3 .199 firmware deodexed and rooted on a locked bootloader on my Xperia T. i have tried both methods of installation with this mod [Philz recovery flash and manually] but i get system ui error..what should i do???
 

Top Liked Posts

  • There are no posts matching your filters.
  • 41
    Hello Xperia friend... :highfive:

    I want to share SystemUI and Xperia Home Xperia Z2, This SystemUI is not Original from Xperia Z2 but modified from Jelly Bean 4.3, so it's should work for any Xperia using Stock Jelly Bean 4.3



    Features :

    - FINAL release for all Xperia's Stock Jelly Bean 4.3
    - Enable Gradient Navigationbar & Statusbar on Homescreen & SONY Media Applications
    - Enable Gradient Statusbar on Lockscreen
    - Enable Home Auto rotation
    - Full screen Home
    - Changed AppTray Background (AppDrawer Background) from 100% to 35%
    - Enable space clear all recent (TASK Killer)
    - Transparent
    - Enable Runtime Theme Accent Color
    - Look like Xperia Z2 Original
    - The distance between the Quick Setttings icon was extended

    10427348_10201265785766509_7112104930028761750_n.jpg


    Credits

    Thanks to my best friend @serajr my smali teacher :good:
    Thanks to my brother @ibanez7 for helping me
    Thanks to @Rajeev @dipesh1502 @SuperHanss for helping me & some guide
    Thanks to @kongaz2 for his initial work
    Thanks to @jzqs for some code xml & smali

    I'm sorry if i forgot someone, just PM me or post here ;)
    16
    DOWNLOAD
    http://xdaforums.com/showpost.php?p=52168264&postcount=94

    FINAL Version DOWNLOAD http://xdaforums.com/showpost.php?p=53562086&postcount=79

    Requirement :

    - Rooted
    - SuperUser MOD Installed
    - Deodexed

    BEFORE INSTALLING

    please edit your build.prop

    Add this
    Code:
    dalvik.vm.verify-bytecode=false
    search this
    Code:
    dalvik.vm.dexopt-flags=m=y
    Change to
    Code:
    dalvik.vm.dexopt-flags=v=n,o=v,m=y

    How to install :
    - Reboot Into recovery
    - Wipe dalvik cache
    - Flash MOD
    - Reboot

    How to install Manually :
    - Extract the zip
    - Copy all files to system
    - Set permissions 644 (rw-r--r--)
    - Move to system/app
    - Reboot

    Enjoy!!!! :laugh:
    6
    Updated to FINAL version, no more update!!! ;)

    10427348_10201265785766509_7112104930028761750_n.jpg



    Changelog :

    Code:
    - Fixed SystemUI FC when using ADB USB Debugging enable 
    - Fixed big back icon navigation bar on some custom themes
    - Fixed back key navigation bar sometimes doesn't work
    - Original Quick Settings icon Xperia Z2 (Like Original kitkat)
    - Home Removed in this version (Use another port)


    Download FINAL version for Stock Jelly Bean 4.3 http://d-h.st/rJF
    6
    New Update released

    DOWNLOAD Version 3.0 : http://d-h.st/pzr

    Code:
    - Enable Theme Accent Color
    - Fix support for All Xperia
    - Little bit increase size icon Quick Settings
    - Little bit increase size label Quick Settings

    Thanks to @serajr @Rajeev for you help :good: :victory:
    5
    Amazing!! :good:
    KK gives us such cosmetic stuff more than ever... so, it is just we put our hands on, and ofc we do it!!!