[Q] How to make transparent statusbar ? - Galaxy Ace II Q&A, Help & Troubleshooting

Hello guys
Does anyone know how can I make statusbar transparent on JellyBean or Gingerbread ?
I accentuate I mean "statusbar" not notification bar.
I tried kitchen but it doesn't work for statusbar.
tnx

I've been wondering about that too....I've tried re-compiling over 20 SystemUI.apks till now and from em 19 would fail and the rest would not work...I've followed like 4-5 guides around xda till now and even tried fixing it with a recognized themer but it just won't work..

Tried using tweakbox?
Galaxy Ace II [SakuraDroid] via Tapatalk 4 Beta

Dr01nE said:
Tried using tweakbox?
Galaxy Ace II [SakuraDroid] via Tapatalk 4 Beta
Click to expand...
Click to collapse
What's tweakbox? Did you have tested it already for transparent statusbar?

You can change status bar to tranparent in JB with tweakbox (its a module for xposed framework, go search in google). For GB... idk sry
Sent from my GT-I8160 using xda app-developers app

There are many tutorials how to make it transparent. It is easy decompile systemui.apk and you have to change 2 colors somewhere, i forgot. When i come home i will edit this post with tut.
Sent from my GT-I8160

please give me a link and make me happy
sorry for my low english

1. Decompile systemUI.apk
2. Go to res/layout/tw_super_status_bar.xml
3. Edit 2nd line
Code:
com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#[COLOR="Red"]00000000[/COLOR]" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants
"
4.Save
5. Go to res/values/drawables
6. Find this line and edit
Code:
<item type="drawable" name="status_bar_background">#[COLOR="red"]00000000[/COLOR]</item>
7.Decompile and sign
Note : 00000000 is for 100% transparent, use hex codes to get transparency you want
#00000000 - 100%transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
enjoy

sign? daaamn you have to sign in order for it to work?

mojito0 said:
sign? daaamn you have to sign in order for it to work?
Click to expand...
Click to collapse
When compiling is done take res folder and classes.dex from that and paste in original apk (open with zip)

Related

(q) transparent statusbar

HI,
spent a lot of time looking for a transparent statusbar for KE2 ...
try many times to cook with UOT the systemUI.apk but notingh to do ...
Anyone can help me ?
jonata said:
hi,
spent a lot of time looking for a transparent statusbar for ke2 ...
Try many times to cook with uot the systemui.apk but notingh to do ...
Anyone can help me ?
Click to expand...
Click to collapse
+1
i tried a lot too with no luck
up
up
up
up
please help !!!!!!
Why won't you just edit it on your own? ^^ i mean it can't be so hard..?
Sent from my GT-I9100 using XDA Premium App
I use Go Launcher and select the option to hide the taskbar with an upswipe gesture.
PoTi_96 said:
Why won't you just edit it on your own? ^^ i mean it can't be so hard..?
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
Hi mate,
before ask I try all !
cook systemUI and framework ...
try other systemUI just modded
try to edit png ....
and result = 0
so ask ....
jonata said:
Hi mate,
before ask I try all !
cook systemUI and framework ...
try other systemUI just modded
try to edit png ....
and result = 0
so ask ....
Click to expand...
Click to collapse
I'm gonna take a look at it tomorrow...
Sent from my GT-I9100 using XDA Premium App
jonata said:
Hi mate,
before ask I try all !
cook systemUI and framework ...
try other systemUI just modded
try to edit png ....
and result = 0
so ask ....
Click to expand...
Click to collapse
The transparency is disabled in the status bar, editing of png's wont help.
Need to decompile the framwork to see where the transparency is set.
DocRambone said:
The transparency is disabled in the status bar, editing of png's wont help.
Need to decompile the framwork to see where the transparency is set.
Click to expand...
Click to collapse
tks for info ...
but decompile framework is too hard for me .....
so, you think that is the only way ?
I´ve read somewhere that you need to change the status_bar_tracking.xml in systemui to point the background to a drawable
Cook transparent statusbar with UOT
Use ADW Launcher and DISABLE wallpaper hack
Ok didn't work too!
It's surelly something related to the touchwiz apk file...
We should convice UOT kitchen to include an option for touchwiz roms till we have CM7 or MIUI
sewe said:
I´ve read somewhere that you need to change the status_bar_tracking.xml in systemui to point the background to a drawable
Click to expand...
Click to collapse
Hey sewe ..long time no speak lol..
Yes mate ....Im sure that is the way forward ..
I tried to edit this xml with xml marker but it's not compatible!
What's the android xml mode?
Figured out it's the status_bar.xml that need to be edited.
I did it but I am not a pro of apktool so if someone can recompile it and test it...
I just replace the color code with the filename of the png
vegetaleb said:
Figured out it's the status_bar.xml that need to be edited.
I did it but I am not a pro of apktool so if someone can recompile it and test it...
I just replace the color code with the filename of the png
Click to expand...
Click to collapse
In systemiu or framework?
Thanks
vegetaleb said:
Figured out it's the status_bar.xml that need to be edited.
I did it but I am not a pro of apktool so if someone can recompile it and test it...
I just replace the color code with the filename of the png
Click to expand...
Click to collapse
i can test it now but please, tell me what's the file
system or framework??
thanks!
Would love to have a transparent statusbar as well!
Sent from my Nokia 3110 using Tapatalk
i can't find information about this... : Confused:
someone please post a framework or system ui working with k3 with transparent status bar.. thanks

