Re: [mono-android] ZeroConfig in Monodroid

2011-07-21 Thread was
It's ZeroConf of course! Xamarin support advised that it may be possible to use jmDNS in the next update - here's hoping, as my completed Android app is useless without a PC-App file syncing capability. Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.c

Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
Hi Jon, How should I mark a bug private at bugzilla.xamarin.com? I don't see the option at the bug reporting form. We wouldn't like the assembly I'll have to include being publicly available. Thanks in advance, Narcís -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:m

[mono-android] Can't Build Default Application

2011-07-21 Thread cb
I successfully install the JDK, Andorid SDK and Mono for Andoriod, and in VS 2010, I create MonoAndroidApplication1 using the template, I do NOT change anything, just build the solution, then I got the error "Error 1 "Pdb2Mdb.exe" exited with code -2146232576. MonoAndroidApplication1" -- View thi

Re: [mono-android] Lion and MonoTouch/MonoDroid

2011-07-21 Thread Miguel de Icaza
Hey, > > Any real clangers I should be worried about? Thus far I’ve had a few > problems debugging in the simulator (locks up occasionally) but nothing I > haven’t got around… > I experienced that one too. Users of MonoDevelop/master have various other minor problems, like crashes which we have

[mono-android] noob question

2011-07-21 Thread Steven Elliott Jr
Hello, I just got started with Mono for Android and am using the Visual Studio 2010 plugin. I have no problems running the emulator but for the life of me I can't get it to recognize my device. Now, if I go to Eclipse and build a native Android device with the Java SDK it find the device without a

Re: [mono-android] noob question

2011-07-21 Thread Jason Awbrey
have you bought a license? You can't deploy to a device using the evaluation version On Thu, Jul 21, 2011 at 8:52 AM, Steven Elliott Jr wrote: > Hello, > > I just got started with Mono for Android and am using the Visual Studio > 2010 plugin. I have no problems running the emulator but for the l

Re: [mono-android] noob question

2011-07-21 Thread Steven Elliott Jr
> have you bought a license? You can't deploy to a device using the > evaluation version > > yes, I have purchased a license. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodro

[mono-android] monospace conference

2011-07-21 Thread Wally McClure
if you are going to the monospace conference, I will be in on Friday around lunchtime. Look me up and we can meet for lunch, dinner, or any other time on Friday - Sunday. My mobile is 8657403004. Wally ___ Monodroi

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Jonathan Pobst
Turn on additional build logging in Visual Studio, and hopefully it will give a better message: http://android.xamarin.com/Documentation/Troubleshoot#monodroid.exe_or_aresgen.exe_exited_with_code_1 Jonathan On 7/21/2011 5:01 AM, cb wrote: > I successfully install the JDK, Andorid SDK and Mono

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Steven Elliott Jr
> Turn on additional build logging in Visual Studio, and hopefully it will > give a better message: > > > http://android.xamarin.com/Documentation/Troubleshoot#monodroid.exe_or_aresgen.exe_exited_with_code_1 Hi Jonathan, I did that and it didn't give me any other real meaningful information. I

Re: [mono-android] noob question

2011-07-21 Thread Jonathan Pobst
I don't understand why it is having to try to start the server so much. Can you open a command line window, go to \platform-tools, and try running 'adb devices'? See if it works well. Another thing you might want to try is going to Task Manager and killing the adb.exe process. Maybe the sever

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Jonathan Pobst
My bad, not the one for ADB logging, you need to turn up the MSBuild logging. Instructions are on that page. :) Jonathan On 7/21/2011 10:16 AM, Steven Elliott Jr wrote: > > Turn on additional build logging in Visual Studio, and hopefully it will > give a better message: > > > htt

Re: [mono-android] monospace conference

