Assuming your using windows:
Extract the two apktool .tar files to your /windows root directory. Make a directory for the services.jar file and copy it in. Open a command prompt and change to that directory you just created. Command line to decompile is apktool d services.jar
Thats as far as i...