搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Exporting contacts never completes

  • 1 回覆
  • 2 有這個問題
  • 3 次檢視
  • 最近回覆由 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?

所有回覆 (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