Can anyone tell me the file I need to edit that is not matching in this picture? I've been searching and I can't seem to find it in systemui.apk. The bar where the T-Mobile is and underneath it.
roogerrisboredd said:
Can anyone tell me the file I need to edit that is not matching in this picture? I've been searching and I can't seem to find it in systemui.apk. The bar where the T-Mobile is and underneath it.
Click to expand...
Click to collapse
They are in the systemui. Here are the names:
-divider_horizontal_dark_opaque.9
-divider_horizontal_light_opaque.9
-quickpanel_title_background.9
-title_bar_portrait.9
Thank you! I have been over looking those files. Can you help me implement lockscreens?
Sent from my SGH-T959 using xda premium
What kind of help do you need? By the way, it's going to be free. lolz
roogerrisboredd said:
Thank you! I have been over looking those files. Can you help me implement lockscreens?
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
Related
Hi all, I have a galaxy s2 and am working on themes for ICS. I just can't figure out how to make the notification pull down bar semi-transparent. Can someone please help me out or point me in the direction of a tutorial?
Thanks
Sent from my GT-I9100 using xda premium
Nobody?
Sent from my GT-I9100 using xda premium
kyleforge said:
Nobody?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Not everyone has ics to help you. Plus are you working from source? Smali? What have you already tried? Are you getting any errors?
Sent from my Nexus S 4G using xda premium
I wasn't sure if it involved the same process as gingerbread. I've tried editing the PNG in the framework-res.apk and making it a semi transparent image but once flashed, the status bar is just the same as always. Do I need to edit an XML file? Thank you for your reply
Sent from my GT-I9100 using xda premium
kyleforge said:
I wasn't sure if it involved the same process as gingerbread. I've tried editing the PNG in the framework-res.apk and making it a semi transparent image but once flashed, the status bar is just the same as always. Do I need to edit an XML file? Thank you for your reply
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
The pull down is not in the framework Res. Its in the systemui apk. It can also be done by editing the xmls for status bar expanded
zelendel said:
The pull down is not in the framework Res. Its in the systemui apk. It can also be done by editing the xmls for status bar expanded
Click to expand...
Click to collapse
Omg thankyou so much! It was right under my nose the whole time lol. I guess we learn something new every day
kyleforge said:
Omg thankyou so much! It was right under my nose the whole time lol. I guess we learn something new every day
Click to expand...
Click to collapse
Glad you found it.
Hi guys.....
For the status bar transparent u guys need to edit
statusbar background.9png (res/drawable *)
status bar expanded.xml (res/layout)
statusbarservice.smali (smali/com/android/statusbar/)
need to decompile and recompile use APK Manager (RECOMMENDATION)
If i wrote anything wrong please correct me......
I think its time that we have a place for specific TW theming questions on the S4. Post your questions, or answer if you can, and we will build a resource for everyone to use.
I'll ask the first questions. Has anyone found where the image is for the volume and brightness scrubber track?
Aw yeah here we go. I'm going to be utilizing this thread a lot. Never themed touchwiz before haha.
Sent from my Galaxy S4
When we change images, do we change the ones under drawable-xhdpi or xxhdpi?
Sent from my SCH-I545
nweaver11 said:
When we change images, do we change the ones under drawable-xhdpi or xxhdpi?
Sent from my SCH-I545
Click to expand...
Click to collapse
xxhdpi If there aren't any there (or very few) do hdpi as well
prsterero said:
xxhdpi If there aren't any there (or very few) do hdpi as well
Click to expand...
Click to collapse
I noticed the hdpi thing as well. Also look for images in the drawable folder itself. This usually only contains xml's, but Samsung's apks are a mess when it comes to images.
Schoat333 said:
I noticed the hdpi thing as well. Also look for images in the drawable folder itself. This usually only contains xml's, but Samsung's apks are a mess when it comes to images.
Click to expand...
Click to collapse
You got that right about the images lol. Also having so many random things tied into framework and twframework makes finding things a pain. It's taken me days to black out mms, contacts, framework, twframework, and the calculator haha.
Schoat333 said:
I think its time that we have a place for specific TW theming questions on the S4. Post your questions, or answer if you can, and we will build a resource for everyone to use.
I'll ask the first questions. Has anyone found where the image is for the volume and brightness scrubber track?
Click to expand...
Click to collapse
I found some in twframework in more than one of the drawable folders. So look there
prsterero said:
I found some in twframework in more than one of the drawable folders. So look there
Click to expand...
Click to collapse
I've tried em all with no luck yet.
Sent from my SCH-I545 using xda app-developers app
Schoat333 said:
I've tried em all with no luck yet.
Sent from my SCH-I545 using xda app-developers app
Click to expand...
Click to collapse
I would try if I wasn't stuck looking for what ever is used for the hover preview lol. http://db.tt/ZdKeG7yB
The problem is I don't believe its a standard PNG. The arrow you see actually follows you as your finger moves from side to side, so I have no idea where they put the stupid thing lol
I got one, why is it that when I edit the color on the messaging bubbles, it makes the bubble itself look stretched?
Sent from my SCH-I545 using xda premium
Morocotopo0301 said:
I got one, why is it that when I edit the color on the messaging bubbles, it makes the bubble itself look stretched?
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
It sounds like you messed with a .9 border
All I did was change the hue. How can I go about it without messing it up?
Sent from my SCH-I545 using xda premium
Morocotopo0301 said:
All I did was change the hue. How can I go about it without messing it up?
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
Changing the hue (if you didn't select only a portion of the image) will change the borders as well. If they aren't solid black, then the image will be jacked up. You can also re-trace over those borders with a pencil tool set to 100% black "ff000000" and that should work too.
Wow, thank you very much sir
Sent from my SCH-I545 using xda premium
Morocotopo0301 said:
Wow, thank you very much sir
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
No problem. Post back if you still need help
Morocotopo0301 said:
All I did was change the hue. How can I go about it without messing it up?
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
Are you decompiling the apk, or just pulling the image out of the apk using 7.zip?
I'm decompiling using apk manager and then modifying the png
Sent from my SCH-I545 using xda premium
Morocotopo0301 said:
I'm decompiling using apk manager and then modifying the png
Sent from my SCH-I545 using xda premium
Click to expand...
Click to collapse
OK, thats good.
Are you then recompiling the APK so your .9 image is batched? If not, that's what your missing.
So that's what I'm missing, would you mind explaining how to batch the. 9?
Sent from my GS IV
Morocotopo0301 said:
So that's what I'm missing, would you mind explaining how to batch the. 9?
Sent from my GS IV
Click to expand...
Click to collapse
Well the process of recompiling the apk will do it for you. You can then pull that image of of the compiled apk, in the dist folder, and put it into your original to flash in recovery, or push using adb.
There is also a tool somewhere out there that will process the .9 without using apktool, I don't remember what its called tho.
Hi, I've flashed my phone and I'm looking for something different to use in my phone. Specifically I want these two, I can't find anything close like this status bar. If you can provide me the link or start doing it for XXLQG (Italy ROM) thanks in advance.
Sent from my GT-I9070 using xda app-developers app
gonxsster said:
Hi, I've flashed my phone and I'm looking for something different to use in my phone. Specifically I want these two, I can't find anything close like this status bar. If you can provide me the link or start doing it for XXLQG (Italy ROM) thanks in advance.
Sent from my GT-I9070 using xda app-developers app
Click to expand...
Click to collapse
Take a look here:
http://forum.xda-developers.com/showthread.php?t=2188769
http://forum.xda-developers.com/showthread.php?t=2246080
http://forum.xda-developers.com/showthread.php?t=2137808
eduds said:
Take a look here:
http://forum.xda-developers.com/showthread.php?t=2188769
http://forum.xda-developers.com/showthread.php?t=2246080
http://forum.xda-developers.com/showthread.php?t=2137808
Click to expand...
Click to collapse
thanks, but I already looked there and I'm using one with blue icons. I don't know where I can find what I post.
gonxsster said:
thanks, but I already looked there and I'm using one with blue icons. I don't know where I can find what I post.
Click to expand...
Click to collapse
You can use Xposed Framework with GravityBox.
GravityBox will provide you icons similar to KitKat, maybe help you.
Hey guys, I'm trying to make the status bar icons opaque on an ics Rom (the icons to the left, like the debugging, usb, unread notifications, etc.) as in kitkat roms. does anybody what values should i change? I'm sure it's not on drawables.xml and it's not the png's either (they are already opaque). Statusbar.smali maybe? if that's the case, what are the lines that i should modify? Thanks in advance!
Here, some screenshots:
Hi! I know that it is an old thread, but I would like to know did u manage to do it? If yes, could you tell me how?
If not, I can only tell that I don't think it's in smali.. (I might be wrong)
Sent from my GT-I9000 using XDA Premium 4 mobile app
BlackLie said:
Hi! I know that it is an old thread, but I would like to know did u manage to do it? If yes, could you tell me how?
If not, I can only tell that I don't think it's in smali.. (I might be wrong)
Sent from my GT-I9000 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm sorry dude, I didn't find out, I've tried many things without success. If you're still trying and you find out, please tell me, i'll do the same. See ya!
Here is the S5 launcher, working on n7100 4.3.
But it is not perfect as you can see on the pictures. I cant do any more to make it fit better, so if any one fell like modd it please do so and please upload it if you succes.
(The biggest problem is that the "statusbar" is not transparent)
Download> http://www51.zippyshare.com/v/68259052/file.html
Place the TouchWizHome in system/app (remove any old seclauncher)
@robalm I can edit it...but I need someone how want to test...Im on 4.4.2.....so....if you want let me know.
Edit: I made this...I have no way to test...so please let me know if work....If not, make me a list of screen shots showing the "bugs" so I can fix it.
Just copy View attachment TouchWizHome.apk to system/app/ and give proppers permissions...and delete old seclauncher4...
Cocolopes said:
@robalm I can edit it...but I need someone how want to test...Im on 4.4.2.....so....if you want let me know.
Edit: I made this...I have no way to test...so please let me know if work....If not, make me a list of screen shots showing the "bugs" so I can fix it.
Just copy View attachment 2674435 to system/app/ and give proppers permissions...and delete old seclauncher4...
Click to expand...
Click to collapse
Thanks you very much for your help, it is really appreciated. :good:
Right now I'm on 4.4.2 as well so I can not test right now.
Again big thanks for the contribution :good:
I have tested it and still not transparent. I used xposed tinted status bar and that works. Just one question though, what screen is that supposed to be on the leftmost side? I was wondering to see if I could get it to work.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
jasonzarko said:
I have tested it and still not transparent. I used xposed tinted status bar and that works. Just one question though, what screen is that supposed to be on the leftmost side? I was wondering to see if I could get it to work.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Can you please post a picture?
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
jasonzarko said:
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the pic.
It is supposed to open my magazine, try use a app called "PullUp.apk" to add your preferred app.
Thanks for the speedy reply. Got pull up.apk.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
jasonzarko said:
I have tested it and still not transparent. I used xposed tinted status bar and that works. Just one question though, what screen is that supposed to be on the leftmost side? I was wondering to see if I could get it to work.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Im not trying to make transparent status bar..I just want to fix the size of the thing in the screen. Can you make the same screen shots than the op? So I see if I fix something?
Thanks
Cocolopes yours is the one I tested the app drawer and widget drawer look the same as in the op.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
jasonzarko said:
Cocolopes yours is the one I tested the app drawer and widget drawer look the same as in the op.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Please try this:
View attachment TouchWizHome.apk
And I really need screen shots....
The last one you posted did it.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Well done guys, its getting better
My wish is go to get this look-->
The pictures is from S5 launcher 5x6 on 4.4.2. (not working on 4.3)
robalm said:
Here is the S5 launcher, working on n7100 4.3.
But it is not perfect as you can see on the pictures. I cant do any more to make it fit better, so if any one fell like modd it please do so and please upload it if you succes.
(The biggest problem is that the "statusbar" is not transparent)
Download> http://www51.zippyshare.com/v/68259052/file.html
Place the TouchWizHome in system/app (remove any old seclauncher)
Click to expand...
Click to collapse
jasonzarko said:
The last one you posted did it.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
I already installed it and it works but I pretty much installed bkuz I wanted the weather widget but it doesnt appear on the widgets. Anybody know where I can find it?
robalm said:
Well done guys, its getting better
My wish is go to get this look-->
The pictures is from S5 launcher 5x6 on 4.4.2. (not working on 4.3)
Click to expand...
Click to collapse
Let me know what do you want to change in 4.3 port and I will do it....and you can quote my post with the fixed launcher in the OP....
Nothing fits right that gap stinks. I know its hard work guys but would be awesome if u can make it fit
Joehen873 said:
Nothing fits right that gap stinks. I know its hard work guys but would be awesome if u can make it fit
Click to expand...
Click to collapse
Dis you read the thread? did you install my "fixed" version? if you did...please tell me and show me wich part its not in place....I need screenshots...I cant test this...im on 4.4.2 rom...I will fix it if you give me that info....
Saludos :good:
No where is the fixed version
Joehen873 said:
No where is the fixed version
Click to expand...
Click to collapse
Sorry...I dont want to be rude...but this is a 2 pages thread...I think you can read it and find it...
Cocolopes said:
Sorry...I dont want to be rude...but this is a 2 pages thread...I think you can read it and find it...
Click to expand...
Click to collapse
There is still an empty area for status bar. It's really ugly.