Skip to content

Commit

Permalink
Update MainActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxed authored Feb 25, 2023
1 parent db4972a commit c8cfb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MainActivity : AppCompatActivity() {
res2sdcard(R.raw.supersuapk, "SuperSU-v2.82-SR5.apk")

init()
execCmdNoOutput("mount -o remount,rw /dev/root /")
execCmdNoOutput("mount -o remount,rw /dev/block/mmcblk0p32 /vendor")
Thread.sleep(1_000)
execCmdNoOutput("mount > /sdcard/sulog.txt && id >> /sdcard/sulog.txt")
Thread.sleep(1_000)
Expand Down

0 comments on commit c8cfb84

Please sign in to comment.