1. Get the library jar from your phone, using the ADB (Android Debugger Bridge). It will be in /system/framework somewhere. In my case it was the file fmreceiverif.jar. 2. Unpack the jar and get the classes.dex file. 3. Use dex2jar to convert this file to a jar file, i.e. convert the Dalvik VM code into […]