xpirt / img2sdat

Convert sparse EXT4 image to sparse Android data image
MIT License
153 stars 98 forks source link

Magic Error #2

Closed rktaiwala closed 7 years ago

rktaiwala commented 9 years ago

While converting 5.1 image it gives ValueError: Magic should be 0xED26FF3A but is 0x00000000

pradeep1806 commented 9 years ago

Did you find solution for this ???If so please kindly help me on the same.Got stuck on this for a week almost.

rktaiwala commented 9 years ago

Use older version

pradeep1806 commented 9 years ago

Older version mean ? Should use that parse file from android jellybean ?

Use older version

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130957801.

pradeep1806 commented 9 years ago

Because I should use only android 5.1 image actually. . . On 14 Aug 2015 10:16, "pradeep k" coolprade@gmail.com wrote:

Older version mean ? Should use that parse file from android jellybean ?

Use older version

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130957801.

rktaiwala commented 9 years ago

Search on xda forum and you will get what you want. I'm no where near my systems otherwise I would have given you the file that worked for me. On 14-Aug-2015 10:17 am, "pradeep" notifications@github.com wrote:

Because I should use only android 5.1 image actually. . . On 14 Aug 2015 10:16, "pradeep k" coolprade@gmail.com wrote:

Older version mean ? Should use that parse file from android jellybean ?

Use older version

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130957801.

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130964718.

pradeep1806 commented 9 years ago

Thank you so much . I'll check it out ☺☺ On 14 Aug 2015 10:25, "Rahul Taiwala" notifications@github.com wrote:

Search on xda forum and you will get what you want. I'm no where near my systems otherwise I would have given you the file that worked for me. On 14-Aug-2015 10:17 am, "pradeep" notifications@github.com wrote:

Because I should use only android 5.1 image actually. . . On 14 Aug 2015 10:16, "pradeep k" coolprade@gmail.com wrote:

Older version mean ? Should use that parse file from android jellybean ?

Use older version

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130957801.

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130964718.

— Reply to this email directly or view it on GitHub https://github.com/xpirt/img2sdat/issues/2#issuecomment-130966126.

pradeep1806 commented 9 years ago

I could not make it yet.It will be great if you could share me working files when you get time.Thanks .

miuirussia commented 8 years ago

Use sparse image, not raw

matriex commented 7 years ago

It's not a bug , it's fault of ext4, Sparse image will work, Or try to convert ext4 to Sparse by this binary, img2simg(win) And the script img2dat.py works fine with Python2.7 but doesn't with Python3.x

xpirt commented 7 years ago

Not an img2sdat binary issue.

Closed.