Skip to content

Instantly share code, notes, and snippets.

@dolftax
Last active August 29, 2015 14:07
Show Gist options
  • Save dolftax/b3879a6eb78a823d7829 to your computer and use it in GitHub Desktop.
Save dolftax/b3879a6eb78a823d7829 to your computer and use it in GitHub Desktop.
Installing Marketplace Reviewer Certificates Manually

Note : Please note only one device is connected at this point of time

  • Run
adb shell
cd data/b2g/mozilla
  • You should find a folder called xxx.default

  • Remember the xxx and replace 'em in the following script

  • Run

cd certdb.tmp
adb push "cert9.db" data/b2g/mozilla/xxx.default/cert9.db
adb push "key4.db" data/b2g/mozilla/xxx.default/key4.db
adb push "pkcs11.txt" data/b2g/mozilla/xxx.defaulte/pkcs11.txt
  • Restart the device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment