Skip to content

Instantly share code, notes, and snippets.

View SuperYeti's full-sized avatar

Warren Moxley SuperYeti

View GitHub Profile
using System;
using MonoTouch.UIKit;
using MonoTouch.Foundation;
using MonoTouch.Dialog;
using MonoTouch.Dialog.Extensions;
namespace SimcoeCabinets
{
public class EditingDialog : SpiffyDialogViewController {
Full thread dump:
"GUI Thread" tid=0x0xa0c3d540 this=0x0x4c5f18 thread handle 0x403 state : not waiting owns ()
at (wrapper managed-to-native) Gtk.Application.gtk_main () <IL 0x00022, 0xffffffff>
at Gtk.Application.Run () <IL 0x00000, 0x0000b>
at MonoDevelop.Ide.IdeApp.Run () [0x00000] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:384
at MonoDevelop.Ide.IdeStartup.Run (string[]) [0x0075c] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:266
at MonoDevelop.Ide.IdeStartup.Main (string[]) [0x00017] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:490
at MonoDevelop.Startup.MonoDevelopMain.Main (string[]) [0x00000] in /private/tmp/source/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:16
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <IL 0x0005c, 0xffffffff>
using ExtUtil = MonoTouch.Dialog.Extensions.Util;
public static bool TOSAccepted
{
get
{
try
{
ExtUtil.Defaults.Init();
I/AndroidRuntime( 6677): NOTE: attach of thread 'Binder Thread #3' failed
I/ActivityManager( 1367): Start proc HelloWorld2.HelloWorld2 for activity HelloWorld2.HelloWorld2/helloworld2.Activity1: pid=6684 uid=10057 gids={3003}
I/ActivityThread( 6684): Publishing provider HelloWorld2.HelloWorld2.__mono_init__: mono.MonoRuntimeProvider
D/dalvikvm( 6684): Trying to load lib /data/data/HelloWorld2.HelloWorld2/lib/libmonodroid.so 0x45f24b98
D/dalvikvm( 6684): Added shared lib /data/data/HelloWorld2.HelloWorld2/lib/libmonodroid.so 0x45f24b98
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Text.RegularExpressions;
namespace adb
{
class Program
-- Starting Process - 02/09/2011 12:36:53 PM --
Executable: C:\Android\android-sdk\platform-tools\adb.exe
Arguments: start-server
Appending Java path: C:\Program Files\Java\jdk1.6.0_21\bin
[STDERR]
-- Process Finished [5000] --
-- Starting Process - 02/09/2011 12:36:53 PM --
Executable: C:\Android\android-sdk\platform-tools\adb.exe
Arguments: -s 192.168.69.124:5555 install "C:\Program Files (x86)\MSBuild\Novell\Mono.Android.DebugRuntime-debug.apk"
Appending Java path: C:\Program Files\Java\jdk1.6.0_21\bin
Tried to launch activity 'HelloWorld2.HelloWorld2/helloworld2.Activity1', but the device could not find it.
A common cause of this is manually adding an <activity> to your AndroidManifest.xml whose name does not match your Activity class.
Consider using the [Activity] attribute instead:
http://monodroid.net/Tutorials/Working_with_AndroidManifest.xml
""
-- Starting Process - 02/09/2011 12:28:53 PM --
Executable: C:\Program Files (x86)\MSBuild\Novell\mandroid.exe
Arguments: -activated
Appending Java path: C:\Program Files\Java\jdk1.6.0_21\bin
-- Starting Process - 02/09/2011 12:28:53 PM --
Executable: C:\Program Files (x86)\MSBuild\Novell\mandroid.exe
Arguments: -activated
Appending Java path: C:\Program Files\Java\jdk1.6.0_21\bin
-- Starting Process - 02/09/2011 12:28:54 PM --
//
// Copyright (c) 2009-2010 Krueger Systems, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using MonoTouch.Dialog.Extensions;
using SQLite;
namespace BizRX