Skip to content

Commit

Permalink
パスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Jan 4, 2025
1 parent 33977aa commit 0b1eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/saradabar/easyblu/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private void createFrp() {
parted("toggle 24 msftdata");
notify(PART24 + " を上書き修正します。");
copyAssets(FRP);
exec("dd if=" + Environment.getExternalStorageDirectory() + "/" + FRP + " of=" + PART24); // 必ずフルパス
exec("dd if=" + FRP_COPY + " of=" + PART24); // 必ずフルパス
callFunc(this::openSettings);
}

Expand Down

0 comments on commit 0b1eed4

Please sign in to comment.