SharpAffair
SharpAffair

Reputation: 5488

Detect BlackBerry devices and their PIN's programmatically

I'm looking for a programmatic way to obtain a list of BlackBerry devices connected to the computer. For *nix there's an open-source toolkit called Barry. It can display a list of connected BlackBerry's along with their PIN's (unique identifiers). Is JavaLoader or any other Windows tool capable of serving the same task? BlackBerry Desktop can detect device and it's PIN, but I need a way of programmatic access to this information.

Any suggestions?

UPDATE: Apparently, JavaLoader.exe has an option named "enum". I'm checking whether it works as expected.

Upvotes: 1

Views: 883

Answers (1)

SharpAffair
SharpAffair

Reputation: 5488

"enum" command works perfectly.

Upvotes: 1

Related Questions