Quote:
Originally Posted by Sharkie405
I've been wondering what you've been waiting for!
What's that manila file you posted with this post?
To Whomever,
One of my ROM users just brought it to my attention that the Photos Tab and Music Tab can be set to auto-rotate when you turn the phone. I've never had this nor have I heard of just these two tabs being able to be linked to g-sensor or whatever without having Sense in it's entirety rotating. Can someone explain and\or post packages with the necessary files and\or link me up to where I can learn about this?
Thanks in advance!
Oh, none of you have a "14394200_manila file" that's been modded to allow for the carrier name to show on 2018+ Home?? Am I the only one who prefers that?
|
luatool by cookiemonster makes it really easy to decompile lua scripts like 14394200_manila and Programatix spelled out what the changes need to be...
. Also, if you're using the RSSHub Fixes I posted at mobileunderground, one of the things I did was to remove the white line from the top of the homescreen. This also has the effect of hiding the carrier. The line can be removed in home.mode9 manila file with no effect on carrier being displayed. Also, the 14394200_manila file does contain the edit to show carrier if you're using my file. The reason it does not show is because of the white line fix. To get carrier showing, you can decompile 22e41977_manila from the RSSHub Fixes I posted and change the following:
Code:
TitleBar._visible = false
change to:
Code:
TitleBar._visible = true
I answered your fullscreen question in your rom thread. It's a simple regedit I think.