Re: [mono-android] IPC and Mono for Android

2012-08-10 Thread Renato Degelo
Thanks.. Seems like i have a lot of options instead of aidl.. i tought aidl is the only option. I will check it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/IPC-and-Mono-for-Android-tp5711168p5711283.html Sent from the Mono for Android mailing list archive at

Re: [mono-android] IPC and Mono for Android

2012-08-03 Thread Renato Degelo
The problem is that i want access this Service from other applications. Is it possible without IPC? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/IPC-and-Mono-for-Android-tp5711168p5711174.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] IPC and Mono for Android

2012-08-03 Thread Renato Degelo
Hi, i have to make a service to synchronize some data in background. I've read that i cannot use a service in the same thread for this purpose, and M4A don't support by default this operation because of the AIDL. So i've researched a little and figured out that i have to write the aidl in java, c

[mono-android] Exception creating instance of a generated type

2012-07-26 Thread Renato Degelo
Hail, my code generates a proxy class using reflection emit. Everything works fine, but when i try to create the instance of the proxy i get an exception. My proxy generator works fine in other project types. Any idea? Thanks Activator.CreateInstance(generatedType, obj, interceptor); Exception:

Re: [mono-android] Exception creating instance of generated type.

2012-07-26 Thread Renato Degelo
Hey Jon... Found the problem... I have 2 orverloaded methods to create proxy, and the one i use in M4A project was broken. The problem is that M4A aren't giving me any exception in the TypeBuilder, for some reason the type was created successfully and when i tryied to instantiate the broken type i

Re: [mono-android] Exception creating instance of generated type.

2012-07-26 Thread Renato Degelo
Hey Jon! You're right, its working with no crash. But if i move the proxy generator to a M4A Library i got the crash. I've modified your project a little, moved the generator to a library and i hope you can see the exception now. http://www.crocko.com/3684F132561B4B8FB6ADAA50219FD2A6/Scratch.Sr

Re: [mono-android] Exception creating instance of generated type.

2012-07-26 Thread Renato Degelo
Hi Jonathan.. I've tested in Mono and it works fine. I've uplaoded a console application sample that shows it running and you can test it in M4A and see the exception. http://www.crocko.com/C7830248DB6B45088C497C91D5BE173F/ProxyTestXamarin.rar Sample Thanks for your help. -- View this messa

[mono-android] Exception creating instance of generated type.

2012-07-26 Thread Renato Degelo
Hail, my code generates a proxy class using reflection emit. Everything works fine, but when i try to create the instance of the proxy i get an exception. My proxy generator works fine in other project types. Any idea? Thanks Activator.CreateInstance(generatedType, obj, interceptor); Exception:

[mono-android] Is it possible to access custom controls outside application bounds?

2012-06-28 Thread Renato Degelo
Hail, im working on two different monodroid projects and i want access a custom control in Project A from Project B. Is it possible? Thanks. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Is-it-possible-to-access-custom-controls-outside-application-bounds-tp57106

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
I've updated my room and got most recent driver and now its working... Thanks for your help. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-4-0-1-APP-Crash-when-debugging-tp5081067p5086076.html Sent from the Mono for Android mailing list archive at Nabbl

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
More information: I was trying debug in an HTC Glacier... Now, i tried debug in an Optimus 2x and everything worked... Semms that its a problem with an specific device. Any sugestions? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-4-0-1-APP-Crash-wh

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-19 Thread Renato Degelo
Aditional detail: When bebuging in the emulator everything seems ok. Some information from log that may help: 12-19 07:59:55.564 W/MonoDroid-Debugger( 8272): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8875,server=y,embedding=

Re: [mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-17 Thread Renato Degelo
Anyone? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDroid-4-0-1-APP-Crash-when-debugging-tp5081067p5083234.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroi

[mono-android] MonoDroid 4.0.1, APP Crash when debugging

2011-12-16 Thread Renato Degelo
Hail, i've just bought MonoDroid... I've created Hello World Application and deployed it in my device. Everything looks ok. But when a breakpoint is reached and i try to see a variable value, my application crashes. Do you know how i solve it? Thx -- View this message in context: http://mono-