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
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Easy instructions for installing a patch?????
« previous next »
  • Print
Pages: [1]

Author Topic: Easy instructions for installing a patch?????  (Read 3168 times)

Offline UMT

  • Member
  • *
  • Posts: 16
Easy instructions for installing a patch?????
« on: January 24, 2009, 06:14:48 PM »
I've been dying to get a 'Pause Between Songs' patch for my Sansa C250 and someone finally made it.   I know where the patch is but I have absolutely no idea how to actually install it.

Are there any easy instructions somewhere that I could install this patch?  Can somebody post easy directions?   A little help here, friends!   

Thanks In Advance,
UMT 
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Easy instructions for installing a patch?????
« Reply #1 on: January 24, 2009, 07:00:39 PM »
http://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches
Logged

Offline UMT

  • Member
  • *
  • Posts: 16
Re: Easy instructions for installing a patch?????
« Reply #2 on: January 24, 2009, 07:05:00 PM »
Yes, I've read this and this was why I made the post. 

"Before you begin, be aware that this process can require a decent amount of time and technical knowledge and should not be attempted by a casual user, but rather by those intending to invest time in development." 

I am a fairly intelligent guy but I'm not a programmer.   Does this mean I'll never be able to install this patch on my Rockbox?   At this point, I don't know where to even start.   

Thanks,
UMT

Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Easy instructions for installing a patch?????
« Reply #3 on: January 24, 2009, 11:55:18 PM »
Quote from: UMT on January 24, 2009, 07:05:00 PM
Does this mean I'll never be able to install this patch on my Rockbox?
No, but you will need to put quite some effort into it. You can't "install" a patch and if you're unfamiliar with it there is no "easy way".
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Easy instructions for installing a patch?????
« Reply #4 on: January 25, 2009, 12:27:05 AM »
This page is probably a better starting point: http://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches?topic=SimpleGuideToCompiling
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline UMT

  • Member
  • *
  • Posts: 16
Re: Easy instructions for installing a patch?????
« Reply #5 on: January 25, 2009, 08:15:11 AM »
Ok, folks.  Nice links and helpful advice.   I'm probably only the 10,000 person to ask the same NOOB question so I appreciate your help and patience.

Thank You,
UMT


OK, problem.  I installed Cygwin and when I get to Step 3: Select the Rockbox mirror site and install and then I enter: http://download.rockbox.org/cygwin/,  I get the following error message: 

"Unable to get http://download.rockbox.org/cygwin//setup.ini.sig from http://download.rockbox.org/cygwin/"

What do I do now?  I tried this several times and at different times and I still get the same error message.

Thanks,
UMT
 
« Last Edit: January 26, 2009, 05:32:18 PM by UMT »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Easy instructions for installing a patch?????
« Reply #6 on: January 27, 2009, 04:04:28 AM »
From the cygwin installation page, directly below where it tells you the link for the Rockbox repository:

Quote
In case you encounter an error regarding missing .sig file, supply the -X (--no-verify) command-line flag when using Cygwin's setup.exe.

If this doesn't work, the double / in

Quote from: UMT on January 25, 2009, 08:15:11 AM
"Unable to get http://download.rockbox.org/cygwin//setup.ini.sig from http://download.rockbox.org/cygwin/"

looks odd, try http://download.rockbox.org/cygwin without the trailing slash (I don't think it is this, I think you just haven't passed the -X flag.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Easy instructions for installing a patch?????
« Reply #7 on: January 28, 2009, 12:46:53 PM »
I don't think we have a .sig set up for Cygwin.  I believe the setup.exe is looking for a .sig file to authenticate against the Cygwin servers and failing.  If you supply the -X flag then it shouldn't complain about this.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline UMT

  • Member
  • *
  • Posts: 16
Re: Easy instructions for installing a patch?????
« Reply #8 on: January 28, 2009, 02:14:10 PM »
Well, I thought the // looked funny too so I entered it manually without them but the Error message came back the same, including the //.....

Here's the problem:  I'm a NOOB...   I have NO IDEA what a -X flag is nor how to 'supply' one.   I'm trying to follow the directions on the site but the author assumes you know something about programming.   Am I wasting my (and your) time?   

Thanks,
UMT
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Easy instructions for installing a patch?????
« Reply #9 on: January 28, 2009, 03:42:51 PM »
It means you have to run "Setup.exe -X" from the command line (assuming the current directory contains Setup.exe).  You could also do Start --> Run --> "C:\path-to-setup\Setup.exe  -X"

(Replace the italicized part in accordance with where you saved Setup.exe.)
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Easy instructions for installing a patch?????
« Reply #10 on: January 28, 2009, 04:36:31 PM »
If you're having that much trouble running a tool using a command line parameter you should ask yourself if you'd get happy with a commandline based environment like cygwin or should rather forget about it ...
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline UMT

  • Member
  • *
  • Posts: 16
Re: Easy instructions for installing a patch?????
« Reply #11 on: January 28, 2009, 05:44:46 PM »
Agree. 

Can you recommend any other 'programs' that might be easier for a NOOB to use?   

I'm a professional musician and sure would like to use this patch.  Rockbox has been very useful to me so far.   Great program and as I said, if I could just get this patch installed, I wouldn't even play with it anymore.

In the meantime, I'll try the -x thing.

Thanks,
UMT
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Easy instructions for installing a patch?????
« Reply #12 on: January 28, 2009, 06:03:40 PM »
I've just checked the tracker and assume you are referring to FS#9114. That patch doesn't apply cleanly anymore. This means you'd need to fix that first, and this requires at least some basic programming knowledge.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline UMT

  • Member
  • *
  • Posts: 16
Re: Easy instructions for installing a patch?????
« Reply #13 on: January 28, 2009, 06:31:48 PM »
Yep, that's the one. 

Ok, Thanks to everybody for your time.   

UMT

Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Easy instructions for installing a patch?????
 

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

Page created in 0.093 seconds with 14 queries.