Re: [Barry-devel] Problem with fc10/8120/tmobileus...

2009-01-16 Thread Brian Edginton
On Thu, Jan 15, 2009 at 5:17 PM, Chris Frey cdf...@foursquare.net wrote: On Thu, Jan 15, 2009 at 06:57:01PM -0500, Rick Scott wrote: I tried to build on a mostly virgin FC 10 system today. The lib and tools seemed to build okay, the gui wouldn't configure because of missing gtkmm packages. My

Re: [Barry-devel] Error during install of Barry-0.14 on Ubuntu 8.04

2008-12-24 Thread Brian Edginton
On Sat, Dec 13, 2008 at 5:13 AM, Jim Allen j...@llens.net wrote: Greetings, BTOOL (Barry library version 0.9 (little endian)) does not find my Blackberry Pearl 8330. So in an attempt to upgrade Barry from 0.9.1 , I am encoutering the following. No, I have not had a working Barry install

Re: [Barry-devel] Sync fails with the following error sync failed: Unable to write one or more objects

2008-11-04 Thread Brian Edginton
On Tue, Nov 4, 2008 at 5:42 AM, Aniruddha [EMAIL PROTECTED] wrote: I'm trying to sync my blackberry with evolution through multisync. Unfortunately I always get the following error: This object type is disabled in the barry-sync config Mapping Write Error: This object type is disabled in the

Re: [Barry-devel] Images and Photos

2008-10-20 Thread Brian Edginton
On Mon, Oct 20, 2008 at 4:23 PM, Martin Owens [EMAIL PROTECTED] wrote: Hey Chris, Is there a way to access camera photos from the blackberry via the databases? because say if a phone doesn't have it's Mass Storage Device it won't appear as a disk. Thoughts? are some files just unavailable?

[Barry-devel] strange new problem

2008-10-14 Thread Brian Edginton
I just had a strange problem occur. I have just upgraded to the latest cvs, was doing a backup and got this error: Backup error: Desktop: database name not found: Secure Email Decision Maker But when I look in the list of databases I have this one isn't found. I'll look into it a bit more but I

[Barry-devel] formats for xfering/sync'ing data

2008-10-11 Thread Brian Edginton
Right now we convert to vformat in order to use opensync. What is the general consensus about using xml either as the primary format or as a parallel/selectable format? And are we (a royal we :0) just skipping opensync 0.3x and jumping right to .40? -edge

Re: [Barry-devel] Kernel driver

2008-10-08 Thread Brian Edginton
On Wed, Oct 8, 2008 at 7:03 AM, Martin Owens [EMAIL PROTECTED] wrote: I think it is best to start at the lowest level we can, and we may run into some roadblocks along the way. Especially the probe messages that are not well understood yet. Did you ever work out how to identify a given

Re: [Barry-devel] Shared Libraries not loading

2008-07-29 Thread Brian Edginton
On Tue, Jul 29, 2008 at 8:34 AM, Caleb [EMAIL PROTECTED] wrote: Hey all. Have a question about shared libraries. I can compile and install barry with the opensync plugin all day on my Ubuntu 7.04 Feisty Fawn laptop installation but I have this friend with the latest and greatest from our

Re: [Barry-devel] Fedora 8 - BBPerl - Starting from scratch how to / help

2008-04-19 Thread Brian Edginton
On Fri, Apr 18, 2008 at 9:26 PM, lance raymond [EMAIL PROTECTED] wrote: ok, from the testing in the past and fustrations reading 10 different posts about things, it's easy to start a new thread as a help / how to Running Fedora 8 on a Dell XPS 1330 laptop. Before I start installing barry*

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:

[Barry-devel] timezone patch

2008-02-29 Thread Brian Edginton
Here is a patch and a couple of files for the timezone database. It seems to apply against both HEAD and the architecture branch without changes. -edge r_timezone-head.patch Description: Binary data r_timezone.cc Description: Binary data r_timezone.h Description: Binary data

[Barry-devel] app downloading

2008-02-29 Thread Brian Edginton
If no one else is too far into it, or if they would like some help, I'm going to start looking at the java loader protocol. -edge - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

[Barry-devel] X86_64 install

2008-02-16 Thread Brian Edginton
I just noticed that in doing a clean install on a F8 X86_64 system the barry-sync libs are not put into /usr/lib64/opensync/plugins, only in /usr/lib/opensync/plugins, thus preventing msynctool from seeing them. I must of hacked around this before and not made a note of it. -edge

Re: [Barry-devel] Blackberry Pearls and btool killer

2007-11-26 Thread Brian Edginton
) on Fedora 8 x86_64 with no barry kernel module installed - as soon as I plug my curve into the usb port it resets. -edge -- Brian Edginton [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all

[Barry-devel] curve: here's what btool sees and says

2007-08-05 Thread Brian Edginton
lame:~/workspace/barry [34] btool -v -d Messages usb_set_debug: Setting debugging level to 9 (on) usb_os_init: Found USB VFS at /dev/bus/usb usb_os_find_busses: Found 002 usb_os_find_busses: Found 001 usb_os_find_devices: Found 016 on 002 usb_os_find_devices: Found 010 on 002

[Barry-devel] [patch] r_folder.patch

2007-06-24 Thread Brian Edginton
- +++ src/r_folder.h 1 Jan 1970 00:00:00 - @@ -0,0 +1,96 @@ +/// +/// \file r_folder.h +/// Record parsing class for the Folder database. +/// + +/* +Copyright (C) 2005-2007, Net Direct Inc. (http://www.netdirect.ca/) +Copyright (C) 2007, Brian Edginton + +This program is free

[Barry-devel] [patch] Adds PIN Message

2007-06-01 Thread Brian Edginton
- +++ src/r_pin_message.cc 1 Jan 1970 00:00:00 - @@ -0,0 +1,240 @@ +/// +/// \file r_pin_message.cc +/// Blackberry database record parser class for pin message records. +/// + +/* +Copyright (C) 2005-2007, Net Direct Inc. (http://www.netdirect.ca/) +Copyright (C) 2007, Brian Edginton

[Barry-devel] question on makefile/directory

2007-05-25 Thread Brian Edginton
What is the purpose for running the following Make rule and creating the symlink barry? all-local: rm -f barry ln -s src barry clean-local: rm -f barry I'm asking because it breaks some of the CVS capabilities in eclipse, which I realize is a tool problem, but made me

Re: [Barry-devel] [patch] preliminary record refactoring patch

2007-05-25 Thread Brian Edginton
On Thursday 24 May 2007 08:34:43 pm Chris Frey wrote: If my spidey sense is tingling correctly, I suspect you are refactoring to make a Record base class that all other record classes are derived from. Yup, seemed to be the easiest way to keep things simple and reduce the amount of duplicated

[Barry-devel] update record.cc and record.h

2007-05-11 Thread Brian Edginton
All, I've updated record.h and record.cc based on my 7100g - Outlook combination. I can now parse 275+ records with no unknowns, and I think its actually pretty accurate ;). Next this is to finish memos and add the ldap stuff to contacts. If anyone is loading their BB from a different office