[sync] More on m600i

Karsten Fourmont fourmont at gmx.de
Fri Sep 29 06:11:36 PDT 2006


Hi,

 >>>> The m600i expects calendar and tasks to come across as one
 >>>>> database/application
 > What was happening is that the tasks from the server were not being
 > sent
 > to the phone when the phone requested calendar - the phone only allows
 > one database name for both calendar and tasks.

In Sync.php there's the following code at the end of _sendServerChanges():

// If tasks are handled inside calendar, do the same again for
// tasks.
  if ($syncType == 'calendar' && $device->handleTasksInCalendar()) {
      $backend->logMessage("handling tasks in calendar sync",
                           __FILE__, __LINE__, PEAR_LOG_DEBUG);
      $this->_sendServerChanges($output, 'tasks',$refts, $end_ts);
}

This should accomplish exactly that. You need to use "calendar" as the 
database to make it work.

 > Will give that a go when I get my own m600i.
Right.

Cheers,
  Karsten



Alex Masidlover wrote:
> 
>>>> The m600i expects calendar and tasks to come across as one
>>>>> database/application
>>
>>> The device appears to be being handled as a P800 according to the log.
>>
>> Well, then it should work fine. Doesn't it?
>>
>> I haven't testet the P800 code for some time as I no longer use that
>> phone. Maybe it got broken?
>>
>> Where's the problem?
> 
> What was happening is that the tasks from the server were not being sent 
> to the phone when the phone requested calendar - the phone only allows 
> one database name for both calendar and tasks.
> 
> I'm afraid I didn't think to check the phone sending tasks back to the 
> server (sorry). Will give that a go when I get my own m600i.
> 
> Alex
> 
> --Open Source Specialist
> Axiom Tech Limited
> W: http://www.axiomtech.co.uk
> T: 0845 1270316 or +44 161 660 8009
> 
> 
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 
> --sync mailing list - Join the hunt: http://horde.org/bounties/#sync
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: sync-unsubscribe at lists.horde.org



More information about the sync mailing list