The steps Walter posted should only be needed if you want to manipulate certified apps via the App Manager.
But yes, please look over the wiki page he linked. You may want to try the ADB Helper addon, so you don't need to explicitly forward from the terminal. If you are still having issues, check out the troubleshooting steps on that same wiki page. Let us know in #devtools on IRC or file bug under App Manager if you're still having trouble. - Ryan On Mon, Apr 14, 2014 at 8:10 PM, Walter Chen <[email protected]> wrote: > It has some slight modification as far as I remembered. > Please try to look into this document a little bit more. > https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager > > I think there is a main point: > Step X -> update the prefs.js file with the following line: > echo 'user_pref("devtools.debugger.forbid-certified-apps", false);' >> > prefs.js > > Regards, > Walter Chen > SQA Engineer, Mozilla Taiwan > > ----- Original Message ----- > From: "A. Crespo" <[email protected]> > To: "Dev B2G List" <[email protected]> > Sent: Tuesday, April 15, 2014 2:33:40 AM > Subject: [b2g] Devtools and B2G 1.5.0. > > Hi there, > > Has changed anything to use the App Manager in B2G 1.5.0? > > I have enabled "Adb + Devtools" in the settings. > I have forwarded the local port: > adb forward tcp:6000 localfilesystem:/data/local/debugger-socket > Adb has enough permissions (adb devices show that full_keon is recognized). > I'm using Firefox Nightly. > > I am not able to connect the App Manager to 1.5.0 despite It works > following the same steps for B2G 1.2.0. > > So I am wondering if anything changed for B2G 1.5.0 to use Devtools. > > Best regards. > > > > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g >
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
