Re: [Barry-devel] JavaLoader

2008-12-31 Thread josh
option to forcefully remove .cod file - list .cod files Regards, Josh On Wed, 31 Dec 2008 17:52:41 +0100 Nicolas wrote: > Hi, > > Although, it's the christmas... > > I try to work so as to I can use my new blackberry on my Linux OS. > > I need some important featur

[Barry-devel] Barry on Mac OS X

2009-02-20 Thread josh
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: Controller: error setting desktop mode Sent packet: : 00 00 18 00 07 ff 00 07 52 49 4d 5f 4a 61 76 61 RIM_Java 00

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

2009-02-20 Thread josh
dmesg shows two entries of the same error... the first shows up soon after running bjavaloader or btool, the second when the command finally times out. USBF: 174.388 AppleUSBUHCI[0x3cc9000]::Found a transaction past the completion deadline on bus 0x3d, timing out! (Addr: 2, EP: 3) USBF: 205.39

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

2009-02-20 Thread josh
Attached is the verbose output from bjavaloader if it helps. On Fri, 20 Feb 2009 17:18:20 -0500, Chris Frey wrote: > 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

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

2009-02-28 Thread josh
On Sat, 28 Feb 2009 17:10:10 -0800, Bill Paul wrote: > The main utility I wanted to use from barry was pppob, so that I could > tether > my FreeBSD machine to my Curve 8320. This works fine. I didn't really have > any burning need for the other tools, so I pretty much ignored them. > > But then

[Barry-devel] [git pull] b3d3a6f48fe008e8842c057df4a653a04b9c56ce

2009-03-05 Thread josh
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 -- Open Source Business Conference (OSBC), March 24-25,

Re: [Barry-devel] please remove me from this mailing list

2007-12-08 Thread Josh Kropf
Donovin, Use this page to unsubscribe https://lists.sourceforge.net/lists/listinfo/barry-devel On Sat, 8 Dec 2007 08:13:37 -0800 (PST), Donovin Mocke wrote: Thanks. - SF.Net email is sponsored by: Check

Re: [Barry-devel] Blackberry Bold

2008-08-07 Thread Josh Kropf
Chris, I have one (at work), I'll bring it home tomorrow (Friday) and do some testing over the weekend. Regards, Josh On Thu, 7 Aug 2008 18:09:04 -0400 Chris Frey <[EMAIL PROTECTED]> wrote: > Hi list, > > Just a curiosity question: anyone have one of the new Blackberry B

Re: [Barry-devel] Blackberry Bold

2008-08-08 Thread Josh Kropf
cations with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Barry-devel mailing list > Barry-devel@list

Re: [Barry-devel] Blackberry Bold

2008-08-11 Thread Josh Kropf
On Mon, 11 Aug 2008 10:29:36 -0400 Chris Frey <[EMAIL PROTECTED]> wrote: > Hi Josh, > > That's ok. After installing version 0.13, these are some things to test: > > - plug it in and make sure it charges properly > - try doing a backup and restore of j

Re: [Barry-devel] JDE, JavaLoader on Linux (alpha patch)

2009-01-07 Thread Josh Kropf
= ../src/libbarry.la $(LIBUSB_LIBS) -lpthread Regards, Josh On Wed, 07 Jan 2009 20:17:47 +0100 Nicolas wrote: > Hi, > > Before a clean patch with GIT and good integrated in barry project, > you can try this : > > With this patch, I can load a Java application on my BlackBerry Sto

Re: [Barry-devel] JDE, JavaLoader on Linux (patch release)

2009-01-11 Thread Josh Kropf
gt; > > > > > Anyway, off to write some more javaloader stuff > > > > > > > > > > -- > > > > > Check out the new SourceForge.net Marketplace. > > > >

Re: [Barry-devel] JDE, JavaLoader on Linux (patch release)

2009-01-11 Thread Josh Kropf
It occurred to me that you might need some more information. The .cod file was compiled using 4.2.1 of the JDE and it has been signed. You can download the .cod file here: http://www.slashdev.ca/ca_slashdev_hello.cod On Sun, 11 Jan 2009 12:06:53 -0500 Josh Kropf wrote: > Nicolas, >

Re: [Barry-devel] JDE, JavaLoader on Linux (patch release)

2009-01-13 Thread Josh Kropf
m /var/tmp/rpm-tmp.aK7jts (%build) > > > ------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > __

