Transparent Status bar - X2 Q&A, Help & Troubleshooting

Hi Friends
Could anybody please tell how to make status bar transparent in Nokia X2.
Currently I am using xblast tools for that purpose but the bar becomes black after I receive or make a call.
Gravity box does not work.
Please suggest me any other modules or app for this.
Thanks in advance!

Here you go...I ur firmware is odexed then go to /system/app and delete systemui.odex and replace your systemui.apk with this one and if your firmware is deodexed then just replace the apk

I have to restart my phone after doing that? Will it make status bar transparent? Thankyu very much!!
I am seeing file systemui.odex I have to delete this one?

I have done that but it keeps on showing message 'cant do this 'com.systemui.apk' at the movement'
Thank god i have made backup of default system ui.apk qnd i have replaced it.
Any other idea?
Thnqs in Advance

Yes bro its transparent...and u will have to delete odex file and then replace it...after replacing you will get a series of force closes but dont worry jst pull you battery out and put it in and turn on the mobile...but remember first delete odex file then replace

Request Original SystemUI.apk
chandantyagi said:
Hi Friends
Could anybody please tell how to make status bar transparent in Nokia X2.
Currently I am using xblast tools for that purpose but the bar becomes black after I receive or make a call.
Gravity box does not work.
Please suggest me any other modules or app for this.
Thanks in advance!
Click to expand...
Click to collapse
Please help me :crying:
I havent backup the old SystemUI.apk and replace The new one and now i want to replace that
can u upload the original SystemUI.apk here?
plz plz plz :crying:

ScreentShot
Can you please send screenshot of status bar of Nokia x2 ?

Related

Make status bar white (froyo like) !?

