souramoo / Needle

Android framework injection made easy
GNU General Public License v3.0
100 stars 28 forks source link

Replaced subprocess.call with subprocess.check_call #20

Closed ale5000-git closed 8 years ago

ale5000-git commented 8 years ago

Going on when failing may make the phone unbootable, so it is better to stop in this case.

ale5000-git commented 8 years ago

This is really important because when the reassembling fails it left a partial dex file that is pulled back in the device (tested), this change prevent it.