Re: [Barry-devel] Upgrading BlackBerry OS on Linux

2009-01-23 Thread Josh Kropf
p.sf.net/sfu/sf-spreadtheword > ___ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf -

[Barry-devel] [PATCH] javaloader command syntax changes

2009-01-24 Thread Josh Kropf
he usage output from javaloader.exe for reference. -- Josh Kropf javaloader_cmd_syntax.patch Description: Binary data -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http

[Barry-devel] [PATCH] added settime command to javaloader

2009-01-25 Thread Josh Kropf
Here is a patch to bjavaloader that makes use of SetTime function exposed in the JavaLoader class. -- Josh Kropf javaloader_settime.patch Description: Binary data -- This SF.net email is sponsored by: SourcForge

[Barry-devel] JavaLoader and in-use modules

2009-01-25 Thread Josh Kropf
If you've ever used the task switcher on a BlackBerry application you've seen that it's possible to have programs that run in the background. This means that the module for that application is always in use. When using the RIM javaloader and attempt to erase the module will fail unless th

[Barry-devel] stuck trying to implement get eventlog in javaloader

2009-01-30 Thread Josh Kropf
m_socket->Receive(response); MAKE_JLPACKET(jpack, response); uint16_t size = be_btohs(jpack->u.logentry.size); ... // parse the data in the response I've attached what the exchange looks like using javaloader.exe. Any ideas? -- Josh Kropf sep: 4 : 02 00 08 00 73 0

Re: [Barry-devel] stuck trying to implement get eventlog in javaloader

2009-01-31 Thread Josh Kropf
data to send. > > Hopefully I'm answering the right question here. :-) Perfect... thanks Chris, that's what I needed. Patch coming soon. -- Josh Kropf -- This SF.net email is sponsored by: SourcForge Communi

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

2009-01-31 Thread Josh Kropf
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? -- Josh Kropf eventlog_dump_and_clear.patch Desc

Re: [Barry-devel] javaloader erase

2009-01-31 Thread Josh Kropf
ame 0x78 response behaviour (see load-inuse.usb). -- Josh Kropf -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.

Re: [Barry-devel] javaloader erase

2009-01-31 Thread Josh Kropf
On Sun, 1 Feb 2009 00:24:23 -0500 Josh Kropf wrote: > In fact if you look at > erase-error-inuse.usb you will see that the handheld responds with 0x6c > when attempting to erase an in use module without sending the force > erase command. Silly me I just noticed you are already h

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

2009-01-31 Thread Josh Kropf
? -- Josh Kropf -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___ Barry-devel mailing

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

2009-02-01 Thread Josh Kropf
work. One could also write a simple implementation of std::streambuf and use it to create std::ostream. Again in Boost, it looks like there is another library that simplifies this and makes it more robust. http://www.boost.org/doc/libs/1_37_0/libs/iostreams/doc/index.html -- Josh Kropf

[Barry-devel] bjavaloader development heads up

2009-02-01 Thread Josh Kropf
protocol structs and extend out to bjavaloader tool -- Josh Kropf -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

[Barry-devel] [PATCH] javaloader: save module

2009-02-03 Thread Josh Kropf
Here is the patch for saving cod files from the device. -- Josh Kropf javaloader_save.patch Description: Binary data -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With

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

2009-02-03 Thread Josh Kropf
Sorry, the last patch had a bug in it. This one corrects my mistake. -- Josh Kropf javaloader_save.patch Description: Binary data -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM

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

2009-02-03 Thread Josh Kropf
Oh how embarrassing. Yet another mistake... another patch. On Tue, 3 Feb 2009 22:01:38 -0500 Josh Kropf wrote: > Sorry, the last patch had a bug in it. This one corrects my mistake. > > -- > Josh Kropf > -- Josh Kropf javaloader_save.patch Descripti

Re: [Barry-devel] Blackberry Branding getVersion()

2009-02-05 Thread Josh Kropf
Robert, Do you have a 4.2 or greater device? If so I think it might be prudent to make this application output data to a file in the file system. It might be cumbersome trying to get all that text out of a RichTextField. On Thu, 5 Feb 2009 15:25:45 -0600 Robert Yaklin wrote: > Josh,

[Barry-devel] Javaloader Reset

