[MOD][TX][4.3] SystemUI Mods [5Key Nav Bar/ Traffic indicater/ Transparent]

Search This thread

Leo

Senior Member
Dec 18, 2012
551
188
32
First of all it is my first thread here so sorry in advance if i made some mistakes :D
Few days ago ive made some mods on the SystemUI.apk of TX
Now id like to share them


WHAT I DID
  • 5 keys nav bar
  • rearrange the order of butts [power-back-home-task -menu]
  • for the icon of power and menu key in horizontal i use "ic_sysbar_lights_out_dot_large" which i think is more fit the costum themes
  • added five dots when lights out
  • added invisible power key function in the up right corner
  • [optional]added traffic on status bar
  • [optional]fully transparent stat and nav bar

HOW TO USE
  1. works both on odex and deodexed stock roms
    [for odex roms make sure there is no SystemUI.odex in system/app folder. if it do just delete it or remove all its permission]
  2. Download the SystemUI.apk u prefer
  3. copy it into system/ folder and set permission to rw-r-r
  4. cut it into system/app folder and replace the original one [a backup is recommended]
  5. reboot

DOWNLOAD [4 versions in total so choose what u prefer]
http://pan.baidu.com/s/1o6scg5s
https://drive.google.com/folderview?id=0B4OQgs1jsOL_OWxKOFlfN3NJMXM&usp=sharing

CREDITS
@Dzol Cp for traffic indicater in status bar
@Rajeev for add more keys in navigation bar
@DaRk-L0rD for proper deodex guide and ...ur title:D
@Leo for mixing them and making it much better
 

Attachments

  • Screenshot_2014-01-19-14-53-31.jpg
    Screenshot_2014-01-19-14-53-31.jpg
    69.9 KB · Views: 3,968
  • Screenshot_2014-01-20-22-58-31.png
    Screenshot_2014-01-20-22-58-31.png
    130.7 KB · Views: 2,202
Last edited:

y9420045825

Member
May 8, 2013
31
6
Good!

First of all it is my first thread here so sorry in advance if i made some mistakes :D
Few days ago ive made some mods on the SystemUI.apk of TX
Now id like to share them


WHAT I DID
  • 5 keys nav bar
  • rearrange the order of butts [power-back-home-task -menu]
  • for the icon of power and menu key in horizontal i use "ic_sysbar_lights_out_dot_large" which i think is more fit the costum themes
  • added five dots when lights out
  • added invisible power key function in the up right corner
  • [optional]added traffic on status bar
  • [optional]fully transparent stat and nav bar

HOW TO USE
  1. works both on odex and deodexed stock roms
    [for odex roms make sure there is no SystemUI.odex in system/app folder. if it do just delete it or remove all its permission]
  2. Download the SystemUI.apk u prefer
  3. copy it into system/ folder and set permission to rw-r-r
  4. cut it into system/app folder and replace the original one [a backup is recommended]
  5. reboot

DOWNLOAD [4 versions in total so choose what u prefer]
http://pan.baidu.com/s/1o6scg5s

CREDITS
@Dzol Cp for traffic indicater in status bar
@Rajeev for add more keys in navigation bar
@DaRk-L0rD for proper deodex guide and ...ur title:D
@Leo for mixing them and making it much better

:laugh::laugh::laugh: Awesome works :good:

Can I share it to other fourm ;)?

I will write your name in credit and post the URL in the article :cowboy:
 
  • Like
Reactions: Leo

kagara

Senior Member
Sep 13, 2012
118
26
you are awesome :good:
would you show me ho to add power key function in the right corner?make a tutorial if you dont mind
thanks for your hardwork :good:
 

Leo

Senior Member
Dec 18, 2012
551
188
32
you are awesome :good:
would you show me ho to add power key function in the right corner?make a tutorial if you dont mind
thanks for your hardwork :good:

downlaod the status_bar.xml in post 2 ull see the following

for invisible power key at up right corner, add the whole redly framed part there ( it works on 4.0+ but u need to find a proper place to add)
dont forget to put a small transparent .png into proper drawable folder
i named it screen_lock (any name u like) and we t/tx/v should put it into xhdpi folder
 
Last edited:

savergiggio

Senior Member
Apr 30, 2013
720
1,145
downlaod the status_bar.xml in post 2 ull see the following

