Status bar on bottom? - Sprint Samsung Galaxy S III

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.

Related

Theme's

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

Can dev make this status bar toggles mod?

http://forum.xda-developers.com/showthread.php?t=1289896
Wow, that alone would give me enough reason to finally root my phone
Sent from my SPH-D710 using Tapatalk

status bar text color?

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

Notification tint on status bar

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?

Left clock?

Is there any way to put the clock on the left side of the status bar? I know you can do center and right but I like the way left looks. If this is simple and is already around here somewhere I apologize I looked and couldn't find it. thanks for your time.
Sent from my SAMSUNG-SGH-t889 using xda app-developers app
Squilchi said:
Is there any way to put the clock on the left side of the status bar? I know you can do center and right but I like the way left looks. If this is simple and is already around here somewhere I apologize I looked and couldn't find it. thanks for your time.
Sent from my SAMSUNG-SGH-t889 using xda app-developers app
Click to expand...
Click to collapse
Yeah its possible through smali edits. Search through XDA and you should be able to find some tutorials out there. If not ask foreverloco..he is in my opinion one of the best themers out there and knows pretty much anything about theming apk files!
Give me a day and I'll throw it together for you. I need you to upload your SystemUi.apk though and need to know what rom you're on.
Sent from my SGH-T889 using xda premium

Categories

Resources