Changeset 2241

Show
Ignore:
Timestamp:
07/03/07 02:22:27 (1 year ago)
Author:
abaumann
Message:

update README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/moto-sync/README

    r2163 r2241  
    1919 * V635 (tested reading only) 
    2020 
     21Untested, but should be working with extended calendar support (#425): 
     22 * K1 KRZR 
     23 * V3xx RAZR 
     24 
    2125Models known not to work: 
    2226 * V600 (shorter contact entries, ticket #504) 
    2327 * V3c (doesn't like AT+MODE=0, ticket #505) 
    24  * K1 KRZR (phone book works, requires extended calendar support, #425) 
    25  * V3xx RAZR (phone book works, requires extended calendar support, #425) 
    2628 * A780 (doesn't seem to respond to AT commands, except with ERROR) 
    2729 
     
    3335REQUIREMENTS 
    3436 
    35  * OpenSync 0.30 or later with the python bindings and python-module plugin 
     37 * OpenSync 0.31 or later with the python bindings and python-module plugin 
    3638 * Python 2.4 or newer 
    3739 * The python-dateutil library (at least version 1.1), 
     
    117119For the calendar, each event has a name, date/time, duration, alarm  
    118120date/time, repeat type, and list of exceptions. The repeat type in  
    119 particular is very limited, many recurring events can't be represented  
    120 on the phone. At the moment the plugin detects this and just refuses to  
    121 write them. A better solution would be to split them up into multiple  
    122 events, but this will confuse OpenSync when we sync up again. 
     121particular is very limited, and unless you have a recent-model phone  
     122with extended calendar support, many recurring events can't be  
     123represented on the phone. At the moment the plugin detects this and  
     124just refuses to write them. A better solution would be to split them up  
     125into multiple events, but this will confuse OpenSync when we sync up  
     126again. 
    123127 
    124128