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

2009-01-10 Thread Nicolas
Hi, Thank's to test my patchs. > I have some comments on your code before I commit: > > - In the files src/m_javaloader.cc and .h, you should add your > name to the top as one of the copyright holders. > I see you copied one of the other modules, so it's fine >

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

2009-01-10 Thread Rick Scott
I have added the JavaLoader protocol to the kernel module. It multiplexes/demultiplexes the protocol into /dev/bbloader[0-9]. The protocol amounts to 2 bytes, to indicate how many bytes follow, followed by that many bytes. It can be used at the same time as the desktop and modem. I have also added

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

2009-01-10 Thread Nicolas
Hi, Now, I have understood how send big java code... Packets sent : Init : 04 00 08 00 64 00 00 00 04 00 08 00 70 00 01 00 04 00 05 00 00 for (k=0;;k++) { // Application size = k * 0xMMLL 04 00 08 00 67 01 04 00 04 00 08 00 00 00 MM LL for (n=0;;n++) { // 0xMMLL = n * 0

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

2009-01-10 Thread Nicolas
Where can I see the kernel module ? Le samedi 10 janvier 2009 à 05:52 -0500, Rick Scott a écrit : > I have added the JavaLoader protocol to the kernel module. It > multiplexes/demultiplexes the protocol into /dev/bbloader[0-9]. The > protocol amounts to 2 bytes, to indicate how many bytes follow,

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

2009-01-10 Thread Rick Scott
On Sat, 2009-01-10 at 17:11 +0100, Nicolas wrote: > Where can I see the kernel module ? XmBlackBerry on sourceforge. -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just

[Barry-devel] [PATCH] ip_modem password patch for the Blackberry Bold 9000

2009-01-10 Thread Andy Herkey
Chris, This is the patch I did for Shannon McMackin's Bold 9000. This device makes two requests for the password so I had to change the way the password is handled. Before we would check if there was password in the Open function and force the setup to either send the password or not. Now I