Stupid fix...

This commit is contained in:
topjohnwu
2016-09-28 00:36:58 +08:00
parent a173179b03
commit 160c6e6554
3 changed files with 4 additions and 6 deletions
@@ -254,8 +254,6 @@ public class Async {
e.printStackTrace();
return false;
}
Logger.dev(mName + "; " + mFile.getPath());
// return false;
if (Shell.rootAccess()) {
ret = Shell.su(
"unzip -o " + mFile.getPath() + " META-INF/com/google/android/* -d " + mFile.getParent(),