Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread Alex Soto
http://android.xamarin.com/Releases/Mono_for_Android_4/Release_4.0.0 Check that page, the info you are looking for is on the bottom of it Alex El 09/12/2011, a las 11:24 a.m., klimaye escribió: > Mike, > > Thanks for the response. That helps. > > Now if mono team can corroborate that. > > Appr

Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread klimaye
Mike, Thanks for the response. That helps. Now if mono team can corroborate that. Appreciate it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-Crashes-on-Samssung-Galaxy-SGH-1897-Uncatchable-Exception-thrown-by-mono-tp5062375p5062456.html Sent from the Mono

Re: [mono-android] App Crashes on Samssung Galaxy SGH-1897 - Uncatchable Exception thrown by mono

2011-12-09 Thread Mike Child
I'm not sure if this is the issue or not but from the device specs I take it that they device is running Android 2.1. There is a known issues with 2.1 where Samsung release a broken kernel. The following text is taking from the Xamarin web site "Warnings Warning: Samsung shipped a broken kerne

Re: [mono-android] App crashes

2011-08-24 Thread was
Initial testing reveals that Update 1.0.3 has also solved my problems. My Beta testers will, hopefully, confirm. Many thanks. Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp4642075p4729725.html Sent from the Mono for Android mailing

Re: [mono-android] App crashes

2011-08-23 Thread was
I'm experiencing the crashes on both the emulator and on various hardware too - an Acer tablet and a San Francisco mobile phone. So, hopefully, this will be fixed by the next update. Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes-tp464

Re: [mono-android] App crashes

2011-08-23 Thread andi
When will be the update released. My app does not start any longer. It is still the same message: I am using Mono for Android as part of my master thesis. So please release as fast as you can! Best andi -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/App-crashes

Re: [mono-android] App crashes

2011-08-23 Thread Jonathan Pryor
On Aug 22, 2011, at 1:56 PM, was wrote: > I wonder if this relates to the problems I'm having using Resco's > AdvancedList and DetailView (DV)components when scrolling records/items. My > recent Resco forum message on this subject: > > /'Further info: With 6 ComboBoxes containing nearly 1500 recor

Re: [mono-android] App crashes

2011-08-22 Thread was
I wonder if this relates to the problems I'm having using Resco's AdvancedList and DetailView (DV)components when scrolling records/items. My recent Resco forum message on this subject: /'Further info: With 6 ComboBoxes containing nearly 1500 records in total in the DV, the app crashes after a few

Re: [mono-android] App crashes

2011-08-06 Thread andi
After investigated four days in finding the bug, I am quite sure that the problem is the garbage collector. After some time (memory was allocated) I tried to call the garbage collector - GC.Collect(). The result is - the application crashes. It is reproducible. I will file a bug report at bugzilla.

Re: [mono-android] App crashes

2011-08-05 Thread Jonathan Pryor
On Jul 28, 2011, at 2:06 PM, andi wrote: > I am able to reproduce the error. Could you please file a bug report with the sample app at bugzilla.xamarin.com so that we can investigate? Thanks, - Jon ___ Monodroid mailing list Monodroid@lists.ximian.co

Re: [mono-android] App crashes

2011-07-28 Thread andi
I am able to reproduce the error. Following situation: The layout of a list view row is defined as followed: http://schemas.android.com/apk/res/android"; android:layout_height="wrap_content" android:id="@+Id/row" android:layout_width="match_parent" android:weightSum="15" android:orientation=

Re: [mono-android] App crashes

2011-07-28 Thread andi
I hope the following log message will help: 07-28 12:18:46.520: INFO/ActivityManager(3355): Starting: Intent { flg=0x1000 cmp=myapp/.activities.Activity2 } from pid 21448 07-28 12:18:47.270: INFO/ActivityManager(3355): Displayed myapp/.activities.Activity2: +744ms 07-28 12:18:48.840: INFO/Act

Re: [mono-android] App crashes

2011-07-28 Thread Greg Shackles
Can you provide the entire log starting from shortly before the crash up until shortly after? Those messages don't really give much indication of what's causing the crash. On Thu, Jul 28, 2011 at 6:52 AM, andi wrote: > There are two warnings: > > InputManagerService Window already focused, ignor

Re: [mono-android] App crashes

2011-07-28 Thread andi
There are two warnings: InputManagerService Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy$@41337ce8 InputManagerService Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy$@4148e610 Afte

Re: [mono-android] App crashes

2011-07-28 Thread Greg Shackles
Can you provide more log details? Generally you should also get some kind of stacktrace right above those messages that will point to the actual problem. On Thu, Jul 28, 2011 at 6:35 AM, andi wrote: > Hi my app crashes often when switching between activities. The logging > provides the following