Re: [mono-android] Mono for Android 4.2.8 - Problem deploying

2012-10-24 Thread Doug
For what it's worth, I'm using the same version of the both and I also periodically get deployment errors too ("deployment failed"); usually I just restart monodevelop and the problem disappears though. ~ Doug. On Thu, Oct 25, 2012 at 2:45 AM, Matteo Polito wrote: > Hi, > > after updating to the

Re: [mono-android] Mono for Android 4.2.8 - Problem deploying

2012-10-24 Thread Jonathan Pryor
On Oct 24, 2012, at 2:45 PM, Matteo Polito wrote: > after updating to the latest version of Mono for Android I can't deply > application on emulator or device. This is the error message: > > Deployment failed. Internal error > > To deploy and build my application I've to install Mono for Androi

Re: [mono-android] Fastest way to transfer binary data between java/mono

2012-10-24 Thread Igor Russkih
Thanks for help, I'll try this and report back. Igor On Wed, Oct 24, 2012 at 1:37 AM, Jonathan Pryor wrote: > On Oct 23, 2012, at 4:32 AM, Igor Russkih wrote: > > Assume I have my java class, and my cs class. What I want is to transfer > binary data between these two with max performance. >

[mono-android] Mono for Android 4.2.8 - Problem deploying

2012-10-24 Thread Matteo Polito
Hi, after updating to the latest version of Mono for Android I can't deply application on emulator or device. This is the error message: Deployment failed. Internal error To deploy and build my application I've to install Mono for Android 4.2.6. How to solve this issue? I'm using monodevelop 3.0

Re: [mono-android] Weird Exception after update to MA 4.2.8 - might be licence expiration problem

2012-10-24 Thread Jonathan Pryor
On Oct 24, 2012, at 11:37 AM, Miljenko Cvjetko wrote: > I have added MT support and my forks are here -I'm not sure if he has made > pull request yet: > https://github.com/moljac/SuperSocket.ClientEngine This builds for me without error with Mono for Android 4.2.8 on OS X. > https://github.com

Re: [mono-android] Weird Exception after update to MA 4.2.8 - might be licence expiration problem

2012-10-24 Thread Miljenko Cvjetko
Hi Jon On 2012.10.24 17:12, Jonathan Pryor wrote: On Oct 24, 2012, at 5:14 AM, Miljenko Cvjetko wrote: Windows == Visual Studio 2010: Error 18 Exception while loading assemblies: System.IO.FileNotFoundException: Could

Re: [mono-android] Weird Exception after update to MA 4.2.8 - might be licence expiration problem

2012-10-24 Thread Jonathan Pryor
On Oct 24, 2012, at 5:14 AM, Miljenko Cvjetko wrote: > Windows > == > > Visual Studio 2010: > Error 18 > Exception while loading assemblies: System.IO.FileNotFoundException: Could > not load assembly 'SuperSocket.Clien

Re: [mono-android] Changing Folder/File permissions in MfA

2012-10-24 Thread Jonathan Pryor
On Oct 24, 2012, at 3:27 AM, was wrote: > After some xperimentation, I found using: > > $ adb shell cat /data/data/App.AppName/files/appname.db > > to copy the file to the PC results in a slightly larger file that cannot be > opened by the PC's sqlite database (RazorSQL), It could be because `

[mono-android] Weird Exception after update to MA 4.2.8 - might be licence expiration problem

2012-10-24 Thread Miljenko Cvjetko
Hi Last week I have added MonoTouch support to WebSockets, SuperSockets client library. Everything compiled fine (MA, MT and WP). Yesterday I wanted to push it back to github and merge with author's original, but... got stuck with sudden MA compilation error. In the meantime a lot happened:

Re: [mono-android] Changing Folder/File permissions in MfA

2012-10-24 Thread was
After some xperimentation, I found using: $ adb shell cat /data/data/App.AppName/files/appname.db to copy the file to the PC results in a slightly larger file that cannot be opened by the PC's sqlite database (RazorSQL), while the file received using: adb pull /data/data/App.AppName/files/appna