Hi everyone!
Here's a simple guide how to make homescreen statusbar transparent:
1. You should decompile SystemUI.apk Guide here : http://forum.xda-developers.com/showthread.php?p=38623655#post38623655
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
If you only need a ready-made statusbar you can find it here - [THEME][JB] 15 Toggle Buttons☆NEW Center Clock☆Transparent Statusbar☆and more
Enjoy! And if you have any questions, you can always ask me
If you like it you can always Rate (★★★★★) this Thread, Press Thanks button .
Related
ok here is the xml in a boot that someone made(at bottem cause its long), can i take out the pics from the zip and rename a pic so its the same as the one in the zip will it load the one i put in?
<?xml version="1.0" encoding="utf-8" ?>
- <!--
* Copyright (C) 2008 HTC Inc.
*
-->
- <!-- For new bootup animation
<BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot.gif"
audio="/system/media/bootscreen/boot.mp3"
image2="/system/media/bootscreen/boot2.gif" (optional)
image3="/system/media/bootscreen/boot3.gif" (optional)
screenX="100" (optional)
screenY="130" (optional)
image_bg = "/system/media/bootscreen/boot_bg.gif" (optional)
useAudio="0" // 1: true ; 0:false (optional)
/>
</BootConfiguration>
-->
- <!-- For cropped version
-->
- <BootConfiguration>
<BootAnimation image="/system/media/bootscreen/boot1.gif" image2="/system/media/bootscreen/boot2.gif" loopimage="/system/media/bootscreen/boot2.gif" image_bg="/system/media/bootscreen/boot_bg.gif" audio="/system/media/bootscreen/boot.mp3" screenX="320" screenY="480" useAudio="1" />
</BootConfiguration>
- <!-- For full screen version
-->
- <!-- BootConfiguration>
<BootAnimation
image="/system/media/bootscreen/boot1.gif"
image2="/system/media/bootscreen/boot2.gif"
loopimage="/system/media/bootscreen/boot2.gif"
audio="/system/media/bootscreen/boot.mp3"
useAudio="0"
/>
</BootConfiguration
-->
can anyone help?
yes. if you sign it then you should be able to flash it. you should also make sure that the new picture is 320x480 px
rt1oo said:
yes. if you sign it then you should be able to flash it. you should also make sure that the new picture is 320x480 px
Click to expand...
Click to collapse
sweet thanks(sign the pic itself?)
rulyskull said:
sweet thanks(sign the pic itself?)
Click to expand...
Click to collapse
sign the zip.
Kcarpenter said:
sign the zip.
Click to expand...
Click to collapse
or if you don't want to sign the zip, you can just push it to your phone through adb. also depending on the rom, you have to remove bootanimation.zip from your /system/media folder.
might want to put something in your update script about renaming it moving that file if you plan on doing it as a .zip file.
Features:-
1) Tinted status bar i.e., editable status bar bg.
2) Notif. Panel Transparent
3) Toggle Text Removed
4) Toggle Size Enhanced
5) Golden Toggles with Android L status bar icons
6) Center clock
7) Quick App launch in Notif. Panel
Procedure:-
First of all make the backup of your original UI
Those users who face problem in downloading from below link can download it here
1) Download zip From here
2) Extract it and copy both systemui and status bar apps to /system/app folder
3) Set their permission to rw--r--r and then reboot
Those users who face problem in downloading from above link can download it here
very nice bro
Thanks buddy
Sent from my GT-S7262
Hi guys,
today I'm here to present you a datebar mod, to be specific zenui style datebar...... well the smalis are made by @tentenponce, all I did was changing the date string format and remaining ...... now wasting no more time let's start as I have the permission....
Requirements:
1. Brain
2. Patience
3. Experience
4. apktool or anything like it
How to:
1. Decompile your SystemUI.apk
2. Now go to res/layout/*wherever you want*
3. Now add this:
Code:
<com.tenten.ZenDateBar android:textSize="16.0sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
4. Now extract and attach the contents of zendatebar.zip to your SystemUI
5. Finally now recompile, sign, push, reboot and enjoy !
Link:
https://www.androidfilehost.com/?fid=673368273298942980
Credits:
@tentenponce for making the smalis
Screenshot(cropped)
Hi friends we like note 4 centered lockscreen but we can get it on our stock rom with root access and no decompile and xml editing
Steps
1.Download Build.prop Editor
2.Scroll down little and replace these lines
ro.product.name=jag3gxx
ro.product.device=jag3g
3.Save and reboot
To remove google button from recents
1.Replace these lines
ro.product.name=kltexx
ro.product.device=klte
2.Save and reboot
Thinks requierd
Apktool ( to decompile and recompile )
Ninepacth-editor (for editing 9.png)
1)Decompi framework-res.apk
2Go toframework-res/res/drawable-hdpi-v4
3) edit the color of following to which you want
A)scrubber_secondary_holo.9.png
B)scrubber_primary_holo.9.png
C)tw_progress_primary_holo_dark.png
E))tw_progress_primary_holo_light.png
4) recompile framework-res
5)push it in to System/framework
And enjoy
Provide the link to download Apktool pls
http://ibotpeaches.github.io/Apktool/ Hit thanks if i help you
You Can also Download My moded Framework for Samsung G355H
https://www.zipshare.com/download/eyJhcmNoaXZlSWQiOiIxNzIwMjE5Ny00MDcyLTQ5YmMtODI5Zi1lMTYxNjBmNWJiZTEifQ==