Quote:
Originally Posted by mrspaceman
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)
|
Thanks for the answer. What I want to do is to look at the reader app and see how it interfaces to the dictionary. If I can figure out the intent broadcasted by the reader then I will be able to replace the dictionary action with another one.
There is nothing wrong with the dictionary app other than the fact that it does not allow one to replace any of the dictionaries.
ST