Quote:
Originally Posted by voi i tried to make my own .jad from an alx with your format ... copied it to my bb ... ran it and it failed with a "907 invalid COD Unable to import ZIP file" ... heres what was in the .alx : |
This may sound strange, but try looking "inside" the COD file; from other threads and such I have seen that sometimes (I don't know exactly why yet) there's a cod-within-cod; the outer .COD is actually a .ZIP renamed, then inside is a .COD which is the real byte-compiled java code (JAR file, sorta).
In one case when I was messing around I had to unzip the outer cod to get the inner cod, then list that inner cod's filesize and name in my JAD file - then it worked. Whether or not this is the correct way to do it, I dunno - but it's worth a shot.
