[MOD][Stock JB 4.1.2] KitKat 4.4 Gradient+S4 Status Bar

Search This thread

MR.Volkf

Senior Member
Aug 25, 2012
883
532
C:\Apktool & C:\TickleMyAndroid
S4 StatusBar Mod

Include
  • KitKat Gradient Status & Nav Bars - Thank you @ATTACK ;) [GUIDE][AOSP][4.1+][WIP] KitKat Gradient Status & Nav Bars
  • Fix Notification Transparent
    How To Do It?

    1. Decompile SystemUI.apk
    2. Go to SystemUI.apk/res/values/dimens.xml
    3. Search this line:
      Code:
      <item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
      <item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
    4. Change it to:
      Code:
      <item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
      <item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
    5. Recompile SystemUI.apk
  • Full Toggle
    How To Do It?

    1. Decompile SystemUI.apk
    2. Go to SystemUI.apk/res/values/arrays.xml
    3. Download whole line and change with this code
      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <resources>
          <string-array name="spen_apps">
              <item>com.diotek.mini_penmemo,com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
              <item>com.sec.android.app.snotebook,com.infraware.filemanager.FmFileTreeListActivity</item>
              <item>com.android.calendar,com.android.calendar.AllInOneActivity</item>
              <item>com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics</item>
              <item>air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry</item>
              <item>com.infraware.PolarisOfficeStdForTablet,com.infraware.splash.SplashActivity</item>
          </string-array>
          <string-array name="QuickSettingButtonAttribute">
              <item>Wifi</item>
              <item>MobileData</item>
              <item>SilentMode</item>
              <item>AutoRotate</item>
              <item>Bluetooth</item>
              <item>Location</item>
              <item>DormantMode</item>
              <item>PowerSaving</item>
              <item>AirplaneMode</item>
              <item>DoNotDisturb</item>
              <item>DrivingMode</item>
              <item>NfcP2p</item>
              <item>SmartStay</item>
              <item>Sync</item>
          </string-array>
          <string-array name="mini_mode_apps">
              <item>com.sec.minimode.taskcloser.MiniTaskcloserService</item>
              <item>com.android.calendar.month.MiniCalendarService</item>
              <item>com.sec.android.app.worldclock.MiniWorldClockService</item>
              <item>com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
              <item>com.sec.android.app.popupcalculator.PopupCalculatorService</item>
              <item>com.sec.android.app.music.minimode.MiniMusicService</item>
          </string-array>
      </resources>
    4. Recompile SystemUI.apk
ScreenShoot
1457657_672527776111572_457519153_n.jpg

1469835_672527859444897_139507755_n.jpg


Perfect Installation
  1. Flash this [MOD][4.1.2] Enable Ripple Effect
  2. Flash this [MOD] 18 color ink effect + AOSP lockscreen + 4-way reboot
  3. Flash this [VRT][THEME/MOD] Advance Galaxy Mini [27/07/2013]
  4. Download my mod in download section,download both of them
  5. Push to System/app and push android.policy.jar to System/framework
  6. Set Permission like another file in System/app and system/framework,or permission 644
  7. Done!




Download
  • SystemUI.apk Dropbox
    -Rename it to SystemUI.apk
  • Android.policy.jar Dropbox
Thank For
  • Allah SWT
  • @Ticklefish -for tool :)
  • @ATTACK -for KitKat Gradient
 
Last edited:

Sam_90

Senior Member
Nov 7, 2013
50
14
Turku
I assume i need to backup some files before downloading this mod?

And do i need to complete steps 1, 2 and 3? Because i only want to install that S4 status bar.
 

limyuyang

Senior Member
Jun 7, 2013
651
227
Android Planet
I forgot to mention fix,just push it imto system/framework https://db.tt/dw3kBCJY

Sent from my GT-I8190 using xda app-developers app

That means you edit the framework too ?
I assume i need to backup some files before downloading this mod?

And do i need to complete steps 1, 2 and 3? Because i only want to install that S4 status bar.

If u only want s4 status bar, you can only do this

1)Decompile SystemUI.apk
2)Go to SystemUI.apk/res/values/dimens.xml
3)Search this line:
Code:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
Change it to:
Code:
Code:
<item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
<item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
4)Recompile SystemUI.apk

I tried this, and it really works, looks extremely like s4 ! :D
 
  • Like
Reactions: Lanatico

blake2893

Senior Member
May 8, 2012
127
42
making this status bar mod makes the status bar looks odd on some apps like play store?
 

Rhajam

Senior Member
Dec 30, 2008
79
2
NFC on Status Bar doesn't work (but I haven't FC, simply it seems it doen't exist) even if I've put fix with correct permissions on framework folder. Could I change this link on status bar with another for me really usefull, like wi-fi tethering? (but I don't know how)... :confused:
 

Dani26

Senior Member
Nov 21, 2010
365
260
Burgos
Can you make the kitkat gradient for CM10.2? It would be awesome :)

