ckdevrel / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

Only restore 303 contacts from my 444 contacts backup #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have done the backup (444 contacts)
2. Import file contacts.vcf and finish without error, but only 303 contacts 
restored.
3.

What is the expected output? What do you see instead?
Nothing error

What version of the product are you using? On what operating system?
vcardio 0.11.apk on HTC MAGIC (1.5 Cupcake)

Please provide any additional information below.

Original issue reported on code.google.com by amoli...@gmail.com on 7 Jun 2009 at 9:22

GoogleCodeExporter commented 9 years ago
I have a problem that is not reported. Before finish, i have an error that say:
"the application VCard Io (process vcard.io) was interrupted. please try 
again." (force 
close)

Original comment by amoli...@gmail.com on 7 Jun 2009 at 9:33

GoogleCodeExporter commented 9 years ago
To help fix this bug, I need more information. Please try to narrow down the 
problem
using the following steps:

1. Using a text editor, open the contacts backup file and copy the first 
contact that
was not successfully imported. Save it in a separate file and try importing it. 
If it
causes the same error (or does not import correctly), please post the file or 
send it
to me by email (if you do not want it to be visible to everyone). 

2. If this does not cause an error, try a "binary search": create a new file 
that has
only the first half of the contacts, and try to import that. If it works, try 
with
the second half of the contacts. When you get a failure, repeat this procedure 
with
the failed file. Once you have a minimal file that causes the failure, please 
email
it to me.

Original comment by duckt...@gmail.com on 8 Jun 2009 at 8:05

GoogleCodeExporter commented 9 years ago
I was found this!!
The problem is contact with image (jpeg text in vcard).
If edit it, then i can import without problem
Image is not supported?

Original comment by amoli...@gmail.com on 8 Jun 2009 at 8:35

GoogleCodeExporter commented 9 years ago
Maybe it isn't in the good format. Normally it should be in base64 encoding I 
think.

From where does your vcf file comes ? What phone/software ? 

Original comment by dola...@gmail.com on 10 Aug 2009 at 11:09

GoogleCodeExporter commented 9 years ago
I had the same problem on my HTC Hero with vcard.io Rev 27. A contact had some 
rather
big photo (~250 lines). It stopped import on my HTC, however it did work fine 
on the
emulator.

I modified VCardIO class method doImport to show me the contacts displayName 
where it
stopped importing. This did help to find the contact. After removing its picture
data, everything was fine. I attached a file, showing the code snippet of what I
changed in VCardIO.

Thanks for this great utility!

Original comment by stefan.katerkamp@tuxas.net on 22 Oct 2009 at 9:51

Attachments: