TeamWin / Team-Win-Recovery-Project

Core recovery files for the Team Win Recovery Project (T.W.R.P) - this is not up to date, please see https://github.com/TeamWin/android_bootable_recovery/
http://twrp.me
1.96k stars 741 forks source link

Supporting other MD5 file syntaxes #228

Open yoavain opened 10 years ago

yoavain commented 10 years ago

This is not a bug, but a functionality request. Some windows MD5 generators create MD5 files differently then expected in TWRP which causes MD5 check to fail. (i.e. MD5Checker) TWRP currently handles two spaces " " (between md5 and file name.) Example: 936F7A22C0EBFB496D79EC7024354511 openrecovery-twrp-2.6.3.0-mako.img

Can you also support:

  1. space-asterisk " " Example: 936F7A22C0EBFB496D79EC7024354511 openrecovery-twrp-2.6.3.0-mako.img
  2. Vertical bar "|" Example: 936F7A22C0EBFB496D79EC7024354511|openrecovery-twrp-2.6.3.0-mako.img

Thanks!

sndnvaps commented 10 years ago

i think it was easy job. to make it support more method.

Yoav notifications@github.com编写:

This is not a bug, but a functionality request. Some windows MD5 generators create MD5 files differently then expected in TWRP which causes MD5 check to fail. (i.e. MD5Checker) TWRP currently handles two spaces " " (between md5 and file name.) Example: 936F7A22C0EBFB496D79EC7024354511 openrecovery-twrp-2.6.3.0-mako.img

Can you also support:

  1. space-asterisk " " Example: 936F7A22C0EBFB496D79EC7024354511 openrecovery-twrp-2.6.3.0-mako.img
  2. Vertical bar "|" Example: 936F7A22C0EBFB496D79EC7024354511|openrecovery-twrp-2.6.3.0-mako.img

Thanks!


Reply to this email directly or view it on GitHub: https://github.com/TeamWin/Team-Win-Recovery-Project/issues/228