Skip to content

Instantly share code, notes, and snippets.

@frsela
Last active August 29, 2015 14:07
Show Gist options
  • Save frsela/f1ae610563767684e389 to your computer and use it in GitHub Desktop.
Save frsela/f1ae610563767684e389 to your computer and use it in GitHub Desktop.
Get OMNI.JA from the FFOS phone
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