> Attention!

New threads need to be created only inroot partition! In the future, they will be processed by moderators.

If you posted a new version of the program, please notify the moderator by clicking the "Complaint" button on your message.

Catalog of Android programs



Android Contacts Import | Application for importing contacts from vcard files from the SD card



Rep: (1328)
Android Contacts Import
version: 0.0.4

Last update of the program in the header:02.03.2010

Attached Image

Short description:
Application for importing contacts from vcard files from the SD card

Description:
Application for importing contacts from vcard files from the SD card devices. In this version is done importing onlynames, phoneande-mailaddresses.

Homepage: http://www.dusystems.com/importContacts.html
Package Name: org.dusystems.contacts

Download:
version: 0.0.4 Attached fileImportContacts-0.0.4.apk (30.26 KB)

Version: 0.0.2 Attached fileImportContacts.apk (25.55 KB)


Post has been editedgar_alex - 16.08.20, 09:38
Reason for editing: date (year)



Rep: (0)
up running from the root of SD 100% BUT! one contact, and copied to the symbols so as gibberish English letters.



Rep: (234)
omut666 @ 17.2.10, 13:36*
.... and is copied to the gibberish characters as English letters.

Encoding inside the tags in UTF-8 tried to expose? For example, like this:
BEGIN: VCARD
VERSION: 2.1
N; CHARSET = UTF-8: Ivan; Ivanov ;;;
TEL; PREF; CELL: +71234567890
END: VCARD

Both the file before importing saved in the same encoding?



Rep: (47)
How to restore previously saved vCard Ha WM omnia with this program?



Rep: (0)
Hello!
Do not import contacts from your SD root, though the program states that
Pin imported, but in the contact list and it is not displayed, it may
someone - anyone encountered such a problem?



Rep: (3)
2.2.1 on this program do not need))

PS: Sorry for offtopic!



Rep: (0)
AlexDL @ 27.07.2010, 11:34*
Hello!
Do not import contacts from your SD root, though the program states that
Pin imported, but in the contact list and it is not displayed, it may
someone - anyone encountered such a problem?

Yes encountered) it is possible that you have a VCF file in UTF-8, but it is necessary for it to be in UTF-8 without BOM (http://ru.wikipedia.org/wiki/Byte_order_mark)

I here by the way is how decided to transfer contacts problem after flashing. before it has copied a database file with contacts, pulled from the database are two tables - people and phones. further put them in with: as CSV files

and then a little python:

#Program which convert people and phones tables from contacts.db android file to vcf

import csv

people = csv.reader (open ( "people", "rb"), delimiter = ",")
phones = csv.reader (open ( "phones", "rb"), delimiter = ",")
writer = csv.writer (open ( "people_phones", "wb"), delimiter = ",")
vcf = open ( "contacts.vcf", "wb")

dict_p = {}

for row in people:
id = row [0]
name = row [9]
dict_p [id] = name

for row_ph in phones:
id = row_ph [1]
phone = row_ph [3]
if dict_p.has_key (id):
name = dict_p.get (id)
writer.writerow ([id, name, phone])
vcf.write ( "BEGIN: VCARD \ n")
vcf.write ( "VERSION: 2.1 \ n")
vcf.write ( "N; CHARSET = UTF-8:;" + name + ";;; \ n")
vcf.write ( "FN; CHARSET = UTF-8:" + name + "\ n")
vcf.write ( "TEL; CELL:" + phone + "\ n")
vcf.write ( "END: VCARD \ n")
vcf.close ()



Rep: (0)
Another option for people who do not have at hand nix-system with Python, Perl, and so on.

I had the original csv-file received from the contact of an old Samsung.

1. Open the csv-file whose name ends in a simple text editor, select all, copied (Ctrl-c)
2. Went to the addresshttp://schrotie.de/csv2vcard.html, Paste, clicked on the "Next" button
3. The result again copied into the buffer.
4. downloaded and installed notepad ++ editor (http://notepad-plus-plus.org/download/v6.1.5.html)
5. Create a new document editor in which the inserted (Ctrl-V) obtained in the 3rd paragraph.
6. In the editor - "Menu" - "Codes" - "Convert to UTF-8 without BOM"
7. Without unnecessary movements save the result as bla_bla.vcf and fed this file has a smartphone.



Rep: (0)
Bodtek @ 17.02.2010 14:45*
Encoding inside the tags in UTF-8 tried to expose? For example, like this: BEGIN: VCARDVERSION: 2.1N; CHARSET = UTF-8: Ivan, Ivanov ;;; TEL; PREF; CELL: + 71234567890END: VCARDI himself before importing the file is saved in the same encoding?

and it is possible more in detail? how to set? there is a file with imported androjda, there all in gibberish, it is impossible to any mobile phone tie. : Help:



Rep: (6)
paLbl4_51

open your notebook. write in it

BEGIN: VCARD
VERSION: 2.1
N: CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: E.; Ivanov, Ivan Head ;;
FN; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: Ivanov, Ivan E.
TEL; WORK: 322 223
END: VCARD

BEGIN: VCARD
VERSION: 2.1
N: CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: E.; Petrov; Ivan ;; Super Senior assistant janitor
FN; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: Ivan E. Petrov
TEL; WORK: 322 223
END: VCARD

save as
name 1.vcf
File type All files
UTF-8 encoding
and make better use of AkelPad



Rep: (7)
I understand the normal bend to import not found (



Rep: (6)
andre5000 @ 19.09.2013, 17:12*
I understand the normal bend to import not found (

why sameHERE



Rep: (6)
this way is more correct

BEGIN: VCARD
VERSION: 2.1
N; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: P.; Kamushkin; Love ;;
FN; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: Kamushkin Lyubov
TITLE: Loader
TEL; WORK: +78000000000
END: VCARD

BEGIN: VCARD
VERSION: 2.1
N; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: Romanich; Tytstyts; Roman ;;
FN; CHARSET = UTF-8; ENCODING = QUOTED-PRINTABLE: Novel Tytstyts Romanich
TITLE: kavyryalschik Category II
TEL; WORK: +78444444444
END: VCARD


Post has been editeddrejjj - 26.06.14, 15:50



Rep: (33)
Simply use the service gsmrecovery.ru, contacts2.db converts to vCard in two clicks)



Rep: (5)
Philips UDX allows you to import?



Rep: (1)
The question is how to transfer contacts from Philips x5500 on android ... there contacts in the phonebook udx format. All Internet rummaged only helps prog import contacts from Google Playhttps: //play.google.co...s.simplecontactsimport
The program costs 69 rubles. I am not a miser of course but in this case the nerve to the top for such nonsense to give 69 rubles. Hre ... Mr. developers'm better then someone ВЈ 100 in phone let down someone tell me the decision but that it was simple, without dances with a tambourine ... If Th windows 10 on a computer worth Fail udx downloaded and what does not open climbs gibberish. ..



Rep: (1)
I solved the problem then the time will throw off files :)



Rep: (0)
Lappo @ 11.03.17, 14:10*
Philips UDX allows you to import?


Issue resolved? There are ways to solve?



Rep: (0)
shturman1978
Download the utility to link and will be happy.
https: //drive.google.c...w0u3ZjccldENmZoYTZ6RlE

Post has been editedPete1 - 01.11.17, 03:18


Full version    

Help     rules

Time is now: 10/16/20, 03:14