Re: [mono-android] SharedActionProviderDemo

2012-03-06 Thread Wally McClure
Thanks Jon. The uninstall and reinstall did the trick for me in the emulator. Wally > From: j...@xamarin.com > Date: Tue, 6 Mar 2012 15:35:42 -0500 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] SharedActionProviderDemo > > On Mar 6, 2012, at 3:12 PM, W

Re: [mono-android] SharedActionProviderDemo

2012-03-06 Thread Jonathan Pryor
On Mar 6, 2012, at 3:12 PM, Wally McClure wrote: > I'm running in mfa 4.0.4. > > the complete output of the adb command is: > drwxrwxr-x root root 2012-03-06 11:02 files That's the problem: files is owned by root:root, and your app can't write into it. Very weird. :-/ Uninstal

Re: [mono-android] SharedActionProviderDemo

2012-03-06 Thread Wally McClure
Tue, 6 Mar 2012 12:07:45 -0500 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] SharedActionProviderDemo > > On Mar 6, 2012, at 11:35 AM, Wally McClure wrote: > > I'm digging into the shared action provider demo from mike. When I attempt > > to run it on m

Re: [mono-android] SharedActionProviderDemo

2012-03-06 Thread Jonathan Pryor
On Mar 6, 2012, at 11:35 AM, Wally McClure wrote: > I'm digging into the shared action provider demo from mike. When I attempt > to run it on my ics emulator session, I am getting an error on the line > where it creates the new FileStream object: > > string filePath = Path.Combine (new string