Re: [mono-android] using emulator to test webclient

2011-12-02 Thread Miljenko Cvjetko
Hi On 2011.12.02 12:21, John Murray wrote: Hi Mel Tried to respond but had some problems with ximian because of ??? No. Could be our DNS. I had to move servers physically (everybody is saving money over here) and change IPs, so the best bet is that I messed something up. We'll try to solve t

Re: [mono-android] using emulator to test webclient

2011-12-02 Thread John Murray
Hi Mel Tried to respond but had some problems with ximian because of ??? Yes it would be useful to have a look at you windows .cs files Many thanks for your efforts John Murray ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUB

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread Wally McClure
om > Date: Tue, 29 Nov 2011 19:29:51 -0500 > To: j...@murray.gb.com; monodroid@lists.ximian.com > Subject: Re: [mono-android] using emulator to test webclient > > On Nov 29, 2011, at 6:14 PM, John Murray wrote: > > I find the emulator excruciatingly slow on an i5 machine with

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread Jonathan Pryor
On Nov 29, 2011, at 6:14 PM, John Murray wrote: > I find the emulator excruciatingly slow on an i5 machine with 4gb ram win 7 > Any comments - ideas on speeding it up ? I run the emulator on a 2.2GHz i7 with 8GB RAM (MBP 15", OS X 10.7 Lion), and find it to be slow...but not excruciatingly slow (

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread John Murray
Sent: 29 November 2011 19:21 To: j...@murray.gb.com; Discussions related to Mono for Android Subject: Re: [mono-android] using emulator to test webclient 2 things to check: - Make sure your application requests the INTERNET permission so it can access the internet. - Sometimes people use 127.0.0.1 or

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread Wally McClure
m > Date: Tue, 29 Nov 2011 14:06:36 -0500 > To: j...@murray.gb.com; monodroid@lists.ximian.com > Subject: Re: [mono-android] using emulator to test webclient > > On Nov 29, 2011, at 6:56 AM, John Murray wrote: > > At a risk of being flamed J for asking a noobie question but a qu

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread Jonathan Pobst
2 things to check: - Make sure your application requests the INTERNET permission so it can access the internet. - Sometimes people use 127.0.0.1 or localhost in their code, which doesn't work when running on a device with its own IP address. Make sure you are using the network addressable IP

Re: [mono-android] using emulator to test webclient

2011-11-29 Thread Jonathan Pryor
On Nov 29, 2011, at 6:56 AM, John Murray wrote: > At a risk of being flamed J for asking a noobie question but a quick yes or > no would save me an awfull amount of time experimenting > Can one use the emulator to test webclient code – I cant seem to get it to > work I don't see why not, as