BlackBerry: Difference between revisions

No edit summary
No edit summary
Line 7: Line 7:
[hyperbox](0) $ </pre>
[hyperbox](0) $ </pre>
* <tt>btool -t</tt> will list supported databases. Use <tt>-P devpassword</tt> if a password has been set.
* <tt>btool -t</tt> will list supported databases. Use <tt>-P devpassword</tt> if a password has been set.
<pre>
===LDIF===
* <tt>btool -L</tt> lists contact fields native to the device:
<pre>[hyperbox](0) $ btool -L
Blackberry devices found:
Device ID: 0x26dcd10. PIN: 228db871, Description: RIM BlackBerry Device
Using device (PIN): 228db871
  Email              : Email address
  Phone              : Phone number
  Fax                : Fax number
  WorkPhone          : Work phone number
  HomePhone          : Home phone number
  MobilePhone        : Mobile phone number
  Pager              : Pager number
  PIN                : PIN
  FirstName          : First name
  LastName            : Last name
  Company            : Company name
  DefaultCommunicationsMethod: Default communications method
  WorkAddress1        : Work Address, line 1
  WorkAddress2        : Work Address, line 2
  WorkAddress3        : Work Address, line 3
  WorkCity            : WorkCity
  WorkProvince        : WorkProvince / State
  WorkPostalCode      : Work Postal / ZIP code
  WorkCountry        : WorkCountry
  JobTitle            : Job Title
  PublicKey          : Public key
  Notes              : Notes
  WorkPostalAddress  : Mailing Work address (includes address lines, city, province, country, and postal code)
  HomePostalAddress  : Mailing home address (includes address lines, city, province, country, and postal code)
  FullName            : First + Last names
  FQDN                : Fully qualified domain name
[hyperbox](0) $ </pre>
* ...and <tt>btool -M</tt> will provided a LDIF mapping:
<pre>[hyperbox](0) $ btool -M
Blackberry devices found:
Device ID: 0x1a65d10. PIN: 228db871, Description: RIM BlackBerry Device
Using device (PIN): 228db871
ContactLdif Mapping:
  dn                  ->  FQDN / FQDN
  c                  ->  WorkCountry / WorkCountry
                      objectClass: country
  cn                  ->  FullName / FullName
  displayName        ->  FullName / FullName
  facsimileTelephoneNumber->  Fax / Fax
  givenName          ->  FirstName / FirstName
  homePhone          ->  HomePhone / HomePhone
  homePostalAddress  ->  HomePostalAddress / HomePostalAddress
  l                  ->  WorkCity / WorkCity
  mail                ->  Email / Email
  mobile              ->  MobilePhone / MobilePhone
  note                ->  Notes / Notes
  o                  ->  Company / Company
  pager              ->  Pager / Pager
  postalAddress      ->  WorkPostalAddress / WorkPostalAddress
  postalCode          ->  WorkPostalCode / WorkPostalCode
  sn                  ->  LastName / LastName
  st                  ->  WorkProvince / WorkProvince
  street              ->  WorkAddress1 / WorkAddress1
  telephoneNumber    ->  WorkPhone / WorkPhone
  title              ->  JobTitle / JobTitle
  >>> DN attribute: cn</pre>
==Character Modification==
==Character Modification==
  To quickly capitalize a letter, hold it down for about a second.
  To quickly capitalize a letter, hold it down for about a second.