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
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox Utility
« previous next »
  • Print
Pages: 1 2 [3]

Author Topic: Rockbox Utility  (Read 20554 times)

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Rockbox Utility
« Reply #30 on: June 10, 2007, 05:29:11 AM »
wxwidgets2.8 isn't available in the ubuntu edgy (6.10) reps, only 2.6 and 2.4.
Logged
Iriver H120, Sansa e280

Offline Domonoky

  • Developer
  • Member
  • *
  • Posts: 205
Re: Rockbox Utility
« Reply #31 on: June 10, 2007, 06:43:05 AM »
Hi,

wxwidgets2.8 was choosen by cassandra and i think at this time no one thought it would be a problem with debian.

Also the MacOSX support of wx got better with 2.8 so i dont know if it possible to downgrade rbutil.
If someone has the time to try it, go ahead :-)
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: Rockbox Utility
« Reply #32 on: June 10, 2007, 10:10:59 AM »
As aegis said, http://www.wxwidgets.org/downloads/ has unofficial repositories with 2.8.4 for those running debian or older versions of ubuntu. Feisty includes 2.8 in its universe repos. I think if we mention that 2.8 is required and that it's available in an unofficial repo, it should be all right.

I've packaged rbutil for Feisty. You can find it on the wiki page: http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility. Please try it out and give some feedback !
Logged

Offline rasher

  • Developer
  • Member
  • *
  • Posts: 295
    • My Rockbox stuff
Re: Rockbox Utility
« Reply #33 on: June 10, 2007, 04:37:16 PM »
Quote from: NicolasP on June 10, 2007, 10:10:59 AM
As aegis said, http://www.wxwidgets.org/downloads/ has unofficial repositories with 2.8.4 for those running debian or older versions of ubuntu. Feisty includes 2.8 in its universe repos. I think if we mention that 2.8 is required and that it's available in an unofficial repo, it should be all right.
It will however, prevent official Debian packages from emerging (which, if Benjamin Mako Hill was serious might have been a real possibility otherwise). I believe having official packages of rbutil would be a real benefit - some people might even stumble upon Rockbox when looking through the packages.

Quote from: NicolasP on June 10, 2007, 10:10:59 AM
I've packaged rbutil for Feisty. You can find it on the wiki page: http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility. Please try it out and give some feedback !
I've uploaded a package for Gutsy (the current development version of Ubuntu) - I accidentally overwrote your package NicolasP, but moved things around, so it should be fixed now.
Logged

Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more!

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: Rockbox Utility
« Reply #34 on: June 10, 2007, 07:03:18 PM »
Quote from: rasher on June 10, 2007, 04:37:16 PM
I've uploaded a package for Gutsy (the current development version of Ubuntu) - I accidentally overwrote your package NicolasP, but moved things around, so it should be fixed now.
Looks like it's not quite fixed... I can't install any of the two packages on the wiki page. I'll build a new Feisty one with your latest changes.
Logged

Offline rasher

  • Developer
  • Member
  • *
  • Posts: 295
    • My Rockbox stuff
Re: Rockbox Utility
« Reply #35 on: June 10, 2007, 07:30:14 PM »
Quote from: NicolasP on June 10, 2007, 07:03:18 PM
Quote from: rasher on June 10, 2007, 04:37:16 PM
I've uploaded a package for Gutsy (the current development version of Ubuntu) - I accidentally overwrote your package NicolasP, but moved things around, so it should be fixed now.
Looks like it's not quite fixed... I can't install any of the two packages on the wiki page. I'll build a new Feisty one with your latest changes.
Could be that I overwrote the wrong file - I made a mess of it. Anyway, if you update it it should be fine again. I also managed to build a package for Debian Unstable, based on the unofficial wxwidgets2.8 packages.
Logged

Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more!

Offline robin0800

  • Member
  • *
  • Posts: 291
  • Freeman
Re: Rockbox Utility
« Reply #36 on: June 10, 2007, 07:50:08 PM »
On a related point ipod patcher just been updated to look for both 0xB
and 0xC patitions you may need to modify your auto detection to cover this
see irc chat this evening.
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Rockbox Utility
« Reply #37 on: June 10, 2007, 07:54:36 PM »
Quote from: robin0800 on June 10, 2007, 07:50:08 PM
On a related point ipod patcher just been updated to look for both 0xB
and 0xC patitions you may need to modify your auto detection to cover this
see irc chat this evening.

rbutil uses ipodpatcher's code directly - so rbutil was updated at the same time as ipodpatcher was.
Logged

Offline rasher

  • Developer
  • Member
  • *
  • Posts: 295
    • My Rockbox stuff
Re: Rockbox Utility
« Reply #38 on: June 11, 2007, 12:33:39 PM »
I'm not a huge fan of the way the buttons look. Partially the quickly done buttons, and partly the "3d" background which looks extremely out of place on my desktop. So I decided to play around with using icons from the Tango Desktop Project for them. Predictably, however, it didn't turn out too great because of aliasing issues (see attached screenshot). Would it be possible to use PNGs for the buttons to allow alpha transparency, or is this not supported by wxwidgets?

Edit: The "glossy" background on the buttons is just how buttons look with my current theme - not part of the png.

[attachment deleted by admin for age]
« Last Edit: June 11, 2007, 12:35:14 PM by rasher »
Logged

Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more!

Offline rasher

  • Developer
  • Member
  • *
  • Posts: 295
    • My Rockbox stuff
Re: Rockbox Utility
« Reply #39 on: June 12, 2007, 09:58:19 AM »
I've managed to make rbutil use pngs for the buttons. Looks so much nicer. I'll post a patch shortly.

EDIT: Patch posted here: http://www.rockbox.org/tracker/task/7294 Updated screenshot.

[attachment deleted by admin for age]
« Last Edit: June 12, 2007, 11:59:03 AM by rasher »
Logged

Download my Rockbox stuff: Prebuilt Windows simulators, Fonts, and more!

Offline evilnick

  • Rockbox Expert
  • Member
  • *
  • Posts: 431
Re: Rockbox Utility
« Reply #40 on: July 15, 2007, 09:51:03 PM »
Apologies if this has already been mentioned but I can't get this to work when using Vista 64-bit.
When I double-click on rbutil.exe to open it, I get a prompt saying no devices found and then regardless of whether I click Yes or No to the Autodetect prompt then the program crashes.

Let me know if you need more details.
Logged

  • Print
Pages: 1 2 [3]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Rockbox Utility
 

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

Page created in 0.114 seconds with 15 queries.