Skip to content

Commit db4972a

Browse files
authored
Update MainActivity.kt
1 parent 67ddcab commit db4972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ru/eisaev/supersuinstaller/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MainActivity : AppCompatActivity() {
2424
res2sdcard(R.raw.supersuapk, "SuperSU-v2.82-SR5.apk")
2525

2626
init()
27-
execCmdNoOutput("mount -o remount,rw /dev/block/platform/soc/soc:ap-ahb/20600000.sdio/by-name/vendor /vendor")
27+
execCmdNoOutput("mount -o remount,rw /dev/root /")
2828
Thread.sleep(1_000)
2929
execCmdNoOutput("mount > /sdcard/sulog.txt && id >> /sdcard/sulog.txt")
3030
Thread.sleep(1_000)

0 commit comments

Comments
 (0)