Quote:
	
	
		
			
				
					Originally Posted by  crusherjoe2000
					 
				 
				This is a great project!  Can you tell me what tools you used to decompile the app? 
 
Thanks 
			
		 | 
	
	
 you have to use deodex and baksmali and a java decompiler.
first step is to reverse the odex file into a classes.dex (deodex)
then decompile the dex files into a jar (baksmali)
then decompile the java jar file (jave decompiler)