Hi,

This mail follows my issue with barrybackup (or opensync plugin) timout.

See the mail :
- Subject : Barry issue
- Data : Sun, 01 Feb 2009 18:11:15 +0100

After several tests and some hair lost !

I have found a solution... But I need your advice and your tests :/

Indeed, I have compared the USB traces from Windows and Barry traces
about the synchronization process. In fact, it concerns the "Desktop"
mode.

With barry, we have : 
  Controller::Desktop)
  RetryPassword(password)
So in USB languages :
  >>> Controller::Desktop)
      00000000: 00 00 18 00 07 ff 00 07 52 49 4d 20 44 65 73 6b
      00000010: 74 6f 70 00 00 00 00 00
  <<<  
      00000000: 00 00 30 00 08 07 00 07 52 49 4d 20 44 65 73 6b
      00000010: 74 6f 70 00 00 00 00 00 00 00 00 00 01 00 04 00
      00000020: 02 00 04 00 03 01 00 00 04 01 00 00 05 10 01 00
  >>> RetryPassword(password)
      00000000: 00 00 08 00 0a 07 00 08
  <<<
      00000000: 00 00 0c 00 13 07 01 00 00 00 00 00
  <<<
      00000000: 00 00 08 00 10 07 00 08

But with RIM's tools, we have :
  >>> Controller::Desktop)
      00000000: 00 00 18 00 07 ff 00 07 52 49 4d 20 44 65 73 6b
      00000010: 74 6f 70 00 00 00 00 00
  <<<  
      00000000: 00 00 30 00 08 07 00 07 52 49 4d 20 44 65 73 6b
      00000010: 74 6f 70 00 00 00 00 00 00 00 00 00 01 00 04 00
      00000020: 02 00 04 00 03 01 00 00 04 01 00 00 05 10 01 00
  <<<
      00000000: 00 00 0c 00 13 07 01 00 00 00 00 00
  >>> RetryPassword(password)
      00000000: 00 00 08 00 0a 07 00 08
  <<<
      00000000: 00 00 08 00 10 07 00 08
  
So I propose a little patch on my website :
http://www.progweb.com/modules/blackberry/opensync-plugin/
to fix this.

Now I haven't timeout ; and all seems OK.

But I can't explain why I need this fix... Is a BlackBerry bug ? 
Is compliant with all BlackBerry (or only my Storm) ?


This patch fixes my issue also for the synchronization process.


Regards,

-- 
Nicolas VIVIEN


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to