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 not be so

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
On Fri, Oct 30, 2009 at 3:03 AM, Robert Menes viewtiful.icc...@gmail.comwrote: 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 just need someone

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
On Fri, Oct 30, 2009 at 3:03 PM, Rafaël Carré rafael.ca...@gmail.comwrote: 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 5:51 PM, Rafaël Carré rafael.ca...@gmail.comwrote: 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

Re: Gigabeat S unstable

2009-10-30 Thread Barry Wardell
On Fri, Oct 30, 2009 at 8:54 PM, Rafaël Carré rafael.ca...@gmail.comwrote: 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

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

Re: portalplayer bootloader versions

2009-07-05 Thread Barry Wardell
On Sun, Jul 5, 2009 at 5:30 PM, Frank Gevaerts fr...@gevaerts.be 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

Re: build servers with mipsel toolchain needed

2009-03-09 Thread Barry Wardell
On Tue, Mar 10, 2009 at 12:39 AM, Manuel Dejonghe man...@dejonghe.dewrote: On Tue, Mar 10, 2009 at 12:10 AM, Daniel Stenberg dan...@haxx.se 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

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, natural

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 and for some

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: 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:

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

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: 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

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

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: 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 Ankers on getting

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

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

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

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

H10

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