The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion > WinterBoard
Reply
 
LinkBack Thread Tools Display Modes
  #31  
Old 08-17-2008, 07:42 AM
opusandbill's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 1st Gen 2.2.1
Operating System: Mac 10.4.11
Location: The Republic of Texas
Posts: 371
Thanks: 23
Thanked 208 Times in 57 Posts

Quote:
Originally Posted by gonano View Post
I'm having problems creating a true RGBA PNG file using Photoshop. I am using an empty layer as background. I have tried "Save For Web & Devices" and "Save as", "transparency" is checked and "interlaced" is not.

I know the PNGs are transparent because I can look at them and they are transparent but they just won't load in my theme. Everything else loads just not my Other.artwork PNGs.

Using:
mytheme/Folders/UIKit.framework/other-107.png
and
mytheme/UIImages/other-107.png

Photoshop CS3, OS X
one thing I noticed is that when skinning with winterboard you have to use the actual name of the file.

you have to use the file I posted in my first post.

read this (all credit goes to Saurik)

Cached .artwork Themes
Finally, the most complex example of image-based themes I've so far seen has to do with .artwork files. These files exist as loading lots of small .png files from disk can be irritatingly time consuming, so instead they are loaded as block and stored (I believe) in a shared memory cache. As these tiny graphics are often used to build all aspects of the interface these represent the ultia thule of iPhone theming.
Messing with them, though, is currently really hard: you have to use special tools to unpack the files and all you get out of them are a bunch of numerically-named png files (.artwork files don't have filenames in them). You then have to carefully make new images of the same size and rebuild the complete .artwork file, which then has to be installed on the phone with a rickety package that attempts to backup and restore the original. Yeek!
After I heard about this, I set out to fix this with WinterBoard: I want theming to be a fun, safe experience that can be taken up by anybody without special tools. To do this I first analyzed how .artwork files worked, and lo and behold there actually are filenames that go with all of those png files people were compressing (already this makes the task a million times easier.

example:
Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #32  
Old 08-17-2008, 09:17 AM
cir_osis's Avatar
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 3G 3.0
Operating System: Leopard 10.5.7
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts

Any ideas on how to get Wallpaper.mp4 to loop once it has finished its first cycle?

Thanks in advance.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #33  
Old 08-17-2008, 04:30 PM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: iPhone 2.0
Operating System: OSX
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

I did mine a bit diferently than this one but this tutorial helped out a lot Thank you
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #34  
Old 08-19-2008, 06:40 AM
What's Jailbreak?
 
Join Date: May 2008
Device + Firmware: iphone 3G 16GB 2.2
Operating System: Kubuntu 8.10
Posts: 15
Thanks: 0
Thanked 2 Times in 2 Posts

Hi,

Does anyone know how to do sound modifications like SMS messages etc?
I've tried using Folders/UISounds/alarm.caf but this doesn't seem to work.

thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #35  
Old 08-19-2008, 07:11 AM
opusandbill's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 1st Gen 2.2.1
Operating System: Mac 10.4.11
Location: The Republic of Texas
Posts: 371
Thanks: 23
Thanked 208 Times in 57 Posts

Quote:
Originally Posted by fm2503 View Post
Hi,

Does anyone know how to do sound modifications like SMS messages etc?
I've tried using Folders/UISounds/alarm.caf but this doesn't seem to work.

thanks

this is from Sauriks blog:
Sound Themes - A bunch of system sounds are stored in /System/Library/Audio/UISounds/. If you create a folder in your theme called UISounds/ you will be able to theme these (provided you also can provide .caf files). Support for other formats may be forthcoming.

Also you will need to update winterboard in order to change sounds.

I will be adding a how-to to the 1st post

Last edited by opusandbill; 08-19-2008 at 08:39 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #36  
Old 08-20-2008, 05:24 AM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 3G + iTouch 1G
Operating System: winXP | Leopard
Location: Geneva, Switzerland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Hi guys.

Here's a question for you:

What's the name of the UIImages file for the gray background of the settings ?

Also what is the name of the file of the bottom black navigation bar that shows up in apps like Cydia ?

Thanks a lot. Oh and by the way, if you know a website that has a way to find out the uiimages files you need easily, I would love to know it. It's always a drag trying to find out what's the name of the image you want to change.

Thanks again

Alp

Last edited by alptkz; 08-20-2008 at 05:25 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #37  
Old 08-20-2008, 06:11 AM
opusandbill's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 1st Gen 2.2.1
Operating System: Mac 10.4.11
Location: The Republic of Texas
Posts: 371
Thanks: 23
Thanked 208 Times in 57 Posts

Quote:
Originally Posted by alptkz View Post
Hi guys.

Here's a question for you:

What's the name of the UIImages file for the gray background of the settings ?

Also what is the name of the file of the bottom black navigation bar that shows up in apps like Cydia ?

Thanks a lot. Oh and by the way, if you know a website that has a way to find out the uiimages files you need easily, I would love to know it. It's always a drag trying to find out what's the name of the image you want to change.

Thanks again

Alp
the background for settings (as well as other apps) is called "UIPinstripe.png".
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #38  
Old 08-20-2008, 10:14 AM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 3G + iTouch 1G
Operating System: winXP | Leopard
Location: Geneva, Switzerland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

thanks a bunch

Here's another question: anyone knows how to change the text color of the Safari webpage title ? If that's not clear enough, I mean the text you see at the top of Safari that tells you the title of the website you're visiting.

Thanks again

Last edited by alptkz; 08-20-2008 at 10:37 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #39  
Old 08-21-2008, 05:55 AM
opusandbill's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 1st Gen 2.2.1
Operating System: Mac 10.4.11
Location: The Republic of Texas
Posts: 371
Thanks: 23
Thanked 208 Times in 57 Posts

nevermind
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #40  
Old 08-22-2008, 04:43 AM
katak's Avatar
Green Apple
 
Join Date: May 2008
Device + Firmware: 2.1
Operating System: OS X 10.5 + WINDOWS XP
Location: Seoul
Posts: 48
Thanks: 5
Thanked 36 Times in 11 Posts

As far as I know, to put Keyboard-Latin.artwork and Keyboard-Common.artwork in WinterBoard is by renaming their pngs to "kb-XXXXXX.png" and put them all into UIImages folder..

Now here's a question..How do I put 'TextInput_ko.artwork'(artwork for korean keyboard) in WinterBoard?What name do I have to rename those images within TextInput_ko.artwork to?


Here is the images within TextInput_ko.artwork-->DOWNLOAD

Last edited by katak; 08-22-2008 at 05:32 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #41  
Old 08-22-2008, 05:47 AM
opusandbill's Avatar
iPhoneaholic
 
Join Date: Oct 2007
Device + Firmware: iPhone 1st Gen 2.2.1
Operating System: Mac 10.4.11
Location: The Republic of Texas
Posts: 371
Thanks: 23
Thanked 208 Times in 57 Posts

Quote:
Originally Posted by katak View Post
As far as I know, to put Keyboard-Latin.artwork and Keyboard-Common.artwork in WinterBoard is by renaming their pngs to "kb-XXXXXX.png" and put them all into UIImages folder..

Now here's a question..How do I put 'TextInput_ko.artwork'(artwork for korean keyboard) in WinterBoard?What name do I have to rename those images within TextInput_ko.artwork to?


Here is the images within TextInput_ko.artwork-->DOWNLOAD
I am not sure since i only use the english keyboard, But I would try just placeing them in the UIImages folder. if that does not work you may want to send Saurik a pm.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #42  
Old 08-22-2008, 06:37 AM
katak's Avatar
Green Apple
 
Join Date: May 2008
Device + Firmware: 2.1
Operating System: OS X 10.5 + WINDOWS XP
Location: Seoul
Posts: 48
Thanks: 5
Thanked 36 Times in 11 Posts

Thanks a lot opusandbill!
I'm looking forward to hear a good news from you.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #43  
Old 08-25-2008, 08:48 AM
What's Jailbreak?
 
Join Date: Aug 2008
Device + Firmware: Iphone 2.0.2.
Operating System: osx
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to uhmmm

so far it seems the biggest "problem" will be that i'm not that handy with paintshop

so.. going to give it a try

tnx for the tutorial anyway.. it's nice and clear.
(and the weblogpiece too.. saurik: you're a good writer for a nerd )
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #44  
Old 08-29-2008, 10:50 PM
Beva922's Avatar
iPhone? More like MyPhone
 
Join Date: Aug 2008
Device + Firmware: iPhone 3G~FW 3.0
Operating System: H4*WIN7_ULTIMATE
Location: Rich-Man's-Hill, Ont, CANADA
Posts: 128
Thanks: 3
Thanked 30 Times in 28 Posts
Send a message via MSN to Beva922

this is really deep, but there's probably easier ways to make a theme...unless of course everything must be themed. I just downloaded a theme and pretty much copied its structure...very simple and fun/satisfying when you can use your own theme. But as far as changing and putting custom keyboards and literally everything your guide was great.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #45  
Old 08-31-2008, 10:25 PM
calfergo's Avatar
What's Jailbreak?
 
Join Date: May 2008
Device + Firmware: iPhone 2G-2.2.1 & 3G-3.1.2
Operating System: Leopard 10.5.6
Posts: 22
Thanks: 10
Thanked 7 Times in 4 Posts

How I make to change this keyboard?

Click the image to open in full size.

By this other?

Click the image to open in full size.

The name is "kb-std-number-pad.png"

I placed the images in /Library/Themes/KBROJO/UIImages
But there are no changes.

I have only obtained that change this image

Click the image to open in full size.

Thanks





Cómo hago para cambiar este teclado?
Por este otro?
Coloqué las imágenes en /Library/Themes/KBROJO/UIImages
Pero no hay cambios, sólo he logrado que se cambie esta imagen

Last edited by calfergo; 08-31-2008 at 10:38 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion > WinterBoard

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 11:35 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top