I have a couple questions that I could not solve on my own.
1. GPS Auto switch (iGuidance): I use the GPS skin with the music info across the top. When it auto switches for navigation it goes to the full GPS screen (no music across the top) and it takes a few seconds to load up this skin. Plus I would like to keep it with the music info across the top.
2. I would like to disable the fade in when switching to GPS. It takes too long on my system (transitions is already -1)
I would also like to contribute to any who is using the web browser this tip.
I missed the OSK from 3.0. Now we only have the URL button.
Change this line in wbrowser.skin
Code:
B04,101,526,98,67,"WEBURL"
To
Code:
B04,101,526,98,67,"APPOSK",@WEBURL@
This will give you the OSK on press and URL on press&hold
You can also change the label to match
Change this:
Code:
L,107,543,85,33,#DFX1R#,#DFX1G#,#DFX1B#,20,#DFXFont#,"=URL","CENTER"
to
Code:
L,107,543,85,33,#DFX1R#,#DFX1G#,#DFX1B#,20,#DFXFont#,"=OSK","CENTER"
or whatever u want
Bookmarks