Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Exporting contacts never completes

  • 1 reply
  • 2 have this problem
  • 3 views
  • Last reply by mluna

more options

I'm running FFOS v1.3 on a Geeksphone Revolution.

I'm trying to export my contacts from FFOS by any means.

I've tried the options to export to SD card and via bluetooth but the process never completes.

I've left the process running for almost and hour and it still shows a spinner and the text "Exportar a Blutooth" (it's in Spanish).

Is there some way to get it to export contacts or does this function simply not work?

I'm running FFOS v1.3 on a Geeksphone Revolution. I'm trying to export my contacts from FFOS by any means. I've tried the options to export to SD card and via bluetooth but the process never completes. I've left the process running for almost and hour and it still shows a spinner and the text "Exportar a Blutooth" (it's in Spanish). Is there some way to get it to export contacts or does this function simply not work?

All Replies (1)

more options

Hi,

Thanks for this question and for using Firefox OS on your Revolution, I'm sorry you are having this problem.

On my reference device running v1.3 contact export works and happens almost instantly for SD card and bluetooth (for 200+ contacts). Please report this issue to Geeksphone support here, if you haven't already.

https://geeksphone.desk.com/customer/portal/articles/1149154-getting-support-contact-us

If you don't get a solution and you use adb, there is a script to export contacts as follows:

adb pull /data/local/indexedDB/chrome db This will store all the data of your device into a folder (in this case, called db) which will be created where you opened your shell.

And to push them back to the device:

adb push db /data/local/indexedDB/chrome

Regards, Michelle