[HOW TO] Set a statusbar backround image for JB SystemUI.apk

Hello Everyone,
as the Title says. We like to mod the statusbar of our Gnex with an backround image.
I tried and searched long to find out how to and finally I found this:
http://forum.xda-developers.com/showthread.php?t=1814441
and I can say this works, but you have to follow some steps of mine, so this really really works.
At first I will give credits to powerpoint45, he is the man, who has done all this getting to work. Please hit his thanks-button!!!!
Ok, now we start:
1. Step is, to download the files of powerpoint45 thread
2. Step is to follow his guide, but this is new: use the framework-res of your rom you like to use
So first install the framework-res.apk of your ROM and then install the SystemUI.apk of your ROM
When the SystemUI is successfully decompiled, there you can see a folder "SystemUI"
Go into this folder and then go into the res folder and then into the "drawable-xhdpi" folder
Here you will find a file called "status_bar_bg_tile", this file you can change out with a png you want, but the file must have the SAME name. The size of the png should be 720x30 (CREDITS HERE TO BANKS)
When you replaced this file with the one of your choice , you have to go to the folder /res/values
Here you pick out the drawable.xml
Open with notepad++
edit line 5 into this: @drawable/status_bar_bg_tile
Save the file
Now, make the way Powerpoint45 recompiles, but before you have to copy the META_INF and manifest.xml from the ORIGINAL SystemUI.apk into the decompiled SystemUI folder.
It is possible that you will not see an builded apk like the terminal says, so try this command:
java -jar apktool.jar b SystemUI
After that, there should be a new folder called "dist", here you will find the new SystemUI.apk
Install the new SystemUI the way you like. I use push via adb - then fix permissions (IMPORTANT)
Last Thanks to Powerpoint45 and Banks
I hope this helps you to customize your Gnex a little more!!!
If I missed something, correct me! This is my first little how to! AND SORRY FOR MY BAD ENGLISH!
Pete2506 said:
Hello,
I used the search function, but did not find an answer for my question. I want to theme my statusbar. And want to change the image of the backround image. But in jellybean the png has another name than in earlier android versions.
So I want to know what is the name of the backround image and what is the correct size for the png I want to use.
I hope themers can help.
Click to expand...
Click to collapse
Image is called status_bar_bg_tile.png Found in SystemUI.apk res/drawable-xhdpi
Change it to w/e
Go into SystemUI.apk res/values/drawables.xml
Open it.
Change the line out that calls out the statusbar color with this
<drawable name="status_bar_background">@drawable/status_bar_bg_tile</drawable>
Save, Recompile,Flash, Profit, lol
Edit: I always made them 720x30 for the size
BaNkS said:
Image is called status_bar_bg_tile.png Found in SystemUI.apk res/drawable-xhdpi
Change it to w/e
Go into SystemUI.apk res/values/drawables.xml
Open it.
Change the line out that calls out the statusbar color with this
<drawable name="status_bar_background">@drawable/status_bar_bg_tile</drawable>
Save, Recompile,Flash, Profit, lol
Edit: I always made them 720x30 for the size
Click to expand...
Click to collapse
Is it possible to resize the image I want, rename the file and make a zipthemer file?
Sent from my HTC Renovatio VXR
Pete2506 said:
Is it possible to resize the image I want, rename the file and make a zipthemer file?
Sent from my HTC Renovatio VXR
Click to expand...
Click to collapse
Yeah, you should be alright to resize the image. I don't think you can just make a zipthemer mod since the stock SystemUI calls out an image HEX color instead of an actual image. You would still have to decompile your SystemUI and make that XML edit. After you made that edit, you can rename the statusbar png to w/e you want and make the necessary changes to the XML to call out that image.
Example: <drawable name="status_bar_background">@drawable/whatever your image name is.png</drawable>
drawable.xml is not available in the rom I use. I found an status_bar_bg.xml, but I am not able to open it with notepad++. Decompiling only show *.smali so no xml files
I managed to change the image that I want but still black is shown in statusbar, so wich xml file to edit so that the image is shown?
I attached the sysui.apk The rom I use is jbsourcery2.1
Maybe someone could help better.
Watch out the status_bar_bg_tile.png it is now an image with size 720x30
You should be able to just put an image in the xhdpi folder called status_bar_background.png. I don't recall needing to change any XML to add an image
Sent from my SPH-L710 using xda premium
nbeebe24 said:
You should be able to just put an image in the xhdpi folder called status_bar_background.png. I don't recall needing to change any XML to add an image
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
I have done it, you can see it in the attached file, the image does not change. Status bar is still black
AHHH..., you mean such adding this file
Sent from my GNex Renovatio VXR
I decompiled your SystemUI apk and see what you did wrong. You need to have an image name status_bar_background.png as I said before. Not the tile one. Try this and see if it works http://www.mediafire.com/?cka1374omcxny1h
Send me your framework-res.apk I'll take a crack at it
- delete -
-DELETE
Could you show us where we can get the title bar image you used.
looky
powerpoint45 said:
Could you show us where we can get the title bar image you used.
Click to expand...
Click to collapse
Here you go!!!
ALL CREDITS FOR THE ORIGINAL PNG TO SCAR FROM MY OLD DESIRE ROM
Does so much people only like the black boring Statusbar?
Doing this, makes it even possible to set a complete transparent Statusbar.
Hm..., somebody interested in Silver Stausbar Icons? Like this:
Pete2506 said:
Does so much people only like the black boring Statusbar?
Doing this, makes it even possible to set a complete transparent Statusbar.
Hm..., somebody interested in Silver Stausbar Icons? Like this:
Click to expand...
Click to collapse
That looks awesome
Sent from my Galaxy Nexus using xda app-developers app
Thanks for the tutorial. Works like a charm. Question though, has anybody else tried to make a transparent status bar? Mine always reverts back to black and I was just wondering if anyone else had the same problem.
Sent from my Galaxy Nexus using xda app-developers app
Dawei87 said:
Thanks for the tutorial. Works like a charm. Question though, has anybody else tried to make a transparent status bar? Mine always reverts back to black and I was just wondering if anyone else had the same problem.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Are you using a tablet because I don't think u can make it transparent in tablet mode.
Sent from my Amazon Kindle Fire using xda app-developers app
powerpoint45 said:
Are you using a tablet because I don't think u can make it transparent in tablet mode.
Sent from my Amazon Kindle Fire using xda app-developers app
Click to expand...
Click to collapse
Right now I'm not using tablet mode or anything. I am using a galaxy nexus and when I make it transparent it will look as intended, but then when I open an app or menu and return to the home screen it stays black and the transparency isn't there anymore. Tried using custom images and also just tweaking the colors in the files but both have the same results. I'm stumped at this point.
Sent from my Galaxy Nexus using xda app-developers app

