Skip to content

Commit cb5ab7b

Browse files
committed
fix system remount issue
1 parent ce70a0a commit cb5ab7b

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

files_kk/system/bin/mount

1.03 MB
Binary file not shown.

files_kk/system/etc/install-recovery-2.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/system/bin/sh
22

3-
chmod 755 /system/etc/install-rooting.sh
43
/system/etc/install-rooting.sh&
54

65
# Some apps like to run stuff from this script as well, that will

files_kk/system/etc/install-rooting.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,8 @@ do
369369

370370
done
371371

372+
#dummy for mount issue
373+
mount -o rw,remount /system
374+
mount -o rw,remount /system
375+
mount -o ro,remount /system
376+

0 commit comments

Comments
 (0)