Skip to content

Commit 78706cf

Browse files
committed
add pseudo su to make safestrap happy
safestrap/TWRP checks if installed system is rooted by checking for a su binary. Let's add a pseudo binary to avoid a message dialog complaining about system not being rooted.
1 parent 54d6835 commit 78706cf

File tree

1 file changed

+2
-0
lines changed
  • system/xbin

1 file changed

+2
-0
lines changed

system/xbin/su

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
echo "Dummy to make safestrap/TWRP happy"

0 commit comments

Comments
 (0)