Re: [mono-android] Jelly Bean issues

2012-09-05 Thread yair
Obviously, unfortunately they couldn't give it to me :) In any case, I found the problem. Turns out they didn't have anything installed to handle the startactivity (in this case no file browser) and I'm stupid for not handling the exception. Not sure why this didn't cause anybody with an older v

[mono-android] Jelly Bean issues

2012-09-05 Thread yair
= new Intent(Intent.ActionGetContent); chooseFile.SetType("file/*"); StartActivityForResult(chooseFile, 1); Compiled both with 4.2.4 and 4.2.5 Some JB devices have no problems, but I'm not sure what ROM people are using. Is there anything here that could cause a crash? Thanks Yair -- View th

Re: [mono-android] Error where deploying to device

2012-06-06 Thread yair
Jonathan Pobst wrote > > Hey, > > Both of these should be fixed in 4.2.3, which we expect to release later > this week. > > Jonathan > > Ok, thanks! I there anyway I can workaround these errors in the meantime? Yair -- View this message in context: http://

[mono-android] Error where deploying to device

2012-06-06 Thread yair
Hi, I activated mfa yesterday and have a problem I can't seem to overcome. I got the emulator up and running and deploying and debugging work ok in the VS 2010 plugin. My device appears in the device list but after building (any of the template projects) I get popups with errors: one with a depl