Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

find sync password

  • 6 odgovorov
  • 27 ima to težavo
  • 12 ogledov
  • Zadnji odgovor od Matt Brubeck

more options

Main Laptop harddrive died so have all bookmarks etc synced with weave on a n900 maemo 5 but can't remember the passphrase sync advice says look at the stored passwords in Preferences but cannot find them on the N900

Main Laptop harddrive died so have all bookmarks etc synced with weave on a n900 maemo 5 but can't remember the passphrase sync advice says look at the stored passwords in Preferences but cannot find them on the N900

Izbrana rešitev

Oops! Sorry for my typo, and I'm glad you managed to figure it out.

Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (6)

more options

Sorry, it's not currently possible to view or change your Firefox Sync (Weave) password using Firefox for Maemo.

The password is stored somewhere on the device, so it should be possible to recover it somehow. I'll try to get more information, and I'll reply again later to let you know what I find.

more options

Here are instructions for retrieving your passphrase. Sory, they are rather long.

1. Open Fennec. Type "about:config" in the address bar and press return.

2. In the search box at the top of the about:config page, type "console".

3. Tap the line that says "browser.console.showInPanel" and then tap the button that says "false". It will change to say "true".

4. Shut down Fennec (using the "close" button in the top right) and then start it again.

5. Drag the Fennec window so you can see the right-hand toolbar, and press the button at the bottom right to open the preference panel.

6. Tap the button near the lower left with a "bug" icon. A screen titled "Error Console" will appear.

7. Press the button that says "Clear".

8. In the box next to the word "Code:" type this all on one line (the punctuation and capitalization must match):

Components.utils.import("resource://services-sync/service.js"); Weave.Services.passphrase

8. When you press return, your passphrase will appear. If you change "passphrase" to "password" and press return again, then your password will appear.

Sorry again for the long and complicated procedure. Let me know if you need any help, or stop by the #mobile channel on http://irc.mozilla.org/ if you need more assistance.

more options

Hi thanks for your detailed response I have tried several times now including copy/paste to make sure I get the punctuation/capitalisation correct but I get the following error message Error: Weave.Services is undefined Source File: javascript:%20Components.utils.import("resource://services-sync/service.js")Weave.Services.passphrase Line: 1

more options

It looks like you are missing a semicolon - this part:

service.js")Weave.Services

should look like this instead:

service.js");Weave.Services

more options

just had a play with alternate spellings etc and got it to work with the following by dropping the final "s" from Weave.Services

Components.utils.import("resource://services-sync/service.js"); Weave.Service.passphrase

but many thanks for your help :)

more options

Izbrana rešitev

Oops! Sorry for my typo, and I'm glad you managed to figure it out.