This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4728 - Contact plugin
Attached to Project:
Rockbox
Opened by Laurent Defert (Lodesi_) - Saturday, 25 February 2006, 13:49 GMT+2
Last edited by Robert Menes (RMenes379) - Wednesday, 04 January 2012, 17:24 GMT+2
Opened by Laurent Defert (Lodesi_) - Saturday, 25 February 2006, 13:49 GMT+2
Last edited by Robert Menes (RMenes379) - Wednesday, 04 January 2012, 17:24 GMT+2
|
DetailsContact plugin.
Tested on archos recorder, recorder sim and x5 sim, but should work on all target. Import VCF cards v3.0 when used as a viewer (v2 cards can also be imported but don't support charset translation to utf8) I only tested vcf cards from Kontact (KDE's contact manager), so it might be buggy with other contacts manager vcard (just tell me, so I can correct errors). The number of contact is limited to 64, as it's the biggest value supported by the archos recorder. Feel free to send me the biggest values for others dap, in order to put this value to the maximum of each target. Any bug report welcome! |
This task depends upon
Closed by Robert Menes (RMenes379)
Wednesday, 04 January 2012, 17:24 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Neglected and unloved since 2007; closed per author's request.
Wednesday, 04 January 2012, 17:24 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Neglected and unloved since 2007; closed per author's request.
Switch to rockbox identation ;)
Finally, conform with rockbox coding rules.
If you update it I'll consider committing it...
The file is a diff against R14596
New patch against R14599
CC apps/plugins/contact.c
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:30: error: conflicting types for ‘rb’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:25: error: previous declaration of ‘rb’ was here
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:74: error: conflicting types for ‘memcpy’
/home/yzflcyq/pmp-firmware/firmware/libc/include/string.h:22: error: previous declaration of ‘memcpy’ was here
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘edit_birthday’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:96: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:97: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:98: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘display_contact’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:178: error: too few arguments to function ‘rb->do_menu’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘edit_contact_menu’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:186: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘new_contact’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:251: error: too many arguments to function ‘rb->splash’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘property_menu’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:294: error: too few arguments to function ‘rb->do_menu’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘display_contact_list’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:306: error: too few arguments to function ‘rb->do_menu’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘load_contact’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:446: error: too many arguments to function ‘rb->splash’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘save_contact’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:463: error: too few arguments to function ‘rb->creat’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘vcf_parse_name’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:496: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:502: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘vcf_parse_adress’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:525: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘load_vcard’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:548: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:551: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:554: error: ‘struct plugin_api’ has no member named ‘strncpy’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: In function ‘import_vcf_card’:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:573: error: too many arguments to function ‘rb->splash’
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c: At top level:
/home/yzflcyq/pmp-firmware/apps/plugins/contact.c:632: error: conflicting types for ‘plugin_start’
/home/yzflcyq/pmp-firmware/apps/plugin.h:956: error: previous declaration of ‘plugin_start’ was here
make: *** [/home/yzflcyq/pmp-firmware/Perfect-747/apps/plugins/contact.o] 错误 1