Thanks Nicolas for bjavaloader! I haven't been able to use it yet, but in
trying to compile it, I found the problem that was keeping me from being
able to compile Barry. Seems I had a symbolic link for g++ pointing to an
older version of g++ even though I had a newer version installed. Once I get
USB passthrough to work on my Vmware server, I'll be able to give
bjavaloader a spin.

On Wed, Jan 7, 2009 at 8:25 PM, Josh Kropf <j...@slashdev.ca> wrote:

> Nicolas,
>
> Excellent work!  I was able to use your javaloader to load a .cod file
> to my 8310.  I am very excited to see the full set of features implemented
> (list .cod files on device, delete .cod files).
>
> I have a suggestion though to make compiling and testing easier for
> others.
>
> 1) put bjavaloader.cc into barry/tools directory
> 2) update barry/tools/Makefile.am to include bjavaloader
>
> -bin_PROGRAMS = btool bidentify upldif btranslate bktrans brecsum
> +bin_PROGRAMS = btool bidentify upldif btranslate bktrans brecsum
> bjavaloader
>
> +bjavaloader_SOURCES = bjavaloader.cc
> +bjavaloader_LDADD = ../src/libbarry.la $(LIBUSB_LIBS) -lpthread
>
> Regards,
> Josh
>
> On Wed, 07 Jan 2009 20:17:47 +0100
> Nicolas <prog...@free.fr> 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 Storm.
> >
> > Test with severals applications (format COD files).
> >
> >
> > Idea to improve the patch :
> > - parse an ".alx" file to load an application
> > - give an URL http://xxxx/app.alx to download application
> > - get the list applications installed on the device
> > - remove application
> > - your suggestions ? (about patch or improvement)
> >
> >
> > Regards,
> >
> > --
> > Nicolas VIVIEN
> >
>
>
> --
> Josh Kropf <j...@slashdev.ca>
>
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
>
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to