xpirt / img2sdat

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

Break level system.transfer.list for android 5.x and 6.x #4

Closed ale8530 closed 7 years ago

ale8530 commented 7 years ago

The new tool generates errors for older versions.

For example, Android 5.1 had to be level 2 instead has been compiled as a level 4 as attached files.

new system.transfer.list-->http://pastebin.com/g8hRTvn6 original system.transfer.list-->http://pastebin.com/1D7Ce6G4

xpirt commented 7 years ago

Confirmed.

As img2sdat binary cannot determine which system you are trying to compress, I have to add the ability to choose the correct one, as a workaround.

ale8530 commented 7 years ago

Thanks :)