Skip to content

Commit

Permalink
Always fix expdb
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Dec 8, 2024
1 parent e066b97 commit d454a79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/java/com/saradabar/easyblu/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,12 @@ private void overwriteFrp() {
private void checkFixed() {
if (getExpdbSize().contains("124MB 134MB")) { // expdb のセクタ範囲
addText("- 通知:expdb は修正されていません。");
callFunc(this::fixExpdb);
} else {
addText("- 通知:expdb は既に修正済みです。");
callFunc(this::openSettings);
addText("- 通知:既存の frp を削除します。");
parted("rm 24");
}
callFunc(this::fixExpdb);
}

@NonNull
Expand Down

0 comments on commit d454a79

Please sign in to comment.