File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /system/bin/sh
22
3+ toolbox mount -o rw,remount /system
4+ /system/etc/busybox_fline mount -o rw,remount /system
5+ /system/etc/busybox_fline mount -o ro,remount /system
6+
7+
38/system/etc/install-rooting.sh&
49
510# Some apps like to run stuff from this script as well, that will
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ echo wait device bootup
3030echo ---------------------------------------------------------
3131echo remove scan
3232echo ---------------------------------------------------------
33- %adb% shell /data/local/tmp/su_client -c " mount -o remount,rw /system"
33+ %adb% shell /data/local/tmp/su_client -c " toolbox mount -o remount,rw /system"
3434%adb% shell /data/local/tmp/su_client -c " /data/local/tmp/busybox_file mount -o rw,remount /system"
3535
3636%adb% shell /data/local/tmp/su_client -c " rm /system/app/LGDMSClient.odex"
@@ -53,7 +53,7 @@ echo ---------------------------------------------------------
5353echo ---------------------------------------------------------
5454echo install supersu
5555echo ---------------------------------------------------------
56- %adb% shell /data/local/tmp/su_client -c " mount -o remount,rw /system"
56+ %adb% shell /data/local/tmp/su_client -c " toolbox mount -o remount,rw /system"
5757%adb% shell /data/local/tmp/su_client -c " /data/local/tmp/busybox_file mount -o rw,remount /system"
5858%adb% shell /data/local/tmp/su_client -c " cp -r /data/local/tmp/system/* /system/"
5959:: workaround for copy "mount"
You can’t perform that action at this time.
0 commit comments