Please inform how to import phone contacts from vCard file in PinePhone

Dear Sirs/Madams, please inform how to import phone contact from vCard file in Pine Phone.

Hello and welcome,

From what i gathered you can use Evolution. To install it, run from terminal:
sudo pacman -S evolution
Open it the proper way to fit the screen:
scale-to-fit evolution on

Then to import contacts:
Open your *.vcf file from nemo on your desktop
Follow the dialogue in Evolution.

Then you can remove Evolution:
sudo pacman -R evolution

Another method is using this, except the apt-get command:

Would be like this:

  1. sudo pacman -S git
  2. git clone https://github.com/pine-clover/Clontacts.git
  3. get your .vcf file ready
  4. python3 main.py /path/to/your/contacts.vcf
  5. That’s it!

Also, you might want to do this update if yours runs Phosh

1 Like

Dear all, thank you for help and useful information. I will try to do this according to your advices.

A post was split to a new topic: How I can you WhatsApp and Viber in Manjaro ARM on a Pine Phone?