Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bwatch(1) [debian man page]

BWATCH(1)						      General Commands Manual							 BWATCH(1)

NAME
bwatch - program to view live updates of screenshots from a BlackBerry(TM) handheld SYNOPSIS
bwatch [-d delay][-h][-p pin][-P password][-v] DESCRIPTION
bwatch is a program that takes screenshots of a given device at regular intervals, and displays those screenshots on the screen, using the SDL library. OPTIONS
-d delay The delay interval between screen updates, in milliseconds. Default is 500. -p pin PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. -P password Simplistic method to specify device password. In a real application, this would be done using a more secure prompt. -v Dump verbose protocol data during operation. -h, --help Show summary of options. AUTHOR
bwatch is part of the Barry project, and was originally written by Alberto Mattea. SEE ALSO
http://netdirect.ca/barry August 30, 2011 BWATCH(1)

Check Out this Related Man Page

BFUSE(1)						      General Commands Manual							  BFUSE(1)

NAME
bfuse - Create a FUSE filesystem out of BlackBerry databases. SYNOPSIS
bfuse mountpoint [options] DESCRIPTION
bfuse connects to your BlackBerry and turns its databases into a mounted filesystem using the FUSE filesystem library. As such, it has a few basic arguments, and a list of common options supported by FUSE. The device will remain in Desktop mode for as long as bfuse runs. For more information on FUSE options, see http://fuse.sourceforge.net/ BARRY OPTIONS
-p pin Specify the PIN of the device you want to mount. Default is to mount all available devices. -P password Simplistic method to specify the device password on the command line. FUSE OPTIONS
-o opt FUSE mount options. -h Display a command help summary. -V Display version information, including Barry library, FUSE library, and kernel interface. -d Enable debug output. Implies '-f'. -f Operate in the foreground. -s Disable multi-threaded operation. AUTHOR
bfuse is part of the Barry project and was written Chris Frey, as was this manual page. SEE ALSO
http://www.netdirect.ca/software/packages/barry August 17, 2009 BFUSE(1)
Man Page