Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Xperia x8
is a discussion within theiPhone 2G|3G|3GS iPod Touch 1G|2G|3G New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Originally Posted by guimenez UPDATED This is a new revolutionary theme based on the greatest UI of Xperia X8. Full support for SD and HD Iphones http://www.youtube.com/watch?v=zssg_UhvnbI -Simple -Intuitive -Low
...-
04-21-2011, 05:12 PM #61Green Apple
- Join Date
- Mar 2011
- Location
- Moe, Victoria, Australia
- Posts
- 63
- Thanks
- 81
- Thanked 35 Times in 32 Posts
-
The Following User Says Thank You to jpel For This Useful Post:
guimenez (04-21-2011)
-
04-21-2011, 05:13 PM #62
Many thanks

Did you test the last version with deb package?
-
04-22-2011, 07:51 AM #63
Just donanted. Confirmation #72M460645L8816047. My new email is [email protected] (different than PayPal account). Cannot wait to use this awesome theme!
-
04-22-2011, 07:56 AM #64
Thanks for your support.
Deb package sent
Hope you enjoy it
-
The Following User Says Thank You to guimenez For This Useful Post:
mugrad14 (04-22-2011)
-
04-22-2011, 12:15 PM #65
This may be a stupid question but is it possible to change the clock format to 12 hour instead of 24 hour?
-
04-22-2011, 12:31 PM #66
Its possible, i'm trying to code it to 12h format.
When i'm done, i will post here
-
04-22-2011, 01:35 PM #67Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,600
- Thanks
- 163
- Thanked 1,217 Times in 588 Posts
12hr CLock?
-
04-22-2011, 01:49 PM #68
Wow man, once again you are a genius

i've lost 2 hours trying to change that
please, can you send it to my email?
i will put it in my DEB package for everyone who need to change that.
many thanks once again
-
04-22-2011, 02:39 PM #69Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,600
- Thanks
- 163
- Thanked 1,217 Times in 588 Posts
-
The Following User Says Thank You to PathKiller29 For This Useful Post:
guimenez (04-22-2011)
-
04-22-2011, 03:11 PM #70
It works perfect

Thanks once again
I will send it to everyone the new clockLast edited by guimenez; 04-22-2011 at 03:48 PM.
-
04-22-2011, 03:20 PM #71Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,600
- Thanks
- 163
- Thanked 1,217 Times in 588 Posts
am/pm Necessary?
is there a PSD for making the folder/ ScrollView Icons?Last edited by PathKiller29; 04-22-2011 at 03:23 PM.
-
04-22-2011, 03:46 PM #72
Yes, i think the AM/PM its necessary for your country and some more...
when you done the clock, please send it to me again
thanks.
-
04-22-2011, 05:28 PM #73iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Dallas
- Posts
- 253
- Thanks
- 194
- Thanked 70 Times in 54 Posts
Hey Joao, is it possible to perhaps remove the space between the time and weather? I have been trying for the past 2 hours & have giving up
-
04-22-2011, 06:20 PM #74
Yes. I will do it at the morning. Now I'm gonna sleep
-
04-22-2011, 07:20 PM #75Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,600
- Thanks
- 163
- Thanked 1,217 Times in 588 Posts
-
04-22-2011, 09:58 PM #76
Ugh, sry for this, i payed for the theme, but then i accidentally deleted the email i got from paypal... Now i dont have a conf. number to send! I also dont know who im sending this too (name on paypal)
-
04-22-2011, 10:19 PM #77iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- Dallas
- Posts
- 253
- Thanks
- 194
- Thanked 70 Times in 54 Posts
-
04-22-2011, 10:48 PM #78Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,600
- Thanks
- 163
- Thanked 1,217 Times in 588 Posts
Took me 10min including the rewriting of the plist b/c I edited the old version so I has to change the folder name. And all it's references in the plist
And it only took 10 min (including uploading)
Anyway. There's still 1 problem . It doesn't open it's respective app.. Positiong the button is rather difficult when it's invisibleLast edited by PathKiller29; 04-22-2011 at 10:49 PM. Reason: Automerged Doublepost
-
04-23-2011, 03:23 AM #79
Hi, please give me your email that you use in paypal and i will check for the payment
Thanks PathKiller for helping JerseyGirl.
You just need to change the the FrameY from both codes to a negative number. If you change the position of clock with -40 then you need to subtract the same value on the PNG of the weather, if you not change with same value, when you press the weather it wil not open:
example:
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.mobiletimer</string>
</array>
<key>FrameHeight</key>
<integer>75</integer>
<key>FrameWidth</key>
<integer>243</integer>
<key>FrameX</key>
<integer>40</integer>
<key>FrameY</key>
<integer>50</integer>
<key>Image</key>
<string>/DreamBoard/xperiaX8/Images/Clock.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.mobilecal</string>
</array>
<key>FrameHeight</key>
<integer>21</integer>
<key>FrameWidth</key>
<integer>104</integer>
<key>FrameX</key>
<integer>99</integer>
<key>FrameY</key>
<integer>139</integer>
<key>Image</key>
<string>/DreamBoard/xperiaX8/Images/Date.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>ClipToBounds</key>
<true/>
<key>FrameHeight</key>
<integer>460</integer>
<key>FrameWidth</key>
<integer>320</integer>
<key>FrameX</key>
<integer>0</integer>
<key>FrameY</key>
<integer>-151</integer>
<key>URL</key>
<string>/DreamBoard/xperiaX8/Widgets/Clock/Widget.html</string>
<key>UserInteraction</key>
<true/>
<key>ViewType</key>
<string>WebView</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.weather</string>
</array>
<key>FrameHeight</key>
<integer>62</integer>
<key>FrameWidth</key>
<integer>62</integer>
<key>FrameX</key>
<integer>128</integer>
<key>FrameY</key>
<integer>189</integer>
<key>Image</key>
<string>/DreamBoard/xperiaX8/Images/Weather.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>ClipToBounds</key>
<true/>
<key>FrameHeight</key>
<integer>460</integer>
<key>FrameWidth</key>
<integer>320</integer>
<key>FrameX</key>
<integer>0</integer>
<key>FrameY</key>
<integer>70</integer>
<key>URL</key>
<string>/DreamBoard/xperiaX8/Widgets/WeatherWidget/WeatherWidget.html</string>
<key>UserInteraction</key>
<true/>
<key>ViewType</key>
<string>WebView</string>
</dict>
If you notice, i've change the FrameY in all of them, just decrease the same values in both codes to be positioned in the first page.
Any thing just reply here and i will help you
Last edited by guimenez; 04-23-2011 at 04:00 AM. Reason: Automerged Doublepost
-
04-23-2011, 04:38 AM #80
I paid for the theme and got a confirmation from paypal - where is my theme?? How do I download it? Will I get an email from someone at some point with the download??




LinkBack URL
About LinkBacks
Reply With Quote
