Re: [Barry-devel] Use C++ iostream classes for public methods that receive data?

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 02:49:26AM -0500, Josh Kropf wrote: I was just working on the save module command in bjavaloader and I have a question regarding all the public methods in JavaLoader class that deal with file data (load, screenshot, save). Does it make sense to use the standard C++

Re: [Barry-devel] Use C++ iostream classes for public methods that receive data?

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 02:49:26AM -0500, Josh Kropf wrote: Does it make sense to use the standard C++ iostream classes for these methods instead of the Berry Data class? Of course, if Barry::Data is getting in the way of using the library, I'd like to know that too. If there is a way to make

Re: [Barry-devel] [patch] documentation for VSM files

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 09:36:44AM -0600, Robert Yaklin wrote: I went ahead and made an online VSM branding file creator. You can use it at c.site88.net. Very cool. Thanks for the link too. Would you like to submit the site's source code as a subproject under the contrib/ directory? Up to

Re: [Barry-devel] Barry issue

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 06:11:15PM +0100, Nicolas wrote: Desktop: error getting command table Sent packet: : 07 00 0a 00 40 00 00 01 00 00@. Response packet: ERROR: (-110, No error):

Re: [Barry-devel] AX_C_CHECK_FLAG(-fvisibility=hidden, , ,

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 10:54:00AM -0600, Kevin Hilton wrote: I currently compiling from git on ubuntu. The program does compile successfully, however after I update from git, I too am receiving this error: ./configure: line 21667: syntax error near unexpected token `-fvisibility=hidden,'

Re: [Barry-devel] Barry OpenSync for developper

2009-02-01 Thread Chris Frey
On Sun, Feb 01, 2009 at 05:49:29PM +0100, Nicolas wrote: Hi, Sync is OK now... But, I think that evo2-sync (or evolution) isn't very stable... Chris, you can publish the plugin OpenSync 0.4x to test. Hi Nicolas, It's been a busy weekend and I haven't had time to study your patches in

Re: [Barry-devel] About Opensync plugin

2009-02-03 Thread Chris Frey
On Tue, Feb 03, 2009 at 08:52:39PM +0100, Nicolas wrote: Hi Chris, I have some questions about barry opensync plugin : 1??/ Can you explain me the process to map the ID to data ? Hi Nicolas, If you look in your home directory under ~/.opensync you'll find a group with Barry configuration

Re: [Barry-devel] Use C++ iostream classes for public methods that receive data?

2009-02-03 Thread Chris Frey
On Sun, Feb 01, 2009 at 11:58:34AM -0500, Josh Kropf wrote: The iostream class library is supposed to be a framework for streams of data so in that sense it's not just about files. It's true that the standard library only has implementations for streams from files (and stringd) but if we

[Barry-devel] AT+CREG? can reset the Blackberry

2009-02-03 Thread Chris Frey
Hi folks, Just a little heads-up. It was reported to me today that using the AT+CREG? command can cause certain versions of the Blackberry to reboot. If this is happening to you, try editing your chat script. - Chris

Re: [Barry-devel] [PATCH] javaloader: save module... but for real this time

2009-02-03 Thread Chris Frey
On Tue, Feb 03, 2009 at 11:34:58PM -0500, Martin Owens wrote: If you used a git tree, no one would notice your updates :-D Except for the 3 emails to the list saying the tree was ready to pull from. Seriously though, it's development. Bugs happen. I've even been known to make a few. :-)

Re: [Barry-devel] [PATCH] get eventlog and clear eventlog for bjavaloader

2009-02-03 Thread Chris Frey
On Sat, Jan 31, 2009 at 05:04:08PM -0500, Josh Kropf wrote: Here is a patch that implements eventlog and cleareventlog commands. One thing: I put enum definitions in a class called JLEventlogEntry... is there another more appropriate place for these? Thanks for this patch Josh! Applied.

Re: [Barry-devel] having a slight issue with barrybackup

2009-02-11 Thread Chris Frey
On Wed, Feb 11, 2009 at 03:17:11PM -0500, Phil Kimpton wrote: Still not working... :( I try as a normal user... btool -t Usb::Error caught: (-1, error sending control message: Operation not permitted): Probe: GetConfiguration failed This is a permissions error, and needs to be fixed

Re: [Barry-devel] International Characters

2009-02-11 Thread Chris Frey
On Mon, Feb 09, 2009 at 12:28:32PM +0100, Bojan Vondra wrote: Hello, I have trouble in synchronization of contacts that contain croatian characters ćčđ (barry-opensync reports an error: Desktop: unexpected command of 0x41 instead of expected 0x40). I use Blackberry Curve 8300 and I did

Re: [Barry-devel] International Characters

2009-02-11 Thread Chris Frey
On Wed, Feb 11, 2009 at 06:52:55PM -0500, Chris Frey wrote: On Mon, Feb 09, 2009 at 12:28:32PM +0100, Bojan Vondra wrote: did tests with Barry-0.15, built on openSUSE 10.3. [...] I'm not sure which version of Barry you are using Doh. Sorry, missed that. Ok, if you're using 0.15

Re: [Barry-devel] having a slight issue with barrybackup

2009-02-11 Thread Chris Frey
On Thu, Feb 12, 2009 at 12:01:27AM +, peter white wrote: I'm running Ubuntu Desktop 7.04 LTS with Kernel 2.6.24-23-generic #1 SMP. That's fairly old, so none of the newer ConsoleKit issues should apply to you. And especially not with Ubuntu. BUS==usb, SUBSYSTEM==usb_device, ACTION==add,

Re: [Barry-devel] Barry bug or BlackBerry Storm bug

2009-02-11 Thread Chris Frey
On Wed, Feb 04, 2009 at 08:42:36PM +0100, Nicolas wrote: Hi, This mail follows my issue with barrybackup (or opensync plugin) timout. See the mail : - Subject : Barry issue - Data : Sun, 01 Feb 2009 18:11:15 +0100 After several tests and some hair lost ! I have found a solution...

Re: [Barry-devel] Barry OpenSync plugin alpha

2009-02-11 Thread Chris Frey
On Wed, Feb 11, 2009 at 08:38:46PM -0500, Martin Owens wrote: That's not how it works. If you have a device, you assign a unique id which is used to identify that device when ever it's plugged in. This is how CUPS knows which printer of the exact same type to send print jobs. The config of

[Barry-devel] New Calendar fields, and udev reorg

2009-02-12 Thread Chris Frey
Hi folks, I've added support for new Calendar fields: Organizer, Accepted, and Invited. Also, in the process of debugging packaging issues on openSUSE 11.1, I've reorganized the udev files under the udev/ directory. There is now a directory per supported distro. The 'fedora' directory should

Re: [Barry-devel] having a slight issue with barrybackup

2009-02-12 Thread Chris Frey
On Wed, Feb 11, 2009 at 08:38:36PM -0500, Phil Kimpton wrote: nothing provides libusb needed by libbarry0-.15-cvs20090131.i586 And I know both libusb and libusb-devel are installed. And that error pops up on any options of barry that I go to install such as barry-gui barry-opensync

Re: [Barry-devel] [Patch] Apply to opensync-plugin-0.4x branch

2009-02-12 Thread Chris Frey
On Thu, Feb 12, 2009 at 02:02:38PM +0100, Nicolas wrote: Indeed, I have worked only into the branche opensync-0.4x. So, I should have make two checkout : git clone git://repo.or.cz/barry.git barry git clone git://repo.or.cz/barry.git barry-0.4x cd barry git checkout master cd barry-0.4x

Re: [Barry-devel] Javaloader Reset

2009-02-12 Thread Chris Frey
On Tue, Feb 10, 2009 at 08:40:46PM -0500, Josh Kropf wrote: I've been trying to figure out the reset sequence for bjavaloader and I'm a bit stuck. Attached is a condensed USB log containing just the USB capture of the reset sequence with comments. For the most part I have it figured out

Re: [Barry-devel] Joining Barry

2009-02-12 Thread Chris Frey
On Tue, Feb 10, 2009 at 08:58:21AM +0100, Simon Hoerder wrote: I'm Simon, a student of IT security at Ruhr-University Bochum and a happy BB owner, and I'd like to help with Barry development. Hi Simon, Welcome to Barry! To get started, I'd like to help with documentation and in your todo

Re: [Barry-devel] Where to put reset routine?

2009-02-14 Thread Chris Frey
On Sat, Feb 14, 2009 at 05:13:14PM -0500, Josh Kropf wrote: I am working on implementing the device reset routine and I have a question regarding the best place to put this. After the GOODBYE command is sent in JavaLoader::StopStream() the response code needs to be checked for 0x78. At this

Re: [Barry-devel] Where to put reset routine?

2009-02-15 Thread Chris Frey
On Sun, Feb 15, 2009 at 03:09:38AM -0500, Josh Kropf wrote: In my testing I've found that only one of the packets sent during this sequence is required (the last one) and it doesn't seem to mater if it is sent before or after closing socket zero. That's good to know. Some of those packets

Re: [Barry-devel] SetRecord issue

2009-02-15 Thread Chris Frey
On Sun, Feb 15, 2009 at 11:06:05AM +0100, Nicolas wrote: Don't forget this fix... it's usefull for Barry 0.15. Thanks for the reminder and the patch! Applied. Have you tested for Calendar entries? I'm assuming this may be needed for all database records. I don't have a Storm, so I can't test

Re: [Barry-devel] [PATCH] Handle erase and loading of in use modules

2009-02-17 Thread Chris Frey
On Sun, Feb 15, 2009 at 01:27:46PM -0500, Josh Kropf wrote: Attached is a patch that implements the device reset. Thanks for the patch! Patch applied and tested on an 8120. It seemed most appropriate to put the reset into SocketZero::Close since Windows javaloader doesn't start the reset

Re: [Barry-devel] Jaunty Fun

2009-02-18 Thread Chris Frey
On Mon, Feb 16, 2009 at 06:32:17PM -0500, Paul O'Keefe wrote: Is this a timing problem? Consistently on my x86_64 (Intrepid) box, btool -t works. On my i686 (32bit) Jaunty Laptop I can get btool to run under GDB after plugging the device in, but can never get it to run outside of GDB.

Re: [Barry-devel] Jaunty Fun

2009-02-18 Thread Chris Frey
On Thu, Feb 19, 2009 at 12:49:20AM -0500, Paul O'Keefe wrote: I'm on 2.6.28-8.23. I also have 2.6.28-7.20 and 2.6.27-11.27 sitting on the machine. Tests with 2.6.28-7.20 kernel are identical to the 2.6.28-8.23 version. Tests with 2.6.27-11.27 work correctly for btool. I tried

Re: [Barry-devel] No IP address assigned: Barry0.15-0git20081127 + BB 9000 ATT

2009-02-18 Thread Chris Frey
On Thu, Feb 19, 2009 at 06:22:00AM -0500, Shannon McMackin wrote: I'm connected in XP now. Unfortunately, I'm using the ATT Communication Manager 6.09.0115.0 and there's no fruitful configuration info at all. While it's running, does it create an entry in Control Panel's Network area? -

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Thu, Feb 19, 2009 at 09:37:54PM -0500, Josh Kropf wrote: git://slashdev.ca/barry.git master There are several changes in this series of commits: * includes my previous patch for packing large modules in pkzip format in save command * cleaned up StartStream function; use JLPacket

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Fri, Feb 20, 2009 at 01:43:27AM -0500, Josh Kropf wrote: This .cod was in fact corrupt some how. Attempting to load it with the windows javaloader resulted in error too. What was the error you ran into? I got: Barry::Error caught: file is not a valid Java code file This was after it

Re: [Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Chris Frey
On Fri, Feb 20, 2009 at 01:53:50AM -0500, Josh Kropf wrote: I use Arch (archlinux.org), which comes with zlib 1.2.3. I don't recall where I read this but zlib only recently added autotools goo for pkg-config support. I will do some research to see if there is a more portable way to do

Re: [Barry-devel] [PATH] OpenSync plugin 0.4x (contact and calendar)

2009-02-20 Thread Chris Frey
On Fri, Feb 20, 2009 at 03:06:17AM -0500, Chris Frey wrote: Preliminary opensync 0.4x support will be in version 0.15, thanks to you. :-) I say preliminary because opensync 0.4x is not released yet, so we might need to make a few minor changes when that happens. - Chris

Re: [Barry-devel] Barry on Mac OS X

2009-02-20 Thread Chris Frey
On Fri, Feb 20, 2009 at 10:35:26AM -0500, j...@slashdev.ca wrote: Has anyone had success running barry on OS X? It builds cleanly but running btool or bjavaloader will cause it to hang for a while resulting in a timeout: Thanks for testing this. The more cross platform testing, the better.

Re: [Barry-devel] Jaunty fun update

2009-02-20 Thread Chris Frey
On Fri, Feb 20, 2009 at 11:18:56PM +, Paul O'Keefe wrote: There was another Kernel release for Jaunty today, version 2.6.28-8.24 which continues to exhibit the same behavior. I have open defect reports against their barry-util package and an open question against the kernel defect

Re: [Barry-devel] No IP address assigned: Barry0.15-0git20081127 + BB 9000 ATT

2009-02-24 Thread Chris Frey
On Mon, Feb 23, 2009 at 11:20:55PM +, Shannon McMackin wrote: Chris/Andy, It turned out to be the novj option in the barry-att_cingular peer file that was preventing the provider from giving my BB an IP address. I posted this from my tethered connection. Excellent! Thanks for the

Re: [Barry-devel] cant compile barry(git) on gentoo

2009-02-24 Thread Chris Frey
On Mon, Feb 23, 2009 at 03:32:27PM +, Marc R. O'Connor wrote: If that is the case then any other ideas about where I should to fix this? Can you post the first 50 lines of your config.log file (or just the whole thing is good too) after running your usual configure command? Thanks, - Chris

Re: [Barry-devel] Jaunty update

2009-02-24 Thread Chris Frey
On Sat, Feb 21, 2009 at 06:16:45PM -0500, Paul O'Keefe wrote: There is a reference to Desktop::RetryPassword also. The device has no password. I'll review the code to see if that's normal to make it through there, of it the miss occurred before that routine was reached and this is a fall-back

Re: [Barry-devel] Jaunty update

2009-02-24 Thread Chris Frey
On Sun, Feb 22, 2009 at 11:47:15PM -0500, Paul O'Keefe wrote: where is the check to make sure that ret == data.GetSize()? What happens if we have a short write. It looks like the decision was already made earlier to fragment or not fragment the packet, but there is no check here to make

Re: [Barry-devel] Jaunty fun update

2009-02-24 Thread Chris Frey
. Works 100% under 2.6.27 series kernels Works 100% if I run it under gdb. Fun! -- Paul O'Keefe p...@megabelle.net VOIP:1-770-250-5165 FindMe: 1-678-967-4103 On Tue, 2009-02-24 at 19:01 -0500, Chris Frey wrote: On Tue, Feb 24, 2009 at 11:56:52PM +, Paul O'Keefe wrote

Re: [Barry-devel] Jaunty update

2009-02-25 Thread Chris Frey
On Wed, Feb 25, 2009 at 12:54:43PM -0500, Martin Owens wrote: On Tue, 2009-02-24 at 16:52 -0500, Paul O'Keefe wrote: adding a small delay after the bulkwrite seems to make my 8330 work 100% with the 2.6.28+ series kernels. This is obviously not the most appropriate solution but is

Re: [Barry-devel] cant compile barry(git) on gentoo

2009-02-25 Thread Chris Frey
On Wed, Feb 25, 2009 at 10:40:49PM -0500, Marc R. O'Connor wrote: Attached is the entire log of the installation for barry(Gentoo using paludis) Hi Marc, Thanks for the log. Some comments below... Starting builtin_loadenv Done builtin_loadenv Starting src_unpack git update start --

Re: [Barry-devel] cant compile barry(git) on gentoo

2009-02-25 Thread Chris Frey
On Wed, Feb 25, 2009 at 11:44:33PM -0600, Nils wrote: ebuild are live ebuilds, as in they follow whatever source control system you need them too Ahh, that makes sense. the ebuild is online at http://bugs.gentoo.org/show_bug.cgi?id=215399 I forgot about that... whenever I try to find

Re: [Barry-devel] 2.6.28.7 kernel testing and assembler comparison

2009-02-26 Thread Chris Frey
On Thu, Feb 26, 2009 at 12:02:07PM +, Paul O'Keefe wrote: I haven't completed the disasseble yet. That is this morning's project. Did you set a breakpoint on Usb::Device::BulkWrite to take a look at the timeout being pushed in? Those should be: 100, 500, -1, -1, etc I put a breakpoint

Re: [Barry-devel] error on sync

2009-02-26 Thread Chris Frey
On Thu, Feb 26, 2009 at 01:09:03AM -0600, Nils wrote: Hey, I just got an error with the latest version while trying to sync to my computer. the exact error is Member 1 of type barry-sync had an error while getting changes: St9bad_alloc This happens about in the middle of the transfer,

Re: [Barry-devel] Patch for device hang

2009-02-26 Thread Chris Frey
On Thu, Feb 26, 2009 at 09:03:46PM -0500, Paul O'Keefe wrote: Chris and I have been investigating a device hang on a BB 8330. The following patch is minimalist, should not affect the overall speed of the library and limits the change to very low level code. Thanks Paul. This is where I'd have

Re: [Barry-devel] Patch for device hang

2009-02-26 Thread Chris Frey
On Thu, Feb 26, 2009 at 09:41:32PM -0500, Paul O'Keefe wrote: I'll keep looking at the 1ms issue. I haven't compiled on my x86_64 machine in a few days. If it repeats there, it could be an ubuntu toolchain issue. What distro are you using? I can install in a VM and compile there to

Re: [Barry-devel] Patch for device hang

2009-02-26 Thread Chris Frey
On Thu, Feb 26, 2009 at 11:36:12PM -0500, Chris Frey wrote: On Thu, Feb 26, 2009 at 11:27:43PM -0500, Paul O'Keefe wrote: It is. I was repeating that same series of steps. The disassembly of ProbePair showed the 500 being pushed in as well. I was in the process of downloading another

Re: [Barry-devel] Patch for device hang

2009-02-26 Thread Chris Frey
On Fri, Feb 27, 2009 at 12:42:52AM -0500, Chris Frey wrote: That timeout bug is not gone yet. :-) I can now reproduce it in a VM, according to kernel version, with even .28.4 having issues. Clarification: timeout bug = btool giving timeout depending on kernel 1ms bug = the gdb

Re: [Barry-devel] Joining Barry

2009-02-27 Thread Chris Frey
On Fri, Feb 20, 2009 at 11:38:21AM +0100, Simon Hoerder wrote: I started evaluating the hostedapp wikis provided by sourceforge. They've got two: mediawiki (the same as used for wikipedia) and trac comes with a wiki as well. I didn't take a closer look at the trac wiki since you were looking

Re: [Barry-devel] [PATCH] - Some fixes

2009-02-28 Thread Chris Frey
On Sat, Feb 28, 2009 at 03:03:49PM +0100, Nicolas wrote: Hi, If my mail doesn't arrive... Beside of, Chris, how can I post mail with attachments without moderation ? http://www.progweb.com/modules/blackberry/barry/ Thanks Nicolas! I applied all the patches I saw on the mailing list:

Re: [Barry-devel] [PATCH] - OpenSync plugin 0.4x compliance

2009-03-03 Thread Chris Frey
On Sun, Mar 01, 2009 at 06:57:28PM +0100, Nicolas wrote: To be compliant with the OpenSync last commit (r5277), here a little patch. Thanks! Applied. - Chris -- Open Source Business Conference (OSBC), March 24-25,

[Barry-devel] Ubuntu PPA packages

2009-03-03 Thread Chris Frey
Martin Owens, I tried to download your Barry packages from https://launchpad.net/~doctormo/+archive/ppa But I got a 404 not found error. Did I do something wrong, or is there construction going on over at launchpad? :-) Thanks, - Chris

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-03 Thread Chris Frey
,25 lines md5sums 444 bytes,35 lines * postinst #!/bin/sh Package: barry-util Source: barry Version: 0.15-cvs20090213 Architecture: i386 Maintainer: Chris Frey cdf...@foursquare.net Installed-Size: 916 Depends: libbarry0, libboost-serialization1.34.1

Re: [Barry-devel] Ubuntu PPA packages

2009-03-03 Thread Chris Frey
On Tue, Mar 03, 2009 at 10:46:27PM -0500, Paul O'Keefe wrote: works for me. Cache? I've tried on two ISP's now, and 3 different machines, and I can't download the .deb files from that page. Weird. - Chris -- Open

Re: [Barry-devel] Ubuntu PPA packages

2009-03-04 Thread Chris Frey
On Wed, Mar 04, 2009 at 06:58:36AM -0500, Martin Owens wrote: I got there by clicking the AMD I386 links on that same page and then clicking the PPA link. I had just pulled up the page earlier and clicked on AMD and hadn't gone back to check the links on the original page. Agree, none of

Re: [Barry-devel] Patch for device hang

2009-03-04 Thread Chris Frey
On Thu, Feb 26, 2009 at 09:03:46PM -0500, Paul O'Keefe wrote: Chris and I have been investigating a device hang on a BB 8330. The following patch is minimalist, should not affect the overall speed of the library and limits the change to very low level code. Hi Paul, I've added a different

Re: [Barry-devel] btool/bjavaloader both hang on FreeBSD, but pppob works fine

2009-03-04 Thread Chris Frey
On Sat, Feb 28, 2009 at 05:10:10PM -0800, Bill Paul wrote: But then I decided to try btool just for kicks, and I found that it just seems to hang. It can identify my Blackberry and read its PIN, but after trying to switch into desktop mode, it just gets stuck. I put a copy of the debug

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
: Chris Frey [mailto:cdf...@foursquare.net] To: Barry project development discussion [mailto:barry-de...@lists.sourceforge.net] Sent: Tue, 03 Mar 2009 19:22:04 -0800 Subject: Re: [Barry-devel] Dependency not satisfiable (libboost-serialization) On Tue, Mar 03, 2009 at 09:57:00AM -0800, Robert

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 02:38:22PM -0800, Robert Denton wrote: I wonder if I should buckle down and finally upgrade to either intrepid or jaunty :( I just noticed you were using Ubuntu 7.10. I was going to suggest you try the packages on the OpenSUSE Build Service, but those boost packages

[Barry-devel] building from source conflicting with old Barry installs

2009-03-05 Thread Chris Frey
Hi folks, I'm trying to track down the build problem that seems to be happening semi-regularly for people on the list. Namely, that if they have an old version of Barry installed somewhere, and they try to build the latest CVS, the build picks up old headers or libraries and gives either build

Re: [Barry-devel] Dependency not satisfiable (libboost-serialization)

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 03:16:10PM -0800, Robert Denton wrote: Wonderful, that did it for me and I am happily charging again: Excellent. :-) So thanks!! btw, how do you launch the backup gui? I notice it does not place an launcher anywhere in the Applications menus. At the moment, the

Re: [Barry-devel] [git pull] b3d3a6f48fe008e8842c057df4a653a04b9c56ce

2009-03-05 Thread Chris Frey
On Thu, Mar 05, 2009 at 08:33:28PM -0500, j...@slashdev.ca wrote: git://slashdev.ca/barry.git Two small bug fixes... 1) compile error when using __DEBUG_MODE__ 2) timeout when calling JavaLoader::GetDir on device with zero modules Merged. Thanks! - Chris

Re: [Barry-devel] Patch for device hang

2009-03-06 Thread Chris Frey
On Fri, Mar 06, 2009 at 12:35:51AM -0500, Paul O'Keefe wrote: Tested the huge sync and seems to be working as it should. Looks like your latest patch did the trick! Thanks for your reports, guys! And for all your help in testing. Considering that this seemed to fix a similar issue on Mac OS X

Re: [Barry-devel] Using a BlackBerry with Linux

2009-03-06 Thread Chris Frey
On Fri, Mar 06, 2009 at 12:24:06PM +0100, Nicolas wrote: Hi, I have started a documentation about using blackberry with linux : http://www.progweb.com/modules/blackberry/index-en.html That's fantastic. In the next week or so, I plan to be switching into documentation mode, and updating

Re: [Barry-devel] non-usb transports?

2009-03-07 Thread Chris Frey
On Fri, Mar 06, 2009 at 10:27:00AM -0500, Brian Ristuccia wrote: Has any thought been given to allowing barry to work over non-usb transports? In particular, I'm interested in the using the Blackberry Desktop Service Bluetooth RFCOMM serial port to talk to my device. Hi Brian, Yes, I would

Re: [Barry-devel] [git pull] 272f371e8bb95b6c41a8293de657da45a782736f

2009-03-10 Thread Chris Frey
On Sun, Mar 08, 2009 at 10:46:03PM -0400, Josh Kropf wrote: git://slashdev.ca/barry.git Here is a tool that translates log files generated by RIM's USB driver into something more or less readable. Merged. Thanks! - Chris

Re: [Barry-devel] [git pull] 7ed1df560ea7cc6a2205d8f8627c00c7aaed2294

2009-03-10 Thread Chris Frey
On Mon, Mar 09, 2009 at 09:43:06AM -0400, Josh Kropf wrote: git://slashdev.ca/barry.git Adds wipe command to bjavaloader. Flags for wiping just the filesytem or just the applications is supported. Thanks! Merged. :-) Note: be careful with this. Wiping filesystem will remove all data

Re: [Barry-devel] [git pull] 7ed1df560ea7cc6a2205d8f8627c00c7aaed2294

2009-03-10 Thread Chris Frey
On Mon, Mar 09, 2009 at 07:46:18PM +0100, Nicolas wrote: If you work with ZSH, can you add this patch to barry project... Check that I have added the good options. I think that you use the same syntax that the RIM'tools on Windows :/ The options look the same to me. Applied. Thanks :-) -

Re: [Barry-devel] [PATCH] - Add Photo feature to OpenSync Plugin Barry

2009-03-11 Thread Chris Frey
On Sun, Mar 08, 2009 at 08:23:42AM +0100, Nicolas wrote: I have an issue... and I don't know why. opensync-plugin segfault when it finds a contact with photo. But I have tested that the vCard is well formed and compliant with Evolution. Chris can you help me to fix this issue... I tried,

Re: [Barry-devel] BlackBerry Curve model 8320 with Barry

2009-03-11 Thread Chris Frey
On Tue, Mar 10, 2009 at 05:25:03PM -0500, Christopher Lemire wrote: not replacing existing default route via 192.168.1.1 Cannot determine ethernet address for proxy ARP local ?IP address 25.232.5.106 remote IP address 169.254.1.1 primary ? DNS address 66.94.9.120 secondary DNS address

Re: [Barry-devel] [PATCH] - Add Photo feature to OpenSync Plugin Barry

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 08:43:54AM -0500, Christopher Lemire wrote: Chris, Would you please help me get my BlackBerry Curve working as a modem in Linux. I emailed Andy a few days ago, and he hasn't replied. I'd like to be able to use Linux again. Thanks. There's no need to email people

Re: [Barry-devel] Unable to connect using Blackberry Bold

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 04:20:12PM -0400, Darren Albers wrote: On Wed, Mar 11, 2009 at 3:59 PM, Shannon McMackin smcmac...@gmail.com wrote: Darren, Your issue with the Bold was due to the device asking for a password twice. ?Andy Herkey had created a set of libbarry files to get around

Re: [Barry-devel] Unable to connect using Blackberry Bold

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 04:54:36PM -0400, Chris Frey wrote: The OpenSUSE builds should be very up to date. The original report didn't specify the snapshot date used, so I'm not sure what version is causing the problem. I should mention the caveat that some OBS builds are broken

Re: [Barry-devel] Unable to connect using Blackberry Bold

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 01:25:46PM -0400, Darren Albers wrote: BulkWrite to endpoint 11: : 41 54 0d AT. IPModem: Test command response. : 0d 0a 4f 4b 0d 0a..OK.. IPModem: Unknown AT command

Re: [Barry-devel] BlackBerry Curve model 8320 with Barry

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 05:21:34PM -0500, Christopher Lemire wrote: Yes, I am terminating the script with control c because after the script ran, I still could not browse the web, connect to IM, etc. If I provide the output of route -n after running the script, will that help? Adding

Re: [Barry-devel] [PATCH] - Add Photo feature to OpenSync Plugin Barry

2009-03-11 Thread Chris Frey
On Wed, Mar 11, 2009 at 02:02:20AM -0400, Chris Frey wrote: I tried, but I ran into an odd Unable to find plain format error. Is that because I updated to the latest opensync tree? I'm using: osynctool opensync evo2-sync barry-sync xmlformat vformat

Re: [Barry-devel] [PATCH] - Add Photo feature to OpenSync Plugin Barry

2009-03-12 Thread Chris Frey
On Thu, Mar 12, 2009 at 10:16:35AM +0100, Nicolas wrote: Hi, I write just to notice that we can use the last revision. The Evolution plugin has just been ported. (I use the revision : 5287) Thanks for the update. I had noticed that things compiled fairly well with the plugins I'm using.

Re: [Barry-devel] [PATCH] ZSH completion patch

2009-03-13 Thread Chris Frey
On Fri, Mar 13, 2009 at 09:06:40AM +0100, Nicolas wrote: In attachment, a little patch Applied, thanks! - Chris -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with

Re: [Barry-devel] File Transfer Protocol

2009-03-16 Thread Chris Frey
On Sun, Mar 15, 2009 at 09:05:53PM -0400, Josh Kropf wrote: The bootloader stuff has be stumped so I've moved on to the file transfer protocol used to manager files on the devices internal flash file system. Is anyone else already working on this? Not that I know of. If you have full

Re: [Barry-devel] File Transfer Protocol

2009-03-16 Thread Chris Frey
On Mon, Mar 16, 2009 at 01:22:36PM -0500, Robert Yaklin wrote: Rick scott has done some with this but on the xmblackberry project. That's true, but when I looked at the code, while there was a command line interface, I didn't see code for transferring files, and I assumed it was incomplete.

Re: [Barry-devel] Storm Barry-Verizon Requires Password

2009-03-24 Thread Chris Frey
On Sat, Mar 21, 2009 at 02:22:14PM -0700, k...@kr-i.com wrote: Hi, my name is Karl and I am new to Linux. Installed Ubuntu 8.10 Intrepid. Trying to use Storm as tethered modem to Verizon: k...@ubuntu:~$ sudo pppd call barry-verizon Initializing exception caught in main(): This device

Re: [Barry-devel] [git pull] 75b1a89e8b1eb9d89bcd8b5ecbed9a47af5a8930

2009-03-24 Thread Chris Frey
On Sun, Mar 15, 2009 at 01:17:38PM -0400, Josh Kropf wrote: http://git.slashdev.ca/barry git://git.slashdev.ca/barry Added the 'logstacktraces' command to bjavaloader. This will dump stack traces for all threads on the handheld to the event log. Thanks Josh! Merged. - Chris

Re: [Barry-devel] I am just at a loss. tethering bb 8830 to alltel...

2009-03-24 Thread Chris Frey
On Wed, Mar 18, 2009 at 03:23:51PM -0500, Javan Ahrens wrote: I am not sure what I have done, but I was close to getting it. Now the only response I get is ATZ and then it pauses nothing even when my bb is not connected it does the ATZ and freezes. HOw do I start all over? Many sleepless

Re: [Barry-devel] Storm Barry-Verizon Requires Password

2009-03-24 Thread Chris Frey
On Tue, Mar 24, 2009 at 04:05:48PM -0500, Karl wrote: Thanks Chris. I have been diligently following the documentation page at: http://www.netdirect.ca/software/packages/barry/modem.php And am stuck with the Device requires a password error. I read something about a patch asking for passwords

Re: [Barry-devel] Preparing debian packages for 0.15 and opensync 0.4

2009-03-24 Thread Chris Frey
On Tue, Mar 24, 2009 at 11:41:07PM +0100, Jose Carlos Garcia Sogo wrote: Hi, I have been preparing packages for 0.15. For that I have merged all your changes (upstream development and changes in packaging) in a new branch called barry-015, which I have published at github (in case I had

Re: [Barry-devel] Preparing debian packages for 0.15 and opensync 0.4

2009-03-27 Thread Chris Frey
On Wed, Mar 25, 2009 at 03:41:54PM +0100, Jose Carlos Garcia Sogo wrote: Yeah, you're right. That's the problem that we have exposed other times. I need a complete upstream source for Debian packaging and you want your debian/ dir to be in your master branch. This can be solved, but at the

[Barry-devel] recent opensync 0.4x API changes

2009-03-31 Thread Chris Frey
Hi Nicolas, I'm working on updating the 0.4x plugin to match the latest API changes in their SVN tree. Don't want you to duplicate work. :-) I saw your patches on the list... thanks... I'll get to them as soon as possible! Thanks, - Chris

Re: [Barry-devel] recent opensync 0.4x API changes

2009-04-01 Thread Chris Frey
, 2009 at 07:39:00PM -0400, Chris Frey wrote: Hi Nicolas, I'm working on updating the 0.4x plugin to match the latest API changes in their SVN tree. Don't want you to duplicate work. :-) I saw your patches on the list... thanks... I'll get to them as soon as possible! Thanks, - Chris

Re: [Barry-devel] recent opensync 0.4x API changes

2009-04-01 Thread Chris Frey
On Wed, Apr 01, 2009 at 07:59:39PM +0200, Nicolas wrote: By the way, I work with the r5507 from OpenSync trunk. Which revision do you use ? I was using 5506 last night, but I'll update again today and test some more. - Chris

Re: [Barry-devel] recent opensync 0.4x API changes

2009-04-03 Thread Chris Frey
On Fri, Apr 03, 2009 at 10:38:18AM +0200, Nicolas wrote: All seem work well. Good work ! Thanks for testing! I post some fix and new features. (all work perfectly under SID Debian) I'm going through your patches, and I notice that in your Near perfect patch, you add a try/catch:

Re: [Barry-devel] recent opensync 0.4x API changes

2009-04-03 Thread Chris Frey
On Fri, Apr 03, 2009 at 10:50:05AM +0200, Nicolas wrote: I post again the patch 0002, (the file isn't readable) I've applied all your pending patches for adding Photo support and the USB sequence packet fix, along with a few changes of my own. I'm less and less happy with how the sequence

Re: [Barry-devel] bsmstool for SMS parsing

2009-04-03 Thread Chris Frey
On Fri, Apr 03, 2009 at 12:40:02PM +0800, Ryan Li wrote: Hello Chris, I've been working on the sms parser for Barry, the code is raw, since the data structure for SMS is really strange and I can't use a packed struct to handle this effectively. But at least, it works now. And I'll do some

Re: [Barry-devel] Timeouts on reading USB devices

2009-04-03 Thread Chris Frey
On Tue, Mar 24, 2009 at 04:25:04PM -0400, Aidan Van Dyk wrote: I'm assuming that Barry might be guessing the endpoint pair incorrectly. You can override this using btool, so try something like: btool -v -l -e 81,2 btool -v -l -e 83,4 You might even try different endpoint

Re: [Barry-devel] Support for Blackberry Pearl Flip (8200)

2009-04-03 Thread Chris Frey
On Sat, Apr 04, 2009 at 01:10:52AM -0400, John Ladan wrote: I've got a Pearl Flip (8200 series), which wasn't being recognized by Barry. I managed to fix the problem on my machine adding the device to the source. Using lsusb: Bus 001 Device 024: ID 0fca:8001 Research In Motion, Ltd. I

Re: [Barry-devel] bsmstool for SMS parsing

2009-04-08 Thread Chris Frey
On Sun, Apr 05, 2009 at 04:09:49PM +0800, Ryan Li wrote: Hello again Chris, Hi Ryan, thanks for your continued work on SMS. I've partly rewrote the parser, solved the encoding problem. But I need to use the class function IConverter::Convert(iconv.h), hence I modified it to public. If you

Re: [Barry-devel] recent opensync 0.4x API changes

2009-04-08 Thread Chris Frey
On Sat, Apr 04, 2009 at 08:01:14PM +0200, Nicolas wrote: By the way, for the try catch from vcard/vevent... The patch is usefull only if AddRecord / SetRecord failed. builder function converts data to BlackBerry format, but if the result isn't understood by the device (sample, the photo

Re: [Barry-devel] Barry Plugin Availability?

2009-04-08 Thread Chris Frey
On Wed, Apr 08, 2009 at 07:22:24PM -0600, Frederic Herman wrote: I have libopensync version 0.36-3.fc10 I'm willing to try to build the required packages, but I would need help doing it since I am unfamiliar with the process. I don't even know what packages I would be building or where to

Re: [Barry-devel] Barry Plugin Availability?

2009-04-09 Thread Chris Frey
On Thu, Apr 09, 2009 at 02:26:11AM -0400, John Ladan wrote: The openSync plugin for Kontact (actually Akonadi) wasn't released for 4.2, because of the unstable nature of openSync 0.4. It and the latest version of KitchenSync should be available in the first major release of KDE after openSync

Re: [Barry-devel] Barry Plugin Availability?

2009-04-09 Thread Chris Frey
On Thu, Apr 09, 2009 at 06:14:14AM -0600, Frederic Herman wrote: I executed the svn for kdepim, and that worked. It actually compiled for you? You might need to remove your existing 0.36 opensync libraries... I have a suspicion that they are interfering with your build. The kdepim plugin does

<    1   2   3   4   5   6   7   8   9   >