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
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
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
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
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
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,
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
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
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
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
= ../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
gt;
> > > > > Anyway, off to write some more javaloader stuff
> > > > >
> > > > > --
> > > > > Check out the new SourceForge.net Marketplace.
> > > >
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,
>
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
> __
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
-
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
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
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
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
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
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
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.
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
?
--
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
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
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
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
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
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
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,
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
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
: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
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
. 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
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
-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
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),
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
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
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
.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
#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
---
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.
--
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
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
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
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
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
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
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
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
> _
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
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
'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
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
&
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)
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
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
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
-
___
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
--
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
&
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
---
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
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
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
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,
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
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
_ 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
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
> > : 05 00 07 00 00 01 40
> > > > <<< URB xxx
> > > > : 00 00 0c 00 13 05 01 00 51 02 00 00
> > > > ...
> > > >
> > > >
> > > >
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
> ___
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
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
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
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
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:
> >
://p.sf.net/sfu/devconference
> ___
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
--
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
>
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
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
> _
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
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
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
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
> ?
>
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
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
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
> 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
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
91 matches
Mail list logo