Problem deodexing Bionic ICS Leak 6.7.2233

twinkyz1979

Member
Joined
Dec 13, 2009
Messages
40
Reaction score
0
Last edited:

landon418

Theme Developer
Theme Developer
Joined
Dec 16, 2011
Messages
163
Reaction score
0
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
 
OP
T

twinkyz1979

Member
Joined
Dec 13, 2009
Messages
40
Reaction score
0
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
 

landon418

Theme Developer
Theme Developer
Joined
Dec 16, 2011
Messages
163
Reaction score
0
I think we should let the devs do all the hardwork... I will ask dhacker if he can help us out
 
Top