Eddy Castillo | 16 May 2013 18:27
Picon

Error on "bjavaloader dir"

Hi all,

I'am trying to get the list of installed modules on a Blackberry 9800 using bjavaloader with the "dir" command, but the response I get from bjavaloader is the following:

=============================================================
Packet command: 110Expected: 100Packet:
    00000000: 03 00 08 00 64 00 6c 02                          ....d.l.


Barry::Error caught: JavaLoader::GetDir: unexpected packet command code: 0x6e
=============================================================

The phone model is 9800 with OS 6.0 Bundle 2949.

I tried using barry 0.18.2 and barry 0.18.4 on Ubuntu 12.04.

All other commands in javaloader seem to be working ok. I don't know if this is a bug with barry or I am missing something here. Any comment will be appreciated .


Best Regards,





--
Eddy Castillo
Statistics, Process Reengineering and Sofware Development Consultant
Mobile:             +52 (899) 214 5631
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel
Eddie Atherton | 9 Apr 2013 00:55
Picon
Favicon

USB Tether on 9930 Bold gives Timeout in usb_bulk_read

Hi,

I'm trying to tether a 9930 Bold using USB, and get a Timeout in usb_bulk_read error:

exception caught in main(): (-110, No error): Timeout in usb_bulk_read
Script /usr/sbin/chat -f /etc/chatscripts/barry-verizon.chat finished (pid 27733), status = 0x2
Connect script failed
Script /usr/sbin/pppob -P <removed> -l /tmp/pppob.log -v finished (pid 27732), status = 0x1

Here's the last part of the pppob.log file:

IPModem: Password request packet:
    00000000: 02 00 00 00 b2 c9 e0 6b 0a 00 00 00 0a 00 00 00  .......k........
    00000010: 04 bf 1d 33 1c 00 00 00 78 56 34 12              ...3....xV4.

BulkWrite to endpoint 0x3:
    00000000: 03 00 00 00 a8 51 5f 1c e9 a5 f2 5e d7 64 77 f3  .....Q_....^.dw.
    00000010: 7d ef e2 3e 75 87 b9 58 78 56 34 12              }..>u..XxV4.

IPModem: Read password response.
    00000000: 04 00 00 00 b3 c9 e0 6b 0a 00 00 00 0a 00 00 00  .......k........
    00000010: 01 00 00 00 1c 00 00 00 78 56 34 12              ........xV4.

IPModem: Password accepted.

IPModem: Re-sending Start Response:

BulkWrite to endpoint 0x3:
    00000000: 01 00 00 00 01 00 00 00 78 56 34 12              ........xV4.

IpModem: Closing connection.
BulkWrite to endpoint 0x3:
    00000000: 00 00 00 00 b0 00 00 00 00 00 00 00 00 c2 01 00  ................
    00000010: 7d ef e2 3e 75 87 b9 58 78 56 34 12              }..>u..XxV4.

BulkWrite to endpoint 0x3:
    00000000: 00 00 00 00 20 00 00 00 03 00 00 00 00 c2 01 00  .... ...........
    00000010: 7d ef e2 3e 75 87 b9 58 78 56 34 12              }..>u..XxV4.

BulkWrite to endpoint 0x3:
    00000000: 00 00 00 00 30 00 00 00 00 00 00 00 00 c2 01 00  ....0...........
    00000010: 7d ef e2 3e 75 87 b9 58 78 56 34 12              }..>u..XxV4.

BulkWrite to endpoint 0x3:
    00000000: 01 00 00 00 00 00 00 00 78 56 34 12              ........xV4.

IPModem: Close Read Timeout
IPmodem: Closed!
usb_release_interface(0x1b4ce70, 0x0)
usb_close(0x1b4ce70)

I have the full pppd and pppob logs if required.

I'm using version 17.1 and the supplied barry-verizon script and chat.

Cheers,
Eddie
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel
Chris Frey | 5 Apr 2013 23:25

Branch 0.19.0 merged, 0.18.x created

Now that 0.18.4 is out, I've merged the v0.19.0 development branch into
master, which includes all of Toby Gray's changes from a few months ago.

I've also opened branch v0.18.x for bugfixes on the 0.18 tree, which I
hope will be minor.

Enjoy,
- Chris

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
Chris Frey | 5 Apr 2013 22:45

Barry Desktop version 0.18.4 released

The Barry development team is pleased to announce the release of
version 0.18.4.  Source and binary packages are available for immediate
download at the URLs below.

Barry is an Open Source application that provides a Desktop GUI,
synchronization, backup, restore, program management, and raw channel
support for BlackBerry devices.  Unfortunately, Barry does not yet
support the new Z10 devices.

Barry is primarily developed on Linux, but is intended as a cross platform
library and application set, targeting Linux, BSD, 32/64bit, and
big/little endian systems.  The command line utilities have been reported
to work on Mac OSX and Windows using Cygwin and libusb.

What's New?
-----------

This is mostly a maintenance release, which includes:

        * New barry-doc package which includes the html user docs

        * Improvements in translation support: French and partial Spanish

        * Fixes to pppob (modem support), fixing potential hangs on shutdown,
          and including a fix from Kurt for Bold 9930 modem timeouts.  Also
          pty support was added, with the -t option.

        * New ppp chatscript for eMobile Ireland

        * Fixed device renaming bug in Desktop

        * Fixed incorrect handling of vformat line endings when syncing and
          using MIME formats

        * Small library fixes, such as BXEXPORT for DataQueue library class

        * Added serial number option (-s) to bidentify

        * Added Evolution 3.6 support to EvoSources.cc

        * Added support for converting "Calendar - All" databases to MIME

Download:
---------

Binary packages (32 and 64bit) and sources are available on SourceForge for
the following distros:

        Debian stable (squeeze)
        Ubuntu 10.04, 11.04, 11.10, 12.04
        Fedora 14, 16

        http://sourceforge.net/projects/barry/files/barry/barry-0.18.4/

Apt Repository:
---------------

NOTE! Due to SourceForge headers, many versions of apt-get will fail to
download packages.  The workaround is described here:

        http://www.netdirect.ca/software/packages/barry/installdebian.php

Due to this unsolved bug, barry-latest has not been updated to 0.18.4,
so as not to cause unexpected errors in people's upgrade path.  To upgrade
to 0.18.4, use the specific version URL below, and follow the workaround
documented in the "installdebian.php" link above.

Apt users can install Barry by adding the following to sources.list:

        deb http://download.barry.netdirect.ca/barry-0.18.4/ squeeze main

Replace "squeeze" with ubuntu1004, ubuntu1104, ubuntu1110, or ubuntu1204
as needed.  The GPG key can be found on the public key servers.
Its fingerprint is:

        82DE DE11 74C1 0EA7 C55D  5679 3B52 35AE B6C2 250E

Yum Repository:
---------------

Fedora users can create a new barry.repo file in /etc/yum.repos.d/ with
the following contents:

        [Barry]
        name=Barry for Fedora $releasever - $basearch
        failovermethod=priority
        baseurl=http://download.barry.netdirect.ca/barry-latest/dists/fedora$releasever/i686/
        enabled=1
        metadata_expire=7d
        gpgcheck=1
        gpgkey=http://download.barry.netdirect.ca/barry-latest/dists/fedora$releasever/i686/RPM-GPG-KEY-barry

        [Barry-source]
        name=Barry sources for Fedora $releasever - Source
        failovermethod=priority
        baseurl=http://download.barry.netdirect.ca/barry-latest/dists/fedora$releasever/source-i686/
        enabled=1
        metadata_expire=7d
        gpgcheck=1
        gpgkey=http://download.barry.netdirect.ca/barry-latest/dists/fedora$releasever/source-i686/RPM-GPG-KEY-barry

Documentation:
--------------

The Barry documentation is available online at the usual place:

        http://netdirect.ca/barry

Please report any bugs or problems you have to the barry-devel mailing list.
Also, please report which features you are most interested in.

Enjoy!

CREDITS:

Contributors in this release: (alphabetical order by last name)
        Cesar Ballardini                - Spanish translation
        Nicolas CARRIER                 - French translation
        Mark Ellis                      - MIME fix on QUOTED-PRINTABLE lines
        Toby Gray                       - initial support for WinCE (see git
                                          branch v0.19.0 for his full patches)
        Kurt                            - Bold 9930 ipmodem timeout fix
        Bill Paul                       - notes on running on FreeBSD
        Nicolas VIVIEN                  - Calendar - All MIME support
        Bojan Vondra                    - Desktop string fix

ChangeLog:
----------

Bill Paul (1):
      contrib: added notes on running pppob on FreeBSD

Bojan Vondra (1):
      desktop: fixed ambiguous string arguments

Cesar Ballardini (3):
      gui: added Spanish translation for barrybackup
      Added Spanish translation for main barry.pot
      A couple of typo fixes on barry-backup-es.po

Chris (1):
      gui: tweaked some gettext strings, and updated barry-backup.pot

Chris Frey (130):
      Barry version 0.18.3-2 (debian)
      Revert "Revert "debian: added support for hardened builds""
      Barry version 0.18.3-3, debian sid release
      debian: fixed build-dep order for autopoint (Closes #676321)
      Updated AUTHORS file
      debian: fixed dependency on ppp for kfreebsd (Closes: #678233)
      debian: made the changelog more verbose as per intrigeri's feedback
      Merge commit 'barry-0.18.3-5'
      Barry version 0.18.4
      maint: abi: add <defines> section to test Barry without error
      doc: added sample make-redirect.sh command lines to ReleaseChecklist.txt
      maint: updated make-yum.sh to remind me of rpmsign config change
      maint: added gksu and beesu to depscripts
      doc: updates to the main page, dependency page, and install pages
      maint: sign debian source package files (.dsc)
      maint: create debian source packages without any pre-generated files
      tools: pppob: fixed ProcessStdin() to handle read() errors
      doc: continued updates to www documentation, including git build instructions
      doc: updated ReleaseChecklist.txt
      maint: removed fedora14 and added fedora17 for 64bit builds
      maint: removed fedora14 and added fedora17 for 32bit builds
      doc: added documentation for the Desktop GUI, as well as other updates
      doc: added link to Bill Paul's FreeBSD ppp notes to the requirements doc
      doc: updated root directory text files (NEWS, README, TODO)
      doc: fixed image HTML generation to use createImageEx() instead of hardcoded
      doc: highlighted that syncing should now be done with the GUI
      tools: added pty support to pppob, with the -t option
      man: updated pppob manpage with -t option
      test: added ptyio to help with testing pppob -t
      desktop: fixed inconsistency between multiple device renames
      debian: added barry-doc package containing html user docs (Closes: #582190)
      rpm: updated barry.spec to include spanish translations
      doc: added correction to debian package removal, now that barry-doc exists
      debian: moved barry-backup.mo from barry-util package to barrybackup-gui
      po: fixed missing charset in po/es.po
      debian: fixed lintian binary-control-field-duplicates-source for barry-doc
      debian: fixed lintian debhelper-but-no-misc-depends for barry-doc
      debian: added doc-base control file for barry-doc package
      debian: fixed spelling mistake in control file
      lib: fixed unused variable warnings when compiling without __DEBUG_MODE__
      udev: removed udev/69-blackberry.rules which used ACL_MANAGE
      rpm: removed BuildRequires lines from barry.spec
      rpm: added --with kdesu option to barry.spec
      maint: use kdesu on openSUSE binary package builds
      maint: run rpmclean separately, in hope for the day when -j16 is possible again
      desktop: reduce some string copying in favour of _T() strings
      Updated AUTHORS file
      po: minor updates to po file headers
      Updated buildgen.sh to remove es.gmo files
      test: modified buildtest.sh to be independent of git working tree
      test: allow buildtest.sh to accept any branch on command line
      desktop: string conversion to support i18n
      test: make it obvious which branch we're testing
      desktop: gettextize'ing the desktop code, to extract strings
      Update support files to gettext 0.18.1 from 0.17
      desktop: the desktop code gets its own m4 directory now that i18n begins
      desktop: source files are in UTF-8, so xgettext needs to be told
      desktop: implement the _W() macro
      desktop: added initial .pot and .po files
      desktop: added wxLocale initialization to barrydesktop GUI
      Updated buildgen.sh with new gettext 0.18.1 files that need removal
      desktop: split wxi18n.h and i18n.h more strictly
      desktop: split libosyncwrap's strings into its own text domain (barryosyncwrap)
      debian: added barrydesktop.mo and barryosyncwrap.mo files for Desktop
      rpm: added barrydesktop.mo and barryosyncwrap.mo files for Desktop
      desktop: minor tweaks, and test strings added for barryosyncwrap text domain
      test: added po-osyncwrap to final diff in buildtest.sh
      Updates to the buildgen.sh scripts to cleanup po files and gettext stuff
      desktop: removed hardcoded text from buttons in prep for i18n
      desktop: added basic support for i18n text drawing on buttons
      desktop: changed PNGButton to use final versions of buttons
      desktop: narrow the available space for button label text
      desktop: use more aggressive font resizing for long i18n button names
      desktop: added French test strings in po
      desktop: support i18n in text of splash screen
      maint: for opensuse builds, use the binary-meta opensuse target
      maint: fixed boneheaded typo (sigh)
      desktop: po*: added TRANSLATORS comment tag, to explain some strings in code
      desktop: improved many disconnected GUI strings for translation
      desktop: added string_vprintf() and improved translatable strings in os22.cc
      desktop: removed unused headers from Makefile.am
      desktop: improved translatable strings in os40.cc and osconfig.cc
      desktop: updated po and po-osyncwrap files with the new improved strings
      desktop: updated images/Makefile.am with scanning.xcf
      maint: added abi checker .xml file for 0.18.4
      lib: fix the other incorrect return values in while loops as well
      lib: changed asserts to exceptions, to guarantee these are never used
      lib: fixed const qualifier compile error in usbwrap_libusb.cc
      lib: removing casts where possible
      lib: trim.h: make wrapper function inline, put in namespace, and keep std::
      lib: switch new Data class constants to #defines to preserve ABI compatibility
      lib: added gettext support
      lib+tools: updated strings to support i18n translations
      po: added gettext support to each opensync plugin, with string changes
      debian: added .mo files to plugin binary packages
      rpm: added .mo files for both plugins
      doc: updated ReleaseChecklist.txt
      po: updated Makevars to include TRANSLATORS tag, and UTF-8 sources
      po: updated .pot and .po files project-wide
      tools: added missing i18n initialization calls to: bio,btarcmp,btardump,bwatch
      desktop lib: added gettext initialization code to libosyncwrap's APISet
      os4x: fixed spelling mistake in string
      os22: added setlocale() in os22 plugin init
      po: set all .pot and .po files to use charset=UTF-8 by default
      po: ran the new files through make update-po, which tends to reformat slightly
      Updated AUTHORS
      desktop (fr): fixed button text and button text size warning message
      po desktop: ran po files through 'make update-po'
      lib: added DBNamesOnlyParser
      tools: bio: added -T option to dump output mode, displaying only database names
      ppp: added chatscripts for eMobile Ireland
      debian: added emobile ppp chatscripts
      rpm: added emobile ppp chatscripts
      po: updated for bio's new -T command line argument
      lib: added Device::GetSimpleSerialNumber() API
      tools: added -s switch (usb serial number) to bidentify
      desktop: removed unused dynamic loading code from EvoSources.cc
      desktop: added parent window argument to various wxMessageBox() calls
      desktop: added Evolution3.6 support to EvoSources.cc
      desktop: cleaned up blistevo output
      desktop: added e-d-s version check workaround
      doc: added workaround docs for debian apt's 360 char limit bug and sourceforge
      doc: clarified that there is no support for the new Z10
      doc: added small notes about lack of Z10 support
      doc: clarified the upldif.1 manpage based on feedback from YuGiOhJCJ
      Bumped a few more version numbers and updated Debian changelog
      Ran 'make update-po' on all po directories
      debian: fixed typo
      doc: more minor updates to ReleaseChecklist.txt
      debian: avoid misleading users: no opensync support in Debian, only upstream

Kurt (1):
      lib: ignore timeout in ipmodem start packet

Mark Ellis (1):
      Fixed incorrect handling of end of QUOTED-PRINTABLE lines

Nicolas CARRIER (12):
      po: french translation for open-sync plugin
      po: french translation for open-sync 0.4x plugin
      po: french translation for gui
      po: french translation for desktop opensyncwrap
      po: french translation for desktop
      po: french general translation
      po: french documentation for new -T flag
      po: removed opensync 0.4x undue fuzzy flags
      po: desktop: minor translation fixes
      po: fixed "using" translated as "usage"
      doc: use %.0s to skip "th" suffix rather than skipping %s
      lib: minor: remove undue "mode" in Browser Identity string

Nicolas VIVIEN (1):
      Convert "Calendar - All" to mime

Toby Gray (21):
      lib: Adding missing BXEXPORT declaration to data queue class, as it does need to be exported.
      lib: Renaming 'interface' parameter to 'iface'.
      lib: Fixing checking for incorrect return value in while loop.
      lib: Adding DEBUG_ONLY macro for parameters only used in debug builds.
      lib: Adding support for Windows export and import statements.
      lib: Adding missing header includes needed by WinCE
      lib: Adding WinCE support to platform headers.
      tool: Make breset call set configuration on Windows platforms as this helps in the resetting.
      lib: Fixing ThreadTimeout implementation for Windows to correctly calculate seconds since theUunix epoc.
      lib: Adding explicit private default constructors to classes which shouldn't be created using them.
      lib: Adding declarations of private members which should never be referenced.
      lib: Changing std::auto_ptr to const std::auto_ptr where needed.
      lib: Adding explicit default constructor for JLDirectoryEntry.
      lib: Splitting up configfile.cc to contain Unix and Windows support in separate source files.
      lib: Fixing various warnings from the Visual Studio compiler about implicit casts between integer types.
      lib: Only use 'using operator=' if the compiler supports it.
      lib: Adding support for location of getopt in WinCE.
      lib: Restructuring trim.h to work with implementations of isspace which are a macro (such as WinCE).
      lib: Moving default Barry::Data size into constants.
      lib: Fixing incorrect forward declaration of ProbeResult as a struct, it's really a class.
      lib: Changing reference to Pin as a struct to a class, as it is a class.

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
William Campbell | 26 Mar 2013 21:00
Picon

Can't tether 9600 Blackberry

Any suggestions would be helpful.  I have included the logs.  It seems to die in IPModem right after accepting the password on the first re-try to send the Start Response.

I'm running linuxmint 14 (ubuntu 12.10) and using the latest 64bit binaries for barry.

Attached are the logs.

Thanks!

--

God bless you,
William
Attachment (pppd.log): application/octet-stream, 1216 bytes
Attachment (pppob.log): application/octet-stream, 10 KiB
Attachment (btool.out): application/octet-stream, 9 KiB
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel
Nicolas | 11 Mar 2013 14:22
Picon
Favicon

bio tool & calendar - all & mime

Hi,

A small patch to permit to convert "Calendar - All" to mime file with
bio command line tool.

Regards,

Nicolas

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel
YuGiOhJCJ Mailing-List | 19 Feb 2013 17:54
Favicon

upldif hangs

Hello,

This is what happened when I try to dump my contacts with upldif:
"$ sudo upldif -v

"
The program hangs.
My objective is to dump my contact list from the SIM card.

I have a BlackBerry 8900 Curve.
And other Barry Project programs work correctly with it:
$ bjavaloader 
missing command
bjavaloader - Command line USB Blackberry Java Loader
        Copyright 2008-2009, Nicolas VIVIEN.
        Copyright 2005-2012, Net Direct Inc. (http://www.netdirect.ca/)
        Using: Barry library version 0.18.3 (little endian)
$ sudo bjavaloader deviceinfo
Hardware Id:     0x84001503
PIN:             0x2625c92e
OS Version:      0.0.0.0
VM Version:      4.6.1.133
Radio ID:        0x0
Vendor ID:       302
[...]

Is it me who use incorrectly the upldif program or a bug ?

Thank you.
Regards.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
John Stoffel | 31 Jan 2013 04:52

postalAddress corrupt on read from BB9700


Hi all,

I'm trying to extract my Contacts from a BB Bold 9700 running 6.0
Bundle 2342 (v6.0.0.526, Platform 6.6.0.195).  I'm running on Ubuntu
12.04 using barry 0.15 from the repositories.  This is a test BB I'm
using, since my main BB has a strange contacts corruption, with two
seperate categories of "Unknown".  Completely annoying.

Anyway, So I got the newest version from git, which reports itself as
0.18.4 and tried again using btool and I get the output corrupted as
well.  I've appended the output of one record when using the -v
option.  I generated it like this:

  > barry/tools/btool -v -c 'Address Book - All' > contacts-2013-01-30.ldif.0.18.4

All I want is to get this into vCard format so I can import them into
Exchange and push them back out to my BB in a clean way.  Any suggestions?

Thanks,
John

BulkWrite to endpoint 0x2:
    00000000: 06 00 07 00 41 00 00                             ....A..

Socket::Receive: Endpoint 2
Received:
    00000000: 00 00 0c 00 13 06 01 00 21 00 00 00              ........!...

Socket::Receive: Endpoint 2
Received:
    00000000: 06 00 04 04 60 01 44 00 1c 00 19 4c 4a 26 01 08  ....`.D....LJ&..
    00000010: 00 20 4d 69 63 68 65 6c 65 00 06 00 20 41 64 6d  . Michele... Adm
    00000020: 61 6e 00 05 00 21 54 41 45 43 00 b4 05 4d ff d8  an...!TAEC...M..
    00000030: ff db 00 84 00 08 06 06 07 06 05 08 07 07 07 09  ................
    00000040: 09 08 0a 0c 14 0d 0c 0b 0b 0c 19 12 13 0f 14 1d  ................
    00000050: 1a 1f 1e 1d 1a 1c 1c 20 24 2e 27 20 22 2c 23 1c  ....... $.' ",#.
    00000060: 1c 28 37 29 2c 30 31 34 34 34 1f 27 39 3d 38 32  .(7),01444.'9=82
    00000070: 3c 2e 33 34 32 01 09 09 09 0c 0b 0c 18 0d 0d 18  <.342...........
    00000080: 32 21 1c 21 32 32 32 32 32 32 32 32 32 32 32 32  2!.!222222222222
    00000090: 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32  2222222222222222
    000000a0: 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32  2222222222222222
    000000b0: 32 32 32 32 32 32 ff c4 01 a2 00 00 01 05 01 01  222222..........
    000000c0: 01 01 01 01 00 00 00 00 00 00 00 00 01 02 03 04  ................
    000000d0: 05 06 07 08 09 0a 0b 01 00 03 01 01 01 01 01 01  ................
    000000e0: 01 01 01 00 00 00 00 00 00 01 02 03 04 05 06 07  ................
    000000f0: 08 09 0a 0b 10 00 02 01 03 03 02 04 03 05 05 04  ................
    00000100: 04 00 00 01 7d 01 02 03 00 04 11 05 12 21 31 41  ....}........!1A
    00000110: 06 13 51 61 07 22 71 14 32 81 91 a1 08 23 42 b1  ..Qa."q.2....#B.
    00000120: c1 15 52 d1 f0 24 33 62 72 82 09 0a 16 17 18 19  ..R..$3br.......
    00000130: 1a 25 26 27 28 29 2a 34 35 36 37 38 39 3a 43 44  .%&'()*456789:CD
    00000140: 45 46 47 48 49 4a 53 54 55 56 57 58 59 5a 63 64  EFGHIJSTUVWXYZcd
    00000150: 65 66 67 68 69 6a 73 74 75 76 77 78 79 7a 83 84  efghijstuvwxyz..
    00000160: 85 86 87 88 89 8a 92 93 94 95 96 97 98 99 9a a2  ................
    00000170: a3 a4 a5 a6 a7 a8 a9 aa b2 b3 b4 b5 b6 b7 b8 b9  ................
    00000180: ba c2 c3 c4 c5 c6 c7 c8 c9 ca d2 d3 d4 d5 d6 d7  ................
    00000190: d8 d9 da e1 e2 e3 e4 e5 e6 e7 e8 e9 ea f1 f2 f3  ................
    000001a0: f4 f5 f6 f7 f8 f9 fa 11 00 02 01 02 04 04 03 04  ................
    000001b0: 07 05 04 04 00 01 02 77 00 01 02 03 11 04 05 21  .......w.......!
    000001c0: 31 06 12 41 51 07 61 71 13 22 32 81 08 14 42 91  1..AQ.aq."2...B.
    000001d0: a1 b1 c1 09 23 33 52 f0 15 62 72 d1 0a 16 24 34  ....#3R..br...$4
    000001e0: e1 25 f1 17 18 19 1a 26 27 28 29 2a 35 36 37 38  .%.....&'()*5678
    000001f0: 39 3a 43 44 45 46 47 48 49 4a 53 54 55 56 57 58  9:CDEFGHIJSTUVWX
    00000200: 59 5a 63 64 65 66 67 68 69 6a 73 74 75 76 77 78  YZcdefghijstuvwx
    00000210: 79 7a 82 83 84 85 86 87 88 89 8a 92 93 94 95 96  yz..............
    00000220: 97 98 99 9a a2 a3 a4 a5 a6 a7 a8 a9 aa b2 b3 b4  ................
    00000230: b5 b6 b7 b8 b9 ba c2 c3 c4 c5 c6 c7 c8 c9 ca d2  ................
    00000240: d3 d4 d5 d6 d7 d8 d9 da e2 e3 e4 e5 e6 e7 e8 e9  ................
    00000250: ea f2 f3 f4 f5 f6 f7 f8 f9 fa ff c0 00 11 08 00  ................
    00000260: 60 00 48 03 01 11 00 02 11 01 03 11 01 ff da 00  `.H.............
    00000270: 0c 03 01 00 02 11 03 11 00 3f 00 e2 9d 86 2b 05  .........?....+.
    00000280: 6e 84 5a e4 2c 46 7a d5 34 ac 1c b6 dc 6b 6d 22  n.Z.,Fz.4....km"
    00000290: a5 30 69 5c 44 23 b1 a0 34 7b 12 67 8a 95 a3 b1  .0i\D#..4{.g....
    000002a0: 49 db 46 2e 79 a7 e4 1c af b8 c9 0e 05 17 be 83  I.F.y...........
    000002b0: d3 a9 4d 9b 93 5a ec 44 86 82 31 83 4b 42 53 ee  ..M..Z.D..1.KBS.
    000002c0: 5d de 4d 4b 49 31 de c8 61 34 f7 43 bf 41 ac 71  ].MKI1..a4.C.A.q
    000002d0: 49 6e 1a bd 1e c0 99 15 4e d7 12 d0 97 38 e6 b3  In......N....8..
    000002e0: 72 5d 06 da 4c 50 7b 8e b4 b6 2d 34 b6 23 91 b2  r]..LP{...-4.#..
    000002f0: 39 a4 97 52 6e a4 ca 65 b0 4d 6f 17 74 1b 68 86  9..Rn..e.Mo.t.h.
    00000300: 16 c9 eb 4d ab 19 fa 9b 22 d2 43 d1 6b 0e 65 d4  ...M....".C.k.e.
    00000310: d5 6b a3 10 d9 49 d7 6d 38 b4 f4 42 94 34 03 62  .k...I.m8..B.4.b
    00000320: e4 7a 51 cf 1b d8 ab 68 02 cd 87 5a 39 af b0 f9  .zQ....h...Z9...
    00000330: 7b 8a d6 ec 07 35 09 ab 89 6a 42 51 81 3e 95 a5  {....5...jBQ.>..
    00000340: d0 b6 d0 85 fa 13 9a 6a c2 4a 25 27 3c f5 ad 21  .......j.J%'<..!
    00000350: 15 6d 05 28 c6 da 0c fe 1e b4 f6 61 a5 8e c9 a7  .m.(.......a....
    00000360: 8d 7a 62 b8 74 b1 aa 49 6a 44 d7 71 8e 01 19 a9  .zb.t..IjD.q....
    00000370: b3 7b 0f a1 13 de 2f b5 54 60 d6 c0 92 b5 c8 5a  .{..../.T`.....Z
    00000380: f5 7d 7b 53 b3 17 4b 10 35 e8 61 d6 a9 c2 cd 58  .}{S..K.5.a....X
    00000390: 7c ca d6 20 7b b1 4f 95 b6 66 ac 57 79 c3 03 d2  |.. {.O..f.Wy...
    000003a0: b4 50 40 e1 67 72 a3 9f 9a ae 1e 44 35 ad c6 1e  .P <at> .gr.....D5...
    000003b0: 95 77 57 05 6b 1a 8d 33 9e fc d6 4a 29 ab a2 ae  .wW.k..3...J)...
    000003c0: 46 64 6f 5a 9e 5e e0 9b ea 35 9d aa b9 6d a8 e4  FdoZ.^...5...m..
    000003d0: ec b4 18 77 67 ad 1c 89 a0 d9 6a 30 e7 3c f4 a7  ...wg.....j0.<..
    000003e0: b1 09 5b 71 a4 1f ce a9 15 e8 34 d0 a2 2b da e3  ..[q......4..+..
    000003f0: 0f 4e 68 4b 51 34 c6 f5 38 cf e1 57 15 62 75 46  .NhKQ4..8..W.buF
    00000400: 91 1c f3 d6                                      ....

Socket::Receive: Endpoint 2
Received:
    00000000: 06 00 7b 02 40 01 b3 e9 a1 49 5f 71 b8 39 3d 73  ..{. <at> ....I_q.9=s
    00000010: 52 da 63 4a e2 32 1c e7 14 d4 fa 03 4d 88 c8 4f  R.cJ.2......M..O
    00000020: 6a 4a 45 59 8d d8 79 e2 9f 3a 46 62 79 66 97 3b  jJEY..y..:Fbyf.;
    00000030: 1e bb 0d f2 8e 39 a4 e4 34 ad b8 d6 8b 8f e9 49  .....9..4......I
    00000040: 49 b6 1a ee 84 11 60 03 57 19 eb a8 d7 99 b5 e4  I.....`.W.......
    00000050: 8c f4 15 87 3a b5 8b b0 d3 17 38 c5 2b 83 43 4a  ....:.....8.+.CJ
    00000060: 0e 9d 69 a9 05 86 95 00 f4 a3 de 77 01 85 46 0d  ..i........w..F.
    00000070: 09 30 69 6c 34 af e5 4d 4c 12 63 4e 07 18 a7 76  .0il4..ML.cN...v
    00000080: d6 80 ef d0 66 28 8b 61 ae c3 48 e2 9e a8 2e cd  ....f(.a..H.....
    00000090: 62 47 38 ae 7b 15 d6 e3 09 cd 52 56 07 ab 18 c4  bG8.{.....RV....
    000000a0: 55 0a c9 0c 27 e9 49 37 d0 1e bb 11 f6 26 ab 99  U...'.I7.....&..
    000000b0: ec 84 90 cd dd 69 b8 df 71 25 71 86 a9 34 82 56  .....i..q%q..4.V
    000000c0: 10 9c 66 a2 ee fa 8e fd c6 55 4a 42 d9 1a 45 b9  ..f......UJB..E.
    000000d0: 35 96 c8 6a db 0d 2c 3d 45 38 d9 96 9a 5a 31 8c  5..j..,=E8...Z1.
    000000e0: e3 d6 92 ba 25 34 88 cb 82 38 aa 7a 07 9a 18 5d  ....%4...8.z...]
    000000f0: 71 d6 84 db 0d 08 cb 81 54 bc c5 a0 9e 62 f4 e9  q.......T....b..
    00000100: 4b cc 13 d4 61 90 0e 3d 69 c5 73 0a 4d 21 ad 20  K...a..=i.s.M!. 
    00000110: c5 2b a1 4b ba 2d 19 88 15 2a cf 72 ec 47 e7 72  .+.K.-...*.r.G.r
    00000120: 79 ab e5 d0 6f b8 c6 97 8e 2a 35 ea 26 b4 19 bc  y...o....*5.&...
    00000130: f3 5a a6 9a 13 8e 82 79 9c 52 6a db 05 f4 b0 dd  .Z.....y.Rj.....
    00000140: d9 e8 79 a7 f2 0b 5f 71 9b f3 d3 a7 ad 1c ab a8  ..y..._q........
    00000150: ec 96 83 49 ce 71 42 d3 66 29 24 34 92 29 f5 b1  ...I.qB.f)$4.)..
    00000160: 36 65 b2 6a 2d d8 d1 6f a8 d2 78 22 a7 a8 3b 34  6e.j-..o..x"..;4
    00000170: 30 9e 95 a2 d1 58 51 42 12 09 a9 49 a2 ad a5 c4  0....XQB...I....
    00000180: a1 cd dc 80 18 c9 ab bd f6 2a e3 40 18 38 35 37  .........*. <at> .857
    00000190: 04 86 e3 9a 6a db 8b 97 50 ea 7d a9 29 04 9a 44  ....j...P.}.)..D
    000001a0: fd ba 73 49 d9 31 b5 d4 69 38 a2 31 bb 10 8c 78  ..sI.1..i8.1...x
    000001b0: a6 fc 87 a2 42 12 2a 92 76 d4 94 b5 d4 69 6f 4a  ....B.*.v....ioJ
    000001c0: 5c a8 1e 9b 20 ce 07 43 51 cb 76 55 fb 08 0e 01  \... ..CQ.vU....
    000001d0: e2 87 1b 0b 9b a0 9b 8d 68 a1 6d 41 ec 26 69 59  ........h.mA.&iY
    000001e0: 09 58 ff d9 08 00 54 24 88 91 3e 63 17 8d bc 04  .X....T$..>c....
    000001f0: 00 55 19 4c 4a 26 20 00 01 6d 69 63 68 65 6c 6c  .U.LJ& ..michell
    00000200: 65 2e 61 64 6d 61 6e 40 74 61 65 63 2e 74 6f 73  e.adman@...
    00000210: 68 69 62 61 2e 63 6f 6d 00 0f 00 06 31 2d 39 31  hiba.com....1-91
    00000220: 39 2d 38 35 34 2d 32 39 38 32 00 0f 00 08 31 2d  9-854-2982....1-
    00000230: 39 31 39 2d 32 37 34 2d 39 38 32 32 00 14 00 23  919-274-9822...#
    00000240: 33 31 32 30 20 48 69 67 68 77 6f 6f 64 73 20 42  3120 Highwoods B
    00000250: 6c 76 64 00 0a 00 24 53 75 69 74 65 20 31 30 38  lvd...$Suite 108
    00000260: 00 08 00 26 52 61 6c 65 69 67 68 00 03 00 27 4e  ...&Raleigh...'N
    00000270: 43 00 06 00 28 32 37 36 30 34 00                 C...(27604.

# Contact 0x264a4c19, Michele Adman
dn: cn=Michele Adman,Address Book - All
cn: Michele Adman
displayName: Michele Adman
givenName: Michele
l: Raleigh
mail: michelle.adman@...
mobile: 1-919-274-9822
o: TAEC
postalAddress:: MzEyMCBIaWdod29vZHMgQmx2ZApTdWl0ZSAxMDgKUmFsZWlnaCBOQyAKMjc2MDQ=
postalCode: 27604
sn: Adman
st: NC
street: 3120 Highwoods Blvd
telephoneNumber: 1-919-854-2982
objectClass: inetOrgPerson

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
Chris Frey | 23 Nov 2012 18:58

Re: Regarding email's date and time conversion.

On Fri, Nov 23, 2012 at 06:20:15AM +0000, tgeek.in@... wrote:
> Hi,
> 
> How do barry convert email received date and time value to actual datetime.
> 
> For eg:
> Date value = 7718 and Time value = 36967.

Take a look at src/time.cc and src/r_message* and friends.

- Chris

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
Eddy Castillo | 22 Nov 2012 20:09
Picon

Getting usb serial number string descriptor

Hi all,


Currently I'm working on a program to get a file with a lot of information on BB devices using Barry. When I try to get the usb serial number (usb device serial number not imei) I can get the iSerialNumber index (on DeviceDescriptor) but when I try to get the string descriptor using the usb_get_string_simple function I get a segmentation fault every time.

Do you know what is the correct way to get this information?


Best Regards,


--
Eddy Castillo
Statistics, Process Reengineering and Sofware Development Consultant
Mobile:             +52 (899) 214 5631
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel
Tech Geek | 23 Oct 2012 12:39
Picon

Regarding barry's password hashing.

Hi,

I am curious to know about barry's password hashing. How does hashing is done and which algo is used ?

Thanks

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel

Gmane