|
||||
IphoneToday ver. 1.25 is out
Mods feel free to merge or close this if you think it is redundant. (there is another thread but the OP really isn't updating it)
A new version of IphoneToday has been released over at XDA http://forum.xda-developers.com/showthread.php?t=508429 If you have never tried this iphone-like interface, you should give it a try. It really works nice and is very smooth. The new version adds vibration and also the ability to run it as an executable (TF3D and SPB3 friendly) and not just a Today-plug in. The original installation is not in English but it's fairly easy to change. |
|
||||
Re: IphoneToday ver. 1.25 is out
this app works super.
I run TF3D2 Rhodium, but when I want a change I get this in 1/2 second with one click: This is my custom version of the iphone today exe running, & the weather icon opens up a full screen weather panel in a 2nd today screen (works perfectly) ~John |
This post has been thanked 1 times. |
|
||||
Re: IphoneToday ver. 1.25 is out
Quote:
**eit** it looks like you have to just rename everything, but how do you fix the calendar? Last edited by tom6433; 08-30-2009 at 10:49 AM. |
|
||||
Re: IphoneToday ver. 1.25 is out
The old and complex way; doing it yourself:
On your PC Edit the setting.xml file with notepad. There are a lot of settings you can mess with, I only recommend touching these: Start with: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <root> a. <iconWidth>48</iconWidth> This is the size of the icons in pixels b. <numIcons>4</numIcons> This is how many icons per row (left to right) c. <moveThreshold>15</moveThreshold> <maxVelocitiy>130</maxVelocitiy> <minVelocitiy>3</minVelocitiy> <refreshTime>15</refreshTime> Leave these alone c. <screenHeigth>265</screenHeigth> This is how tall the screen is. Remember you have bars on the top and bottom so this is not your screen height. d. <screenHeigthL>187</screenHeigthL> This is how tall the screen is in Landscape. Remember you have bars on the top and bottom so this is not your screen height. e. <factorMov>5</factorMov> Leave this alone f. <fontSize>7</fontSize> Set the size of the font g. <fontBold>1</fontBold> Set the font to bold h. Set the name of the days; I use Sun, Mon, Tue… . These will display at the top of your calendar. <Sunday>Sun</Sunday> <Monday>Mon</Monday> <Tuesday>Tue</Tuesday> <Wednesday>Wed</Wednesday> <Thursday>Thu</Thursday> <Friday>Fri</Friday> <Saturday>Sat</Saturday> i. <backTransparent>0</backTransparent> Set this to 1 if you want a transparent background for iPhoneToday End with: </root>
__________________
|
|
||||
Re: IphoneToday ver. 1.25 is out
Quote:
|
|
|
|