Is it possible to make the status bar on android 2.1 to look like froyo's ? White !?
dzadze said:
Is it possible to make the status bar on android 2.1 to look like froyo's ? White !?
Click to expand...
Click to collapse
yes, the png resides in the /system.framework/framework-res.apk in there its under res\drawable-mdpi\statusbar_background.9.png.
So use 7 zip and apk manager take this png i posted, go into the mentioned folder above in your favorite rom or theme and replace it with this one its the stock one from CM6.
note: don't alter this png its a 9 patch just replace it in the apk without unziping it or the rom in which your replacing it in. You'll also need to resign your rom or you could just push the new framework-res.apk in a root adb shell.
i don't really understand you... do i need rooted phone.. i can't fint that folder.. ? can u explain me a little more please !
Yes your phone will need to be rooted. And you'll need to use a standard theme setup.
Sent from my HERO200 using XDA App
where can i find that folder ? i cant find on my sdcard or on the phone .. ?
dzadze said:
where can i find that folder ? i cant find on my sdcard or on the phone .. ?
Click to expand...
Click to collapse
I would suggest hitting up the theming thread but that files resides in system/framework/framework-res.apk
sorry for this but, how to pull or hit out that files from the phone ? can u explain me a little more pls
dzadze said:
sorry for this but, how to pull or hit out that files from the phone ? can u explain me a little more pls
Click to expand...
Click to collapse
Go read the stickies on ADB.
(Assuming you're all set up - adb pull system/framework/framework-res.apk)

my unfinished green(?) theme

just to share idea, anyone have nice green icon for setting button and multi function button?
of coz, if anyone like it, i could upload it
i like the green color on the bar
plz upload it to use every one how like them
icons little updated, apk for those who want it, copy to /system/app, have to use with stock SystemUI.odex
green mutifunction icon still missing, anyone have idea?
I like it -- hi friend
green icons for u
just replace icons in(drawable-sw600dp-mdpi)
emprize said:
icons little updated, apk for those who want it, copy to /system/app, have to use with stock SystemUI.odex
green mutifunction icon still missing, anyone have idea?
Click to expand...
Click to collapse
still newbe:
i put the apk in /system/app this is quite clear,but what I have to do with SystemUI. odex? always scared about system files, for this really performing device
trocchietto said:
still newbe:
i put the apk in /system/app this is quite clear,but what I have to do with SystemUI. odex? always scared about system files, for this really performing device
Click to expand...
Click to collapse
in this case, dont touch the SystemUI.odex, leave that there, sometimes u need to rename it, but not in this apk, this apk need the SystemUI.odex
ssaass said:
I like it -- hi friend
green icons for u
just replace icons in(drawable-sw600dp-mdpi)
Click to expand...
Click to collapse
thx bro, glad u and others like this
here is little update for icons
cool,
compliment for the theme

[GUIDE]How to make status bar transparent

You need to have these things first :
1- Root
2- Deodexed ROM
3- PC (with JAVA installed)
4- Any apk decompiler (apktool, apk-multitool, etc..)
How to :-
1- Copy SystemUI.apk from /system/app/ to your sd card via any root browser.
2- transfer SystemUI.apk to your computer.
3- Decompile SystemUI.apk.
4- Open res\layout\status_bar.xml
5- There you will see a value like android:background=FF000000
6- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Enjoy and if any questions plz ask here.. .
Credits :
Google (for searching)
XDA (for some knowledge about status_bar.xml)
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
js2892 said:
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
Click to expand...
Click to collapse
lol,that's normal.
HolyTyphlosion said:
lol,that's normal.
Click to expand...
Click to collapse
I think editing framework-res.apk will solve this!
Sent from my GT-S5830i using xda app-developers app
js2892 said:
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
Click to expand...
Click to collapse
Now, everything is not perfect
Atleast it gives SOME satisfaction...
tried editing the drawer.xml from framework-res.apk but still gives me blackstatusbar.. I only get transparent upon pulling the notification down..
iMaker said:
tried editing the drawer.xml from framework-res.apk but still gives me blackstatusbar.. I only get transparent upon pulling the notification down..
Click to expand...
Click to collapse
So why don't you try what is written in this guide?
i just did
Sent from my GT-S5360 using Tapatalk 2
iMaker said:
i just did
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
bro you don't have to edit drawer.xml but statusbar.xml -.-
And this guide is small and easy one for those who don't want to all the long fuss!
so you will get transparent status bar only when on homescreen or pulling the notification panel down
And I you want permanent transparency then you must search other guides or if they are not there then I will try to make it when I would get time
i think that I should mod the launcher so that it will have permanent trans. but I don't know how, if its ok with to make a tut it will be a big help for me
Sent from my GT-S5360 using Tapatalk 2
iMaker said:
i think that I should mod the launcher so that it will have permanent trans. but I don't know how, if its ok with to make a tut it will be a big help for me
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
here is an guide, though it is Galaxy Y's but it might work
http://forum.xda-developers.com/showthread.php?t=2204389
Nabs Zains said:
You need to have these things first :
1- Root
2- Deodexed ROM
3- PC (with JAVA installed)
4- Any apk decompiler (apktool, apk-multitool, etc..)
How to :-
1- Copy SystemUI.apk from /system/app/ to your sd card via any root browser.
2- transfer SystemUI.apk to your computer.
3- Decompile SystemUI.apk.
4- Open res\layout\status_bar.xml
5- There you will see a value like android:background=FF000000
6- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Enjoy and if any questions plz ask here.. .
Credits :
Google (for searching)
XDA (for some knowledge about status_bar.xml)
Click to expand...
Click to collapse
This guide is correct. Just make it sure that you paste this value "#00000000" or "#ff000000"
android:background="#00000000" or android:background="#ff000000"
Thanks!
i cannot find RES/layout in my system UI apk...
anmol7ify said:
i cannot find RES/layout in my system UI apk...
Click to expand...
Click to collapse
decompile it correcctly
iamareebjamal said:
decompile it correcctly
Click to expand...
Click to collapse
ok after i decompiled it correctly...i was able to mod it...but the status bar dont become transparent...it remains black..i even replaced the status_bar_bg tiles to transparent PNG no luck...then i tried to induce a colour and magically the status bar was coloured..but whenever i try to make it transparent it remain black..it seems like the status bar is transparent but some thing black is behind the status bar which is making it appear black..
p.s i even tried modding drawables.xml
iam on a aosp non tw rom.
anmol7ify said:
ok after i decompiled it correctly...i was able to mod it...but the status bar dont become transparent...it remains black..i even replaced the status_bar_bg tiles to transparent PNG no luck...then i tried to induce a colour and magically the status bar was coloured..but whenever i try to make it transparent it remain black..it seems like the status bar is transparent but some thing black is behind the status bar which is making it appear black..
p.s i even tried modding drawables.xml
iam on a aosp non tw rom.
Click to expand...
Click to collapse
Aw man...
I think it only works on samsung ROM
Nabs Zains said:
Aw man...
I think it only works on samsung ROM
Click to expand...
Click to collapse
Is their any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck
anmol7ify said:
Bro is thr any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck.
Click to expand...
Click to collapse
She's a girl bro.
Sent from my GT-S5830i using Tapatalk 2
anmol7ify said:
Is their any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck
Click to expand...
Click to collapse
Which phone u using dude?
CanvasHD aosp

status bar help

hey guys
i made i status bar for GB that looks like the ICS status bar because i like the ICS status bar and ima using the official GB ROM because i tried almost all custom ICS roms and all it spend alot of battery so i decided to get back to the official GB ROM and custmize the thing i like from the ICS so i started with the status bar and i could replace some icons so i replace the official GB notification background to a black one so i could make it trancparent but i didnt know how to make the notification backgrounf trancparent can anyone tell me how ot do it ? and whats the name of the toggles background ( in the screenshot below ) so i can change it too
Simple use this http://uot.dakra.lt/
here is your answer http://forum.xda-developers.com/showthread.php?t=2137086
And this is collection thread about themming in XDA Android forum http://forum.xda-developers.com/showthread.php?t=2073370
you can try it. good luck.
no14me said:
Simple use this http://uot.dakra.lt/
here is your answer http://forum.xda-developers.com/showthread.php?t=2137086
And this is collection thread about themming in XDA Android forum http://forum.xda-developers.com/showthread.php?t=2073370
you can try it. good luck.
Click to expand...
Click to collapse
i tried the kitchen but it didnt work for me i choose a trancparent background but when i flashed it it was just a black one
the other threads all of them are editing the xml and i dont know what program on pc or app on android to use to edit the xml files so please if you know how to edit xml files tell me please :crying:
anyway thank you bro
MRDK-OB said:
i tried the kitchen but it didnt work for me i choose a trancparent background but when i flashed it it was just a black one
the other threads all of them are editing the xml and i dont know what program on pc or app on android to use to edit the xml files so please if you know how to edit xml files tell me please :crying:
anyway thank you bro
Click to expand...
Click to collapse
use Notepad++ http://notepad-plus-plus.org/
with simple .xml file, i often edit with windows notepad too
you can press Thanks button

[Q] change icons in navbar

i want to change tge icons in navbar for example i want to replace the home button with xperia logo , could anyone please guide me on how to do this?
Rzr92 said:
i want to change tge icons in navbar for example i want to replace the home button with xperia logo , could anyone please guide me on how to do this?
Click to expand...
Click to collapse
I use Nova launcher and I can do it with that
could you please tell me how to change it with nova launcher? I am also using nova but don't know the procedure to change the icons
I downloaded an app called Icon Finder Plus, then I chose an icon and save it to my phone. Exit the icon app, Then long press the button you want to change and it should come up with, (move/resize/edit). hit the edit and then the picture, then choose the icon you want and your done.
Cheers Rob
that only allows me to change the icons of apps
i want to change the softkeys (home,back nd recent apps button) how can i do that?
Rzr92 said:
that only allows me to change the icons of apps
i want to change the softkeys (home,back nd recent apps button) how can i do that?
Click to expand...
Click to collapse
softkeyz app
Is that app working fully?as i read on play store some people said it soft bricked their device
Rzr92 said:
i want to change tge icons in navbar for example i want to replace the home button with xperia logo , could anyone please guide me on how to do this?
Click to expand...
Click to collapse
Easy, give me a link to the logo you want to use.
Drummerjed said:
Easy, give me a link to the logo you want to use.
Click to expand...
Click to collapse
thanx alot but i dont have a link fir it
could you please make it with the xperia logo?...i mean instead of home button xperia should be written
and could you please teach me how to make this mod myself?
Rzr92 said:
thanx alot but i dont have a link fir it
could you please make it with the xperia logo?...i mean instead of home button xperia should be written
and could you please teach me how to make this mod myself?
Click to expand...
Click to collapse
Could you give me your SystemUI.apk (located in /system/app) and framework-res.apk (/system/framework)
Drummerjed said:
Could you give me your SystemUI.apk (located in /system/app) and framework-res.apk (/system/framework)
Click to expand...
Click to collapse
Yeah sure here they are : https://mega.co.nz/#!OEkjjBiY!N-h7WmPXdkvWZvuu540AlwruWr8vggqTuA2MQMbXXeM
and https://mega.co.nz/#!HYcFgIpT!GyGttAHGKS4nOdBAWfRm21wa_FUn60LPXUBW_T8o9k0
thanx alot
Rzr92 said:
Yeah sure here they are : https://mega.co.nz/#!OEkjjBiY!N-h7WmPXdkvWZvuu540AlwruWr8vggqTuA2MQMbXXeM
and https://mega.co.nz/#!HYcFgIpT!GyGttAHGKS4nOdBAWfRm21wa_FUn60LPXUBW_T8o9k0
thanx alot
Click to expand...
Click to collapse
@Rzr92 Backup first just in case then flash this - http://www.mediafire.com/download/mf880mjly42jcdm/Xperia_logo_softkeys.zip
For other users flash this - http://www.mediafire.com/download/7kiq7iczh7x3u90/Xperia_logo_softkey_universal.zip
[URL=http://www.mediafire.com/view/?vs23e6hxk451bzu]
[/URL]
Drummerjed said:
Backup first just in case then flash this - http://www.mediafire.com/download/mf880mjly42jcdm/Xperia_logo_softkeys.zip
Click to expand...
Click to collapse
It works thanx alot
could you explain how you did this?
Rzr92 said:
It works thanx alot
could you explain how you did this?
Click to expand...
Click to collapse
Yep sure. Basically all of the softkey images are PNG files stored inside SystemUI.apk. And it's really straight forward if you just want to replace PNG files such as battery, signal and softkey icons.
There are two ways, you can either decompile SystemUI.apk and replace the PNGs inside (harder, time consuming method) or use a program called 7zip to open the apk archive and replace the PNGs (easier, quick method).
I used the second method to replace the softkeys. Here's how to do it:
*Always backup in recovery before modifying files*
Install 7zip
Right click SystemUI.apk and select 7zip -> Open archive
You'll see a few files/folders, open 'res' then 'drawable-xxhdpi' you'll see lots of PNG files
The ones I replaced were 'ic_sysbar_home.png' and 'ic_sysbar_home_land.png'
Drag these two files to the Desktop and open them with Photoshop or any image editing software
Erase the existing image and replace with any other desired logo/icon and save (remember the background must be kept transparent)
Drag the edited files back into the SystemUI.apk archive (res->drawable-xxhdpi)
Then copy the edited SystemUI.apk back to your phone, then move it to /system, change permissions to rw- r-- r-- then move it to /system/app and overwrite when prompted (your phone will probably reboot, it's normal)
That's it!
Great guide for modding APKs here - http://forum.xda-developers.com/showthread.php?t=2295002
You rock man.. thanks alot
Center Clock
Drummerjed said:
@Rzr92 Backup first just in case then flash this - http://www.mediafire.com/download/mf880mjly42jcdm/Xperia_logo_softkeys.zip
For other users flash this - http://www.mediafire.com/download/7kiq7iczh7x3u90/Xperia_logo_softkey_universal.zip
[URL=http://www.mediafire.com/view/?vs23e6hxk451bzu]
[/URL]
Click to expand...
Click to collapse
Thanks !!!
Can you pls give me link for Center clock I need it Badly
4.2.2 FW 244 Pls help
Thanks in advance
netharshal13 said:
Thanks !!!
Can you pls give me link for Center clock I need it Badly
4.2.2 FW 244 Pls help
Thanks in advance
Click to expand...
Click to collapse
I'll give it a try, could you give me your SystemUI.apk and framework-res.apk
and also are you running stock rom?
Drummerjed said:
I'll give it a try, could you give me your SystemUI.apk and framework-res.apk
and also are you running stock rom?
Click to expand...
Click to collapse
Yes I am Running on Stock Rom 4.2.2 FW 244 Rooted
I found SystemUI.apk and Framework-res.apk, But i am not able to copy it to my PC plus i have ciopied it to sd card but not able to view on PC
Pls help Thanks
netharshal13 said:
Yes I am Running on Stock Rom 4.2.2 FW 244 Rooted
I found SystemUI.apk and Framework-res.apk, But i am not able to copy it to my PC plus i have ciopied it to sd card but not able to view on PC
Pls help Thanks
Click to expand...
Click to collapse
Use ES File Explorer and grant it root access, then find and long press each of the two files, select Copy, then paste them onto your external sd card or internal storage.
Drummerjed said:
Use ES File Explorer and grant it root access, then find and long press each of the two files, select Copy, then paste them onto your external sd card or internal storage.
Click to expand...
Click to collapse
Thanks !!!
Done :good:
Here are the links
http://d-h.st/MCK
http://d-h.st/4lG

Categories

Resources