-rw-r--r-- | Makefile | 11 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | bin/kdepim/korganizer/howtoSYNC.txt | 2 | ||||
-rw-r--r-- | gammu/emb/gammu/gammu.c | 2 | ||||
-rw-r--r-- | phoneaccess.control (renamed from kammu.control) | 0 |
5 files changed, 9 insertions, 8 deletions
@@ -60,4 +60,5 @@ SUBDIRS = \ $(SUBDIRS_PWMANAGER) + all: build_microkde \ build_qtopia_plugin \ @@ -202,6 +203,7 @@ clean: rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done + install: - + cd bin/kdepim; make install cp -r Pim $(QPEDIR)/apps @@ -212,5 +214,5 @@ install: cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop -dist: +dist: @echo Dont forget to do "make install" before "make dist" rm -f *arm.ipk @@ -225,5 +227,5 @@ dist: ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - ./mkipks kammu.control + ./mkipks phoneaccess.control endif ifndef BUILD_NO_PWMANAGER @@ -257,6 +259,4 @@ tmake: objects \ pwmanager/pwmanager/Makefile$(PLATFORM) \ - - qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) @@ -328,2 +328,3 @@ gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) + diff --git a/Makefile.Embedded b/Makefile.Embedded index 2e1651c..0b8997e 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -227,5 +227,5 @@ dist: ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU - ./mkipks kammu.control + ./mkipks phoneaccess.control endif ifndef BUILD_NO_PWMANAGER diff --git a/bin/kdepim/korganizer/howtoSYNC.txt b/bin/kdepim/korganizer/howtoSYNC.txt index c4e80f5..3cab446 100644 --- a/bin/kdepim/korganizer/howtoSYNC.txt +++ b/bin/kdepim/korganizer/howtoSYNC.txt @@ -309,5 +309,5 @@ c) Remote file d) Mobile device (cell phone) - Note: On the Zaurus you have to install the kammu_xxx_arm.ipk package + Note: On the Zaurus you have to install the phoneaccess_xxx_arm.ipk package to be able to access mobile phones. We mention here only KO/Pi, but the same is valid for KA/Pi. diff --git a/gammu/emb/gammu/gammu.c b/gammu/emb/gammu/gammu.c index c436b90..8db9afb 100644 --- a/gammu/emb/gammu/gammu.c +++ b/gammu/emb/gammu/gammu.c @@ -4052,5 +4052,5 @@ static void Backup(int argc, char *argv[]) error=Phone->GetMemoryStatus(&s, &MemStatus); if (error==ERR_NONE && MemStatus.MemoryUsed != 0) { - if (answer_yes(" Backup phone phonebook")) DoBackup = true; + /*LRif (answer_yes(" Backup phone phonebook")) */DoBackup = true; } } diff --git a/kammu.control b/phoneaccess.control index 07559e7..07559e7 100644 --- a/kammu.control +++ b/phoneaccess.control |