for invisible power key at up right corner, add the whole redly framed part there ( it works on 4.0+ but u need to find a proper place to add)
dont forget to put a small transparent .png into proper drawable folder
i named it screen_lock (any name u like) and we t/tx/v should put it into xhdpi folder

Good bro thx :)

Sent from my LT26ii using XDA Premium 4 mobile app
 
  • Like
Reactions: Leo

kagara

Senior Member
Sep 13, 2012
118
26
Nice one bro, i'll try it

Sent from my LT29i using xda app-developers app
 
  • Like
Reactions: Leo

kagara

Senior Member
Sep 13, 2012
118
26
and thanks i'am sucessfully added on my favorit systemUI :victory:
 

Attachments

  • Screenshot_2014-01-22-20-17-22_arcs2014-01-22_20-17-48.jpg
    Screenshot_2014-01-22-20-17-22_arcs2014-01-22_20-17-48.jpg
    67.4 KB · Views: 430
  • Like
Reactions: Leo

caer_ayu

Senior Member
Sep 29, 2011
235
22
if only you could make the navi bar smaller to 36dpi ..i would be soo grateful ..:D
 

kagara

Senior Member
Sep 13, 2012
118
26
dear @Leo,
if i want use your navigation style on this navigatation_bar.xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.NavigationBarView android:background="@drawable/nav_bar_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
    <FrameLayout android:id="@id/rot0" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <LinearLayout android:orientation="horizontal" android:id="@id/container" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <include layout="@layout/mid_navigation_bar_port" />
        </LinearLayout>
        <LinearLayout android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:orientation="horizontal" android:id="@id/lights_out" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="40.0dip" android:layout_marginRight="40.0dip">
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
        </LinearLayout>
        <com.android.systemui.statusbar.policy.DeadZone android:layout_gravity="top" android:id="@id/deadzone" android:layout_width="fill_parent" android:layout_height="@dimen/navigation_bar_deadzone_size" />
    </FrameLayout>
    <FrameLayout android:id="@id/rot90" android:paddingTop="0.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@id/container" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <include layout="@layout/mid_navigation_bar_land" />
        </LinearLayout>
        <LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@id/lights_out" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="40.0dip" android:layout_marginBottom="40.0dip">
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
        </LinearLayout>
        <com.android.systemui.statusbar.policy.DeadZone android:layout_gravity="left" android:id="@id/deadzone" android:layout_width="@dimen/navigation_bar_deadzone_size" android:layout_height="fill_parent" />
    </FrameLayout>
    <View android:id="@id/rot270" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</com.android.systemui.statusbar.phone.NavigationBarView>

how to do it? thanks for your help :angel:
 

Attachments

  • navigation_bar.zip
    819 bytes · Views: 17
Last edited:

Leo

Senior Member
Dec 18, 2012
551
188
32
dear @Leo,
if i want use your navigation style on this navigatation_bar.xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.NavigationBarView android:background="@drawable/nav_bar_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
    <FrameLayout android:id="@id/rot0" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <LinearLayout android:orientation="horizontal" android:id="@id/container" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <include layout="@layout/mid_navigation_bar_port" />
        </LinearLayout>
        <LinearLayout android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:orientation="horizontal" android:id="@id/lights_out" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="40.0dip" android:layout_marginRight="40.0dip">
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" />
            <ImageView android:layout_width="80.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
        </LinearLayout>
        <com.android.systemui.statusbar.policy.DeadZone android:layout_gravity="top" android:id="@id/deadzone" android:layout_width="fill_parent" android:layout_height="@dimen/navigation_bar_deadzone_size" />
    </FrameLayout>
    <FrameLayout android:id="@id/rot90" android:paddingTop="0.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@id/container" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <include layout="@layout/mid_navigation_bar_land" />
        </LinearLayout>
        <LinearLayout android:gravity="center_vertical" android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@id/lights_out" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="40.0dip" android:layout_marginBottom="40.0dip">
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
            <View android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" />
            <ImageView android:layout_width="fill_parent" android:layout_height="80.0dip" android:src="@drawable/ic_sysbar_lights_out_dot_large" android:scaleType="center" />
        </LinearLayout>
        <com.android.systemui.statusbar.policy.DeadZone android:layout_gravity="left" android:id="@id/deadzone" android:layout_width="@dimen/navigation_bar_deadzone_size" android:layout_height="fill_parent" />
    </FrameLayout>
    <View android:id="@id/rot270" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</com.android.systemui.statusbar.phone.NavigationBarView>

