[android-porting] Re: Browser download hangs

2009-10-29 Thread Jean-Baptiste Queru
The download manager follows the state of connectivity quite closely (more so than most apps), so if there's an issue in the way connectivity is reported to apps, the download manager tends to be the first one to show symptoms. Check isNetworkAvailable() at http://android.git.kernel.org/?p=platfo

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jesper Nordenberg
I use an ethernet cable and USB adapter as connection to the Internet, so there's no modem involved. Can that be the cause of the problem? /Jesper Nordenberg On Oct 29, 3:26 pm, Jean-Baptiste Queru wrote: > The download manager follows the state of connectivity quite closely > (more so than mos

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jean-Baptiste Queru
If the connectivity manager stays unmodified and only tracks connections over cell and wifi, yeah, that'd explain. JBQ On Thu, Oct 29, 2009 at 9:00 AM, Jesper Nordenberg wrote: > > I use an ethernet cable and USB adapter as connection to the Internet, > so there's no modem involved. Can that be

[android-porting] Re: Browser download hangs

2009-10-29 Thread Prabhu Srivastava
I have got brower working on beagle board with different setup; Could you please share log from adb shell? Thanks Prabh --- On Thu, 10/29/09, Jesper Nordenberg wrote: > From: Jesper Nordenberg > Subject: [android-porting] Re: Browser download hangs > To: "android-porting"

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jesper Nordenberg
29/09, Jesper Nordenberg wrote: > > > From: Jesper Nordenberg > > Subject: [android-porting] Re: Browser download hangs > > To: "android-porting" > > Date: Thursday, October 29, 2009, 9:00 AM > > > I use an ethernet cable and USB adapter as connection

[android-porting] Re: Browser download hangs

2009-10-30 Thread Jesper Nordenberg
Thanks, a small patch of Helpers.java worked fine :) /Jesper Nordenberg On Oct 29, 3:26 pm, Jean-Baptiste Queru wrote: > The download manager follows the state of connectivity quite closely > (more so than most apps), so if there's an issue in the way > connectivity is reported to apps, the dow