decompile source code from android phone(android N & Pre)
prepare env
$ cd ~
$ git clone https://github.com/HEZI0427/fox.git
$ mkdir -p ~/bin; cd ~/bin
$ ln -fs ~/fox/fox
$ fox install
mkdir system
- pull
system/framework/
from android phone, and put it to system dir - run
fox decrom all system
mkdir system
- pull
system/app/ or priv-app
dir from android phone, and put it to system dir (must pull framework dir first) - run
fox decrom app system system/app/XXX