Re: [Barry-devel] Barry Instructions

2008-04-17 Thread Chris Frey
On Tue, Apr 15, 2008 at 02:50:15PM -0400, Simon Ruggier wrote: > This isn't specific to this thread, but does the charging not work out > of the box with berry_charge? I haven't used the berry_charge module lately, but looking at the code to the module in the latest 2.6.25 kernel sources, it appea

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
Op dinsdag 08-04-2008 om 11:31 uur [tijdzone +0200], schreef Aniruddha: > On Mon, 2008-04-07 at 18:44 -0400, Chris Frey wrote: > > > If you can grab the latest CVS and compile it, it has support for the > > 8004 Product ID. > > > > Let me know if you have trouble with it. > > > > - Chris > >

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
On Thu, Apr 17, 2008 at 09:24:30PM +0200, Aniruddha wrote: > > $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/barry login > > Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/barry > > CVS password: > > > It just returns to the commandprompt?! That's correct for the cvs login command. After

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
Op donderdag 17-04-2008 om 15:33 uur [tijdzone -0400], schreef Chris Frey: > On Thu, Apr 17, 2008 at 09:24:30PM +0200, Aniruddha wrote: > > > $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/barry login > > > Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/barry > > > CVS password: > > > > > >

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
Succes! Barry detects my blackberry :D I only have problems getting the gui to compile: > In file included from DeviceIface.h:30, > from BackupWindow.h:25, > from main.cc:28: > tarfile.h:27:20: error: libtar.h: No such file or directory > tarfile.h:37: error: 'ta

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Brian Edginton
On Thu, Apr 17, 2008 at 1:58 PM, Aniruddha <[EMAIL PROTECTED]> wrote: > Succes! Barry detects my blackberry :D I only have problems getting the > gui to compile: > > > > In file included from DeviceIface.h:30, > > from BackupWindow.h:25, > > from main.cc:28: >

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
On Thu, 2008-04-17 at 14:02 -0600, Brian Edginton wrote: > Make sure you have installed libtar.devel Thanks installing dev-libs/libtar worked :) Unfortunately O got a new error: > tarfile-ops-nt.cc:107: error: invalid conversion from 'ssize_t (*)(int, > void*, size_t)' to 'ssize_t (*)(long int

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
On Thu, Apr 17, 2008 at 10:35:00PM +0200, Aniruddha wrote: > Thanks installing dev-libs/libtar worked :) Unfortunately O got a new > error: > > > tarfile-ops-nt.cc:107: error: invalid conversion from 'ssize_t (*)(int, > > void*, size_t)' to 'ssize_t (*)(long int, void*, size_t)' Depending on wha

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
By the way, if anyone feels like helping out, and adding all this stuff to the website documentation and submitting a patch to the files in CVS:barry/doc/www, it would be much appreciated. :-) The compile dependencies are listed in the install.php page, but some of these troubleshooting items are

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
On Thu, 2008-04-17 at 16:43 -0400, Chris Frey wrote: > On Thu, Apr 17, 2008 at 10:35:00PM +0200, Aniruddha wrote: > > Thanks installing dev-libs/libtar worked :) Unfortunately O got a new > > error: > > > > > tarfile-ops-nt.cc:107: error: invalid conversion from 'ssize_t (*)(int, > > > void*, si

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
I am not good with patches and cvs but I am willing to look what I can do ;) On Thu, 2008-04-17 at 16:49 -0400, Chris Frey wrote: > By the way, if anyone feels like helping out, and adding all this stuff > to the website documentation and submitting a patch to the files in > CVS:barry/doc/www, it

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
On Thu, Apr 17, 2008 at 10:52:38PM +0200, Aniruddha wrote: > I am using Gentoo 32-bit I got the libtar package from portage. > Strangely enough I didn't found a bug for libtar: > http://bugs.gentoo.org/buglist.cgi?quicksearch=ALL+libtar The memory leak patch included as a solution for this bug: ht

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
On Thu, Apr 17, 2008 at 10:55:39PM +0200, Aniruddha wrote: > I am not good with patches and cvs but I am willing to look what I can > do ;) As you're using CVS now, just make changes to your tree until you're happy with it, then run the following from inside the barry tree, from the root level (i.

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
On Thu, 2008-04-17 at 16:56 -0400, Chris Frey wrote: > On Thu, Apr 17, 2008 at 10:52:38PM +0200, Aniruddha wrote: > > I am using Gentoo 32-bit I got the libtar package from portage. > > Strangely enough I didn't found a bug for libtar: > > http://bugs.gentoo.org/buglist.cgi?quicksearch=ALL+libtar

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Aniruddha
Kewl, I'll look into it :) On Thu, 2008-04-17 at 17:00 -0400, Chris Frey wrote: > On Thu, Apr 17, 2008 at 10:55:39PM +0200, Aniruddha wrote: > > I am not good with patches and cvs but I am willing to look what I can > > do ;) > > As you're using CVS now, just make changes to your tree until you'r

Re: [Barry-devel] Barry doesn't detect my Blackberry pearl

2008-04-17 Thread Chris Frey
On Thu, Apr 17, 2008 at 11:07:23PM +0200, Aniruddha wrote: > Strangely enough the patch is already included in the latest ebuild: > > >From the changelog: > > 14 May 2007; Thilo Bangert <[EMAIL PROTECTED]> metadata.xml: > > add no-herd > > > > *libtar-1.2.11-r1 (28 Feb 2005) > > > > 28 Feb 2

[Barry-devel] International charsets and the Blackberry

2008-04-17 Thread Chris Frey
Hi folks, I'm hoping international users of Barry can help me out. I'm trying to determine if modern Blackberries, and especially any devices outside North America, have the ability to use custom charsets. So far, it appears consistent that the Blackberry uses CP1252, a.k.a. WINDOWS-1252, which