2009-02-10 Thread Josh Kropf
payload of the first packet that I can't seem to figure out. They change each time a call to javaloader is issued that causes a handheld reset. Possibly a timestamp? Anyone have any ideas? -- Josh Kropf >>> Send packet <<< Receive packet The following series of packets oc

Re: [Barry-devel] Javaloader Reset

2009-02-12 Thread Josh Kropf
on 5.00 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RimUsb > \Parameters] "FileDump"=dword:0001 > "ServiceDebug"=dword: > > On Tue, Feb 10, 2009 at 7:40 PM, Josh Kropf wrote: > > I've been trying to figure out the reset seque

Re: [Barry-devel] Javaloader Reset

2009-02-12 Thread Josh Kropf
:0001 > "ServiceDebug"=dword: > > On Tue, Feb 10, 2009 at 7:40 PM, 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

Re: [Barry-devel] Javaloader Reset

2009-02-14 Thread Josh Kropf
to the elapsed time since windows booted. > Thanks for your work on this! -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Ope

[Barry-devel] Where to put reset routine?

2009-02-14 Thread Josh Kropf
. Where is the most appropriate spot to build this into the API? -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing

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

2009-02-15 Thread Josh Kropf
one) and it doesn't seem to mater if it is sent before or after closing socket zero. Putting this code into SocketZero makes sense, but JavaLoader class has a pointer to Socket, how would I call a method in SocketZero f

[Barry-devel] Updated USB captures

2009-02-15 Thread Josh Kropf
-large.usb.gz - eventlog-with-exception.usb.gz - javaloader-reset.txt -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open

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

2009-02-15 Thread Josh Kropf
work, it causes the close command to fail since the device is already resetting. -- Josh Kropf 0001-Handle-erase-and-loading-of-in-use-modules.patch Description: Binary data -- Open Source Business Conference (OSBC),

[Barry-devel] [PATCH] Pack sibling cod files into pkzip format during save

2009-02-17 Thread Josh Kropf
ors while loading certain cod files. That's next on the TODO list for me. -- Josh Kropf 0002-Pack-sibling-cod-files-into-pkzip-format-during-save.patch Description: Binary data -- Open Source Business Conference

[Barry-devel] [PATCH] Fixed missing endian conversion when writing cod file footer

2009-02-17 Thread Josh Kropf
I missed one endian conversion... quick fix. (really need to setup one of those public git trees all the cool kids are using these days) -- Josh Kropf 0003-Fixed-missing-endian-conversion-when-writing-cod-fil.patch Description: Binary data

[Barry-devel] [git pull] 9b63a99867b3314b8d42212cac05a6f28860d37b

2009-02-19 Thread Josh Kropf
simple function for seeking to next cod file in input stream Chris, I will certainly create a branch for you to pull from next time if that makes sense. It's just given the way I was using git (likely incorrectly) this was the quickest way to get my changes published. -- Josh

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

2009-02-19 Thread Josh Kropf
.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? -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, S

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

2009-02-19 Thread Josh Kropf
#x27;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 autoconf detection of zlib tomorrow. -- Josh Kropf ---

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

2009-02-20 Thread Josh Kropf
On Fri, 20 Feb 2009 02:26:54 -0500 Chris Frey wrote: > I changed it to a more manual AC_CHECK_LIB, and added an optional --with-zlib > to make the binary package build more robust. > > If you could give it a test run on your system, that would be great. Works fine here. --

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

2009-02-20 Thread Josh Kropf
sudo port install libusb boost -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost i

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

2009-02-20 Thread Josh Kropf
articipation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > ___ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Krop

Re: [Barry-devel] Patch for device hang

2009-03-05 Thread Josh Kropf
Chris, This change fixes the issue on Mac OS X as well. I have only tested bjavaloader, but I will give the rest of the tools a thorough once over sometime soon. Regards, - Josh On Wed, 4 Mar 2009 23:18:42 -0500 Chris Frey wrote: > On Thu, Feb 26, 2009 at 09:03:46PM -0500, Paul O'Kee

[Barry-devel] [git pull] d6c3173ccd87c6223647950963da79331a68d712

2009-03-08 Thread Josh Kropf
equivalent bootloader application will be required. It sort of makes sense to put the effort into reversing the os/bootrom/device data from the bootloader since it will be more verbose anyway. -- Josh Kropf -- Open

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