[TUTORIAL]How to Theme Samsung Android 4.4, 4.3 and 4.1.2

This tutorial is aimed at people who have themed previously. Therefore, you must already have a working environment set up. I will tell you where to find the required xmls to change and difficult to find files.
Procedure
1. Decompile with APK Multitool
2. Make your desired changes
3. Compile
2. To minimise errors I recommend you simply replace the edited XMLs into the original file or flash them with the universal flasher or VRT
KitKat 4.4
General Changes from 4.3
The battery meter is not image-based anymore. It is controlled by entries in colors.xml in SystemUI.apk
SystemUI.apk
To make the notification shade transparent you need to change the notification background colour setting in drawables.xml to #00000000, similarly for the notification title
The annoying blue line above the carrier label is controlled by the jbp_close_handler_divider value
The toggle text is found in values>drawables.xml
Status bar date, clock, battery text etc. is controlled by layout>status_bar.xml and values>drawables.xml
Framework-res.apk
Main Text is controlled by tw_primary/secondary_text_holo_dark xmls
Popup text is tw_popup_primary-text_holo_dark.xml
values>styles.xml controls the colour of notifications text, date etc. search the file for EventContent entries
TWframework-res.apk
I've had issues flashing recompiled resources.arsc which used to work. Now I get a SystemUI FC. The good news is that you can now change the colour of text in the contacts app which used to be found here in styles.xml in SecContacts.apk
SecContacts
You'll have compiling errors. Simply fix the errors as per the log.
Jell Bean 4.3
SystemUI.apk
To make the notification shade transparent you need to change the notification background colour setting in drawables.xml to #00000000, similarly for the notification title
The annoying blue line above the carrier label is controlled by the close_handler_divider value
The toggle text is found in values>drawables.xml
Status bar date, clock etc is controlled by layout>status_bar.xml and values>drawables.xml
You will encounter issues recompiling this This Folder contains the edited files to allow you to compile successfully. Place the files in the appropriate folders. It should be self-explanatory.
Framework-res.apk
Main Text is controlled by tw_primary/secondary_text_holo_dark xmls
Popup text is tw_popup_primary-text_holo_dark.xml
values>styles.xml controls the colour of notifications text, date etc.
A lot of files which used to be in drawable-xhdpi are now in drawable-sw359dp-xhdpi including the dialogs, menu backgrounds, Wi-Fi etc. toggles
TWframework-res.apk
I've had issues flashing recompiled resources.arsc which used to work. Now I get a SystemUI FC. The good news is that you can now change the colour of text in the contacts app which used to be found here in styles.xml in SecContacts.apk
SecContacts
You'll have compiling errors. The files needed to compile correctly are in the same file as the SystemUI corrections.
Jelly Bean 4.1.2
SystemUI.apk
To change the colour of the status bar go to res/values/drawables.xml and change the value for status_bar_background. Black is ff000000 and transparent is 00000000.
The toggle text is found in layout>tw_quick_setting_button.xml
Status Bar Text, clock etc is controlled by layout>tw_status_bar and tw_status_bar_expanded xmls
Framework-res.apk
Main Text is controlled by tw_primary/secondary_text_holo_dark xmls
Popup text is tw_popup_primary-text_holo_dark.xml
TWFramework-res.apk
This is the easiest file ever. It works fine with any automated apktool GUI. The color. xml file controls the colour of the letters and dividers in the index of the contacts list.
I'm starting to make my first theme for sammy jb (vrtheme) today, so this might be useful. Thanks mate
jnr21 said:
I'm starting to make my first theme for sammy jb (vrtheme) today, so this might be useful. Thanks mate
Click to expand...
Click to collapse
You're welcome and good luck
Sent from my GT-I9300 using Tapatalk 2
Deleted
May be related to your setup
Check that Java is in your path...which java version do you have installed?
Darkside Agent said:
May be related to your setup
Check that Java is in your path...which java version do you have installed?
Click to expand...
Click to collapse
Don't no what I did wrong first of all but deleted all the files and reinstalled and its working now. Thanks anyway
Sent from my GT-I9300 using xda premium
no worries, glad you got it fixed (setups can be very tempremental sometimes eh!!)
alvin551 said:
Don't no what I did wrong first of all but deleted all the files and reinstalled and its working now. Thanks anyway
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Can you remove or edit your really long post then?
Sent from my GT-I9300 using Tapatalk 2
Phone_Guru said:
Can you remove or edit your really long post then?
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Deleted. Sorry mate
Sent from my GT-I9300 using xda premium
I was able to decompile and compile all 4.1.2 apks using the framework from the lk4 ROM.
Sent from my GT-I9300 using Tapatalk 2
Phone_Guru said:
I was able to decompile and compile all 4.1.2 apks using the framework from the lk4 ROM.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Ditto for the lkc framework.
Sent from my GT-I9300 using Tapatalk 2
A good tutorial mate, let see what i can change
Installation ziped pack in custom rom
AtotheD said:
A good tutorial mate, let see what i can change
Click to expand...
Click to collapse
Hi every one
Could you please let me know the steps in order to install a ZIPED PACK 3D HD Wallpapers downloaded as a pack in a custom rom i have the latest foxhound v1.7 i have downloaded this content from wallpaper section in foxhound setting panel as pack ziped, i have also downloaded the new camera update v 4.2 (nexus style) i have tried to reboot my device I9300 in a recovery mode and install from zip after the installation complete i start my device then i found nothing in wallpaper section
please help :crying:
I've updated the methods and added some tips for where to find some common changes.
Hints for the New FMB3 Leak
I've added a post about how to MOD aspects of the new 4.2.1 ROM FMB3
Re: [TUTORIAL]How to Theme Samsung Jelly Bean 4.2.1 and 4.1.2
Any idea where I can find the XML to change lock screen status bar?
Sent from my SAMSUNG-SGH-I747 using xda premium
Re: [TUTORIAL]How to Theme Samsung Jelly Bean 4.2.1 and 4.1.2
Updated the file in the OP.
Sent from my GT-I9300 using Tapatalk 2

