Chris Frey | 25 Jun 2012 22:59

Re: barry-0.18.2 patch for BB Bold (9930)

On Sun, Jun 24, 2012 at 06:24:12PM -0400, me4@... wrote:
> Chris:
> 
> I run Gentoo Linux ~x86, and first used barry with the original BB on
> XmBlackberry + barry-0.16,
> later upgrading to a Curve with barry-0.17.x (and -0.18.x as well), and
> now the Bold.
> 
> Patch to fix 'timeout after send passwd':
> 
> File: src/m_ipmodem.cc, lines 172+
> 
> -- m_dev.BulkRead(read_ep, data);
> -- ddout("IPModem: Start Response Packet:\n" << data);
> ++ 		try {
> ++ 			m_dev.BulkRead(read_ep, data);
> ++			ddout("IPModem: Start Response Packet:\n" << data);
> ++		}
> ++		catch( Usb::Timeout &to ) {
> ++			// do nothing on timeouts
> ++			ddout("IPModem: Start Response Timeout");
> ++		}
> 
> Effect of code: allow Timeout response for 'Re-send Start Request'.

Thanks Kurt!  I've created a new branch on repo.or.cz/w/barry.git called
"ipmodemfix".  Would you be able to test this to make sure it fixes your
issue on the Bold?  The line numbers from your patch didn't quite
line up.

(Continue reading)

Chris Frey | 29 Jun 2012 21:55

Re: barry-0.18.2 patch for BB Bold (9930)

On Mon, Jun 25, 2012 at 04:59:47PM -0400, Chris Frey wrote:
> Thanks Kurt!  I've created a new branch on repo.or.cz/w/barry.git called
> "ipmodemfix".  Would you be able to test this to make sure it fixes your
> issue on the Bold?  The line numbers from your patch didn't quite
> line up.

Hi Kurt,

Have you had a chance to test this?  Are you able to build from git, or
do you need a tarball?

Thanks,
- Chris

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Gmane