2009-03-08 Thread Josh Kropf
ts (RIM-BootLoader) and we will need the wipe and load sfi commands from it. The equivalent windows program is cfp.exe which is a tool internal to RIM but if you try hard enough you can find it. > - Java Debugger A competent debugger would be so awes

[Barry-devel] [git pull] 272f371e8bb95b6c41a8293de657da45a782736f

2009-03-08 Thread Josh Kropf
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. I called it "brimtrans" and I don't pretend that's a good name :) -- Open Source

[Barry-devel] [git pull] 7ed1df560ea7cc6a2205d8f8627c00c7aaed2294

2009-03-09 Thread Josh Kropf
device including OS .cod files. -- Josh Kropf -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to

Re: [Barry-devel] Joining Barry

2009-03-09 Thread Josh Kropf
s the biggest issue in open source: Open > Sourcing the Enterprise -Strategies to boost innovation and cut costs > with open source participation -Receive a $600 discount off the > registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _

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

2009-03-10 Thread Josh Kropf
on parsing code might need to be revisited one of these days. -- Josh Kropf -- ___ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel

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

2009-03-10 Thread Josh Kropf
ter which would in turn restore data? I'm not 100% sure. -- Josh Kropf -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly

[Barry-devel] Bootloader USB logs

2009-03-11 Thread Josh Kropf
'RIM-RAMLoader' followed by a bunch of large reads. I have no idea what's going on here but I'll keep at it. I'm also entertaining the idea that brimtrans.cc may not be translating the log files perfectly. Hoping that someone smarter than me might have more

Re: [Barry-devel] Bootloader USB logs

2009-03-12 Thread Josh Kropf
On Thu, 12 Mar 2009 01:02:11 -0600 Robert Yaklin wrote: > Josh, > In loading the sfi file, first a RAM image is sent to the device. I'm > not sure about the 8800, but for my 8700, at least parts of this RAM > image seem to come from C:\Program Files\Common Files\Research In &

[Barry-devel] [git pull] 75b1a89e8b1eb9d89bcd8b5ecbed9a47af5a8930

2009-03-15 Thread Josh Kropf
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. -- Apps built with the Adobe(R)

[Barry-devel] File Transfer Protocol

2009-03-15 Thread Josh Kropf
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? -- Apps built with the Adobe

Re: [Barry-devel] File Transfer Protocol

2009-03-16 Thread Josh Kropf
of the BlackBerry's databases... I'm not sure. -- Josh Kropf -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickl

Re: [Barry-devel] File Transfer Protocol

2009-03-16 Thread Josh Kropf
all the supported operations, post them, and send you a note. > I'm a bit busy with other things today, but I plan to add your captures > and patches as soon as possible. No worries, I'm in no hurry. :) -- Josh Kropf -

Re: [Barry-devel] Barry on macosx 10.5

2009-03-28 Thread Josh Kropf
___ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf -- _

Re: [Barry-devel] Bootloader USB logs

2009-03-31 Thread Josh Kropf
On Tue, 31 Mar 2009 09:01:41 -0400 Rick Scott wrote: > On Thu, 2009-03-12 at 01:02 -0600, Robert Yaklin wrote: > > Josh, > > In loading the sfi file, first a RAM image is sent to the device. I'm > > not sure about the 8800, but for my 8700, at least parts of this RAM &

Re: [Barry-devel] libtool, automake, and .la files

2009-04-10 Thread Josh Kropf
e trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > ___ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf ---

[Barry-devel] [git pull] 8266c95a940cc2c1b8a67c8ceb6d0017d241df9e

2009-04-20 Thread Josh Kropf
Sorry, forgot to put the url in the last email: git://git.slashdev.ca/barry.git http://git.slashdev.ca/barry -- Josh Kropf -- Stay on top of everything new and different, both inside and around Java (TM) technology

[Barry-devel] [git pull] 8266c95a940cc2c1b8a67c8ceb6d0017d241df9e

2009-04-20 Thread Josh Kropf
exchange. As such the Socket::PacketData method has been updated to throw an error when this response code is encountered. -- Josh Kropf -- Stay on top of everything new and different, both inside and around Java (TM) t

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

2009-05-29 Thread Josh Kropf
Aborted > > Is bjavaloader supposed to work on "most" blackbarrys, ir because I'm > running an older 7130, should I be expecting many things to not work, > nor ever work? Do any of the javaloader commands work? Try bjavaloader dir... I h

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