[MOD +HOW TO] ☆ Transparent homescreen statusbar on JellyBean

Hi everyone!
Because it looks like we have practically ready for official release sammy JellyBean seems to me it's time to make our themes better
Here's a simple guide how to make homescreen statusbar transparent..
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView [B]android:background="#[/B][COLOR="Red"]00000000[/COLOR]" 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="[B]status_bar_background">#[/B][COLOR="Red"]00000000[/COLOR]</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
Many thanks for Education raubkatze
mod for Dmod v4
Is it works on benz v6?
Thanks!
Edit:the 13 toggle.
nyakasgb said:
Is it works on benz v6?
Thanks!
Edit:the 13 toggle.
Click to expand...
Click to collapse
no benz rom ...just Dmod v4 ...coming soon benz rom:laugh:
p_a_r_s_a7 said:
no benz rom ...just Dmod v4 ...coming soon benz rom:laugh:
Click to expand...
Click to collapse
Works fine thanks!
Can you do someting with the lookscreen, see picture?
nyakasgb said:
Works fine thanks!
Can you do someting with the lookscreen, see picture?
Click to expand...
Click to collapse
This is one of the really annoying things with transparent lock screen.
Makes Lock screen strange, and also if you have Gmail or Chrome open for example, the bar will go white....
the file "systeUI benzrom" does not work.
Once installed, the error message "system UI is forced to stop."
Can you make transparent statusbar for enox rom pls?
Gesendet von meinem GT-I8190 mit Tapatalk 2
xavraim said:
the file "systeUI benzrom" does not work.
Once installed, the error message "system UI is forced to stop."
Click to expand...
Click to collapse
Mine too, system ui forced stop
Sent from my GT-I8190 using xda app-developers app
Waiting for benzrom
Sent from my GT-I8190 using xda app-developers app
Copy/Paste from here
Code:
http://forum.xda-developers.com/showthread.php?t=1930777
Thanks to raubkatze for this GUIDE
[GS] said:
Copy/Paste from here
Code:
http://forum.xda-developers.com/showthread.php?t=1930777
Thanks to raubkatze for this GUIDE
Click to expand...
Click to collapse
Well you see there was no need to remind you
Many thanks for Education raubkatze
p_a_r_s_a7 said:
Well you see there was no need to remind you
Many thanks for Education raubkatze
Click to expand...
Click to collapse
Always remind original poster!
update post 1.....
Sorry you know how I can remove de brightness slider on quick panel (status bar)
I descompile the system ui but I dont know how do it !
Thaks
confirmed working on Dmod Version 5.....nice!
appreciate if someone could make flashable zip for the NFC version with 50% transparency....above is 100% transparency....
which one
p_a_r_s_a7 said:
Hi everyone!
Because it looks like we have practically ready for official release sammy JellyBean seems to me it's time to make our themes better
Here's a simple guide how to make homescreen statusbar transparent..
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView [B]android:background="#[/B][COLOR="Red"]00000000[/COLOR]" 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="[B]status_bar_background">#[/B][COLOR="Red"]00000000[/COLOR]</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
Many thanks for Education raubkatze
mod for Dmod v4
Click to expand...
Click to collapse
in real my phone I8190 but after dmod v5 it has been I8190N so which one is to be used for my phone among the zip files above?
for those interested in benzrom v6 i worked on his file "Blue_Icon_Style_StatusBar_StockClock_NT.zip" to have transparent status bar instead a black one.
The reasons i used that file are:
1) i tried to mod benz's systemUI but 7zip or winrar didn't recognize his file compression method.
2) you can apply that mod easily with cmw recovery, i just overwrite 2 images (notification header and panel).
The result is you have:
transparent status bar (use xposed installer and tweakbox to modify % transparency)
blue icons and stock clock on the right
black notify panel instead a transparent one
stock toggle icons showed in notify panel instead mod widget buttons by benz rom (don't know why, don't ask me...)
here are couple of screenshots:
scaliskano said:
in real my phone I8190 but after dmod v5 it has been I8190N so which one is to be used for my phone among the zip files above?
Click to expand...
Click to collapse
What zip files?
AssToast said:
What zip files?
Click to expand...
Click to collapse
13 toggles worked for me. Dmod v5 8190
Hi guys!
how can I decompile this **** (SystemUI.apk)
I did all the instructions about decompiling it but I counldn't decompile it correctly

