Closed GoogleCodeExporter closed 9 years ago
I have also this problem
Original comment by stratos....@gmail.com
on 1 Jan 2012 at 8:00
[deleted comment]
Can you print out the odex and dex magic values for that odex file?
hd -n 8 am.odex
and
hd -s 40 -n 8 am.odex
Original comment by jesusfreke@jesusfreke.com
on 2 Jan 2012 at 4:59
[deleted comment]
http://manpages.ubuntu.com/manpages/hardy/man1/hexdump.1.html
Original comment by jesusfreke@jesusfreke.com
on 2 Jan 2012 at 6:27
Here is the requested info for am.odex:
Gary@eeePC /cygdrive/d/GalaxyS2/kitch
$ hexdump -n 8 am.odex
0000000 6564 0a79 3330 0036
0000008
Gary@eeePC /cygdrive/d/GalaxyS2/kitch
$ hexdump -s 40 -n 8 am.odex
0000028 6564 0a78 3330 0036
0000030
Regards,
Gary
Original comment by gcrut...@gmail.com
on 2 Jan 2012 at 6:37
http://pastebin.com/HvUuifCw
there you go
I get the same values with the others odex files as well
Original comment by shauli.b...@gmail.com
on 2 Jan 2012 at 6:45
Thanks. Looks like the version number for the dex header changed to 36 at some
point. I'll look into it and get it fixed up.
Original comment by jesusfreke@jesusfreke.com
on 2 Jan 2012 at 6:51
How soon will fix this bug?
Thanks.
Original comment by mythtran...@gmail.com
on 4 Jan 2012 at 11:09
Any ETA's on 1.3.1?
Original comment by faryaabs...@gmail.com
on 5 Jan 2012 at 10:15
Actually, not sure if the version number has been changed.
Below is from DXKL3 which works ok with v1.3.0. First hexdump is same as XXKP8,
but not the second hexdump
Administrator@Daddy2 /cygdrive/d/GalaxyS2/ROMs/DXKL3/sy
$ hexdump -n 8 am.odex
0000000 6564 0a79 3330 0036
0000008
Administrator@Daddy2 /cygdrive/d/GalaxyS2/ROMs/DXKL3/sy
$ hexdump -s 40 -n 8 am.odex
0000028 6564 0a78 3330 0035
0000030
Original comment by gcrut...@gmail.com
on 11 Jan 2012 at 5:18
yea, but DXKL3 is 2.3.6 and XXKP8 is 4.0.3
Original comment by shauli.b...@gmail.com
on 11 Jan 2012 at 1:01
This should be fixed in 1.3.1
Original comment by jesusfreke@jesusfreke.com
on 12 Jan 2012 at 6:51
Unless I am doing something wrong, baksmali is hanging while deodexing am.odex.
Am using dsixda kitchen, but did try it manually with same results. Same
problem on all framework files. I hope I am doing something wrong. :)
Original comment by gcrut...@gmail.com
on 12 Jan 2012 at 7:45
I have the same problem
Original comment by shauli.b...@gmail.com
on 12 Jan 2012 at 7:50
Fixed in 1.3.2. *sigh*
Original comment by jesusfreke@jesusfreke.com
on 12 Jan 2012 at 8:54
[deleted comment]
v1.3.2 -> It's working. Thank You very much.
Will post any issues IF they occur.
Original comment by gcrut...@gmail.com
on 12 Jan 2012 at 9:08
Thanks 1.3.2 is working (with api level 15).
Original comment by karami...@gmail.com
on 12 Jan 2012 at 10:35
Original issue reported on code.google.com by
shauli.b...@gmail.com
on 1 Jan 2012 at 7:04