What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Problem deodexing Bionic ICS Leak 6.7.2233

Last edited:
Well when deodexing, it has alot of .odex dependencies, so pull all .odex's from /framework and put them in the same folder in baksmali and run the script. E.X.- java -jar baksmali.jar -x systemui.odex. Then use smali to get your classes.dex file then put them in the archive of your .apk or .jar you are deodexing, then you are deodexed I think ;p
Alternatively, you could extracted the classes.dex from the new ics leak cm9 build and put them in the archive of the file you are deodexing. :p
 
Well when deodexing, it has alot of .odex dependencies, so pull all .odex's from /framework and put them in the same folder in baksmali and run the script. E.X.- java -jar baksmali.jar -x systemui.odex. Then use smali to get your classes.dex file then put them in the archive of your .apk or .jar you are deodexing, then you are deodexed I think ;p
Alternatively, you could extracted the classes.dex from the new ics leak cm9 build and put them in the archive of the file you are deodexing. :p


could you simplfy that in newb terms lol
 
Back
Top