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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  320x240 ice-cream sandwich styled theme
« previous next »
  • Print
Pages: [1]

Author Topic: 320x240 ice-cream sandwich styled theme  (Read 6219 times)

Offline heming

  • Member
  • *
  • Posts: 1
320x240 ice-cream sandwich styled theme
« on: July 01, 2015, 11:39:44 PM »
Hi guys. This theme was originally made a few years ago. But I found the original forum (not forums.rockbox.org) closed my account cuz I wasn’t visiting often. Here is the link again and hope you guys enjoy it.





http://www.hemingw.com/ice-cream-sandwich-styled-theme-for-rockbox-ipod-classic/
« Last Edit: July 01, 2015, 11:44:11 PM by heming »
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 415
Re: 320x240 ice-cream sandwich styled theme
« Reply #1 on: August 12, 2015, 11:33:56 AM »
Looks nice and elegant.  Will download it.

Incidentally, is there a reason why themes like this can't be uploaded to the collection on this site?  I quite like knowing I can just download a load of themes in bulk whenever I install rockbox via the installer, as opposed to keeping track of where to get all the good ones if I ever lose my collection.
Logged

Online cereal_killer

  • Member
  • *
  • Posts: 409
Re: 320x240 ice-cream sandwich styled theme
« Reply #2 on: September 23, 2015, 02:52:54 PM »
This Theme is great! I use it as my default theme. I just changed the font to 19-DejaVuSans-Bold and it is perfect for me.

But there is one thing that doesn't work for me: The Volume Bar in the WPS doesn't show up. It does in the Menus. I tried to use this theme in the simulator and the Volume Bar was also not working right there. I use the latest dev build, but had also problems with previous dev build.

Can somebody look at the theme code (maybe the author) please? http://pastebin.com/LW8s2ixy for the ICS.wps and http://pastebin.com/bFx1DHwn for the ICS.sbs.

If someone has a solution for this problem I am very happy.

Greetings,
c_k
Logged

Offline Slogra

  • Member
  • *
  • Posts: 15
Re: 320x240 ice-cream sandwich styled theme
« Reply #3 on: September 25, 2015, 10:49:30 AM »
Yes, the volume looks distorted in the simluator. The code for volume is the same in sbs and wps, so i'm not sure why it does not work in wps.

Fortunately the creator kept the alternative code for volume in wps, which does work! So you only have to change the comment (#) in the wps code to:

# Volume
%V(57,221,105,15,-)
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
#%pv(0,0,84,10,volume-320x240x16.bmp)

btw. I had to try it in the ipod video simulator because i do not have a 320x240 player :(.
Logged

Online cereal_killer

  • Member
  • *
  • Posts: 409
Re: 320x240 ice-cream sandwich styled theme
« Reply #4 on: September 28, 2015, 10:25:48 AM »
Thanks for the reply Slogra, but I couldn't get the volume to show up properly in the WPS. I tried to change the comment as you suggested, but it won't work with the simulator or with my iPod.

The SBS looks fine though.

Any other suggestions?
Logged

Online cereal_killer

  • Member
  • *
  • Posts: 409
Re: 320x240 ice-cream sandwich styled theme
« Reply #5 on: October 03, 2015, 05:22:29 AM »
I don't get it why the volume bar is not working.

Any ideas anyone?
Logged

Offline Slogra

  • Member
  • *
  • Posts: 15
Re: 320x240 ice-cream sandwich styled theme
« Reply #6 on: October 09, 2015, 11:42:36 AM »
On second thought: The alternative code needs an alternative image as well. It needs an image strip which must contain 10 states of the volume.
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 415
Re: 320x240 ice-cream sandwich styled theme
« Reply #7 on: October 11, 2015, 07:11:41 PM »
It seems to work for me, though I can't actually remember if I edited it to get it to work when I first downloaded it or if it just did so from the start!

The copy I am using has the volume control part thus (I have no idea if I changed it or of it was already like this!)

# Volume
%V(57,221,84,10,-)
#%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%pv(0,0,84,10,volume-320x240x16.bmp)

And the preload volume image is commented out also
#%xl(C,volume-320x240x16.bmp,0,0,10)

(I think maybe I changed the x and y dimensions to 84,10 instead of 105,15 - don't quite understand where the 105,15 come from as the volume strip is 84x10 and so is the area it goes in).  Or maybe its commenting out the preload line that makes the difference?
« Last Edit: October 11, 2015, 07:24:08 PM by Frankenpod »
Logged

Online cereal_killer

  • Member
  • *
  • Posts: 409
Re: 320x240 ice-cream sandwich styled theme
« Reply #8 on: October 18, 2015, 07:40:44 AM »
Quote from: Frankenpod on October 11, 2015, 07:11:41 PM
# Volume
%V(57,221,84,10,-)
#%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%pv(0,0,84,10,volume-320x240x16.bmp)

And the preload volume image is commented out also
#%xl(C,volume-320x240x16.bmp,0,0,10)

I applied this changes and I am so happy now that it works. Many thanks Frankenpod.

Greetings,

c_k
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 415
Re: 320x240 ice-cream sandwich styled theme
« Reply #9 on: February 21, 2017, 05:36:45 AM »
Quote from: heming on July 01, 2015, 11:39:44 PM
Hi guys. This theme was originally made a few years ago. But I found the original forum (not forums.rockbox.org) closed my account cuz I wasn’t visiting often. Here is the link again and hope you guys enjoy it.





http://www.hemingw.com/ice-cream-sandwich-styled-theme-for-rockbox-ipod-classic/

On the very remote off-chance that you are still around (and haven't abandoned rockbox for one of those new-fangled cleverphones that people use nowadays) is there any chance you could give permission to add a Creative Commons licence to this theme?

I modified it to make the colour scheme customisable in the rockbox menu (as in attached pics), but can't upload that version without the correct licence.  (OK, I also moved the play icon as personally I prefer it there to the middle of the cover art)

* dump 170220-181310.png (35.08 kB, 320x240 - viewed 360 times.)

* dump 170220-181450.png (34.98 kB, 320x240 - viewed 333 times.)

* dump 170220-181523.png (34.94 kB, 320x240 - viewed 319 times.)
« Last Edit: February 21, 2017, 05:38:31 AM by Frankenpod »
Logged

Offline Fellenham

  • Member
  • *
  • Posts: 1
    • whoagirls
Re: 320x240 ice-cream sandwich styled theme
« Reply #10 on: August 19, 2017, 12:51:30 AM »
Quote from: Frankenpod on October 11, 2015, 07:11:41 PM
It seems to work for me, though I can't actually remember if I edited it to get it to work when I first downloaded it or if it just did so from the start!

The copy I am using has the volume control part thus (I have no idea if I changed it or of it was already like this!)

# Volume
%V(57,221,84,10,-)
#%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%pv(0,0,84,10,volume-320x240x16.bmp)

And the preload volume image is commented out also
#%xl(C,volume-320x240x16.bmp,0,0,10)

(I think maybe I changed the x and y dimensions to 84,10 instead of 105,15 - don't quite understand where the 105,15 come from as the volume strip is 84x10 and so is the area it goes in).  Or maybe its commenting out the preload line that makes the difference?

Applying the changes made the theme function properly for me as well. Really appreciate it as I like this one.
Logged

Offline Viper73

  • Member
  • *
  • Posts: 29
Re: 320x240 ice-cream sandwich styled theme
« Reply #11 on: February 04, 2018, 02:04:21 PM »
@Frankenpod
i really like your theme. Can you send me the green one?
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  320x240 ice-cream sandwich styled theme
 

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

Page created in 0.105 seconds with 16 queries.