2009-06-01 Thread Josh Kropf
n seems to work fine. As for the "deviceinfo" command this is broken for that version of blackberry. I have a fix which is supper simple and will post a patch for it soon. On Fri, 29 May 2009 22:04:29 -0400 Aidan Van Dyk wrote: > * Josh Kropf [090529 20:59]: > > On Fri,

Re: [Barry-devel] BlackBerry App usbclient over Barry

2009-06-03 Thread Josh Kropf
st innovations from Sun and the OpenSource > community. Download a copy and enjoy capabilities such as Networking, > Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get > ___ > Barry-devel

Re: [Barry-devel] BlackBerry App usbclient over Barry

2009-06-03 Thread Josh Kropf
On Thu, 4 Jun 2009 02:58:19 + "Oon Arfiandwi" wrote: > Hi Josh, > Thank you for your information. > > I will try to check bjavaloader/btool about it's "own channel". > and I'll try to create class that extend Barry::Mode. > > For furth

Re: [Barry-devel] [Info] JVM Debug

2009-06-19 Thread Josh Kropf
_ Barry-devel mailing > list Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf -- Are you an open source citizen? Join us for the Open Source Bridge conference! Por

[Barry-devel] [git pull] 0f1cca2fa69d0810d439ade4fb3dd0dfa15c89a6

2009-06-20 Thread Josh Kropf
git://git.slashdev.ca/barry http://git.slashdev.ca/barry Just a quick one-liner to keep older devices from throwing an exception in the javaloader deviceinfo command. -- Josh Kropf -- Are you an open source citizen

Re: [Barry-devel] [PATCH] First JDWP release

2009-08-04 Thread Josh Kropf
> > : 05 00 07 00 00 01 40 > > > > <<< URB xxx > > > > : 00 00 0c 00 13 05 01 00 51 02 00 00 > > > > ... > > > > > > > > > > > >

Re: [Barry-devel] Need advice to use GIT

2009-08-05 Thread Josh Kropf
report design, integration and deployment > - and focus on what you do best, core application coding. Discover > what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july > ___

[Barry-devel] [git pull] 2e196176ec72f62d9b009f95a90afbefaef142bb

2009-09-11 Thread Josh Kropf
Just a few minor changes to get barry to compile cleanly on my system. Added some includes, and replaced printf call in bjdwp.cc with cout (could have included stdio I guess). git://git.slashdev.ca/barry http://git.slashdev.ca/barry -- Josh Kropf

Re: [Barry-devel] bjdwp now in main tree (was Re: Building bjdwp)

2009-09-11 Thread Josh Kropf
s the protocol dump. -- Josh Kropf BulkWrite to endpoint 0x3: : 00 00 18 00 07 ff 00 07 52 49 4d 5f 4a 56 4d 44 RIM_JVMD 0010: 65 62 75 67 00 00 00 00 ebug SocketZero::RawReceive: Endpoint 83 Received: : 00 00 2c 00 08 04 00 07

Re: [Barry-devel] [git pull] 2e196176ec72f62d9b009f95a90afbefaef142bb

2009-09-13 Thread Josh Kropf
Sorry, I didn't have git-daemon configured correctly. Fixed. On Fri, 11 Sep 2009 16:39:50 -0400 Chris Frey wrote: > On Fri, Sep 11, 2009 at 08:52:11AM -0400, Josh Kropf wrote: > > Just a few minor changes to get barry to compile cleanly on my system. > > > > Added s

[Barry-devel] [git pull] 59abfa6959eb350221fa56a03ba5816050a52af3

2009-09-14 Thread Josh Kropf
Fixed a bug in the brimtrans tool that would cause duplicate hex byte output. git://git.slashdev.ca/barry.git http://git.slashdev.ca/barry -- Josh Kropf -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Barry-devel] bjdwp now in main tree (was Re: Building bjdwp)

