Related
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
Hi all,
I know some of us are not comfortable with the black font color on the buttons in Rio's Hybrid2 ROM and also for XXLM6/8 ROM.
With the guidance of doles, I managed to modified the framework-res.apk making the font color white and also adding ICS sense to the progress bar.
This mod is similar to the mod theme provided by doles but mine is mainly for Hybrid2.
Simply download the framework-res.apk and put it into ur sdcard. Replace the one under /system/framework by using root explorer. Then Reboot. DONE~
I have added a flashable zip Hybrid2_ICS_button+progressbar+extended_menu.zip for convenience. It is together with extended menu.
Remember to do a nandroid backup just in case.
Thx
Sent from my GT-I8150 using XDA
Thank you very much i think they should implent this next version !
thanks very much man!!!
Man, i'm trying to make a theme for me with that tiny bars too
But I'm using the GingerIce rom, and the framework-res dont match
Can u help me ?
If you could do that theme for the GingerIce Rom I'll thank you so much
guigadourado said:
Man, i'm trying to make a theme for me with that tiny bars too
But I'm using the GingerIce rom, and the framework-res dont match
Can u help me ?
If you could do that theme for the GingerIce Rom I'll thank you so much
Click to expand...
Click to collapse
Yes, of course. This framework-res.apk is based on DXLC1.
U need to pull and decompile ur framework-res.apk by using apktool.
To change the font color on buttons
Go to res\values\ and open styles.xml by using notepad then search for
style name="Widget.Button"
change <item name="android:textColor"> to white
Code:
<item name="android:textColor">#ffffffff</item>
To change the progress bar
u can follow this thread http://forum.xda-developers.com/showthread.php?t=1374394
yewsiong said:
Yes, of course. This framework-res.apk is based on DXLC1.
U need to pull and decompile ur framework-res.apk by using apktool.
To change the font color on buttons
Go to res\values\ and open styles.xml by using notepad then search for
style name="Widget.Button"
change <item name="android:textColor"> to white
Code:
<item name="android:textColor">#ffffffff</item>
To change the progress bar
u can follow this thread http://forum.xda-developers.com/show....php?t=1374394
Click to expand...
Click to collapse
Page not found bro =\
If u can make this for meView attachment framework-res.apk
guigadourado said:
Page not found bro =\
If u can make this for meView attachment 1030126
Click to expand...
Click to collapse
Edited the link.
yewsiong said:
Edited the link.
Click to expand...
Click to collapse
Thanks man, I just need to use apktool to decompile the framework-res and find that string but i'm so noob in this thing, i dont know how to use this :|
guigadourado said:
Thanks man, I just need to use apktool to decompile the framework-res and find that string but i'm so noob in this thing, i dont know how to use this :|
Click to expand...
Click to collapse
I have edited the framework u gave but I do not have the same ROM version for testing. U backup ur original framework-res.apk 1st and the replace it with the one I give.
Please see the attachment.
yewsiong said:
I have edited the framework u gave but I do not have the same ROM version for testing. U backup ur original framework-res.apk 1st and the replace it with the one I give.
Please see the attachment.
Click to expand...
Click to collapse
Thank u so much bro.=DDDDDD
tnks tnks tnks tnks tnks tnks tnks tnks tnks \o/
It work on my stock rom, thanks dude..
Sent from my GT-I8150 using xda premium
i i put the file with es file explorer, but when i overwrite the old file, the phone become blocked, what can i do?
thanks in advice
Sorry for the bad english
Phoenix Fire said:
i i put the file with es file explorer, but when i overwrite the old file, the phone become blocked, what can i do?
thanks in advice
Sorry for the bad english
Click to expand...
Click to collapse
What do u mean "blocked"?
sorry i wanted to say stuck
when i touch on "overwrite" the phone remains stucked on the confirmation screen
Try this Root Browser
http://db.tt/qmXVPpOB
o O From My Ancora o O
andynroid said:
Try this Root Browser
http://db.tt/qmXVPpOB
o O From My Ancora o O
Click to expand...
Click to collapse
thanks, with it i correctly overwrited the old apk
Phoenix Fire said:
thanks, with it i correctly overwrited the old apk
Click to expand...
Click to collapse
Yes best to backup ori by renaming to .apk1 before pasting
o O From My Ancora o O
andynroid said:
Yes best to backup ori by renaming to .apk1 before pasting
o O From My Ancora o O
Click to expand...
Click to collapse
Yup. Always make a backup of original files. This is the way to save ur phone.
yewsiong said:
Yup. Always make a backup of original files. This is the way to save ur phone.
Click to expand...
Click to collapse
the problem was that after the overwriting, phone stuck on confirm panel, pulling out the battery and powering on, the phone remains stuck on blank screen after the boot animation, so i didn't know how to put the old file, so i wipe all and reflash the rom
[Guide][CM12]How to Get Gradient/Transparent Stat&Navbar in Homescreen (Xperia Home)
Here's simple guide how to make transparent/gradient statusbar & navbar in homescreen on CM12 rom with Xperia Home (home-release.apk) :laugh:
Requirements:
- Advanced ApkTool v4.1.0 By BDFreak (use latest apktool)
- Java installed
- Notepad++
- SystemUI.apk, home-release.apk
Steps:
GRADIENT
1. decompile SystemUI.apk
2. open colors.xml in /res/values folder
3. change
Code:
<color name="system_bar_background_semi_transparent">#66000000</color>
to
Code:
<color name="system_bar_background_semi_transparent">#00000000</color>
4. save, recompile, sign, push it to system
FULL TRANSPARENT
1. do steps above (GRADIENT)
2. decompile home-release.apk
3. open bools.xml in res/values folder
4. change
Code:
<bool name="enable_translucent_system_bars">false</bool>
to
Code:
<bool name="enable_translucent_system_bars">true</bool>
5. save, recompile, sign, push home-release.apk & SystemUI.apk to system
thanks to @ibanez7 who port Xperia feature to CM12 http://forum.xda-developers.com/crossdevice-dev/sony/mod-port-sony-xperia-feature-apps-t2978700
Great! Thanks! Was looking for this.. Well, can an apk of transparent home be made?
Just to let you know, won't work with cm12.1 as systemui won't decompile
pranavthombare said:
Just to let you know, won't work with cm12.1 as systemui won't decompile
Click to expand...
Click to collapse
Decompiling works fine for 5.1.1, you just have to use Apktool 2.0.0.
But I'm having problems with the signature. It doesn't seem compatible with 5.1.1.
@idid idamrep Listen.. Could you please share how to get the Stock Sony Lollipop Clock on CM12 lockscreen? Please?
Good Tutorial
Thanks...
Success decompile and recompile, but My Status bar not Show? What needs to sign?
elmkzgirxp said:
Decompiling works fine for 5.1.1, you just have to use Apktool 2.0.0.
But I'm having problems with the signature. It doesn't seem compatible with 5.1.1.
Click to expand...
Click to collapse
Well I was doing something wrong. Anyways compiled and signed successfully and all working fine
Please somebody post SystemUI link ..
Thanks
Now Fully work, i'm use apktool v2.0.0 on CM12 (5.0.2) Xperia M
MasDergiL said:
Now Fully work, i'm use apktool v2.0.0 on CM12 (5.0.2) Xperia M
Click to expand...
Click to collapse
I have problem, SystemUI recompiling isn´t working .. (apktool.jar 2.0.0 RC4) .. have anybody any solution??
I Use Advanced Apktool
Lojzo_11 said:
I have problem, SystemUI recompiling isn´t working .. (apktool.jar 2.0.0 RC4) .. have anybody any solution??
Click to expand...
Click to collapse
Use Advanced Apktool Go Thread And Use APK Tool v2.0.0 NOT v2.0.0 RC xx
Sorry, my English is bad
MasDergiL said:
Use Advanced Apktool Go Thread And Use APK Tool v2.0.0 NOT v2.0.0 RC xx
Sorry, my English is bad
Click to expand...
Click to collapse
Please can you send me your SystemUI.apk?
Please Port Xperia Weather Widget
Please Port Xperia Weather Widget For CM12,
Beacause when i try to apply this widget error occurs no space on home screen ,
But full space is available ...
thanks
deepak0192 said:
Please Port Xperia Weather Widget For CM12,
Beacause when i try to apply this widget error occurs no space on home screen ,
But full space is available ...
thanks
Click to expand...
Click to collapse
No need to port, I install it as a normal apk.
Try to clear ur home data!
Can you make like this guide for cm12.1? :what:
nirmal471 said:
Can you make like this guide for cm12.1? :what:
Click to expand...
Click to collapse
this works too on cm12.1
idid idamrep said:
this works too on cm12.1
Click to expand...
Click to collapse
I tried but status and navigation bar is not showing after replaced edited system ui..
I will give my system ui can you edit for me plz?
And my cm12.1 system ui
https://www.dropbox.com/s/vy26tu05j5d10xx/SystemUI.apk?dl=0
Problem while installing
Hi people!
I have edited my Xperia SP's SystemUI.apk using apktool 2.0.0. I didn't have decompiling errors and some translation warnings while compiling. Then I signed the .apk and tried to manually install the SystemUI.apk, but when the phone boots the notification bar and the navigation bar dissapeared.
Personally I think it is a signing problem, what signer do you use?
What version of jre is recommended to use? I mean, 1.7 or 1.8 and 32 bit or 64 bit?
Is there any other tool to decompile?
Thanks
Zjarr said:
Hi people!
I have edited my Xperia SP's SystemUI.apk using apktool 2.0.0. I didn't have decompiling errors and some translation warnings while compiling. Then I signed the .apk and tried to manually install the SystemUI.apk, but when the phone boots the notification bar and the navigation bar dissapeared.
Personally I think it is a signing problem, what signer do you use?
What version of jre is recommended to use? I mean, 1.7 or 1.8 and 32 bit or 64 bit?
Is there any other tool to decompile?
Thanks
Click to expand...
Click to collapse
how did u "tried to manually install the SystemUI.apk"?
idid idamrep said:
how did u "tried to manually install the SystemUI.apk"?
Click to expand...
Click to collapse
Moving to /System/priv-app/SystemUI/
Changing permissions to rw-r-r
How to change grey notification icons?
Example;
Please help me?
Helppp
U should have Root !!
Then U Can Mod SystemUI.apk in /system/app
Already root. How to mod?
karansa said:
Already root. How to mod?
Click to expand...
Click to collapse
,, What's Ur Phone Model ?
Please mod?
hacker mobd3 said:
,, What's Ur Phone Model ?
Click to expand...
Click to collapse
Galaxy Grand Quattro 4.1.2
Go To /system/app And Copy SystemUI.apk
And put it in sdcard
Connect phone with computer and take SystemUI.apk
To desktop
Right click on it and choose 7zip *You Must Have 7zip*
and choose extract here
Go To Res *from extracted files*
And go to hdpi or mdpi
and You will Find all icon change you want
ex. You changed file 123.png in res/hdpi
Go To desktop and right click on SystemUI.apk
And choose 7zip and open archive
And Go To Res/hdpi or mdpi
And replace Icons Which Changed it
**You Must put changed icon in same path **
Hit Tnx.
Big thanks for help. Please wait.
hacker mobd3 said:
U should have Root !!
Then U Can Mod SystemUI.apk in /system/app
Click to expand...
Click to collapse
So I have no information. I can not find the file you're saying. Please do you do? I gave in addition to systemu file. Please.
karansa said:
So I have no information. I can not find the file you're saying. Please do you do? I gave in addition to systemu file. Please.
Click to expand...
Click to collapse
Downlad Root Explorer
And open it and select system then app then copy systemUI.apk
To sdcard
Which I edit the file?
@abhi922 Help me
Now Change Icons and zip it again
You can Find Roms in Xda 4 ur device
Not solved
Hi
I would like to share to u how to make advanced framework easily
By using advanced framework, u will get Sony UI in non-Sony apps
Only for stock rom 5.1.1, odex or deodexed
Maybe fits with stock based custom rom, but u need to compare
STEPS
1. Decompile ur framework-res.apk
2. Download attached files then extract
3. Put it to framework-res.apk/res/values/here
4. Recompile, sign, push
5. Done
Screenshots
LEFT: standard framework
RIGHT: advanced framework
Looks good !
Will give it a try for sure
removed
Thanks! Very good Mod.
Good!!! Thanks
Yesielito said:
Good!!! Thanks
Click to expand...
Click to collapse
Hi mate can share the modded framework.Me on z1 stock deodex 368.
am using a modded rom, please @idid idamrep, can yhu state what is to be changed in colors.xml & styles.xml
thanks
anakdayak said:
Hi mate can share the modded framework.Me on z1 stock deodex 368.
Click to expand...
Click to collapse
here mate , flashable zip z1 LP .368
whalesplaho said:
am using a modded rom, please @idid idamrep, can yhu state what is to be changed in colors.xml & styles.xml
thanks
Click to expand...
Click to collapse
No need to do changes in colors.xml. Just use his styles.xml file bro. thanks bro @idid idamrep
It works great!
@iedafarha thanks for making a flashable version for the Z1 .
jitz975 said:
No need to do changes in colors.xml. Just use his styles.xml file bro. thanks bro @idid idamrep
Click to expand...
Click to collapse
thanks brov.... im using existenZ Premium & its heavily modded, i saw some strings in tha styles.xml which is related to tha rom & its not in tha styles.xml uploaded by OP.. i believe yhu understand what im trying to say!
thanks
edited style ...
hi i'm use modded framework and i'm get lost mode when i use this guide
can you provide full style editing guide
Can use for my rom?
Ofc credits would be included, that ok with ya?
Thanks!
How fix background black...
Tankz