Ticket #380 (closed defect: fixed)
Contacts with pictures are sent without picture
| Reported by: | jernst | Owned by: | cstender |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.30 |
| Component: | Plugin: irmc | Version: | 0.30 |
| Severity: | normal | Keywords: | |
| Cc: | jonathan@… |
Description (last modified by cstender) (diff)
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
comment:1 Changed 5 years ago by dgollub
- Owner changed from abauer to cstender
- Component changed from OpenSync to Plugin: irmc
comment:2 Changed 5 years ago by cstender
- Status changed from new to assigned
- Description modified (diff)
- Milestone set to 0.21
comment:3 Changed 5 years ago by cstender
- Version changed from 0.20 to 0.30
- Milestone changed from 0.21 to 0.30
comment:4 Changed 5 years ago by simplyw00x@…
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)
Note: See
TracTickets for help on using
tickets.
