On Fri, Oct 21, 2011 at 10:40 AM, Torne Wuff <
torne+rockbox...@wolfpuppy.org.uk> wrote:
> > Other than this
> > I think that maybe allowing push-merge should be one time permission
> > to avoid situation that someone forget about having push-merge
> > privilege. As I understand push-merge will no
On Fri, Oct 30, 2009 at 8:54 PM, Rafaël Carré wrote:
> libtool removes -arch for some reason, typing the g++ command line with
> -arch ppc should work
>
OK, after lots of manual adding of -arch ppc to g++ lines, I finally got
libusb to cross-compile for ppc. I now have a disk image with a univers
On Fri, Oct 30, 2009 at 5:51 PM, Rafaël Carré wrote:
> open$unix_2003 or something like that?
>
These were the kind of errors that were affecting the compile of
beastpatcher and were fixed by splitting the compiling and linking into two
steps.
The specific error, I get when compiling libusb with
On Fri, Oct 30, 2009 at 3:03 PM, Rafaël Carré wrote:
> just add -arch ppc to CFLAGS and LDFLAGS :
>
> CFLAGS="-arch ppc" LDFLAGS="-arch ppc" ./configure --xxx
>
Unfortunately, that doesn't work with libusb. It fails complaining of
undefined symbols when I run make.
On Fri, Oct 30, 2009 at 3:03 AM, Robert Menes wrote:
> Barry Wardell wrote:
> > If anyone wants, I can send them my compiled version of beastpatcher for
> > OSX Intel.
> >
>
> I'm interested! Send along! :)
Rob has confirmed that this works for him. Now, we
I don't have a Gigabeat S to test it on, but I did manage to compile
beastpatcher on OSX using the attached patch. This assumes that there is in
the gigabeast directory a libusb.a and usb.h file from libusb-0.1.12 and
also libmtp.a and libmtp.h from libmtp-1.0.1.
If anyone wants, I can send them m
On Sun, Jul 5, 2009 at 5:30 PM, Frank Gevaerts wrote:
> In order to release new bootloaders, we need to decide how to solve
> this, and we need to decide on H10 and mr100 bootloader versions.
> Any opinions?
Since the PP bootloaders are almost all the same, I think it would make
sense to give
On Tue, Mar 10, 2009 at 12:39 AM, Manuel Dejonghe wrote:
> On Tue, Mar 10, 2009 at 12:10 AM, Daniel Stenberg wrote:
> > If you're running a Rockbox build server, please make sure to install the
> > MIPS toolchain with rockboxdev.sh and tell me for what host it is done so
> > that we can get more
On Sun, Mar 9, 2008 at 12:45 PM, Jonathan Gordon <[EMAIL PROTECTED]> wrote:
> 8314 - unlikely, name your files correctly.
I disagree completely. Have you read the linked inspiration article? It
gives a compelling argument against your "name your files correctly"
suggestion. In my opinion, natura
On Nov 21, 2007 11:15 PM, Joshua Simmons <[EMAIL PROTECTED]> wrote:
>
>
> I will have to agree with Daniel on this.
> >
> > Write your plugin and post it on the tracker. I am sure that if the
> > plugin is good, many persons that might like it will love to see this in
> > SVN. Even if you make it
Me too.
On 9/11/07, Jonathan Gordon <[EMAIL PROTECTED]> wrote:
>
> > I'm happy for any code I've contributed (or contribute in the future) to
> > be relicenced under any version of the GPL to match the rest of Rockbox.
> >
> Ditto.
>
> Jonathan
>
On 5/28/07, Christian Gmeiner <[EMAIL PROTECTED]> wrote:
2007/5/28, Jonathan Gordon <[EMAIL PROTECTED]>:
> hey all,
> came up in IRC that the pitch screen isnt enabled on the sansa, does
> anyone know why? I did a quick test compile and apart from the wheel
> not being used in the screen it works
On 5/20/07, Jonathan Gordon <[EMAIL PROTECTED]> wrote:
I'm not sure what happened last night, but I redid the dumps and got
it working, it uses the same sector/offset as the other -A versioned
OF, so it might be contstant values for the -A and -E versions?
Sounds like a reasonable assumption to
It was just a single byte in the other versions that changed from 0 to
1 (so possibly just a single bit). That includes the 1.00.12E
firmware, which I think is just the European version of your
(American) 1.00.12 firmware. I would expect a very similar structure
between the two. This page:
http://
On 5/14/07, Ivan Zupan <[EMAIL PROTECTED]> wrote:
Some progress has been achieved. I can now barely make out a faint
channel when I set the gain for line1 in to max. Tuning to a station in
OF will stay tuned if you turn the player on to rockbox right away. I
have tried adjusting every single v
On 5/9/07, Michael Sevakis <[EMAIL PROTECTED]> wrote:
I would've whipped up a IRQ button driver real quick and committed it but I
see I've been beaten to it while fixing playback bugs. :)
Well apparently the one I posted has some problems with it still and I
still don't have my Sansa with me fo
On 5/8/07, Antonius Hellmann <[EMAIL PROTECTED]> wrote:
The keys definitely change the HI_INT_STAT bit6. So if someone wants to
implement key/scrollwheel interrupt handling, the bit6 in the
CPU-/COP_HI_INT_EN register should do it.
I had a go at doing this a while ago but didn't know about bit6
Remember how many complaints people issued when the "Runtime
remaining" only said 9 hours, shortly after the H300 battery fix?
People assume that it's somehow calculated based on current power
consumption rate, rather than simply being "We expect it to last a
total of 16 hours, you have 80% left,
On 4/17/07, Paul Louden <[EMAIL PROTECTED]> wrote:
How many people think this feature is worth keeping?
I was talking in IRC, and I realized it's a fairly "weak" feature.
With all the various codecs music can be played with, and the
conditions under which it can be played, for the vast majority
After all that speculation, it turned out to be a silly mistake in the
bootloader - one that I fixed before but forgot to commit the changes!
There is a fix in SVN now, r12852.
Barry
OK, now I'm getting an occasional CRC error even when USB isn't
connected, so scrap my last idea. I've no idea why this is happening,
but I still think it's the image in RAM that is being corrupted as
loading the OF from the partition works again with a correct CRC even
after it not working a prev
Committed to SVN. Thanks for the tip.
Barry
On 3/19/07, Magnus Holmgren <[EMAIL PROTECTED]> wrote:
Barry Wardell wrote:
>> Should it really modify the input string like that? What if it is in
>> flash? (Might not be a problem as currently used, but...)
>>
>>
I created http://www.rockbox.org/twiki/bin/view/Main/SansaE200FirmwarePartition
so that we can further understand the structure of the firmware
partition.
Looking at your diff, all the changes are in the NVPARAMS section of
the partition. These store information such as whether a database
rebuild
On 3/19/07, Magnus Holmgren <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
> Log Message:
> Add support for the .precision format in the sprintf()-like functions
> to allow limiting the maximum length of a string.
<...>
> case 's':
> str = va_arg (ap, char*);
> +
I tested this on an iPod color without success so far. For some
reason, the new bootloader crashes before even showing anything on the
LCD. I've also had a similar report with an iPod nano.
On 12/5/06, Barry Wardell <[EMAIL PROTECTED]> wrote:
Hi,
I've been working with Daniel A
t; ) \___|< | \_\ ( <_> > < <
* Firmware ||_ /\/ \___ >__|_ \|___ /\/__/\_ \
* \/\/ \/\/\/
- * $Id: e200.c,v 1.5 2006-10-16 17:21:30 dan_a Exp $
+ * $Id: h10.c,v 1.4 2006-08-28 08:11:32 barrywardell Exp $
*
- * Copyright (C) 2006 Daniel Stenberg
+ * Copyright (C) 2006 by Barry Ward
There is a patch for this here: http://www.rockbox.org/tracker/task/6096
It's out of date with current CVS, but it did work at one stage. Recording
with the mic in wav format worked fine, but there were still bugs as
described on the linked page. I'm told that line-in recording wasn't working
but
Hi,Today I have been attempting to get the JTAG port on my H10 working in an effort to figure out more about the PP5020.I've successfully built a cable based on the instructions here:
http://openwince.sourceforge.net/jtag/iPAQ-3600/ and used it to hook my H10 up to the parallel port on my computer
I remember having problems with sleep() hanging in the early days of the H10 port. How about replacing sleep(1) with udelay(1)?On 10/11/06, Paul Collins
<[EMAIL PROTECTED]> wrote:
A number of people have succeeded in running Rockbox on their 30G G5.5iPods with some trickery: a regular bootload
Indeed, that would be better. How does this look? I can't say Makefiles are my strong point!On 9/29/06, Daniel Stenberg <
[EMAIL PROTECTED]> wrote:On Fri, 29 Sep 2006,
[EMAIL PROTECTED] wrote:> +ifeq ($(UNAME), Darwin)> +SHARED_FLAG=-dynamiclib -Wl,-single_module> +else> +SHARED_FLAG=-shared> +end
On 8/23/06, Jonas H <[EMAIL PROTECTED]> wrote:
That's of course an option, but it'd be much nicer to have a dedicated.cfg editor, that allowed you to see the possible values, so youwouldn't have to type them out, you could just select them. I imaginedsomething like the text viewer, except with a cu
On 8/18/06, Daniel Stenberg <[EMAIL PROTECTED]> wrote:
Are there any h10 or gigabeat "workers" around who feel like commenting on thestatus for adding those to the CVS table?-- Daniel Stenberg -- http://www.rockbox.org/
-- http://daniel.haxx.se/I'd be glad for the H10 sim to be added anyway. Ther
figure it all out. I did have code working on the device long enough to figure a few things out and attempt a button driver.
Is anybody else interested in the H10 port? I have added details of what I have learnt to the wiki: http://www.rockbox.org/twiki/bin/view/Main/IriverH10Port
Barry Wardell
33 matches
Mail list logo