2011-07-21 Thread Greg Shackles
Glad to hear you're making it Wally! Looking forward to meeting up. I get in Friday night, and will be there until Monday evening. For anyone going, I'm doing a session Saturday morning on Mono For Android as well. On Thu, Jul 21, 2011 at 10:09 AM, Wally McClure < theevilprogram...@hotmail.com>

Re: [mono-android] Unable to find library

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 4:34 AM, Narcís Calvet wrote: > How should I mark a bug private at bugzilla.xamarin.com? I don't see the > option at the bug reporting form. We wouldn't like the assembly I'll have to > include being publicly available. Unfortunately it's not immediately visible. After you add

[mono-android] send parameters to activity from java class to c#

2011-07-21 Thread alex
Hi guys I hope you can help me ! I have an activity in java and i need to open a new activity sending parameters from this java class to a c# activity ! but i dont know how to do it!! Someone please ? thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/send-pa

[mono-android] Problems starting App on actual Device

2011-07-21 Thread mcgear
Hi all, I am starting just the default app on a handset and when ever it goes to start i have issues... Following is part of the log file... Anyone got some thoughts on this? I/ActivityManager( 2223): Start proc ToneRoomDeluxe.ToneRoomDeluxe for activity ToneRoomDeluxe.ToneRoomDeluxe/toneroo

Re: [mono-android] Problems starting App on actual Device

