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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Need help with LogoSwapper
« previous next »
  • Print
Pages: [1]

Author Topic: Need help with LogoSwapper  (Read 3882 times)

Offline Immortal

  • Member
  • *
  • Posts: 7
Need help with LogoSwapper
« on: September 07, 2007, 08:51:42 AM »
Sry for my english, I hope that I don't confuse you with my expresions. I have a problem with the LogoSwapper. (i have an ipod5.5g80gb)

I've made my own splashscreen: size (320x240x16)

that i want to replace with the original Logo:


how exactly can i do this? i tried to visit the link, where i can find the bitmap, which has to be replaced with my splashscreen, but i thought, it isn't possible to replace my bmp with 320x240 with that logo 320x98 :( what can i do now?


« Last Edit: September 07, 2007, 01:57:18 PM by Immortal »
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: Need help with LogoSwapper
« Reply #1 on: September 07, 2007, 09:23:52 AM »
Since LogoSwapper is not software that is part of the Rockbox distribution, you should contact the original author for support:  http://www.misticriver.net/showthread.php?t=52672
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline Tri Nguyen

  • Member
  • *
  • Posts: 7
Re: Need help with LogoSwapper
« Reply #2 on: September 07, 2007, 09:34:31 AM »
The Original Image and the Replacement Image must have the same size. That's your problem.
Logged

Offline Immortal

  • Member
  • *
  • Posts: 7
Re: Need help with LogoSwapper
« Reply #3 on: September 07, 2007, 11:19:33 AM »
i know, that this is the problem... the question is: how to fix it? can i get here fullscreen rockbox logos 320x240, which i can replace?
« Last Edit: September 07, 2007, 11:21:09 AM by Immortal »
Logged

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
Re: Need help with LogoSwapper
« Reply #4 on: September 07, 2007, 11:39:23 AM »
As far as I am aware, you cannot "fix" it as you want--the replacement logo must be the same size as the original.
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: Need help with LogoSwapper
« Reply #5 on: September 07, 2007, 12:09:56 PM »
Quote from: Immortal on September 07, 2007, 11:19:33 AM
i know, that this is the problem... the question is: how to fix it? can i get here fullscreen rockbox logos 320x240, which i can replace?
You can not fix it with the program in question.
To do more than a simple apple for apple / orange for orange swap you need to compile your own build.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline Immortal

  • Member
  • *
  • Posts: 7
Re: Need help with LogoSwapper
« Reply #6 on: September 07, 2007, 12:15:19 PM »
aah. thx for information:

so i have to use an existing custom-build.
« Last Edit: September 07, 2007, 12:16:56 PM by Immortal »
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: Need help with LogoSwapper
« Reply #7 on: September 07, 2007, 12:21:06 PM »
Quote from: Immortal on September 07, 2007, 12:15:19 PM
aah. thx for information:

so i have to use an existing custom-build.

Or compile your own, which I strongly suggest as not only are none of the iPod video Unsupported Builds current, all the maintainers seem to be losing interest.
Rockbox provides your choice of three build enviroments, it is quite easy to get started.
http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: Need help with LogoSwapper
« Reply #8 on: September 07, 2007, 01:00:16 PM »
that spash screen looks very nice. too bad i can never get logo swapper to work. i wonder if we'll ever get custom splash screens on rockbox. i see theres a patch on flyspray though
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline Immortal

  • Member
  • *
  • Posts: 7
Re: Need help with LogoSwapper
« Reply #9 on: September 07, 2007, 01:07:24 PM »
does it mean, that i would have to compile that build for every rockbox-daily build i want to upload or is that an extra file that doesn't affect the conventional rockbox update process?
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Need help with LogoSwapper
« Reply #10 on: September 07, 2007, 07:01:19 PM »
Immortal, it means that every time you want a new build with that splash screen you must compile it yourself.  But, trust me, once you have an environment set up (svn, cross-compilers, etc.) it's really not a big deal to update your local source tree and compile a build using your own image.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline Job Van Dam

  • Member
  • *
  • Posts: 167
Re: Need help with LogoSwapper
« Reply #11 on: September 09, 2007, 01:27:02 AM »
Adding to what Chronon said here are the directions to change the bootsplash for your player, these are directions for my Gigabeat they may be different for your Ipod:

1) Go into apps/bmps/native and modify the image for your player(ie. replace the image)

2) In apps/misc.c change line 891 (exact line number may change in the future) from:
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
TO
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);

Optional) On the Gigabeat it says the version number at the bottom in a very ugly color therefore ruining the entire image. To make it not appear edit the following line 895 (may change in the future):
Code: [Select]
snprintf(version, sizeof(version), "Ver. %s", appsversion);
TO
Code: [Select]
snprintf(version, sizeof(version), "", appsversion);

You'll get a small error during compilation about a zero length string but don't worry I've been doing this for a while and no problems.
« Last Edit: September 09, 2007, 01:34:55 AM by Job Van Dam »
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Need help with LogoSwapper
 

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

Page created in 0.107 seconds with 14 queries.