Hi All,
So i’m now looking at this SMS app to get an idea on how it’s working and i went to couple of issues
First when i startup the app thourgh Firefox i’m getting a security error on load of:
/Index.html
NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
desktop-mock/navigator_moz_mobilemessage.js Line 45
Action taken:
For now workaround is to avoid the load of the corresponding js script below from “index.html”
AND
EventDispatcher is not defined
Action:
WIP, my understanding is that EventDispatcher is not declared
is seems to be a module by itself relaying the event between app? window ?
18 Occurrences of event dispatcher found in the full app directory
12:37:04.718 ReferenceError: EventDispatcher is not defined
window.NavigationFactory() navigation.js:901
navigation.js:905
navigation.js:6
1 navigation.js:901:1
I Hope I’m clear enough, if any one have an Idea where to look at for the next step it will be much appreciated, on my side i will continue hacking and testing to see if i find some interesting stuff.
Thanks
Matth