Ticket #380 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Contacts with pictures are sent without picture

Reported by: jernst Assigned to: cstender
Priority: normal Milestone: 0.30
Component: Plugin: irmc Version: 0.30
Severity: normal Keywords:
Cc: jonathan@ernstfamily.ch

Description (Last modified by cstender)

Using: msynctool --sync w810-irmc-evo --filter-objtype note

(Sony Ericsson w810 to Evolution using IrMC over Bluetooth)

Photo associated with a contact in the phone is not sent to Evolution but the rest of the contact info is correctly synced.

Change History

11/12/06 12:26:41 changed by dgollub

  • owner changed from abauer to cstender.
  • component changed from OpenSync to Plugin: irmc.

11/13/06 12:17:57 changed by cstender

  • status changed from new to assigned.
  • description changed.
  • milestone set to 0.21.

01/12/07 15:53:28 changed by cstender

  • version changed from 0.20 to 0.30.
  • milestone changed from 0.21 to 0.30.

01/31/07 21:18:29 changed by simplyw00x@gmail.com

For anyone struggling to strip the evolution contacts of the pictures in order to transfer them to the phone (I was), do the following:

Export the address book to a vcf file
sed -i '/^[^:]*:/p' list.vcf
sed -i '/PHOTO/d' list.vcf
obexftp -b $BT_ADD -p list.vcf

(requires obexftp installed. $BT_ADD is the address of your phone - find out using sudo hcitool scan)

02/07/07 14:35:29 changed by pmarat

  • status changed from assigned to closed.
  • resolution set to fixed.

should be fixed with r1689