Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Creating My Own Rockbox Theme
« previous next »
  • Print
Pages: [1]

Author Topic: Creating My Own Rockbox Theme  (Read 3314 times)

Offline SataniK

  • Member
  • *
  • Posts: 45
Creating My Own Rockbox Theme
« on: July 31, 2007, 05:29:45 PM »
Hey guys I am interested in making a Slipknot rockbox theme.  I was looking around and could not find any tutorials or templates.  I have my .bmp image already so could you guys point me in the right direction.
Logged

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Creating My Own Rockbox Theme
« Reply #1 on: July 31, 2007, 05:37:12 PM »
The wiki is such a nice source of information (and has a search feature ;) ):

http://www.rockbox.org/twiki/bin/view/Main/CustomWPS
http://www.rockbox.org/twiki/bin/view/Main/SimpleGuideToWPSMaking
and more (for example about custom icons).

Studying the code of other WPSs teached me a lot too.
« Last Edit: July 31, 2007, 06:01:24 PM by pixelma »
Logged

Offline SataniK

  • Member
  • *
  • Posts: 45
Re: Creating My Own Rockbox Theme
« Reply #2 on: July 31, 2007, 05:42:16 PM »
Thanks for the help man this seems like a lot I don't know where to start is there a place where I am aloud to do a request for a theme?
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Creating My Own Rockbox Theme
« Reply #3 on: July 31, 2007, 05:59:24 PM »
It's really not that bad.  Start simply and see what the tags do.  I'd advise getting a simulator built (either compile your own or download a pre-built one) so that you can quickly test out changes to your theme without having to Connect/Update/Disconnect your player every time you want to see a change.

If you want to download a pre-built simulator check out the "extras" link in the side panel.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline SataniK

  • Member
  • *
  • Posts: 45
Re: Creating My Own Rockbox Theme
« Reply #4 on: July 31, 2007, 06:02:04 PM »
Well I was reading through it so I can just copy and paste the text there right so I don't have to know it or memorize it right?
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Creating My Own Rockbox Theme
« Reply #5 on: July 31, 2007, 06:08:03 PM »
I definitely don't think memorizing every single tag is necessary for your first theme.  I think many people start with an existing theme (provided permission has been given to modify it) and edit the code to coerce it into something they like.  Eventually, you'll know what all of the tags do and you'll be able to kind of compose a theme from scratch.

I know I have done this when I was first learning HTML.  I would go to a page and view the source and then strip out the parts I wanted and alter the references to the media I wanted to display.  This gave me a way to get decent looking webpages without an exhaustive knowledge of HTML.  But eventually I became much more familiar with HTML and this was no longer necessary.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
Re: Creating My Own Rockbox Theme
« Reply #6 on: July 31, 2007, 08:34:30 PM »
The Simple Guide noted above really is a great walk-through of an "organic" approach to creating a WPS.

In the end, I find it easiest to think of what I want, and then perusing the WPS commands to see what is available to get there.  And then tackle it line-by-line--it's not as big that way.

Additionally, ravaging other WPS's for images especially, and code for a specific aim (e.g. album display, I suppose), can be helpful as well.
Logged

Offline SataniK

  • Member
  • *
  • Posts: 45
Re: Creating My Own Rockbox Theme
« Reply #7 on: August 01, 2007, 07:07:29 PM »
Ok I think I will try just modifying one that I like just till I get more comfortable with this.  How do I go about asking permission to modify a WPS.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Creating My Own Rockbox Theme
« Reply #8 on: August 02, 2007, 02:39:48 AM »
< Email/MSN/Hold a seance with > the author.
« Last Edit: August 02, 2007, 04:38:49 AM by GodEater »
Logged

Read The Manual Please

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: Creating My Own Rockbox Theme
« Reply #9 on: August 02, 2007, 04:26:10 AM »
Quote from: SataniK on August 01, 2007, 07:07:29 PM
Ok I think I will try just modifying one that I like just till I get more comfortable with this.  How do I go about asking permission to modify a WPS.

Well, if you are just using it for yourself, it does not matter. You only need the authors permission if you wish to make it available to others.
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline SataniK

  • Member
  • *
  • Posts: 45
Re: Creating My Own Rockbox Theme
« Reply #10 on: August 03, 2007, 11:52:13 AM »
Alright then.  I stumbled upon this and I would like you guys to read it to see if this is reasonable

http://www.misticriver.net/showthread.php?t=52954
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Creating My Own Rockbox Theme
« Reply #11 on: August 03, 2007, 12:32:06 PM »
Quote from: SataniK on August 03, 2007, 11:52:13 AM
Alright then.  I stumbled upon this and I would like you guys to read it to see if this is reasonable

http://www.misticriver.net/showthread.php?t=52954

What exactly is your question?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline SataniK

  • Member
  • *
  • Posts: 45
Re: Creating My Own Rockbox Theme
« Reply #12 on: August 03, 2007, 03:20:30 PM »
^^  On how to create my own Rockbox theme I found the above link but something doesn't seem right how do I set the .bmp file as my backdrop in Rockbox?
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Creating My Own Rockbox Theme
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.114 seconds with 14 queries.