public void onCreate()
        {
            loadPreferences();

            LoadFont("metawatch_8pt_5pxl_CAPS.ttf");
            LoadFont("metawatch_8pt_7pxl_CAPS.ttf");
            LoadFont("metawatch_16pt_11pxl.ttf");

            connectionState = ConnectionState.CONNECTING;
            watchState      = WatchStates.OFF;

            bluetoothAdapter = new BluetoothClient();



            start();
        }
        public void onCreate()
        {
            loadPreferences();

            LoadFont("metawatch_8pt_5pxl_CAPS.ttf");
            LoadFont("metawatch_8pt_7pxl_CAPS.ttf");
            LoadFont("metawatch_16pt_11pxl.ttf");

            connectionState = ConnectionState.CONNECTING;
            watchState = WatchStates.OFF;

            bluetoothAdapter = new BluetoothClient();

            start();
        }