Alrighto. Im just trying to learn what the abbreviations are. Like what does jog mean? I know stat means status bar but like is their a page I can go to to figure all this.stuff out. Like what is the abreviation for the bar at the bottom with the app drawer button? Need help lol.
Sent from my ADR6300 using Tapatalk
Like where do I find the png and what is it called so I can theme the lower bar? Taskbar or whatever. Thank you!
Sent from my ADR6300 using Tapatalk
patalo said:
Like where do I find the png and what is it called so I can theme the lower bar? Taskbar or whatever. Thank you!
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
I think your referring to rosie for the lower bar
Rosie is found in two different .apk's Rosie.apk and htc-resources.apk>drawable-port-hdpi
Taskbar/Statusbar is found inside the same resources apk, except the folder is drawable-hdpi (statusbar_background.png)
Thank you so much!
Sent from my ADR6300 using Tapatalk
Related
Quick question for theming pros
How do I modify the background color for the menu that pops up when you hit the menu softkey in the home screen?
I attached a pic of what i'm talking about...
Thanks in advance...
Its a .9.png in framework-res.apk. i forget the actual name with out looking at my files in front of me
Sent from my SPH-D700 using Tapatalk
i think its either menu_background_fill_parent_width.9.png but there are a few other files in framework-res.apk/res/drawable-hdpi with menu in the name that could be it.
amosher13 said:
i think its either menu_background_fill_parent_width.9.png but there are a few other files in framework-res.apk/res/drawable-hdpi with menu in the name that could be it.
Click to expand...
Click to collapse
That is correct!
Sent from my SPH-D700 using Tapatalk
Sweet!!!
I love XDA...
Thank you guys
I'm looking for the status bar icons that come with vanilla Gingerbread. Like the ones in CM.
Also, would like to know where I should copy them to.
I tried looking inside the CM7 zip, but couldn't find anything that looked familiar.
Anyone knows if it can be extracted somehow from the CM7 ROM and be used with the stock rom?
Yes, theyre in system/systemui.apk
Sent from my SGH-T989 using Tapatalk
Thanks! Found it. It's actually: system/app/systemui.apk
The folder structure is obviously different from the stock rom. Anyone have an idea how I replace the existing icons?
Use 7zip to open the apk and replace them in system/res folder i think it is
Sent from my SGH-T989 using Tapatalk
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
ToastMan12 said:
There is no res folder inside "system". There's a res folder in the root, but there's only one file called "encryption"
Click to expand...
Click to collapse
Is it in framework/res?
Sent from my SGH-T989 using xda premium
The one he wants its in systemui.. Look in the res/hdpi or so folder
Sent from my SGH-T989 using Tapatalk
I've found it. I tried modifying the stock SystemUI.apk by replacing the icons in it with the ones from the CM7 rom. I then replaced the original SystemUI.apk with the modified one using Root Explorer, but by doing it the SystemUI process force closed leaving me with no status bar. It remained without status bar even after reboot.
So I guess this is not as easy as it seemed to be. I don't want to mess around with the root folder anymore, so if anyone has a flashable zip that can replace the status bar with AOSP icons I would greatly appreciate it!
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
noodles2224 said:
Really easy to do, next time change the permissions then you wont get FC but if you have the odex version of the update heres the link to get the icons. Its by mikeyinid towards the bottom http://forum.xda-developers.com/showthread.php?p=20377172
Sent from my SGH-T989 using Tapatalk
Click to expand...
Click to collapse
That's exactly what I need! But the link is down Thanks anyway!
I'll PM the guy for a copy I guess.
I pm him too last night for some files.. Dont know if he replies at pms. Some people on here get really mad.. But any chance you can help me out on the swype files?
Sent from my SGH-T989 using Tapatalk
Sure I'll try to help. I'm not sure what you're referring to though. What swype files?
I pmed you
Sent from my SGH-T989 using Tapatalk
I'm trying to change the text color of whats in the status bar such as clock, date, when "media scanner" pops up and all that stuff. Does anyone know where I could find that .xml?
Edit: so I found out how to get all the writing that shows on the left side but where would I find the clock color's .xml?
lilajrestnom said:
I'm trying to change the text color of whats in the status bar such as clock, date, when "media scanner" pops up and all that stuff. Does anyone know where I could find that .xml?
Edit: so I found out how to get all the writing that shows on the left side but where would I find the clock color's .xml?
Click to expand...
Click to collapse
If you use AOKP you don't need to edit anything and change the colors easily through settings.
Unless your planning to do this on TW or making a theme?
Sent from my SPH-D700 using xda premium
lilajrestnom said:
I'm trying to change the text color of whats in the status bar such as clock, date, when "media scanner" pops up and all that stuff. Does anyone know where I could find that .xml?
Edit: so I found out how to get all the writing that shows on the left side but where would I find the clock color's .xml?
Click to expand...
Click to collapse
So where was that xml?
Yup its a TW theme. And I found the color of everything on the left side in systemui/res/layout/statusbar.xml but I can't find the clocks color.
Sent from my SPH-D700 using XDA App
Bump.
Someone help me lol.
Sent from my SPH-D700 using xda app-developers app
lilajrestnom said:
Bump.
Someone help me lol.
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
Do you know smali... pretty sure there is a line in the clock smali where you can change the color... it was discussed a little in the last 2 pages of the updated ics tw theme by nashdogg
Sent from my SPH-D700 using Xparent ICS Blue Tapatalk 2
flastnoles11 said:
Do you know smali... pretty sure there is a line in the clock smali where you can change the color... it was discussed a little in the last 2 pages of the updated ics tw theme by nashdogg
Sent from my SPH-D700 using Xparent ICS Blue Tapatalk 2
Click to expand...
Click to collapse
The ics theme is a great example of the clock color. And I even tried mixing some xmls and stuff from that one into my themes and sometimes it worked but I never figured out what it was exactly.
Ill check it out and see, thanks.
Sent from my SPH-D700 using xda app-developers app
lilajrestnom said:
The ics theme is a great example of the clock color. And I even tried mixing some xmls and stuff from that one into my themes and sometimes it worked but I never figured out what it was exactly.
Ill check it out and see, thanks.
Sent from my SPH-D700 using xda app-developers app
Click to expand...
Click to collapse
To change the clock color you need to decompile the classes.dex file in system UI. There is one line in the clock.smali that needs to be changed. I don't remember what line number it was though.
Sent from my Nexus S 4G using Tapatalk 2
Does anybody knkw the file in systemui.apk and values to change to disable left side notification tint on statusbar?
Sent from my SPH-L900 using xda premium
i wish this was permanently deleted on all roms. That tint does not make sense
I personally like the way it makes the notification icons look...
Sent from my SPH-L900 using xda app-developers app
I have weatherbug app and its shows temp there dull as hell. Ive had rom with tint removed and I could see it from 5 ft away. I got the files to do now just need to do
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I have weatherbug app and its shows temp there dull as hell. Ive had rom with tint removed and I could see it from 5 ft away. I got the files to do now just need to do
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
whats the files locations?
samevo said:
whats the files locations?
Click to expand...
Click to collapse
Decompile systemui.apk
In vaules folder
Status bar icon edit to 100% dimens.xml
Tw status bar icon edit same as above
I have been haveing troubles with apktool and apk manager so if you're more lucker then me can you pass alomg a zip
Sent from my SPH-L900 using xda premium
Jsarge45 said:
Decompile systemui.apk
In vaules folder
Status bar icon edit to 100% dimens.xml
Tw status bar icon edit same as above
I have been haveing troubles with apktool and apk manager so if you're more lucker then me can you pass alomg a zip
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
what rom your trying to mod cause ill do it for you
mackentosh said:
what rom your trying to mod cause ill do it for you
Click to expand...
Click to collapse
Im on lk8 stock deox now.. b4 update leak I was running your rom but I kinda want to just tweak lil things and keep kinda stock for now so yea. Stock lk8 deox.
Last night I was trying again with apktool and when decompiling systemui, framework-res.apk and twframework-res.apk only twframework would install in prompt. I trued from link you supplied and found another on youtube with vid tut. So after tring to decompile the systemUI
Sent from my SPH-L900 using xda premium
Fcuk hit send button..
In the systemUI folder that pops up in apktool folder there was only smali folder. No manifest no res nothing just smali.. I deleted and retried like 12 times with different rom bases. I even tried yours to just see where edits where made maybe thinking I could make zip but nothing worked. The closest I got was with apk manager. Im dumb though and just literally installed notepad++ now. Wish I had yesterday. My desktop looks like my kids room. Lol
Sent from my SPH-L900 using xda premium
I want to remove tint, remove am pm. Change thickness of lockscreen clock.. dumb sh*t ...
Kinda play around..
That andriod kitchen was waste of time too
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I want to remove tint, remove am pm. Change thickness of lockscreen clock.. dumb sh*t ...
Kinda play around..
That andriod kitchen was waste of time too
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Have you tried the drawables.xml?
<item type="drawable" name="notification_icon_area_smoke">#aa000000</item>
shiftr182 said:
Have you tried the drawables.xml?
<item type="drawable" name="notification_icon_area_smoke">#aa000000</item>
Click to expand...
Click to collapse
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Jsarge45 said:
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Thats what I would do.
Jsarge45 said:
I havent because I didn't know what to edit in drawables. Only had info for vaules.
So in drawables whats the edit to remove. AA TO OO?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Change aa to ff to remove transparency and make it bright white again
Sent from my SPH-L900 using Xparent ICS Tapatalk 2
What tint are you talking about? I don't notice it.
There is a tint of your notifications that come in the top left of the screen. I believe it takes away a lot of the good looks of touchwiz roms. When the tint is removed I believe it looks so much better
The correct way to do it is decompile the SystemUI.apk, then in the values folder open the dimens.xml.
Edit line 25 and 26 and change the % to 100.0% on both lines and recompile.
Sent from my SPH-L900 using xda app-developers app
Hey bp. Thanks for the response. Any possible way you can make a zipp that can be flashed on touchwiz roms to eliminate the tint? It would be much appreciated!
stu5797 said:
Hey bp. Thanks for the response. Any possible way you can make a zipp that can be flashed on touchwiz roms to eliminate the tint? It would be much appreciated!
Click to expand...
Click to collapse
What ROM are you on, I can make a zip for you.
Sent from my SPH-L900 using xda app-developers app
Wow Thanks so much! Anyway you can do macs rom and project rom?
Is it possible to make it so the status bar is on the bottom of the screen?
Sent from my SPH-L710 using Tapatalk
Bump
Sent from my SPH-L710 using Tapatalk
That involves editing a lot of code. Have you ever decompiled any apks before? You could start digging around in the systemUI apk. It might be pretty difficult but a cool project.
scp1146 said:
Is it possible to make it so the status bar is on the bottom of the screen?
Sent from my SPH-L710 using Tapatalk
Click to expand...
Click to collapse
If you want to do it manually, check out THIS thread. Or you should be able to do it with Xposed settings. Check out the thread HERE, and also THIS one.