Last active
August 29, 2015 14:07
-
-
Save frsela/f1ae610563767684e389 to your computer and use it in GitHub Desktop.
Get OMNI.JA from the FFOS phone
This file contains 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
if [ $# -eq 0 ]; then | |
echo "Indica carpeta dónde dejar el contenido del omni.ja" | |
exit | |
fi | |
adb pull /system/b2g/omni.ja . | |
mkdir $1 | |
cd $1 | |
unzip ../omni.ja | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment