-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (25 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
******************************************************************************
* CAUTION: This is unofficial software, based on reverse engineering the *
* USB protocol. It does not have the advantage of any internal *
* knowledge of RIM software design or specs. Please make complete *
* backups of your BlackBerry device, using the official RIM *
* software, before experimenting. While the author has had good *
* success with this software, that is no guarantee that you will. *
* Please make backups. *
******************************************************************************
Introduction:
-------------
Barry is a GPL C++ library and application set to interface with
USB BlackBerry handheld devices on Linux. This is one of
Net Direct Inc.'s (http://www.netdirect.ca/) open source projects.
The SourceForge project page can be found at:
http://sourceforge.net/projects/barry/
The documentation page can be found at:
http://netdirect.ca/barry
or
http://barry.sourceforge.net/ (redirect)
The same documentation (and perhaps more up to date) can be found in the
doc/www/ directory. If you have php CLI installed, run the static.sh
script to generate the HTML, then start reading at index.html.
Enjoy!
December 2010