xpirt / img2sdat

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

ValueError: Magic should be 0xED26FF3A but is 0x00000000 #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

ValueError: Magic should be 0xED26FF3A but is 0x00000000

xpirt commented 7 years ago

You are using a raw ext4 image, you need to convert it to a sparse one. Please refer to xda guide.

Closed.