Re: Proposal for git commit guidelines/policy

2011-10-21 Thread Barry Wardell
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

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
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

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
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

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
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.

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
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

Re: Gigabeat S unstable

2009-10-29 Thread Barry Wardell
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

Re: portalplayer bootloader versions

2009-07-05 Thread Barry Wardell
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

Re: build servers with mipsel toolchain needed

2009-03-09 Thread Barry Wardell
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

Re: request to have a few patches committed

2008-03-09 Thread Barry Wardell
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

Re: Strong Cryptography

2007-11-21 Thread Barry Wardell
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

Re: Licensing and Copyright Issues

2007-09-11 Thread Barry Wardell
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 >

Re: pitchscreen on the sansa?

2007-05-29 Thread Barry Wardell
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

Re: adding another OF database rebuild byte to the e200 bl

2007-05-23 Thread Barry Wardell
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

Re: adding another OF database rebuild byte to the e200 bl

2007-05-19 Thread Barry Wardell
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://

Re: Sansa radio driver (AS5314 help

2007-05-13 Thread Barry Wardell
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

Re: Sansa (PP502x?) GPIO interrupts in rockbox software

2007-05-09 Thread Barry Wardell
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

Re: Sansa (PP502x?) GPIO interrupts in rockbox software

2007-05-08 Thread Barry Wardell
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

Re: "Estimated Runtime" feature.

2007-04-17 Thread Barry Wardell
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,

Re: "Estimated Runtime" feature.

2007-04-17 Thread Barry Wardell
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

Re: Sansa corrupting OF in the boot partition.

2007-03-20 Thread Barry Wardell
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

Re: Sansa corrupting OF in the boot partition.

2007-03-20 Thread Barry Wardell
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

Re: barrywardell: r12838 - trunk/firmware/common

2007-03-20 Thread Barry Wardell
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...) >> >>

Re: Sansa corrupting OF in the boot partition.

2007-03-20 Thread Barry Wardell
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

Re: barrywardell: r12838 - trunk/firmware/common

2007-03-19 Thread Barry Wardell
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*); > +

Re: Improved crt0-pp.S for PortalPlayer targets (iPod, H10 and Sansa)

2006-12-09 Thread Barry Wardell
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

Improved crt0-pp.S for PortalPlayer targets (iPod, H10 and Sansa)

2006-12-05 Thread Barry Wardell
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

Re: Recording with H10 20GB

2006-11-23 Thread Barry Wardell
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

JTAG and PP5020 (iriver H10)

2006-10-22 Thread Barry Wardell
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

Re: bootloader hanging early on 80G G5.5 iPod - debugging attempt

2006-10-11 Thread Barry Wardell
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

Re: barrywardell: apps/plugins/rockboy Makefile,1.15,1.16

2006-09-29 Thread Barry Wardell
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

Re: Option rework (was: Re: my next crazy idea... rework the menu system)

2006-08-23 Thread Barry Wardell
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

Re: New cvs builds

2006-08-19 Thread Barry Wardell
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

H10

2006-07-28 Thread Barry Wardell
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