Marketplace/Reviewers/Apps/InstallingReviewerCerts: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 55: Line 55:


''Note: For Keon phones, you need replace full_unagi with full_keon. if you have a different FirefoxOS phone, do 'adb devices' and replace full_unagi with whatever device name is given there.''
''Note: For Keon phones, you need replace full_unagi with full_keon. if you have a different FirefoxOS phone, do 'adb devices' and replace full_unagi with whatever device name is given there.''
== Using certs on B2G 2.0...==
In B2G 2.0 you don't need to install the certs. Use adb, open a shell and type the following commands:
#stop b2g
#cd /data/b2g/mozilla/*.default/
#echo 'user_pref("dom.mozApps.use_reviewer_certs", true);' >> prefs.js
#start b2g
8

edits