2009-09-14 Thread Josh Kropf
devices :( > > I have just posted a bjdwp log : > http://www.progweb.com/modules/blackberry/barry/bjdwp.log > > Regards, > > Le vendredi 11 septembre 2009 à 16:20 -0400, Josh Kropf a écrit : > > On Fri, 11 Sep 2009 21:59:29 +0200 > > Nicolas wrote: > >

Re: [Barry-devel] bjavaloader with password protected devices

2009-10-22 Thread Josh Kropf
://p.sf.net/sfu/devconference > ___ > Barry-devel mailing list > Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf -

Re: [Barry-devel] Can Barry download and install a new OS for my Storm?

2009-10-30 Thread Josh Kropf
Patrick, Unfortunately at this time it's not supported by Barry. Some work has been done but there are few road blocks currently. Regards, - Josh On Fri, 30 Oct 2009 14:56:06 -0700 Patrick Horgan wrote: > Just a quick question to the list. Verizon sent me an announcement of >

Re: [Barry-devel] Can Barry download and install a new OS for my Storm?

2009-10-30 Thread Josh Kropf
Barry-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/barry-devel -- Josh Kropf -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to

Re: [Barry-devel] MTP BlackBerry Storm support

2009-11-02 Thread Josh Kropf
is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _

Re: [Barry-devel] Syncing with BlackBerry - how could you forget accents ????? - The dependencies issue (Help !!!!)

2010-02-01 Thread Josh Kropf
Hi Pierre, If you are using Ubuntu/Debian then I think you need to installed the -dev version of the dependencies. These versions of the packages come with all the necessary header files. For example, the dependencies page lists libboost. On Ubuntu 9.10 you would install: apt-get ins

Re: [Barry-devel] 8110 not found even with Barry 0.16

2010-03-22 Thread Josh Kropf
One way to see if there is a conflict with a module would be to temporarily add it to the modules blacklist. On ubuntu I think this is in /etc/modprobe.d/ On 03/21/2010 03:08 AM, Tomas Kriha wrote: I have installed Barry 0.16 on an Ubuntu 9.10 box and neither btool and barrybackup find it. I

Re: [Barry-devel] Building for Mac

2010-08-22 Thread Josh Kropf
On 08/22/2010 02:31 AM, Chris Frey wrote: On Sat, Aug 21, 2010 at 11:17:42PM -0700, Eric Arseneau wrote: If it can help I don't mind. I could likely get you remote access to a Mac if you promise to be good to the box. Oh, I'd be nice to it. One option could be btw a hackintosh? Is it poss

Re: [Barry-devel] BBDaemon Process on Mac

2010-08-23 Thread Josh Kropf
That's not part of barry. Must be a component of RIM's suite of applications. On 08/23/2010 02:46 PM, Eric Arseneau wrote: > Is this something I installed without knowing it, or is this something that > is either part of > - barry > - RIM's BlackBerry Manager > ? >

Re: [Barry-devel] USB erial communication to Windows

2010-10-14 Thread Josh Kropf
Eric, The USBDemo program is important. It sets up the channel for communicating between the PC and the handheld. Simply using a terminal emulator on the comm ports is not going to work I'm afraid. On 10/14/2010 05:32 PM, Eric Arseneau wrote: I KNOW this is the wrong list, but your the sma

Re: [Barry-devel] USB erial communication to Windows

2010-10-14 Thread Josh Kropf
nce I run the USBDemo.exe, run it, that the serial port will work? On Oct 14, 2010, at 2:53 PM, Josh Kropf wrote: Eric, The USBDemo program is important. It sets up the channel for communicating between the PC and the handheld. Simply using a terminal emulator on the comm ports is not goi

Re: [Barry-devel] Can barry handle firmware installation yet?

2010-10-26 Thread Josh Kropf
files are there and so is the .sfi file. For example I just exacted 4.5.0 for an 8830. The files are here in wine: /home/josh/wine-rim/drive_c/Program Files/Common Files/Research In Motion/Shared/Loader Files/8830-v4.5.0.138_P3.4.0.30 This is a CDMA device so the .sfi is in a sub directory a

Re: [Barry-devel] Can barry handle firmware installation yet?

2010-10-26 Thread Josh Kropf
> Not sure what the installer does, but it installs additional little turds to >> let the Loader app know there are additional roms. > > Registry settings perhaps? Josh, do you see any new regis

Re: [Barry-devel] Writing sms messages through barry library?

2011-11-03 Thread Josh Kropf
The BlackBerry API is surprisingly open when it comes to messaging. Although I haven't made anything that sends an SMS message (I've made things that listen to SMS, and also send email), it wouldn't surprise me if it's possible. This link suggests it should be possible: http://docs.blackberry.c