Changeset 2098
- Timestamp:
- 06/07/07 13:35:35 (1 year ago)
- Files:
-
- plugins/gnokii-sync/ChangeLog (modified) (1 diff)
- plugins/gnokii-sync/INSTALL (modified) (2 diffs)
- plugins/gnokii-sync/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/gnokii-sync/ChangeLog
r1171 r2098 1 2007-06-07 Daniel Gollub <dgollub@suse.de> 2 * inital port of gnokii-sync to OpenSync 0.30 API (still not working!) 3 * changed build environment to scons 4 * updated README / INSTALL 5 1 6 2006-08-15 Daniel Gollub <dgollub@suse.de> 2 7 * modified hash functions (update leads to different hash results!) plugins/gnokii-sync/INSTALL
r1386 r2098 5 5 REQUIREMENTS 6 6 ^^^^^^^^^^^^ 7 OpenSync >= 0. 19http://www.opensync.org7 OpenSync >= 0.30 http://www.opensync.org 8 8 gnokii >= 0.6.14 http://www.gnokii.org 9 9 … … 13 13 INSTALL 14 14 ^^^^^^^ 15 16 autoreconf -sfi # only CVS 17 ./configure # your options 18 make 19 su -c 'make install' # as root 15 scons prefix=/usr/local install 16 20 17 21 18 CONFIGURATION plugins/gnokii-sync/README
r1386 r2098 35 35 ^^^^^^^^^^^^^^^^^^^^ 36 36 37 * nokia cellphones can't store alarm after event. Entry without reminder will be stored on38 the phone. (If your cellphone support alarm after event contact me! :)39 40 * the gnokii-sync plugin doesn't support all object types (notes, todo) so it is41 recommended to filter out this object types. This can be done with multisync-cli42 with --filter-objtype:43 msynctool --sync gnokii-kdepim --filter-objtype note --filter-objtype todo44 45 !!! Otherwise gnokii-sync hangs (deadlock!) while syncing !!!46 !!! It is really really really recommended to make use filter todo and note out !!!47 48 37 TODO: 49 38 ^^^^^ 50 # print function (written, but never tested)51 52 39 * contact format 53 40 # find limits for subentries … … 55 42 * todo format 56 43 # todo support in libgnokii is broken at the moment for nk6510 devices (2006-08-01) 57 58 * notes format:59 # writing into calendar as memo entry?
