Skip to content

Commit

Permalink
upd check
Browse files Browse the repository at this point in the history
  • Loading branch information
nu11plex authored Aug 19, 2022
1 parent a96155b commit fb84ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/ru/eisaev/supersuinstaller/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class MainActivity : AppCompatActivity() {
init()
execCmdNoOutput("mount -o remount,rw /dev/block/platform/soc/by-name/system /system")
Thread.sleep(1_000)
execCmdNoOutput("mount > /sdcard/sulog.txt && id >> /sdcard/sulog.txt")
Thread.sleep(1_000)
execCmdNoOutput("cp /sdcard/su /system/xbin/")
Thread.sleep(1_000)
execCmdNoOutput("chmod 755 /system/xbin/su")
Expand Down

0 comments on commit fb84ccd

Please sign in to comment.