Hi to all, i'm writing an application to show contents from a remote website. This application uses, among other things, a service to notify the user when new content is available.
However something really strange happens: at start, manually starting, without the usb cable connected, randomly, it just hangs on a black screen. I've tested a Samsung Galaxy SII (with official system) and a Samsung GT-i5500 with Cyanogenmod 7.2 (Android 2.3.6), i haven't tested on the emulator. My Android SDK is rev 18, while platform tools are rev 11. Installed there are android apis for 4.0.3, 4.0, 3.2, 3.1, 3.0, 2.2 (API8), i'm using this one as minimium requirement. I'm using visual studio 2010 with the last version of mono for android on Windows 7 64bit The application is compiled only for armeabi, i've disabled armeabi-v7 and x86, and is compiled for release, not for debug. Here i've posted the OnCreate method of the StartupActivity http://pastebin.com/p7gzuAph As you can see there is nothing of strange: - Utils.SetUpExceptionHandler(this) just set up a couple of events related to exceptions - Global.WordpressWebservices = new Libraries.Net.Webservices.WordpressWebservices(Global.BaseAddress) instance a class that does nothing in the constructor (a part setting the address into a variable). Here i've posted traces.txt output http://pastebin.com/06t2rWDm In the end, there there is logcat output (the relevant part related to the app kill by the activity manager) http://pastebin.com/JEKvP3q4 Any ideas? Thank you! -- Daniele Salvatore Albano --- IT Consultant Website Design and Development Software Engineer and Developer Linux Servers SetUp And Administration Embedded Network Solutions http://www.daccii.it http://www.itechcon.it _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid