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
| | |-+  name & address/phone on ipod video
« previous next »
  • Print
Pages: [1]

Author Topic: name & address/phone on ipod video  (Read 4343 times)

Offline Flippy112

  • Member
  • *
  • Posts: 8
name & address/phone on ipod video
« on: May 14, 2007, 06:09:20 PM »
Is there a EASY way to place your name and address or other personal information on my ipod video 30gb on the rockbox boot screen?

thanks
Logged

Offline lights0ut

  • Artist
  • Member
  • *
  • Posts: 382
Re: name & address/phone on ipod video
« Reply #1 on: May 14, 2007, 07:54:42 PM »
There is a program on misticriver here that you can use to switch the boot image of the rockbox.ipod file.

After you get the program you will need 2 things:
1. the original bootsplash (if you're using a current build you can grab the imagefrom svn)
2. The image you want to replace the original, which must be a .bmp (16bit or 24bit will do) I don't the size matters, but it cannot be bigger than 320x240.

good luck with that ;)

On a side note, is there/should there be,  a wiki page for this program? It seems a lot of people would make use of it.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: name & address/phone on ipod video
« Reply #2 on: May 15, 2007, 03:44:27 AM »
Well, someone could also just implement a patch to load that boot splash from file, instead of compiling it in, and then no program would be needed. Someone went about this a long and complicated way, rather than simply fixing the actual problem (that the boot splash is compiled in rather than themable.)

Wouldn't you too prefer that themes could include different boot splashes each?
Logged

Offline ColdSphinx

  • Member
  • *
  • Posts: 147
Re: name & address/phone on ipod video
« Reply #3 on: May 15, 2007, 09:29:39 AM »
I can have a look at this after my final exams (this week).
We already have everything needed to load bitmaps so it shouldn't be very hard.
But if we implement it than is the question should it be a fullscren bitmap or just the current size of the logos?
Because I already heared in a discussion that it shouldn't be fulscreen but there where nothing of external logo files (just about logopatches).
« Last Edit: May 15, 2007, 09:39:14 AM by ColdSphinx »
Logged
Rockbox.src

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: name & address/phone on ipod video
« Reply #4 on: May 15, 2007, 10:53:23 AM »
I believe that if Rockbox loads a file from disk for the image, it should be a fullscreen bitmap. This way it allows the user to have whatever they want on the screen, "wherever" they want it (by use of transparency or whitespace) rather easily.

But that's definitely up for discussion, right now the best bet should just be to mirror the existing behaviour, but rather than compiling the image in, load it from /.rockbox/bootsplash or something similar, and preferably be settable via config file.
Logged

Offline lights0ut

  • Artist
  • Member
  • *
  • Posts: 382
Re: name & address/phone on ipod video
« Reply #5 on: May 15, 2007, 08:42:57 PM »
Quote from: Llorean on May 15, 2007, 03:44:27 AM
Well, someone could also just implement a patch to load that boot splash from file, instead of compiling it in, and then no program would be needed. Someone went about this a long and complicated way, rather than simply fixing the actual problem (that the boot splash is compiled in rather than themable.)

Wouldn't you too prefer that themes could include different boot splashes each?

I've always thought that it would be nice to load the bootsplash from disk, but I've never really cared too much for it. (I do compile my builds with custom bootsplashes, but as with most things in Rockbox, it's not a critical feature) Now that you mention the idea of setting a bootsplash through a theme, that makes a lot of sense and would really enhance the eyecandy of rockbox. I suppose there might be some issue with having to remove the revision # from the bootscreen, but IIRC the first question asked about a bug is "does this happen with the current build?" so really, the revision # is irrelevant.

edit: ColdSphinx, good luck with coding for that, and with your final exams ;)
« Last Edit: May 16, 2007, 12:50:55 AM by evilg123 »
Logged

Offline ColdSphinx

  • Member
  • *
  • Posts: 147
Re: name & address/phone on ipod video
« Reply #6 on: May 16, 2007, 12:43:04 AM »
Quote from: evilg123 on May 15, 2007, 08:42:57 PM
MadCow, good luck with coding for that, and with your final exams ;)
I'm not MadCow but thanks (the half of my exams are over).
I've had already changed my own build to display a fulscreen logo on the maindisplay and the remotedisplay and to overlay the current versionnumber. I will make that new feature on a clean build, but I've already most of the changes ready, I think (or hope ; ) ).
Logged
Rockbox.src

Offline lights0ut

  • Artist
  • Member
  • *
  • Posts: 382
Re: name & address/phone on ipod video
« Reply #7 on: May 16, 2007, 12:51:19 AM »
Sorry CS, for some reason I'm always mixing the two of you up  ::)
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: name & address/phone on ipod video
« Reply #8 on: May 16, 2007, 02:58:36 AM »
The revision number could still be drawn on the screen if the bootsplash had transparency there, and if not it's always viewable through the System menu's version option.
Logged

Offline lights0ut

  • Artist
  • Member
  • *
  • Posts: 382
Re: name & address/phone on ipod video
« Reply #9 on: May 16, 2007, 09:39:32 PM »
Quote from: Llorean on May 16, 2007, 02:58:36 AM
The revision number could still be drawn on the screen if the bootsplash had transparency there, and if not it's always viewable through the System menu's version option.

Oh, right forgot about the menu ::)
Logged

Offline ColdSphinx

  • Member
  • *
  • Posts: 147
Re: name & address/phone on ipod video
« Reply #10 on: May 27, 2007, 06:27:17 AM »
I played a little bit around with the code and there is something that could prevent the full repeacement of the included logo by a loadable.
I changed the code so it always tryes to load an external bitmap for the logo. But it always fails to load exept while upddating database :(
Now, I'm thinking of an costomlogo after the defaultlogo (with a short sleep) but that isn't the way I prefer to include an loadable logo and I don't want to reorder the init procedures.
Logged
Rockbox.src

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  name & address/phone on ipod video
 

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

Page created in 0.087 seconds with 15 queries.