mkiol / SendToJolla

Allows you to send URLs and text between PC and your mobile
Mozilla Public License 2.0
8 stars 3 forks source link

I can't see addon in toolbar #2

Open carmenfdezb opened 9 years ago

carmenfdezb commented 9 years ago

I've installed your addon in Firefox and actived it, but I can't see it in toolbar. What I'm doing wrong?

mkiol commented 9 years ago

Which FF version are you using? I suspect that, for some reason, add-on was disabled. It would be easier to identify problem if you could launch FF with debugging enabled (extensions.sdk.console.logLevel = all). Here is description how to do it. If you start FF form command line or open Browser Console, you will see more logs.

carmenfdezb commented 9 years ago

I'm using last version of Mozilla Firefox: 35.0.1. I've installed addon in my PC and in my tablet PC with last version of Firefox, and I haven't seen it in toolbar. I think I have to do something, but I don't know what. Sorry, I'm not an advanced user, I don't know how to use command line on Firefox

mkiol commented 9 years ago

I'm sorry for assuming that command line is something that everyone is familiar with.

Here is instruction how to enable logging in Firefox:

  1. Navigate to about:config
  2. Right click, New->String
  3. New value name: extensions.sdk.console.logLevel
  4. String value: all
  5. Restart Firefox
  6. Open Tools->Web Developer->Browser Console
  7. Try to find on console window anything "Send to Jolla" related
carmenfdezb commented 9 years ago

Sorry for my ignorance. I did 1-7 steps, but I don't know where I have to find "Send to Jolla". pantalla

mkiol commented 9 years ago

I think you've opened "Web Console" instead "Browser Console". It should be as on below image. browser_console

carmenfdezb commented 9 years ago

Ok, here is my screenshot: sin titulo

mkiol commented 9 years ago

I don't see anything wrong being logged. Did you try disabling all other add-ons? Honestly, I have no idea where could be problem....