was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Darklord96 said:
was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Click to expand...
Click to collapse
Use Gravity box
RTz_GauRaV said:
Use Gravity box
Click to expand...
Click to collapse
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Darklord96 said:
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Click to expand...
Click to collapse
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
RTz_GauRaV said:
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
Click to expand...
Click to collapse
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Darklord96 said:
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Click to expand...
Click to collapse
Use apk multi tools
Or give me your system ui.apk I will mod it
RTz_GauRaV said:
Use apk multi tools
Or give me your system ui.apk I will mod it
Click to expand...
Click to collapse
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Darklord96 said:
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Click to expand...
Click to collapse
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
RTz_GauRaV said:
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
Click to expand...
Click to collapse
in the framework-res.apk or systemui.apk ??
Darklord96 said:
in the framework-res.apk or systemui.apk ??
Click to expand...
Click to collapse
Res/drawable-xdpi
RTz_GauRaV said:
Res/drawable-xdpi
Click to expand...
Click to collapse
which apk should i decompile to change icons
framework.apk or systemui.apk
Darklord96 said:
which apk should i decompile to change icons
framework.apk or systemui.apk
Click to expand...
Click to collapse
Which icons you want to change
RTz_GauRaV said:
Which icons you want to change
Click to expand...
Click to collapse
phone, contacts , settings only
Darklord96 said:
phone, contacts , settings only
Click to expand...
Click to collapse
For changing the contacts,phone and setting you have to decompile them only.
For ex- changing the contacts icon
1.Decompile the apk
2.go to res/mipmap-xdpi/
3.there you will see the the icons
4.change them :good:
Related
Please someone tell me how to add Toggles in Status Bar by editing SystemUI.apk
I know how to decompile apk and all different stuff just need to know what changes are to be done inside SystemUI.apk :crying:
QUICKPANEL for GB.
Feanor88 said:
QUICKPANEL for GB.
Click to expand...
Click to collapse
I know about this and all others. I want to make 1 myself
as most of the systemui here are without battery percentage icon or with left text percentage and alot of people asks to remove it and make the battery percentage icon holo circle
I thought a simple guide will be handy to everyone to mod her/his systemui.apk as he like.
so here we go:
1- to make the battery icon update every 1% without decompile apk:
open ur systemui.apk with winzip or winrar (don't unzip)
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached compiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
close winzip
and your apk is ready don't work every time so please skip this and go decompile method 2
2- to make the battery icon update every 1% remove the percentage text on the left of battery icon and remove AM/PM clock
decompile Systemui,apk
battery %icon
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached decompiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
remove the percentage text on the left of battery icon
goto res\layout\status_bar.xml open with notpad++ or Editplus 3
find android:id="@id/battery_text" add this line after it android:visibility="gone"
save the new xml
remove AM/PM clock
go to res\values\integers.xml
change the forth line to be like this <integer name="config_clock_am_pm_style">2</integer>
save the new xml
recompile and enjoy
the following samples based on serajr [App] Xperia T Tabbed 'n' Grid Toggles SystemUI ICS .587 FW - MDPI so thank him if u like them
SystemUI with 1%circle
my personal SystemUI screenshot attached
I'm just a noob messing around so use the guide on ur own risk (always keep a copy of the original systemui.apk)
press thanks if it helped
Hi Bro,,,,,
Sorry for bothering you....
I read all of your tutorial and I tried to learn it but I think I need your help....
I tried to remove the clock in the status bar on my systemui, but I cannot find the integer.xml.
Could you help me how to remove the status bar clock to give more space in the status bar?
Thanks....
Here I attached to you also my systemui.apk.
Yo Bro
Can you post here other battery icons?
bkh_0538 said:
Hi Bro,,,,,
Sorry for bothering you....
I read all of your tutorial and I tried to learn it but I think I need your help....
I tried to remove the clock in the status bar on my systemui, but I cannot find the integer.xml.
Could you help me how to remove the status bar clock to give more space in the status bar?
Thanks....
Here I attached to you also my systemui.apk.
Click to expand...
Click to collapse
why u didn't find intager.xml???
you have to decompile ur Systemui.apk to find that file
anyway I didn't try to remove the clock but I think u can remove it by deleting the following line from: res\layout\status_bar.xml
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" androidaddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
I may try to do that for u when I have time
rockpaper said:
Yo Bro
Can you post here other battery icons?
Click to expand...
Click to collapse
If u like any battery icons on any systemui.apk download it and unzip the apk
then go to res/drawable-mdpi and copy them to ur SystemUI.apk
if the desired apk was not mdpi use Image Resizer to resize them
or google for icon packs.
1- to make the battery icon update every 1% without decompile apk:
open ur systemui.apk with winzip or winrar (don't unzip)
go to res\drawable and replace stat_sys_battery.xml & stat_sys_battery_charge.xml with the attached compiled.zip
go to res\drawable-mdpi put 204 png's (battery icons you wish attached holo circle for example )
close winzip
and your apk is ready
Click to expand...
Click to collapse
I can't do it for my Xperia mini ST15i
It hide my battery icon after I flash by CWM
glasseggs said:
I can't do it for my Xperia mini ST15i
It hide my battery icon after I flash by CWM
Click to expand...
Click to collapse
Attach ur system.apk
I'll check it for u
andro-SYR said:
if the desired apk was not mdpi use Image Resizer to resize them
Click to expand...
Click to collapse
For statusbar icons, you don't need to worry about resizing them. As long as the icons are in the right drawable folder, the phone will resize them automatically. Which is very handy.
I like what you've done here. Very neat.
If you want, I can show you how to turn this into a universal update.zip..
sent using the xda app!
Ticklefish said:
If you want, I can show you how to turn this into a universal update.zip..
sent using the xda app!
Click to expand...
Click to collapse
thanks
I'd like to do this
andro-SYR said:
Attach ur system.apk
I'll check it for u
Click to expand...
Click to collapse
Thanks you.
I have uploaded 2 file orginal and mod
Please check it for me
glasseggs said:
Thanks you.
I have uploaded 2 file orginal and mod
Please check it for me
Click to expand...
Click to collapse
here u go
Hi andro-SYR,
Regarding to baterry %, do you know if it's possible put the battery % text over the battery icon (embossed text) that way wouldn't be necessary one icon per %.
It is possible do this Mod?
andro-SYR
can you please mod my systemUI.apk. I cant mod it by myself im a noob.
this is my systemui.apk and the zip file of the logo that i want for battery.
thanks in advance!
Does it works on gingerbread?
Enviado desde mi SK17i usando Tapatalk 2
miguel_mp said:
Does it works on gingerbread?
Enviado desde mi SK17i usando Tapatalk 2
Click to expand...
Click to collapse
it should but not sure
ask pro not noob like me:cyclops:
rockpaper said:
andro-SYR
can you please mod my systemUI.apk. I cant mod it by myself im a noob.
this is my systemui.apk and the zip file of the logo that i want for battery.
thanks in advance!
Click to expand...
Click to collapse
I'm noob too
but its fun to try
anyway here is ur moded one
andro-SYR said:
I'm noob too
but its fun to try
anyway here is ur moded one
Click to expand...
Click to collapse
Thank you very much! Its working perfectly.
Do you know how to make bigger space(wider) for battery icons on statusbar? gingerbread systemui? you can pm to me..
Help needed
When I m trying ur process I m just losing my battery icon from my status bar.
Please help me...
Thank u.
If possible will u please compile my systemui.apk with my attached battery icons..
Sorry guys can't help anybody right now cus Im in syria with no electricity, no gas for generator, and no internet most of the time,
Thank god they cant cut the breathing air.
Sent from THE FREE SYRIA
Hello,
I want to create a rom and in it I want to change the status bar only on the homescreen to 100% transparent.
I have seen this thread but on my SystemUI.apk there isn't this file: /SystemUI/res/layout/tw_super_status_bar.xml.
Btw: I'm using a 4.2 Leak-based Rom.
so do you know how to decompile apks?
Glebun said:
so do you know how to decompile apks?
Click to expand...
Click to collapse
Yes, quit well
Here is the link to download 2 files: framework-res.apk and SystemUI.apk:
http://www.mediafire.com/download/icbrdg9sqm35j9j/MOD.rar
So I want to ask people to help me mod status bar to transparent, my phone runs Android 2.3.4 stock rom.xperia Mini ST15i Thanks
how do you want it to look like??
Aneel said:
how do you want it to look like??
Click to expand...
Click to collapse
I only want transparent ,you can help me?thanks
trantrungtu said:
I only want transparent ,you can help me?thanks
Click to expand...
Click to collapse
sure I can help you make it transparent.. ......
Transparent status bar
its Flashable zip......
I hope it works
Test and report back
https://docs.google.com/file/d/0B54QTLi7mqNbN0YxLUFVSjA5MWs/edit?usp=sharing
Status bar
karthi1 said:
its Flashable zip......
I hope it works
Test and report back
https://docs.google.com/file/d/0B54QTLi7mqNbN0YxLUFVSjA5MWs/edit?usp=sharing
Click to expand...
Click to collapse
After the update file: transparent.s.zip, I do not see your status bar changes, it's still black. This is a screenshot after I update:
trantrungtu said:
After the update file: transparent.s.zip, I do not see your status bar changes, it's still black. This is a screenshot after I update:
Click to expand...
Click to collapse
try this
http://forum.xda-developers.com/showthread.php?t=1856337
Or this , which is much easier method..
http://forum.xda-developers.com/showthread.php?t=2350986
Try uot kitchen, its really easy with it.
Google it.
Regards
N
mnishamk said:
Try uot kitchen, its really easy with it.
Google it.
Regards
N
Click to expand...
Click to collapse
It didnt work with UOT kitchen
Rainbow lidroid toggles Credits to Ardroid-xda for his rainbow icons.
Ive put the download zip for hyperion users, since in hyperion the lidroid is named as hyperion-res.apk. To Use with other roms, just extract the below zip file and rename hyperion-res.apk to lidroid-res.apk, and push it to system/framework and set permissions as rw-r-r. Your previous lidroid-res.apk Will be replaced.
Download link.: http://d-h.st/F1Q
Supporting my work just requires a click on thanks button.
Announcement: Right now working on my next mod, 'Metallic lidroid toggles'. Its release Will depend on the number of thanks this Rainbow toggle gets.
Cool
Awesome, i like it. thank you :thumbs up
markjerald said:
Cool
Click to expand...
Click to collapse
Thanks but Don't just comment bro. There's a thanks button provided.
hoops04 said:
Awesome, i like it. thank you :thumbs up
Click to expand...
Click to collapse
Thanq bro
good work bro.
Just 1 request - add a brightness slider too.
Thank u.
vpvsa11 said:
good work bro.
Just 1 request - add a brightness slider too.
Thank u.
Click to expand...
Click to collapse
Thanks bro. Right now working on the metallic toggles. Bdw, Hyperion already has an invisible brightness slider on top.
Vinsi95 said:
Thanks bro. Right now working on the metallic toggles. Bdw, Hyperion already has an invisible brightness slider on top.
Click to expand...
Click to collapse
really.... how do i access it?
JGA3103 said:
really.... how do i access it?
Click to expand...
Click to collapse
Press the status bar as if to drag it down to expand it but instead of dragging down drag left or right
Wow great! Never knew about it
Sent from my GT-S5360 using xda app-developers app
JGA3103 said:
really.... how do i access it?
Click to expand...
Click to collapse
Hold the status bar area for 2-3 seconds, and slide your finger left right to increase or decrease the brightness.
Vinsi95 said:
Hyperion 8 GM Final, rainbow lidroid toggles. Credits to Ardroid-xda for his rainbow icons.
Steps: Open cwm>mount system>Flash the zip file
Download link.: http://d-h.st/F1Q
Supporting my work just requires a click on thanks button.
Announcement: Right now working on my next mod, 'Metallic lidroid toggles'. Its release Will depend on the number of thanks this Rainbow toggle gets.
Click to expand...
Click to collapse
How to use this on another Rom...
can i apply it on Hyperion -8 pre gm build 02..??
imElectronica said:
How to use this on another Rom...
Click to expand...
Click to collapse
in most cases rename hyperion-res.apk to lidroid-res.apk in the zip file
delete systemui.apk (if it's there) if you only want to change toggles
sonironak88 said:
can i apply it on Hyperion -8 pre gm build 02..??
Click to expand...
Click to collapse
Yes
marcussmith2626 said:
in most cases rename hyperion-res.apk to lidroid-res.apk in the zip file
delete systemui.apk (if it's there) if you only want to change toggles
Click to expand...
Click to collapse
There's no systemui.apk in the zip file. Ill put the steps for other Roms and rename the title.
marcussmith2626 said:
in most cases rename hyperion-res.apk to lidroid-res.apk in the zip file
delete systemui.apk (if it's there) if you only want to change toggles
Yes
Click to expand...
Click to collapse
If I wanna use it on MiniRom....then what yo do...
imElectronica said:
If I wanna use it on MiniRom....then what yo do...
Click to expand...
Click to collapse
Go to system/framework and check what's the name of your lidroid apk. it Will somethin like *****-res.apk. Download the given zip file. extract it. Rename Hyperion-res.apk to that name which is there in your framework folder. now replace it with previous apk and give permissions to rw-r-r
imElectronica said:
If I wanna use it on MiniRom....then what yo do...
Click to expand...
Click to collapse
Does nobody have any common sense here
Read my post you quoted
look at your rom zip - does it have lidroid-res.apk in framework
if so rename hyperion-res.apk to lidroid-res.apk in the zip on the op of this thread
if not rename it to what the rom dev has called it
Come on people - use your brains
Vinsi95 said:
Go to system/framework and check what's the name of your lidroid apk. it Will somethin like *****-res.apk. Download the given zip file. extract it. Rename Hyperion-res.apk to that name which is there in your framework folder. now replace it with previous apk and give permissions to rw-r-r
Click to expand...
Click to collapse
I did, even im flash the zip. but my statusbar just wont change....
Aulia Anwar said:
I did, even im flash the zip. but my statusbar just wont change....
Click to expand...
Click to collapse
You either have duplicate or named the file wrong
Or
You didn't mount system in cwm before flashing