1BIDENTIFY(1) General Commands Manual BIDENTIFY(1)
2
3
4
6 bidentify - Barry Project's program to identify BlackBerry handhelds
7
9 bidentify [-B busname][-N devname][-h][-v]
10
12 bidentify scans the USB system for available BlackBerry devices and
13 probes each one it finds, then sends the identifying information to
14 stdout in a computer-friendly format.
15
17 -B busname
18 Specify the USB bus to search for Blackberry devices on. This
19 is the first number displayed in the output from the lsusb com‐
20 mand, such as 002. If the busname is numeric on your system, 2
21 and 002 are equal. See also the -N option, which can be used
22 together with this option to precisely select the device to work
23 with.
24
25 -N devname
26 Specify the USB device name. This is the second number dis‐
27 played in the output from the lsusb command, such as 005. If
28 the device name is numeric on your system, 5 and 005 are equal.
29 See also the -B option.
30
31 -v Dump verbose protocol data during operation.
32
33 -h, --help
34 Show summary of options.
35
36
37
39 If bidentify detects a BlackBerry device, but cannot access it for some
40 reason, it will write an error message to stderr describing the access
41 problem, and return a count of the number of such failed devices as the
42 error code. A return code of 0 means there were no BlackBerry devices
43 found that could not be probed.
44
45 In the event of a fatal error, the message will be written to stderr,
46 with an error code of 1.
47
48
49
51 bidentify is part of the Barry project. This manual page was written
52 by Chris Frey.
53
55 http://www.netdirect.ca/software/packages/barry
56
57
58
59
60 November 30, 2007 BIDENTIFY(1)