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
Related
Hello everyone
since there are not new themes for our smartphone, with the permission of pauldiddy I decided to port his theme on sgs2.
I want thank Paul for his spectacular work done on the galaxy.
wallpaper
http://www.multiupload.com/65ST5EC3T5
Stock XWKE7 - CRT - Semi Transparent Status Bar - CWM
http://www.multiupload.com/GQPUB2F5B7
Deodex XWKE7 roms:
http://www.multiupload.com/MBPLY8E9L5
XWKE7/XWKE8 deodex roms+bootanimation,contacts,epm,sip (not for villain rom)
http://www.multiupload.com/1WFD4CTYRL
XWKE7/XWKE8 deodex roms+bootanimation,contacts,epm,sip,no date on status bar (not for villain rom)
http://www.multiupload.com/Y1YADQLWF5
Touchwiz with autohide page indicator
http://www.multiupload.com/08TV5LPSDN
Put file on sdcard and install with cwm
edit 1:
fixed battery animation
edit 2:
fixed popup menu for highlighting/text editing
edit 3:
added transparent and semi transparent status bar(remember to delete systemui.odex)
edit 4:
added CRT effect
edit 5:
re-optimized framework,now is only 6,44MB
edit 6:
modded contacts and boot animation
edit 7:
added extended power menu
edit 8:
added SIP
edit 9:
added autohide page indicator on touchwiz
looks nice
will try later on
Great job mate, I personally haven't tried this yet but looking at the screenshots it may be worth a shot.
look nice!
if it's not completed what did you share then?
cCeT said:
if it's not completed what did you share then?
Click to expand...
Click to collapse
i need to port also phone.apk and dialertab
ok thanks for your great work. if something goes wrong how can i put my original files back? and when i tried to push the files it gave an error. "read only file system"
cCeT said:
ok thanks for your great work. if something goes wrong how can i put my original files back? and when i tried to push the files it gave an error. "read only file system"
Click to expand...
Click to collapse
backup your original files first and then use root explorer or adb:
type "adb remount" before doing the push
awesome
thank you
Same as other themes here on XDA foe the SGSII - when I apply the Settings.apk all I get in settings is a bunch of slider bars??? No text or settings etc just slider bars...
Sent from my GT-I9100 using XDA Premium App
extrememonkey said:
Same as other themes here on XDA foe the SGSII - when I apply the Settings.apk all I get in settings is a bunch of slider bars??? No text or settings etc just slider bars...
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
really strange,i'll investigate
ciao freakonaleash
can you tell me the widget for clock/weather in your home ?
tks
jonata said:
ciao freakonaleash
can you tell me the widget for clock/weather in your home ?
tks
Click to expand...
Click to collapse
beautiful widget(super clock)
freakonaleash said:
beautiful widget(super clock)
Click to expand...
Click to collapse
tks,
I've it ...
Looks awesome, great work! Would you be able to post that background in the screenshots?
Doesn't work on I9100XEKE1 ROM! The phone always reboot!
Thanks very much! Looks great, only thing that doesn't seem to be working are the pop-up icons in screenshot #7 (apart from the wallpaper one), but it's just what I was looking for - cheers!
zenf said:
Thanks very much! Looks great, only thing that doesn't seem to be working are the pop-up icons in screenshot #7 (apart from the wallpaper one), but it's just what I was looking for - cheers!
Click to expand...
Click to collapse
do you have erased data of touchwiz?
brandenk0 said:
Looks awesome, great work! Would you be able to post that background in the screenshots?
Click to expand...
Click to collapse
ok,posted
freakonaleash said:
ok,posted
Click to expand...
Click to collapse
Thanks so much!
hi all ...
i just wanna share my SystemUI.apk + Framework-res.apk
changelog :
-> Statusbar transparent support
-> Clock and date center
-> Add animation window (twisty)
This mod just for cm 7.2 [update : 02112012]
How to :
-> put zip file on sdcard
-> go to cwm / recovery mode
-> mount /system
-> install file zip
DWYOR
Thanks theres no date?! What should be wrong hmmm nevermind its showed up when I messed with some settings animation is amazing
Sent from my GT-S5660 using Tapatalk
Clock centered. Animations working, but my statusbar isn't transparent. I tried a dozen solutions for making it happen, but nothing seems to work (including this). I have the latest cm7.2, ADWLauncher EX (wallpaper hack disabled). And still no joy.
Also tried using live wallpaper.
Any ideas?
smash1986hu, i'm bad speak english,but i will try you
go to settings-system settings and remove a tick in smooth scrolling desk or something like.
I have russian version adw launcher and i spoke that my language very bad,because just to look in settings of adwlauncher
please delete this message,because i just looser ;(
kajjtan19 said:
Thanks theres no date?! What should be wrong hmmm nevermind its showed up when I messed with some settings animation is amazing
Sent from my GT-S5660 using Tapatalk
Click to expand...
Click to collapse
Hum ..
Try to restart you phone ..
Cause i'm dont have problem about date..
Are you use new update cm7
Sent from my GT-S5660 using XDA App
smash1986hu said:
Clock centered. Animations working, but my statusbar isn't transparent. I tried a dozen solutions for making it happen, but nothing seems to work (including this). I have the latest cm7.2, ADWLauncher EX (wallpaper hack disabled). And still no joy.
Also tried using live wallpaper.
Any ideas?
Click to expand...
Click to collapse
Are you use theme with transparent status bar?
Cause i say this mod support transparent statusbar..
Sent from my GT-S5660 using XDA App
Thx guys. Figured it out. NONE of the themes I like/use supported it. I tried it with LunarUI, and it worked. Unfortunately I don't like it, so I will go back to my usual themes, without transparency. Maybe they will support it in the future.
Can anyone recommend a nice theme, which supports transparent status bar?
smash1986hu said:
Thx guys. Figured it out. NONE of the themes I like/use supported it. I tried it with LunarUI, and it worked. Unfortunately I don't like it, so I will go back to my usual themes, without transparency. Maybe they will support it in the future.
Can anyone recommend a nice theme, which supports transparent status bar?
Click to expand...
Click to collapse
hahaha
you can use theme aludra v.1.3
that beatiful theme ....
i like it ^^
How to move clock in right again?
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
Sent from my GIO
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
grab ur systemUI n framework from the updated ROM, put into the zip from this thread..then flash it....
Sent from my GIO
I flash Rom again,its ok now
how to move clock to right again
Japany said:
How to move clock in right again?
Click to expand...
Click to collapse
decompile SystemUI.apk , open folder SystemUI -> res -> layout ...
edit status_bar.xml search about clock then change grafity:center with grafity : right
Thanks! It looks great.
How do I get the color of the clock to match that of my theme (ics)??
Thanks!!
Sent from the planet moon of Endor
Im loving the animations.. but I also dont have the date anymore :-(
Sent from the planet moon of Endor
farandel said:
How do I get the color of the clock to match that of my theme (ics)??
Thanks!!
Sent from the planet moon of Endor
Click to expand...
Click to collapse
decompile SystemUI.apk and go to folder SystemUI -> res -> layout
and edit status_bar.xml then search line <com.android.systemui.statusbar.Clock ...
change android:textColor="#ffffffff" with android:textColor="#xxxxxxx" change xxxxxx with code Hexa colour of ics theme ...
and for date i don't have problem ..
are you use last build cm 7.2 cause i make this mod for last build cm 7.2
tux-kid's said:
decompile SystemUI.apk and go to folder SystemUI -> res -> layout
and edit status_bar.xml then search line <com.android.systemui.statusbar.Clock ...
change android:textColor="#ffffffff" with android:textColor="#xxxxxxx" change xxxxxx with code Hexa colour of ics theme ...
and for date i don't have problem ..
are you use last build cm 7.2 cause i make this mod for last build cm 7.2
Click to expand...
Click to collapse
im running last build cm7.2 also..but no date appears....
Sent from my GIO
Thanks for the color fix. Im also running cm7.2 . I tried changing all the settings, but still no date :-(
Edit: the date just decided to come up!! Great animations!!
Sent from the planet moon of Endor
farandel said:
Thanks for the color fix. Im also running cm7.2 . I tried changing all the settings, but still no date :-(
Edit: the date just decided to come up!! Great animations!!
Sent from the planet moon of Endor
Click to expand...
Click to collapse
really, i still confuse about problem of date ..
cause me and some friend use this mod don't have problem ...
are you sure use the last build cm7.2 ?
This is fix SystemUI with Transparent and Semi Transparent Statusbar for CM7.2.0-02242012
step:
- Put the file on sdcard
- Go to recovery CWM
- Mount system, data, cache and sdcard
- Instal the file
- Reboot
If using ADW, uncheck wallpaper hack in ADW settings
If you like my works, hit thanks buttons plz
This I made with 20% transparency and more looks good I thinks
http://www.4shared.com/zip/13HlpUbs/CM720-02242012-Semi_Transparan.html
And this for Transparent with Centered a Clock
http://www.4shared.com/zip/8vxOJyi3/CM720-02242012-Transparent-Cen.html
I'm using Cm7 latest build. But, i dunno why, this has no effect. Statusbar still colored(not transparent, oh yeah, i use semi transparent patch). I've already using aChep ICS layout :/
zoelkece said:
I'm using Cm7 latest build. But, i dunno why, this has no effect. Statusbar still colored(not transparent, oh yeah, i use semi transparent patch). I've already using aChep ICS layout :/
Click to expand...
Click to collapse
did you using this SystemUI?
geva28 said:
did you using this SystemUI?
Click to expand...
Click to collapse
yep, i use this systemUI. i patch with ICS layout before, and patch with this patch later. but, nothing happen. Is ADW launcher the troublemaker? coz I use that launcher
zoelkece said:
yep, i use this systemUI. i patch with ICS layout before, and patch with this patch later. but, nothing later. Is ADW launcher the troublemaker? coz I use that launcher
Click to expand...
Click to collapse
In ADW just uncheck wallpaper hack. If you using this SystemUI than no need any patch , just wait for minutes ...I'll changes transparency for semi transparent statusbar btw did ics layout changes statbar bg?
I have installed this patch and nothing happen
geva28 said:
In ADW just uncheck wallpaper hack. If you using this SystemUI than no need any patch , just wait for minutes ...I'll changes transparency for semi transparent statusbar btw did ics layout changes statbar bg?
Click to expand...
Click to collapse
nothing happen though I've already uncheck wallpaper hack in ADW setting. Statbar still not turned to transparent
working perfectly @ my GIO
multifearz261 said:
I have installed this patch and nothing happen
Click to expand...
Click to collapse
There's another one with new semi transparent
Please can someone provide me a link or a cwm file that has black status bar only for stock deodexed xxlsj....thanks....
Please please please....
Sent from my GT-I9100 using Tapatalk 2
Please make a mod for me..black status bar only for deodexed xxlsj
Sent from my GT-I9100 using Tapatalk 2
Here:
http://d-h.st/zjy
Sent from my GT-I9100 using xda premium
Sir....I want the stock one....with black status bar....the link provided has a custom icons and toggles...I want the stock with black status bar...thanks....
Sent from my GT-I9100 using Tapatalk 2
Anyone please
Sent from my GT-I9100 using Tapatalk 2
Flash cwm zip
http://db.tt/UUy3sycn
Sent from my GT-I9100 using xda premium
clinique18 said:
Please can someone provide me a link or a cwm file that has black status bar only for stock deodexed xxlsj....thanks....
Please please please....
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
you can take systemUI.apk from rom with black statusbar ,in folder preload
and copy in your rom -fix permission and reboot
dr30ma said:
Flash cwm zip
http://db.tt/UUy3sycn
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Thanks....but I hate the center clock mod with color....anyway..thanks
Sent from my GT-I9100 using Tapatalk 2
clinique18 said:
Thanks....but I hate the center clock mod with color....anyway..thanks
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Flash this zip ,only black statusbar
Black Statusbar
dr30ma said:
Flash this zip ,only black statusbar
Black Statusbar
Click to expand...
Click to collapse
Hello Sir. Will this replace the grey background with black background on LSJ ? I don't want anything else than that. Is it for deodexed versions ?
Thank you !
No status bar after flash
dr30ma said:
Flash this zip ,only black statusbar
Black Statusbar
Click to expand...
Click to collapse
Hello again sir. I flashed your file, but instead of replacing grey background with black, it makes all icons disappear. No status bar at all after flash !!
Thanks man
Sent from my GT-I9100 using Tapatalk 2
cbuy said:
Hello again sir. I flashed your file, but instead of replacing grey background with black, it makes all icons disappear. No status bar at all after flash !!
Click to expand...
Click to collapse
first wipe cache partition and in advanced wipe delvik-cache then reinstall zip.
This is for deodexed xxlsj rom.
dr30ma said:
first wipe cache partition and in advanced wipe delvik-cache then reinstall zip.
This is for deodexed xxlsj rom.
Click to expand...
Click to collapse
I did exactly as you instructed. Same thing. No status bar at all... My ROM is deodexed LSJ, so procedure must be wrong...
cbuy said:
I did exactly as you instructed. Same thing. No status bar at all... My ROM is deodexed LSJ, so procedure must be wrong...
Click to expand...
Click to collapse
Copy SystemUI.apk and attached here,I will make.
By ES file explorer navigate to root of sd card
sdcard>up>preload>symlink>system>app>SystemUI.apk,
Copy systemUI.apk from here to ext sd.
SystemUI.apk
dr30ma said:
Copy SystemUI.apk and attached here,I will make.
By ES file explorer navigate to root of sd card
sdcard>up>preload>symlink>system>app>SystemUI.apk,
Copy systemUI.apk from here to ext sd.
Click to expand...
Click to collapse
Here is the file, Sir. I appreciate what you're doing for me. Thank you very much !
cbuy said:
Here is the file, Sir. I appreciate what you're doing for me. Thank you very much !
Click to expand...
Click to collapse
grab here
dr30ma said:
grab here
Click to expand...
Click to collapse
Thank you very much for what you're doing Sir. I don't think I have explained myself correctly, though. What I need is not a missing status bar with black backgroud. I want a functional status bar, only with black background instead of grey. I've wiped cache and Dalvik, flashed the file you sent me, and still get a missing status bar, no icons at all.
I don't know what's happening !
So if you have some ideas, they will be much welcomed...
cbuy said:
Thank you very much for what you're doing Sir. I don't think I have explained myself correctly, though. What I need is not a missing status bar with black backgroud. I want a functional status bar, only with black background instead of grey. I've wiped cache and Dalvik, flashed the file you sent me, and still get a missing status bar, no icons at all.
I don't know what's happening !
So if you have some ideas, they will be much welcomed...
Click to expand...
Click to collapse
Tell detail about your rom
dr30ma said:
Tell detail about your rom
Click to expand...
Click to collapse
WanamLite Jelly Bean LSJ V13 Android 4.1.2 Clean & Fast & Pure Stock Themed (can be found here: http://wanamlite.com/category/rom-galaxy-s2/)
Based on latest leaked Jelly Bean Rom
Repacked Stock Kernel + Safe CWM (Thanks to Phil3758)
Deodexed & Rooted & Zipaligned
Pure Stock Themed themed
Unlimited SMS recipient list
No SMS to MMS convert
Automatic SMS encoding (Arabic support)
Extended Stock Status bar
Tweaked Speed & Battery life
Disabled scrolling cache
Enabled check spelling
Debloated (Removed Apps available as separate patch)
Large APN list
No incremental ringtone
Enabled Call recording
Enabled Ripple effect on Stock Lockscreen
Enabled Sensor aiding for fast GPS lock & better battery life
4 Way reboot
4 Shortcuts on the Lockscreen
Disabled home button lag
Clean build.prop for best Market compatibility
Kies support
Call Button on Contacts List
Swapped Call and Video buttons on the Dialer
Replaced Video Call button with Message button
“Official” Status on Settings menu
Hacked Email App
Unlimited Wifi AP clients
Unlimited Contact joining
Disabled Shutter on Apps
Enabled Shutter sound menu on Camera
[MOD] Transparent Statusbar & NavBar (36DPI) Odex 1.253, 1.307TW, 423, 244 & 267
Pls. read this first
I've found this mod doesn't work when lock screen is enabled and you use launcher other than stock that not support transparent status bar. When come back from lock screen, status & nav bar will become black. I've never used lock screen so i didn't know it, sorry.
As far as i know, there're 2 launcher that support transparent status bar on ZL, stock itself and Nova launcher (enabled in Nova setting -> look and feel -> transparent status bar). But they both transparent on home screen only as we all know.
If you guys only need transparent status bar & nav bar on home screen with Nova or stock launcher. You don't need this mod anymore. If you want small nav bar, just install glitschi667's mod an you're fine
But if you want transparent status bar with other launcher that not support (i've only tried Zeam launcher, i can't confirm others). Or you guys want additional transparent status bar when using some other app. Then this mod may help you, with sacrificed of lock screen (you have to disable it). Sorry for inconvenient
Upadate 2013-09-26: Added mod & restore file for 0.267 Firmware. I fixed big back button by following glitschi667 and APatte111's info. Other resources -: 36dpi mod are based on glitschi667's 0.244
Upadate 2013-08-07: Added mod & restore file for 0.244 Firmware based on glitschi667's latest 0.244 version
Upadate 2013-06-25: Added mod & restore file for 0.423 Firmware based on glitschi667's latest (experimental) version
Upadate 2013-06-19: I added mod & restore file for 1.307 TW Firmware. Just reOdexed android.poliy.jar file
Upadate 2013-06-07: I've update mod and restore files. I've tested them back and forth a few times so it should work this time, at least the restore mod
Hello, here's my mod Transparent Statusbar & NavBar (36dpi) for my 1.253, 1.307 (Taiwan), 0.423 & 0.244 XZL Odex ROM. I'm totally noob for this stuff but i really need the mod so bad. Since there's no one do it so i have to googled around (97% on xda) to find the way. And after 3 nights plus a few tens of boot loop, i got this
Here's some note..
- Use it as your own risk (and bla bla bla )
- I mod the nav bar based on glitschi667's [SOFTKEYS] smaller, black, cwm flashable for 350,434 and 253 fw with 36 dpi version, so you guys will have 36 dpi nav bar after apply this mod too.
- I also supply restored mod with original android.policy.jar, android.policy.odex and mod 36dpi SystemUI.apk. just in case something goes wrong so you can use it to get working system back fast.
- I also supply restored mod with stock SystemUI.apk, SystemUI.odex, android.policy.jar, android.policy.odex and framework-res.apk. just in case something goes wrong so you can use it to get working system back fast.
- As a noob, I so borrowed flashable zip file from other mod (sorry that i can't remember) and throw my mod in it. So if you guys have some concerns, pls check my mod carefully before try it.
- As a noob, I so borrowed flashable zip file from glitschi667's [SOFTKEYS] smaller, black, cwm flashable for 350,434 and 253 fw and add/replace my mod files in it. So if you guys have some concerns, pls check my mod carefully before try it.
- On my home screen shot, i use MRL3GS's [MOD] Xperia Z Transparent Dock - 253 odex to achive more transparent home screen
Here's my quick tour of valuable resource threads
M_J_Nazari's [Toturial][Windows] How Editing The ODEX framework files? [Simplified]. I followed step on post#2 except the line
dexopt-wrapper /system/framework/android.policy.jar /system/framework/new_android.policy.odex /system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar
Click to expand...
Click to collapse
i replaced with
dexopt-wrapper /system/framework/android.policy.jar /system/framework/new_android.policy.odex $BOOTCLASSPATH
Click to expand...
Click to collapse
dsixda's [KITCHEN] Android Kitchen, v0.223 [Linux / Mac / Windows]
Rizal Lovins's [Share Latest Apktool 4.2.2/Guide/Tutorial/] How to Decompile/Compile/Sign Apk/Jar
Spaun_Studio's [HOW-TO][MOD][JB] Transparent Statusbar & NavBar
How to install
do a full backup before installing, just in case.
install via cwm.
wipe cache & dalvik cache.
reboot.
(hopefully) enjoy
I only test this mod myself for a few hours, so feedback is appreciated. I'd love to answer any questions that i could
XperiaZL_JB_Transparent_Statusbar_NavBar_36dpi_267th_Odex_560925.zip
XperiaZL_JB_Restore_Stock_Statusbar_NavBar_267th_Odex_560925.zip
XperiaZL_JB_Transparent_Statusbar_NavBar_36dpi_244th_Odexed_560807.zip
XperiaZL_JB_Restore_Stock_Statusbar_NavBar_244th_Odexed_560806.zip
XperiaZL_JB_Transparent_Statusbar_NavBar_36dpi_423th_Odexed_560625.zip
XperiaZL_JB_Restore_Stock_Statusbar_NavBar_423th_Odexed_560625.zip
XperiaZL_JB_Transparent_Statusbar_NavBar_36dpi_307tw_Odexed_560618.zip
XperiaZL_JB_Restore_Stock_Statusbar_NavBar_307tw_Odexed_560618.zip
XperiaZL_JB_Transparent_Statusbar_NavBar_36dpi_253_Odexed_560607.zip
XperiaZL_JB_Restore_Stock_Statusbar_NavBar_253_Odexed_560607.zip
Can you make a Screenshot in appdrawer and in an app?
Sent from my C6503 using xda app-developers app
Beautiful,
You could create a version for the .434?
Thx man.
mpf37 said:
Can you make a Screenshot in appdrawer and in an app?
Sent from my C6503 using xda app-developers app
Click to expand...
Click to collapse
This app drawer right?
About in app, i've provided camera & album app screen shot. What app do you prefer? I'd provide if i could
Can you make a Screenshot in Chrome and/or PlayStore?
Because want to see how the statusbar looks like
Sent from my C6503 using xda app-developers app
does it work only with home launcher or with any? I have Nova. thx
rfg13 said:
does it work only with home launcher or with any? I have Nova. thx
Click to expand...
Click to collapse
according to original thread (http://forum.xda-developers.com/showthread.php?t=2262268)
Bugs:
- Transparency navibar only on the desktop \ status bar everywhere
- Works on stock launcher \ Apex, but the others were not checked
Click to expand...
Click to collapse
for nova launcher see attach pic. i use zeam launcher, by default nav bar transparency don't work, but if i open other supported launcher -: nova and switch to zeam, it work.
sorry but for no misunderstanding...
... on homescreen and appdrawer the statusbar ist transparent
... in all apps its black?
Can i install it by moving the files from the Zips with root explorer?
mpf37 said:
sorry but for no misunderstanding...
... on homescreen and appdrawer the statusbar ist transparent
... in all apps its black?
Can i install it by moving the files from the Zips with root explorer?
Click to expand...
Click to collapse
Most of them yes, the bars are black. But not all
You can install it manually. but i heard that if you replace SystemUI.apk the system will get force close loop, you have to quickly press power & shutdown menu or force turn off device.
hellvy said:
according to original thread (http://forum.xda-developers.com/showthread.php?t=2262268)
for nova launcher see attach pic. i use zeam launcher, by default nav bar transparency don't work, but if i open other supported launcher -: nova and switch to zeam, it work.
Click to expand...
Click to collapse
having tried on 253, XZL 6506, yes I got transparency and lost soft keys, this is why I couldn't do a screenshot. nova launcher was working. thanks for restore apk.
rfg13 said:
having tried on 253, XZL 6506, yes I got transparency and lost soft keys, this is why I couldn't do a screenshot. nova launcher was working. thanks for restore apk.
Click to expand...
Click to collapse
Well, i've checked small soft key mod in the original thread (http://forum.xda-developers.com/showthread.php?t=2171768) and found it include framework-res.apk along with SystemUI.apk too. I'll try restore original framework-res.apk to my device. If i lost soft key like you so i need to put that file to the mod too. Thanks for you feed back
In the mean time, If you could, pls try install X_softkey_36_black_253.zip from the original thread and reapply this mod after it (don't forget to back up). May be it should solve the problem.
Hello, i've update mod and restore files in the 1st post. Pls check it out, thanks
hellvy said:
Hello, i've update mod and restore files in the 1st post. Pls check it out, thanks
Click to expand...
Click to collapse
Great.
EDIT: Works on .434 right?
Thx.
installed update. status bar transparent about 70%, navbar fonts reduced and workable. looks like everything is working normal. i'll post later if there is a bug or something wrong. so far it's a good work:good:
is there a way to play with transparency?
XZL 6506, 253 stock
hellvy said:
Upadate 2012-06-07: I've update mod and restore files. I've tested them back and forth a few times so it should work this time, at least the restore mod
Hello, here's my mod Transparent Statusbar & NavBar (36dpi) for my 1.253 XZL Odex ROM. I'm totally noob for this stuff but i really need the mod so bad. Since there's no one do it so i have to googled around (97% on xda) to find the way. And after 3 nights plus a few tens of boot loop, i got this
]
Click to expand...
Click to collapse
Hello, I'm using the rom AurV4.1 and i like the 18 toggles and other features, can you make this mod to install it in that ROM?
Thanks
Can you make transaparent 25dpi mod for .307?
need root on non root ?
rioferraz said:
Great.
EDIT: Works on .434 right?
Thx.
Click to expand...
Click to collapse
I'm not sure, the original files are based on ver 1.253 so it might not work. Just back up you system and try it. If things goes wrong you restore just only system part back.
rfg13 said:
installed update. status bar transparent about 70%, navbar fonts reduced and workable. looks like everything is working normal. i'll post later if there is a bug or something wrong. so far it's a good work:good:
is there a way to play with transparency?
XZL 6506, 253 stock
Click to expand...
Click to collapse
Glad to know that . For transparency you can play it around according to the guide on this thread
http://forum.xda-developers.com/showthread.php?t=2262268
ricarp said:
Hello, I'm using the rom AurV4.1 and i like the 18 toggles and other features, can you make this mod to install it in that ROM?
Thanks
Click to expand...
Click to collapse
I'm afraid i can't due to my skill and available time. I'm using stock rom and i don't have enough time to installing that rom and test it, sorry :crying:
fer2503 said:
Can you make transaparent 25dpi mod for .307?
Click to expand...
Click to collapse
Is it out for ZL already? Anyway, my mod is based on glitschi667's smaller softkey mod. If he do the small softkey mod for .307 may be i'll try it
kickthefreak said:
need root on non root ?
Click to expand...
Click to collapse
Yes, root needed
got a bug.
got a problem with listening via external speakers - the volume control doesn't work and the volume becomes fixed to very low level. with headphones no problem: volume is normally controlled. once again thanks for the restore_back_file. the problem is gone after returning back to stock. Hope you can fix it.
rfg13 said:
got a problem with listening via external speakers - the volume control doesn't work and the volume becomes fixed to very low level. with headphones no problem: volume is normally controlled. once again thanks for the restore_back_file. the problem is gone after returning back to stock. Hope you can fix it.
Click to expand...
Click to collapse
Hello, i've tried playing mp3 files and my volume working ok both phone speaker and headphone. A problem i have is when i switch between headphone and speaker, the audio didn't automatically switch so i have no sound. I have to stop and play it to make it work. If your situation is different from me -: you use other music player, pls tell me some detail so i can test it if i could