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
...but I'm having issues installing the required java & android sdk files to my PC so I'm unsuccessful when trying to decompile the SystemUI.apk. Has anyone done that mod to a TW 4.1.2 ROM (Im on JMTJB v6 btw). If so think you could share the edited xml file(s) or the SystemUI apk? I also posted a link of my SystemUI.apk to see if anyone is willing to edit the needed xml files. Just name your price Thx ahead.
I can't be the only one wanting this mod, right? There has to be someone else who got it done on TW 4.1.2
http://forum.xda-developers.com/showthread.php?t=2109973 this should help you out
krazierokz said:
http://forum.xda-developers.com/showthread.php?t=2109973 this should help you out
Click to expand...
Click to collapse
Thank you...but as you see (and I stated on the o.p.) I have problems with my old-ass pc and I can't get the necessary files installed for me to decompile any apk. I have tried and tried but it just won't do it and I'm left unable to decompile crap. I know EXACTLY what I need to do but I CAN'T DECOMPILE the SystemUI.apk to do it. . That's the reason I'm asking if someone (that knows how to decompile, edit the status_bar.xml & tw_status_bar.xml, & compile again) could hook me up...and of course I'm willing to pay for their time.
Hi can anyone help me.... I wanna change the background od my notification drawer like in this pic... but I dont know how to do it..
syedafzal.shah said:
Hi can anyone help me.... I wanna change the background od my notification drawer like in this pic... but I dont know how to do it..
Click to expand...
Click to collapse
Refer to this link .all your question will be answer by this module .
http://forum.xda-developers.com/showthread.php?t=2612179
Follow the guide there .and you can get that stuffs you want .
Farsiris said:
Refer to this link .all your question will be answer by this module .
http://forum.xda-developers.com/showthread.php?t=2612179
Follow the guide there .and you can get that stuffs you want .
Click to expand...
Click to collapse
It doesn't support 4.3.. Just 4.4 and I installed the xperia xposed module which supports 4.3 and it doesn't have option to change notification drawer background
Then try the gravity box jb..search it at downloads in the xposed installer.
Sent from my C1905 using XDA Premium 4 mobile app
If you want to change the existing pic then it is easy
* Decompile SystemUI.apk
* Go to the directory res>>drawable-hdpi>>there you will find the existing pic, replace it with the pic you need and make sure resolutions are same
* Now, go to directory res>>drawable-mdpi>>there you will find the existing pic, replace it with the pic you need and make sure resolutions are same
* Now again recompile SystemUI.apk and place it in your System folder.
The image is now changed
HOW TO MAKE TRANSPARENT PHONE WITHOUT XBLAST OR MODULES..
REQ
APKTOOL
NOTEPAD++
I M a galaxy Star Themer..so I will share with u guyz..If u cmnt i didnt reply..Its means im busy..okk lets get to buisness..im not the Maker of this mod..i just tested it and remoded it
Procedure:-
Decompile the Framework-res.apk..... Go to framework-res/res/drawable/here
open background_holo_light.xml (for the contacts) and background_holo_dark.xml (for the all dark image like settings apps) change android:startColor to #00000000 (full transparent) or #64000000 (semi transparent)
find this code in res/values/style.xml item
name="windowShowWallpaper">false </item> change it in "true" without quotes
compile again thats it...copy your modded framework-res.apk and paste it in system/framework/here
reboot done
@credits
@me (for this guude)
@Galaxy Star indonesia fb (for helping me)
HI please help me
can you please guide me step by step...
open apktool>GO to system>framework>tap framework-res.apk and selest decompile all>then go to res folder>values..
my problem is i cant find values folder.. pelase help me or im doing it wrong.. please im begging you...
isuaya said:
can you please guide me step by step...
open apktool>GO to system>framework>tap framework-res.apk and selest decompile all>then go to res folder>values..
my problem is i cant find values folder.. pelase help me or im doing it wrong.. please im begging you...
Click to expand...
Click to collapse
Decompile ur framework-res.apk and then find the folder called framework-res (if ur in pc) or if u using mob apktool then its likw this framework-res src then opwn it and find res/values bro thats it
Sorry im too late..i was busy in my real life
Great
Thanks for this guide
Awesome thread :thumbup:
Sent from my D2305 using XDA Free mobile app
Hello XDA community,
Is there anyone here who could port the oos animations to aosp/caf based roms as a flashable framework mod or a substratum theme since substratum support custom animations. I would do it for myself but I dont know how.
I would even be happy if someone eventually has a explanation/guide how to do it then I can try it for myself.
Thanks
Best Regard CroW_D
The animations are located in res/anims within framework-res.apk
To extract them from OOS you need to grab framework-res.apk from OxygenOS (it's in system/framework). I haven't done any mods for a while now, but replacing the anim files inside the framework-res.apk of your rom with the ones from oxygen os should work. I'd do a backup before trying this. I used to be quite nitty so what I used to do was decompile both framework-res.apk with apktool, replace the anim files after decompiling, then recompile your framework-res.apk
If you have the framework-res.apk from your rom i don't mind doing a test zip for you to try
coldflid said:
The animations are located in res/anims within framework-res.apk
To extract them from OOS you need to grab framework-res.apk from OxygenOS (it's in system/framework). I haven't done any mods for a while now, but replacing the anim files inside the framework-res.apk of your rom with the ones from oxygen os should work. I'd do a backup before trying this. I used to be quite nitty so what I used to do was decompile both framework-res.apk with apktool, replace the anim files after decompiling, then recompile your framework-res.apk
If you have the framework-res.apk from your rom i don't mind doing a test zip for you to try
Click to expand...
Click to collapse
Are you in some way available in Telegramm ?
Edit: i manged to make it but only the closing animations is working the app opening animation is still the same can you help me with that ?
CroW_D said:
Are you in some way available in Telegramm ?
Edit: i manged to make it but only the closing animations is working the app opening animation is still the same can you help me with that ?
Click to expand...
Click to collapse
I tried the same thing and got the same result
Origamiman72 said:
I tried the same thing and got the same result
Click to expand...
Click to collapse
Yeah i did some work withh theming devs and we end in the result it must be some oos closed source stuff.... But really would be nice to have it :/
CroW_D said:
Yeah i did some work withh theming devs and we end in the result it must be some oos closed source stuff.... But really would be nice to have it :/
Click to expand...
Click to collapse
also idk if its just me, but did it also cause some systemui crashes for you?
Origamiman72 said:
also idk if its just me, but did it also cause some systemui crashes for you?
Click to expand...
Click to collapse
No systemui crashes for me. Just replaced the anim folder from oos with the current one you have on the custom ROM but make sure you have to redone this every time you flash an update of the custom rom. Meiby you picked always the old framework res apk. And replaced it can causes the issue.
Did this work. Can anyone share the file.