-rw-r--r-- | gammu/emb/cfg/config.h | 14 | ||||
-rw-r--r-- | gammu/emb/gammu/gammuE.pro | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/gammu/emb/cfg/config.h b/gammu/emb/cfg/config.h index 96de549..1ba6365 100644 --- a/gammu/emb/cfg/config.h +++ b/gammu/emb/cfg/config.h @@ -39,55 +39,55 @@ /* Symbian with m-router (TCPIP based) to use with bluetooth legacy device */ #define GSM_ENABLE_MROUTERBLUE 1 /* AT protocol */ #define GSM_ENABLE_AT 1 /* Alcatel protocol */ #define GSM_ENABLE_ALCABUS 1 /* Infrared. PHONET FBUS */ #define GSM_ENABLE_IRDAPHONET 1 /* Infrared. AT commands */ #define GSM_ENABLE_IRDAAT 1 /* Infrared. OBEX */ #define GSM_ENABLE_IRDAOBEX 1 #ifdef WIN32 # define GSM_ENABLE_BLUEFBUS2 1 # define GSM_ENABLE_BLUEPHONET 1 # define GSM_ENABLE_BLUEAT 1 # define GSM_ENABLE_BLUEOBEX 1 #else /* Bluetooth stack (like Bluez). FBUS2 (init done using AT commands) */ -# define GSM_ENABLE_BLUEFBUS2 1 +//LR# define GSM_ENABLE_BLUEFBUS2 1 /* Bluetooth stack (like Bluez). PHONET FBUS */ -# define GSM_ENABLE_BLUEPHONET 1 +//LR# define GSM_ENABLE_BLUEPHONET 1 /* Blueooth stack (like Bluez). AT commands */ -# define GSM_ENABLE_BLUEAT 1 +//LR# define GSM_ENABLE_BLUEAT 1 /* Blueooth stack (like Bluez). OBEX */ -# define GSM_ENABLE_BLUEOBEX 1 +//LR# define GSM_ENABLE_BLUEOBEX 1 #endif /* --------------------------- Phone modules (specific) ----------------- */ /* n3320.c models */ #define GSM_ENABLE_NOKIA3320 1 /* n6110.c models */ #define GSM_ENABLE_NOKIA6110 1 /* n7110.c models */ #define GSM_ENABLE_NOKIA7110 1 /* n9210.c models */ #define GSM_ENABLE_NOKIA9210 1 /* It allows to show incoming call and SMS info for 7110 family phones. * By default commented: you can have some problems, when using it. * Example: with my 6210 after using it info about incoming sms is shown much * earlier than sms in phone and phone restart (once and random) later after * connection. Seems phone firmware isn't too good here */ /* Show incoming Data for 7110/9210 */ /* #undef GSM_ENABLE_N71_92INCOMINGINFO */ /* n6510.c (DCT4) models */ #define GSM_ENABLE_NOKIA6510 1 @@ -134,39 +134,41 @@ /* By default disabled. It allows to making short beep after such things * like changing logo in phone (like in Logo Manager) */ //#define GSM_ENABLE_BEEP /* ---------------------- C language specific --------------------------- */ #ifndef WIN32 /* are the scandir functions available */ # define HAVE_DIRENT_H 1 # define HAVE_SCANDIR 1 # define HAVE_ALPHASORT 1 # define HAVE_PTHREAD 1 # define HAVE_SYS_IOCTL_H 1 # define HAVE_MYSQL_MYSQL_H 1 #endif #define HAVE_ISWSPACE 1 #define HAVE_TOWLOWER 1 #ifndef WIN32 /* Will be used Bluez BT stack ? */ -# define GSM_ENABLE_BLUEZ 1 +// LR bluetooth disabled +//# define GSM_ENABLE_BLUEZ 1 /* Will be used Affix BT stack ? */ /* # undef GSM_ENABLE_AFFIX */ #endif /* Uncomment, if you want searching RF channel during each BT connection */ /* It can make connecting longer or connection less stable */ /* With MS VC and MS BT stack required irprops.lib from MS Platform SDK to compile */ #ifndef WIN32 -# define BLUETOOTH_RF_SEARCHING 1 +// LR bluetooth disabled +//# define BLUETOOTH_RF_SEARCHING 1 #else //# define BLUETOOTH_RF_SEARCHING 1 #endif #endif diff --git a/gammu/emb/gammu/gammuE.pro b/gammu/emb/gammu/gammuE.pro index c685bf8..5b18205 100644 --- a/gammu/emb/gammu/gammuE.pro +++ b/gammu/emb/gammu/gammuE.pro @@ -27,31 +27,31 @@ HEADERS += gammu.h \ depend/nokia/dct3trac/type-rr.h \ depend/nokia/dct3trac/type-sms.h \ depend/nokia/dct3trac/type-ss.h \ depend/nokia/dct3trac/wmx-gsm.h \ depend/nokia/dct3trac/wmx-list.h \ depend/nokia/dct3trac/wmx-sim.h \ depend/nokia/dct3trac/wmx-util.h \ depend/nokia/dct3trac/wmx.h SOURCES += gammu.c \ sniff.c \ smsd/s_files.c \ smsd/smsdcore.c \ depend/nokia/dct3.c \ depend/nokia/dct4.c \ depend/siemens/chiffre.c \ depend/siemens/dsiemens.c \ depend/nokia/dct3trac/wmx-gsm.c \ depend/nokia/dct3trac/wmx-list.c \ depend/nokia/dct3trac/wmx-sim.c \ depend/nokia/dct3trac/wmx-util.c \ depend/nokia/dct3trac/wmx.c LIBS += -L$(QPEDIR)/lib LIBS += -lkammu -LIBS += -lbluetooth -LIBS += -lsdp +#LIBS += -lbluetooth +#LIBS += -lsdp LIBS += -lpthread CONFIG = warn_off release console DESTDIR=$(QPEDIR)/bin OBJECTS_DIR = obj/$(PLATFORM) TARGET = kammu
\ No newline at end of file |