2011-07-21 Thread mcgear
Alright... So now when i open the app on the handset it just sits on a black screen with the title bar showing... This is the log excerpt: V/WindowManager( ): Dsptch 1 x301.0 y310.0 > Window{47fc8238 com.sec.android.app.twlauncher/com.sec.android.app.twlauncher.Launcher paused=false} I/Act

Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
Hi Jon, Re.: Any reasonably small reproducible test case will do. :-) Ok, bug submitted! I did a similar project using a custom activity within the same file as the main activity and it worked fine. Re.: It'll be underneath the project directory for your Mono for Android app, i.e. "the assembly

Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
Hi Jon, Ok, Just submitted the bug, it's number 33. Re.: If after filing the bug you do not see this checkbox, let me know immediately so that I can hide it. I don't see this option in the details form :-(. Please mark the bug as private for me. Thanks again! Best Regards, Narcís Calvet

Re: [mono-android] send parameters to activity from java class to c#

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 10:29 AM, alex wrote: > I have an activity in java and i need to open a new > activity sending parameters from this java class to a c# activity ! but i > dont know how to do it!! Someone please ? You can attach extra data to the Intent that is used to launch an activity throu

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread cb
hi Jonathan I set the msbuild level to normal, but it does't give too much meaningful message: Building target "_ConvertDebuggingFiles" completely. *Output file "bin\Debug\MonoAndroidApplication1.dll.mdb" does not exist. Task "ConvertDebuggingFile" Pdb2Mdb Task Assembly: bin\Debug\MonoAndroid

[mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread smatthews1999
Hello, I am running the Mono Droid environment for the first time, with a licensed version. I am running the "Hello World" application. The app deploys and then I get an error on the device as follows... Any ideas? 07-21 11:14:33.159: ERROR/AndroidRuntime(22483): FATAL EXCEPTION: main 07-21

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Jonathan Pobst
Hmm, do you have .Net Framework 3.5 installed? We've had problems in the past where 3.5 was inadvertently required. I thought we had fixed it, but I don't know if it got released before the transition period. Jonathan On 7/21/2011 11:41 AM, cb wrote: > hi Jonathan > I set the msbuild level t

Re: [mono-android] Hallelujah!

2011-07-21 Thread milop
Amen Brother! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Hallelujah-tp4599634p4620286.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSU

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Sam Matthews
No I have NET 4.0 Is that an issue? Sam On Thu, Jul 21, 2011 at 1:04 PM, Jonathan Pobst wrote: > Hmm, do you have .Net Framework 3.5 installed? > > We've had problems in the past where 3.5 was inadvertently required. I > thought we had fixed it, but I don't know if it got released before the

Re: [mono-android] Problems starting App on actual Device

2011-07-21 Thread Jonathan Pobst
Did you rebuild your application after you activated Mono for Android? If you did not, it is still using the runtime that will not work on a physical device. Jonathan On 7/21/2011 10:30 AM, mcgear wrote: > Alright... So now when i open the app on the handset it just sits on a black > screen w

Re: [mono-android] Can't Build Default Application

2011-07-21 Thread Jonathan Pobst
If you can try installing .NET 3.5, I would be very interested to know if that is the issue. Jonathan On 7/21/2011 1:06 PM, Sam Matthews wrote: > No I have NET 4.0 > > Is that an issue? > > Sam > > On Thu, Jul 21, 2011 at 1:04 PM, Jonathan Pobst > wrote: > > Hmm,

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 11:52 AM, smatthews1...@gmail.com wrote: > I am running the Mono Droid environment for the first time, with a licensed > version. I am running the "Hello World" application. > > The app deploys and then I get an error on the device as follows... > 07-21 11:14:33.159: ERROR/And

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Greg Shackles
I actually saw this error reported once in the Android Market for my app as well, which it claimed came from a Nexus One (though I have also seen the app successfully installed to a coworker's N1). I checked my APK and lib\armeabi\libmonodroid.so is in there. On Thu, Jul 21, 2011 at 1:20 PM, Jonat

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Sam Matthews
On Thu, Jul 21, 2011 at 1:20 PM, Jonathan Pryor wrote: > On Jul 21, 2011, at 11:52 AM, smatthews1...@gmail.com wrote: > > I am running the Mono Droid environment for the first time, with a > licensed version. I am running the "Hello World" application. > > > > The app deploys and then I get an er

Re: [mono-android] monospace conference

2011-07-21 Thread Wally McClure
I think we can always learn from each other. These types of talks can give a fresh perspective and new way at looking at things that can be really helpful. Wally Date: Thu, 21 Jul 2011 11:08:00 -0400 Subject: Re: [mono-android] monospace conference From: gshack...@gmail.com To: theevilprogram...

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 1:40 PM, Greg Shackles wrote: > I actually saw this error reported once in the Android Market for my app as > well, which it claimed came from a Nexus One (though I have also seen the app > successfully installed to a coworker's N1). I checked my APK and > lib\armeabi\libmono

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Greg Shackles
Very weird indeed. I've only seen that error reported once so far, so it's definitely not happening often. Is it possible that also having the trial library installed on the device could cause that to happen? On Thu, Jul 21, 2011 at 4:21 PM, Jonathan Pryor wrote: > On Jul 21, 2011, at 1:40 PM, G

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 4:30 PM, Greg Shackles wrote: > Very weird indeed. I've only seen that error reported once so far, so it's > definitely not happening often. Is it possible that also having the trial > library installed on the device could cause that to happen? How would you have the trial li

Re: [mono-android] java.lang.UnsatisfiedLinkError: Library monodroid not found

2011-07-21 Thread Greg Shackles
Thatis a very good point. Ignore my question :) On Thu, Jul 21, 2011 at 4:54 PM, Jonathan Pryor wrote: > On Jul 21, 2011, at 4:30 PM, Greg Shackles wrote: > > Very weird indeed. I've only seen that error reported once so far, so > it's definitely not happening often. Is it possible that also

[mono-android] Mono for Android MD addin update

2011-07-21 Thread Andreia Gaita
Hi everyone, There is a new version, 2.6.5, of the Mono for Android addin for MonoDevelop 2.6b3 in the Beta channel available. This version should fix the Devices can't be listed problem on MacOSX, as well as a few more fixes. -- andreia ___ Monodroid

[mono-android] Rerelease

2011-07-21 Thread Wally McClure
What exactly does the rerelease mean? Does it mean that the xamarin name is now in the source code, in ui windows, and such? Wally ___ Monodroid mailing list Monodroid@lists.