[MOD][CM STABLE RELEASES][Discontinued] Transparent statusbar, navbar and more

Hello my friends
I give to you my mod for CyanogenMod Stable releases.
What it does?
Let's see:
- transparent statusbar
- transparent navbar
- center clock
- quicksettings with 4 tiles columns
Installation (make backup before anything):
push files from attached zip file (android.policy.jar to system/framework/; systemUI.apk to system/app/)
OR wait for flashable zip TBA (help is appreciated if someone can make it)
FAQ:
Doesn't look transparent. Why?
Use only supported launchers (until now I used apex...don't know about the rest)
Use only stock theme
Try changing wallpaper
Can it work with trebuchet?
The status bar is transparent with trebuchet launcher but the navbar no. To make the navbar transparent with trebuchet you have to follow @Adi Aisiteru Reborn guide:
DECOMPILE Trebuchet.apk
- Download attached file, Source for Trebuchet , extract it and merge to your decompiled Trebuchet.apk
DONE AND COMPILE
See attached zip file: Source_Trebuchet.zip
Click to expand...
Click to collapse
Or use @Carlos_Manuel method from 2nd post
UPDATE:
Added transparency with 4 column tiles and center clock mod for cm 10.1.3 stable and for cm10.1.3 TORO
UPDATE 19.12.2013 (LAST UPDATE):
Added transparency with 4 column tiles and center clock mod for cm 10.2 stable now as flashable zip.
Instructions:
Reboot recovery and mount /system in recovery before flashing.
Thanks to:
@Adi Aisiteru Reborn for his awesome guide
@Jar3112 for the flashable zip
cyanogenmod team for the best rom
Enjoy and thank me for my effort or buy me a beer (Yes I have a donate button now )
OP,just telling!
to make trebuchet with navbar into transparent, you have to edit launcher.xml from from layout-pot folder and then edit workspace.java:
Code:
- Point minDims = new Point();
- Point maxDims = new Point();
- mLauncher.getWindowManager().getDefaultDisplay().getCurrentSizeRange(minDims, maxDims);
-
- final int maxDim = Math.max(maxDims.x, maxDims.y);
- final int minDim = Math.min(minDims.x, minDims.y);
+ DisplayMetrics displayMetrics = new DisplayMetrics();
+ mLauncher.getWindowManager().getDefaultDisplay().getRealMetrics(displayMetrics);
+ final int maxDim = Math.max(displayMetrics.widthPixels, displayMetrics.heightPixels);
+ final int minDim = Math.min(displayMetrics.widthPixels, displayMetrics.heightPixels);
-----------------------------------------------------------
class WallpaperOffsetInterpolator {
float mFinalHorizontalWallpaperOffset = 0.0f;
- float mFinalVerticalWallpaperOffset = 0.5f;
+ float mFinalVerticalWallpaperOffset = 0.0f;
float mHorizontalWallpaperOffset = 0.0f;
- float mVerticalWallpaperOffset = 0.5f;
+ float mVerticalWallpaperOffset = 0.0f;
long mLastWallpaperOffsetUpdateTime;
Cool! Would this mod work for the latest CM 10.1 build or just CM 10.1.2? Also would this work for a Sprint Samsung S3 on CM 10.1?
Sent from my SPH-L710 using xda app-developers app
mangordi89 said:
Cool! Would this mod work for the latest CM 10.1 build or just CM 10.1.2? Also would this work for a Sprint Samsung S3 on CM 10.1?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
You could try it on the latest build. Should work. Remember to backup first. Don't know what to say about other devices...
Cheers :good:
stuffynet said:
Hello my friends
I give to you my mod for CM10.1.2 Stable.
What it does?
Let's see:
- transparent statusbar
- transparent navbar
- center clock
- quicksettings with 4 tiles columns
- 36 dpi navbar
Installation (make backup before anything):
push files from attached zip file (android.policy.jar and framework-res.apk to system/framework/; systemUI.apk to system/app/)
OR wait for flashable zip TBA (help is appreciated if someone can make it)
FAQ:
Doesn't look transparent. Why?
Use only supported launchers (until now I used apex...don't know about the rest) (on trebuchet it doesn't work)
Use only stock theme
Try changing wallpaper
Thanks to:
@Adi Aisiteru Reborn for his awesome guide
cyanogenmod team for the best rom
Enjoy and THANK ME for my effort
Click to expand...
Click to collapse
Could you create same mod but without aligment of a clock? I don't think it looks good, sorry
Scandy said:
Could you create same mod but without aligment of a clock? I don't think it looks good, sorry
Click to expand...
Click to collapse
or without the 36 dpi bar (I like the default one)
Scandy said:
Could you create same mod but without aligment of a clock? I don't think it looks good, sorry
Click to expand...
Click to collapse
When I have time willl do.
KreNtal said:
or without the 36 dpi bar (I like the default one)
Click to expand...
Click to collapse
If you want the default dpi don't push framework-res.apk
EDIT: UPDATED FAQ
How could I make this work with a theme that I'm using?
stragabenz said:
How could I make this work with a theme that I'm using?
Click to expand...
Click to collapse
You can't. The theme messes with the systemui and other apps that it themes.
stuffynet said:
If you want the default dpi don't push framework-res.apk
Click to expand...
Click to collapse
Oh thanks, I didn' t know that was that, thank you!
KreNtal said:
Oh thanks, I didn' t know that was that, thank you!
Click to expand...
Click to collapse
My bad. I updated the FAQ section.
Does it work on other rom? I'm using paranoidandroid 3.68
Sent from my Galaxy Nexus using xda premium
saza8883 said:
Does it work on other rom? I'm using paranoidandroid 3.68
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
No.
Sent from my Galaxy Nexus
If I want only 36 DPI NavBar, can I push only framework-res.apk and leave the rest?
shane582 said:
If I want only 36 DPI NavBar, can I push only framework-res.apk and leave the rest?
Click to expand...
Click to collapse
Yes.
Sent from my Galaxy Nexus
It would be nice if you can provide all the stuff as separate zips (easy to flash)
For example if someone wants only 36 dpi navbar , or only quicksettings with 4 tiles columns and so on.
thanks
dude im kinda newbie in this thing of Flashing Mods and stuffs like that.. i have already "Put the 3 files" (android.policy.jar and framework-res.apk to system/framework/; systemUI.apk to system/app/) in their proper place and still dont see the Navbar or Status Bar transparent.. what should i do??
Srry for my bad english
P.D i just Reboot my phone and the Navbar and Status Bar disappear AT ALL.. Help me please
It works with both Nova and Apex, but with both in order to get it to go transparent I had to hide/show my status bar. Once I enter an app, and go back to the desktop, same problem.. it's black.
i hope... i could get some help here...i have N4 and want to change my nav bar dpi to 36.. using CM10.1 7/25 nightly. how do i do it? can you please guide me? i could nt get any help in n4 forum sadly?
Sent from my Nexus 4 using xda premium
manuelpc7 said:
dude im kinda newbie in this thing of Flashing Mods and stuffs like that.. i have already "Put the 3 files" (android.policy.jar and framework-res.apk to system/framework/; systemUI.apk to system/app/) in their proper place and still dont see the Navbar or Status Bar transparent.. what should i do??
Srry for my bad english
P.D i just Reboot my phone and the Navbar and Status Bar disappear AT ALL.. Help me please
Click to expand...
Click to collapse
Hmmm...Don't know what to say. For me works ok. Reboot recovery and fix permissions maybe.
raskulous said:
It works with both Nova and Apex, but with both in order to get it to go transparent I had to hide/show my status bar. Once I enter an app, and go back to the desktop, same problem.. it's black.
Click to expand...
Click to collapse
Works here with apex without hiding anything even returning from app.
hlimbu00 said:
i hope... i could get some help here...i have N4 and want to change my nav bar dpi to 36.. using CM10.1 7/25 nightly. how do i do it? can you please guide me? i could nt get any help in n4 forum sadly?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Follow this guide my friend
http://forum.xda-developers.com/showthread.php?t=1844878

Categories

Resources