Editing classes.dex - posted in aPad Firmware / Development: Youll need Java JRE for this and AVABox Grab the jar or apk you want to play with, put it in avaboxroot/smali/baksmali. Use 7-zip to extract classes.dex. Pull up cmd.exe as an administrator and change to that directory. Then: java -jar baksmali-<version>.jar -o classout/ classes.dex Do your editing, then, to repack it, type java ...https://www.slatedroid.com/topic/1764-editing-classesdex
EditingclassesdexaPadFirmwareDevelopment