how to do it? thanks for your help :angel:

i think the right layout of ur nav bar is in "@layout/mid_navigation_bar_port"
 

elpryn

Member
Jan 14, 2011
19
2
hey bro, i love your traffic on status bar :victory:
is that universal zip or just made for TX ?

I'm using T now ;)


----------------------------------

oh my bad, itsn't flashable zip right ? :(
will you make one ? hehe :D
 
Last edited:

chronoo

New member
May 10, 2013
3
0
Thank you bro. Could you rearrange the order of butts as [menu-back-home-task -power]
thanks a lot:good::laugh:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    First of all it is my first thread here so sorry in advance if i made some mistakes :D
    Few days ago ive made some mods on the SystemUI.apk of TX
    Now id like to share them


    WHAT I DID
    • 5 keys nav bar
    • rearrange the order of butts [power-back-home-task -menu]
    • for the icon of power and menu key in horizontal i use "ic_sysbar_lights_out_dot_large" which i think is more fit the costum themes
    • added five dots when lights out
    • added invisible power key function in the up right corner
    • [optional]added traffic on status bar
    • [optional]fully transparent stat and nav bar

    HOW TO USE
    1. works both on odex and deodexed stock roms
      [for odex roms make sure there is no SystemUI.odex in system/app folder. if it do just delete it or remove all its permission]
    2. Download the SystemUI.apk u prefer
    3. copy it into system/ folder and set permission to rw-r-r
    4. cut it into system/app folder and replace the original one [a backup is recommended]
    5. reboot

    DOWNLOAD [4 versions in total so choose what u prefer]
    http://pan.baidu.com/s/1o6scg5s
    https://drive.google.com/folderview?id=0B4OQgs1jsOL_OWxKOFlfN3NJMXM&usp=sharing

    CREDITS
    @Dzol Cp for traffic indicater in status bar
    @Rajeev for add more keys in navigation bar
    @DaRk-L0rD for proper deodex guide and ...ur title:D
    @Leo for mixing them and making it much better
    6
    For anyone who would like to know how to do :D
    3
    you are awesome :good:
    would you show me ho to add power key function in the right corner?make a tutorial if you dont mind
    thanks for your hardwork :good:

    downlaod the status_bar.xml in post 2 ull see the following

    for invisible power key at up right corner, add the whole redly framed part there ( it works on 4.0+ but u need to find a proper place to add)
    dont forget to put a small transparent .png into proper drawable folder
    i named it screen_lock (any name u like) and we t/tx/v should put it into xhdpi folder
    1
    Good!

    First of all it is my first thread here so sorry in advance if i made some mistakes :D
    Few days ago ive made some mods on the SystemUI.apk of TX
    Now id like to share them


    WHAT I DID
    • 5 keys nav bar
    • rearrange the order of butts [power-back-home-task -menu]
    • for the icon of power and menu key in horizontal i use "ic_sysbar_lights_out_dot_large" which i think is more fit the costum themes
    • added five dots when lights out
    • added invisible power key function in the up right corner
    • [optional]added traffic on status bar
    • [optional]fully transparent stat and nav bar

    HOW TO USE
    1. works both on odex and deodexed stock roms
      [for odex roms make sure there is no SystemUI.odex in system/app folder. if it do just delete it or remove all its permission]
    2. Download the SystemUI.apk u prefer
    3. copy it into system/ folder and set permission to rw-r-r
    4. cut it into system/app folder and replace the original one [a backup is recommended]
    5. reboot

    DOWNLOAD [4 versions in total so choose what u prefer]
    http://pan.baidu.com/s/1o6scg5s

    CREDITS
    @Dzol Cp for traffic indicater in status bar
    @Rajeev for add more keys in navigation bar
    @DaRk-L0rD for proper deodex guide and ...ur title:D
    @Leo for mixing them and making it much better

    :laugh::laugh::laugh: Awesome works :good:

    Can I share it to other fourm ;)?

    I will write your name in credit and post the URL in the article :cowboy:
    1
    :laugh::laugh::laugh: Awesome works :good:

    Can I share it to other fourm ;)?

    I will write your name in credit and post the URL in the article :cowboy:

    nevermind~ thanks for ur appreciation :highfive:
    and...dont quote the whole post #1