I'm trying to find out what files I should mod for the status bar. I know for a fact it's an XML inside statusbar.xml of SystemUI, the image itself (status_bar_background.9.png in the drawable-hdpi) and then a smali edit. I just need to know how to edit the smali to get transparent status bar. I'm really trying to get a MIUI theme going for stock TW roms on EL29.
Any help is appreciated.
Ascertion said:
I'm trying to find out what files I should mod for the status bar. I know for a fact it's an XML inside statusbar.xml of SystemUI, the image itself (status_bar_background.9.png in the drawable-hdpi) and then a smali edit. I just need to know how to edit the smali to get transparent status bar. I'm really trying to get a MIUI theme going for stock TW roms on EL29.
Any help is appreciated.
Click to expand...
Click to collapse
Unless you modify the touchwiz view you can't go transparent with tw as there is nothing drawn under the launhcer.
Sent from my MZ505 using XDA Premium HD app
barnacles10 said:
Unless you modify the touchwiz view you can't go transparent with tw as there is nothing drawn under the launhcer.
Sent from my MZ505 using XDA Premium HD app
Click to expand...
Click to collapse
It's been done for ek02. I'm hoping there's a way for it on el29. Worst case, it could be enabled on other launchers like go launcher, or adw.
Sent from my SPH-D710 using Tapatalk
Related
I'm looking for the status bar icons that come with vanilla Gingerbread. Like the ones in CM.
Also, would like to know where I should copy them to.
I tried looking inside the CM7 zip, but couldn't find anything that looked familiar.
Anyone knows if it can be extracted somehow from the CM7 ROM and be used with the stock rom?
Yes, theyre in system/systemui.apk
Sent from my SGH-T989 using Tapatalk
Thanks! Found it. It's actually: system/app/systemui.apk
The folder structure is obviously different from the stock rom. Anyone have an idea how I replace the existing icons?
Use 7zip to open the apk and replace them in system/res folder i think it is
Sent from my SGH-T989 using Tapatalk
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
ToastMan12 said:
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
Click to expand...
Click to collapse
Is it in framework/res?
Sent from my SGH-T989 using xda premium
The one he wants its in systemui.. Look in the res/hdpi or so folder
Sent from my SGH-T989 using Tapatalk
I've found it. I tried modifying the stock SystemUI.apk by replacing the icons in it with the ones from the CM7 rom. I then replaced the original SystemUI.apk with the modified one using Root Explorer, but by doing it the SystemUI process force closed leaving me with no status bar. It remained without status bar even after reboot.
So I guess this is not as easy as it seemed to be. I don't want to mess around with the root folder anymore, so if anyone has a flashable zip that can replace the status bar with AOSP icons I would greatly appreciate it!
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
noodles2224 said:
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
That's exactly what I need! But the link is down Thanks anyway!
I'll PM the guy for a copy I guess.
I pm him too last night for some files.. Dont know if he replies at pms. Some people on here get really mad.. But any chance you can help me out on the swype files?
Sent from my SGH-T989 using Tapatalk
Sure I'll try to help. I'm not sure what you're referring to though. What swype files?
I pmed you
Sent from my SGH-T989 using Tapatalk
Anybody have the stock image icons for the Phone, Contacts, and Messaging apps that they can provide? Most themes alter them when theming the apps and the altered icons don't look as good. :/ What I'd like to do is switch them back to stock after the theme themes them to have the apps themed with the original icons. Any help is appreciated.
the screenshot shows which ones I'm looking for circled.
You can rip the icons from the stock rom. do u know how to do basic theming? You can use ninija morph.
Sent from my SGH-T989 using XDA App
xile6 said:
You can rip the icons from the stock rom. do u know how to do basic theming? You can use ninija morph.
Sent from my SGH-T989 using XDA App
Click to expand...
Click to collapse
I've no idea how that works mate, but I'll look into it.
Thanks for the info.
Hi Guys,
I'm running Deck's ICS Alpha 8 with Nova Prime on my Evo. Is there any way short of flashing a different ROM to make the notification bar's black background either transparent or not exist at all?
Thanks for any help.
Sent from my PC36100 using xda premium
You should be able to change the transparency value of statusbar_background.png in systemUI.apk. I've done it easily on many roms. ICS is a little different when it comes to the systemUI but it should still work. I can try for you if you want just send me the systemUI.apk if need be
I was doing some searching but didn't come up with anything besides reloaded.apk but is their any other way to make the status bar transparent on Cm9?
Sent from my Epic4gtouch using xda premium
i was actually wondering this exact same thing earlier. I know on GB you had to mod the statusbar.xml to get it to work. I wonder if ICS still requires this or if you replacing the .png for the status bar with a transparent one would work.
graphic1982 said:
i was actually wondering this exact same thing earlier. I know on GB you had to mod the statusbar.xml to get it to work. I wonder if ICS still requires this or if you replacing the .png for the status bar with a transparent one would work.
Click to expand...
Click to collapse
It would be nice to get a modded system UI.apk that would do this hopefully some one could help us out
Sent from my Epic4gtouch using xda premium
Can someone help me or point me in the right direction for editing a theme? I want the Cobalt theme to have transparent status bar, transparent system backgrounds(dialer, settings...etc) just like the HoloGlass Beta but with all the nice stuff from Cobalt(https://play.google.com/store/apps/details?id=com.dustinb.theme.cobalt) (HoloGlass https://play.google.com/store/apps/details?id=com.mix3d.theme.hologlass.beta)
I'm still trying to figure this out, I've decompiled both themes, copied like 50 images from cobalt(signal, wifi...etc) to hologlass overwriting the originals, edited preview and changed the default wallpaper then recompiled, signed it, installed but the only thing that I can tell is different is the default wallpaper, everything else is the same, the preview didn't even work, just shows a red X....I don't understand.
If it's a system app you don't want to sign it. You need to preserve the original signatures if I remember correctly. Utilities like apk multi tool can do this for you when it's time to recompile. Could that be the problem?
Sent from my SGH-T999L using Tapatalk 4
Im at work....but when I get home I will tell you how to do it with 7Zip. Very easy to do
Sent from my SGH-M919 using XDA Premium 4 mobile app
DocHoliday77 said:
If it's a system app you don't want to sign it. You need to preserve the original signatures if I remember correctly. Utilities like apk multi tool can do this for you when it's time to recompile. Could that be the problem?
Sent from my SGH-T999L using Tapatalk 4
Click to expand...
Click to collapse
I didn't know a theme was a system app?
Well I was wrong, It mostly worked, most things changed except WiFi and signal bars(Which was one of the main features I wanted from cobalt) Maybe it would be easier just to take the transparent stuff from holo glass and put it into cobalt? Idk but I still need help with this...
k00lguy105 said:
I didn't know a theme was a system app?
Click to expand...
Click to collapse
It depends on what you're theming. I'm just guessing but the status bar is probably in the SystemUI.apk or SecLauncher2.apk. so to theme it would require modding the correct system app.
Sent from my SCH-I535 using Tapatalk 4
DocHoliday77 said:
It depends on what you're theming. I'm just guessing but the status bar is probably in the SystemUI.apk or SecLauncher2.apk. so to theme it would require modding the correct system app.
Sent from my SCH-I535 using Tapatalk 4
Click to expand...
Click to collapse
ok, but signing it didn't break it so idk.