forked from NetDirect/barry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (30 loc) · 1.58 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
33
34
35
36
37
38
******************************************************************************
* 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 an application suite for interfacing with the RIM BlackBerry
Handheld. It comes with command line tools for exploring and managing
the device, and a GUI for making quick backups. This project's goal
is to create an easy to use desktop experience and fully functional
syncing mechanism on Linux, BSD/Mac, and others, based on its
portable C++ library.
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!
2012/06/29