On Sunday, August 4, 2013 11:29:38 PM UTC+2, Justin Zhang wrote: > Hi All, > > Maybe this is a very lame question. > > I just get started to play with firefox os. > > I have successfully run firefox os with emulator. > > > > Now I am trying to make some changes to gaia and test it with emulator. > > I basically follow this blog: > > https://hacks.mozilla.org/2013/03/adding-cursor-swipe-to-the-firefox-os-keyboard/ > > to add swipe cursor feature. > > I run ./build.sh gaia before ./run-emulator.sh > > > > However, no change works. I even tried to delete the whole keyboard folders in > > gaia/apps/ > > > > The keyboard is still working fine in emulator. > > > > How can I test my changes in Gaia with emulator? > > > > Thanks
Yes, go into the gaia directory and run `DEBUG=1make`, then run b2g desktop with the profile generated by gaia. /Applications/B2G.app/Contents/MacOS/b2g-bin -profile $PWD/profile-debug -jsconsole Or even better: try it in FF desktop. `DEBUG=1 make &&/Applications/FirefoxNightly.app/Contents/MacOS/firefox -profile $PWD/profile-debug` _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