BTW, thanks for your work :good:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    S4 StatusBar Mod

    Include
    • KitKat Gradient Status & Nav Bars - Thank you @ATTACK ;) [GUIDE][AOSP][4.1+][WIP] KitKat Gradient Status & Nav Bars
    • Fix Notification Transparent
      How To Do It?

      1. Decompile SystemUI.apk
      2. Go to SystemUI.apk/res/values/dimens.xml
      3. Search this line:
        Code:
        <item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
        <item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
      4. Change it to:
        Code:
        <item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
        <item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
      5. Recompile SystemUI.apk
    • Full Toggle
      How To Do It?

      1. Decompile SystemUI.apk
      2. Go to SystemUI.apk/res/values/arrays.xml
      3. Download whole line and change with this code
        Code:
        <?xml version="1.0" encoding="utf-8"?>
        <resources>
            <string-array name="spen_apps">
                <item>com.diotek.mini_penmemo,com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
                <item>com.sec.android.app.snotebook,com.infraware.filemanager.FmFileTreeListActivity</item>
                <item>com.android.calendar,com.android.calendar.AllInOneActivity</item>
                <item>com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics</item>
                <item>air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry</item>
                <item>com.infraware.PolarisOfficeStdForTablet,com.infraware.splash.SplashActivity</item>
            </string-array>
            <string-array name="QuickSettingButtonAttribute">
                <item>Wifi</item>
                <item>MobileData</item>
                <item>SilentMode</item>
                <item>AutoRotate</item>
                <item>Bluetooth</item>
                <item>Location</item>
                <item>DormantMode</item>
                <item>PowerSaving</item>
                <item>AirplaneMode</item>
                <item>DoNotDisturb</item>
                <item>DrivingMode</item>
                <item>NfcP2p</item>
                <item>SmartStay</item>
                <item>Sync</item>
            </string-array>
            <string-array name="mini_mode_apps">
                <item>com.sec.minimode.taskcloser.MiniTaskcloserService</item>
                <item>com.android.calendar.month.MiniCalendarService</item>
                <item>com.sec.android.app.worldclock.MiniWorldClockService</item>
                <item>com.diotek.mini_penmemo.Mini_PenMemo_Service</item>
                <item>com.sec.android.app.popupcalculator.PopupCalculatorService</item>
                <item>com.sec.android.app.music.minimode.MiniMusicService</item>
            </string-array>
        </resources>
      4. Recompile SystemUI.apk
    ScreenShoot
    1457657_672527776111572_457519153_n.jpg

    1469835_672527859444897_139507755_n.jpg


    Perfect Installation
    1. Flash this [MOD][4.1.2] Enable Ripple Effect
    2. Flash this [MOD] 18 color ink effect + AOSP lockscreen + 4-way reboot
    3. Flash this [VRT][THEME/MOD] Advance Galaxy Mini [27/07/2013]
    4. Download my mod in download section,download both of them
    5. Push to System/app and push android.policy.jar to System/framework
    6. Set Permission like another file in System/app and system/framework,or permission 644
    7. Done!




    Download
    • SystemUI.apk Dropbox
      -Rename it to SystemUI.apk
    • Android.policy.jar Dropbox
    Thank For
    • Allah SWT
    • @Ticklefish -for tool :)
    • @ATTACK -for KitKat Gradient
    1
    I forgot to mention fix,just push it imto system/framework https://db.tt/dw3kBCJY

    Sent from my GT-I8190 using xda app-developers app

    That means you edit the framework too ?
    I assume i need to backup some files before downloading this mod?

    And do i need to complete steps 1, 2 and 3? Because i only want to install that S4 status bar.

    If u only want s4 status bar, you can only do this

    1)Decompile SystemUI.apk
    2)Go to SystemUI.apk/res/values/dimens.xml
    3)Search this line:
    Code:
    Code:
    <item type="dimen" name="status_bar_icon_drawing_alpha">65.0%</item>
    <item type="dimen" name="tw_status_bar_icon_drawing_alpha">50.0%</item>
    Change it to:
    Code:
    Code:
    <item type="dimen" name="status_bar_icon_drawing_alpha">95.0%</item>
    <item type="dimen" name="tw_status_bar_icon_drawing_alpha">95.0%</item>
    4)Recompile SystemUI.apk

    I tried this, and it really works, looks extremely like s4 ! :D
    1
    Hey all in the S3 world. I was actually curious if this could be done to the S2 Skyrocket, I was throwing together a ROM based off of mohan's deodexed official jb update for my device. I have the status bar icons set. I'm just not to brainy when it comes to themeing. Lol. Just looking to throw the sexiness of gradient and white to make it complete. I guess you could say this is a request, but what some don't understand is. "We don't do this because we have to, we do because we want to/because it's fun."
    If you do, sweet. If you don't, your choice not ours.

    Anyway. I have the necessities if it was done.

    Cheers.

    Hi there, welcome to s3 mini forum. And, this is s3 mini's thread, not s3's. :D

    I think it WILL work on your device, but I'm not very sure, better make a nandroid backup so that you can restore it if anything goes wrong.

    We could theme it for you if you provide us framework-res and systemui apks.

    Good luck. :fingers-crossed:
    1
    Reupload!:D Sorry for that,hit thank if i help you :)
    1
    hey bro I decompiled my system ui but I couldn't find the folder values In it
    can you help me to make my bar like s4?

    Just search in folder "res" and then "values" :D
    It should be if you don't miss anything when decompiled SystemUI.apk