Marketplace/Reviewers/Apps/Guide/Setup: Difference between revisions

Jump to navigation Jump to search
Line 8: Line 8:
===FxOS version: 2.0+===
===FxOS version: 2.0+===
You don't need to install certificates; the system preference ''dom.mozApps.use_reviewer_certs'' just needs to be set to ''true''.  
You don't need to install certificates; the system preference ''dom.mozApps.use_reviewer_certs'' just needs to be set to ''true''.  
Using adb, open a shell (adb shell) and type the following commands:
#connect the device with a USB cable and install any drivers needed.
#stop b2g
#open a command/terminal window
#cd /data/b2g/mozilla/*.default/
#type "adb shell" to open a adb shell and then the following commands to set the preference:
#echo 'user_pref("dom.mozApps.use_reviewer_certs", true);' >> prefs.js
##stop b2g
#start b2g
##cd /data/b2g/mozilla/*.default/
##echo 'user_pref("dom.mozApps.use_reviewer_certs", true);' >> prefs.js
##start b2g


== Firefox Desktop and Android ==
== Firefox Desktop and Android ==
Confirmed users
448

edits

Navigation menu