Last active
August 29, 2015 14:05
-
-
Save bebef1987/04f11f371550daec0c9f to your computer and use it in GitHub Desktop.
omni
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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