Re: [Barry-devel] Getting usb serial number string descriptor

2012-11-23 Thread Eddy Castillo
Thanks Chris, I've seen my mistake, it is working now. Thank you very much! BR 2012/11/22 Chris Frey > On Thu, Nov 22, 2012 at 01:09:23PM -0600, Eddy Castillo wrote: > > Hi all, > > > > Currently I'm working on a program to get a file with a lot of > information > > on BB devices using Barry

Re: [Barry-devel] Regarding email's date and time conversion.

2012-11-23 Thread Chris Frey
On Fri, Nov 23, 2012 at 06:20:15AM +, tgeek...@gmail.com 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