Skip to content

Instantly share code, notes, and snippets.

@bebef1987
Last active August 29, 2015 14:05
Show Gist options
  • Save bebef1987/04f11f371550daec0c9f to your computer and use it in GitHub Desktop.
Save bebef1987/04f11f371550daec0c9f to your computer and use it in GitHub Desktop.
omni
rm -rf omni
rm -rf omni.ja
adb remount
adb pull /system/b2g/omni.ja
unzip omni.ja -d /home/florinstrugariu/mc/omni
sleep 2
cp -r gecko-dev/testing/marionette/* omni/chrome/marionette/content/
cd omni
zip -r omni.ja *
sleep 2
pwd
adb shell stop b2g
adb remount
adb push omni.ja /system/b2g/omni.ja
adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment