[TUTORIAL][MOD] Make 5 menu NavBar / SoftKey [Xperia L]

Search This thread

kz_rider_0274

Member
Jul 8, 2013
42
9
[TUTORIAL][MOD] Make 5 menu NavBar / SoftKey [Xperia L]
This tutorial for JB 4.1.2 4.2.2 4.3

Hello
This is my 1st thread.So,sory if my english are bad..
I know some of you already knows this. So if you already known this, you can leave it. This is for new comers like me :D


You all know that the default navbar for XperiaL only 3 buttons, back-home-recents app... So we'll make 2 additional button, thats are lock & menu..
This extra button are very usefull, i think..

Oke Let's Start

Needed :
+ PC
+ Knowledge of compile-decompile APKs
+ Signing APKs
+ Root & Deodex
+ Notepad++

[1] You have to find 5 icon for our new 5 navbar..you can search on this forum, or you will made the icons by yourself,doesnt matter..the important is you gets HDPI icons for HDPI device, xHDPI for xHDPI device...

[2] Decompile your SystemUI.apk...go to res/drawable-hdpi (for hdpi device)...make sure your icons have same name with icons from this folder...copy your icon to this folder...

[3]Go to res/values folder and search ids.xml and open it with Notepad++..Then add this line at the end before </resources>

<item type="id" name="lock">false</item>
<item type="id" name="newmenu">false</item>
Tuto100.png

Save it and close

[4]
Go to res/values/strings.xlm... Add this line

<string name="accessibility_lock">Lock</string>
Tuto101.png

Save it and close

[5]
Now go to res/layout folder and find navigation-bar.xlm open with Notepad++...
You can found this
Tuto102.png

Just replace with this
Scrip 1

Before saving, next to step 6

[6]
Find this
Tuto103.png

Replace with this
Scrip 2

Save it and close

7
Recompile and sign the APK..Push to your system

Congrats
You get navbar with 5 menus..

Note
You can chang the DIP on step 5 and 6 to customizing..
And you can change the order of the menus on step 5..just move the line like what you want..that line make order back-menu-home-lock-recent (form the left)..you can change to menu-back-home-recent-lock or what you want..just MOVE the line..

Source thread :
http://xdaforums.com/showthread.php?t=2553416

Credit :
Rajeev


Screenshot
This is mine
9384_10201496254631769_1249791808_n.jpg



examplecn.png



examplekp.png
 
Sep 23, 2013
6
1
Pekalongan
xdaforums.com
[TUTORIAL][MOD] Make 5 menu NavBar / SoftKey [Xperia L]
This tutorial for JB 4.1.2 4.2.2 4.3

Hello
This is my 1st thread.So,sory if my english are bad..
I know some of you already knows this. So if you already known this, you can leave it. This is for new comers like me :D


You all know that the default navbar for XperiaL only 3 buttons, back-home-recents app... So we'll make 2 additional button, thats are lock & menu..
This extra button are very usefull, i think..

Oke Let's Start

Needed :
+ PC
+ Knowledge of compile-decompile APKs
+ Signing APKs
+ Root & Deodex
+ Notepad++

[1] You have to find 5 icon for our new 5 navbar..you can search on this forum, or you will made the icons by yourself,doesnt matter..the important is you gets HDPI icons for HDPI device, xHDPI for xHDPI device...

[2] Decompile your SystemUI.apk...go to res/drawable-hdpi (for hdpi device)...make sure your icons have same name with icons from this folder...copy your icon to this folder...

[3]Go to res/values folder and search ids.xml and open it with Notepad++..Then add this line at the end before </resources>


Tuto100.png

Save it and close

[4]
Go to res/values/strings.xlm... Add this line


Tuto101.png

Save it and close

[5]
Now go to res/layout folder and find navigation-bar.xlm open with Notepad++...
You can found this
Tuto102.png

Just replace with this
Scrip 1

Before saving, next to step 6

[6]
Find this
Tuto103.png

Replace with this
Scrip 2

Save it and close

7
Recompile and sign the APK..Push to your system

Congrats
You get navbar with 5 menus..

Note
You can chang the DIP on step 5 and 6 to customizing..
And you can change the order of the menus on step 5..just move the line like what you want..that line make order back-menu-home-lock-recent (form the left)..you can change to menu-back-home-recent-lock or what you want..just MOVE the line..

Source thread :
http://xdaforums.com/showthread.php?t=2553416

Credit :
Rajeev


Screenshot
This is mine
9384_10201496254631769_1249791808_n.jpg



examplecn.png



examplekp.png

Thanx dude,nice tut

Sent from my C2105 using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    [TUTORIAL][MOD] Make 5 menu NavBar / SoftKey [Xperia L]
    This tutorial for JB 4.1.2 4.2.2 4.3

    Hello
    This is my 1st thread.So,sory if my english are bad..
    I know some of you already knows this. So if you already known this, you can leave it. This is for new comers like me :D


    You all know that the default navbar for XperiaL only 3 buttons, back-home-recents app... So we'll make 2 additional button, thats are lock & menu..
    This extra button are very usefull, i think..

    Oke Let's Start

    Needed :
    + PC
    + Knowledge of compile-decompile APKs
    + Signing APKs
    + Root & Deodex
    + Notepad++

    [1] You have to find 5 icon for our new 5 navbar..you can search on this forum, or you will made the icons by yourself,doesnt matter..the important is you gets HDPI icons for HDPI device, xHDPI for xHDPI device...

    [2] Decompile your SystemUI.apk...go to res/drawable-hdpi (for hdpi device)...make sure your icons have same name with icons from this folder...copy your icon to this folder...

    [3]Go to res/values folder and search ids.xml and open it with Notepad++..Then add this line at the end before </resources>

    <item type="id" name="lock">false</item>
    <item type="id" name="newmenu">false</item>
    Tuto100.png

    Save it and close

    [4]
    Go to res/values/strings.xlm... Add this line

    <string name="accessibility_lock">Lock</string>
    Tuto101.png

    Save it and close

    [5]
    Now go to res/layout folder and find navigation-bar.xlm open with Notepad++...
    You can found this
    Tuto102.png

    Just replace with this
    Scrip 1

    Before saving, next to step 6

    [6]
    Find this
    Tuto103.png

    Replace with this
    Scrip 2

    Save it and close

    7
    Recompile and sign the APK..Push to your system

    Congrats
    You get navbar with 5 menus..

    Note
    You can chang the DIP on step 5 and 6 to customizing..
    And you can change the order of the menus on step 5..just move the line like what you want..that line make order back-menu-home-lock-recent (form the left)..you can change to menu-back-home-recent-lock or what you want..just MOVE the line..

    Source thread :
    http://xdaforums.com/showthread.php?t=2553416

    Credit :
    Rajeev


    Screenshot
    This is mine
    9384_10201496254631769_1249791808_n.jpg



    examplecn.png



    examplekp.png