@@ -120,14 +120,20 @@ public boolean remount(String file, String mountType)
120
120
true ,
121
121
"busybox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
122
122
"busybox mount -o remount," + mountType .toLowerCase () + " " + file ,
123
+ "busybox mount -o " + mountType .toLowerCase () + ",remount " + mountPoint .getDevice ().getAbsolutePath (),
124
+ "busybox mount -o " + mountType .toLowerCase () + ",remount " + file ,
123
125
"toolbox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
124
126
"toolbox mount -o remount," + mountType .toLowerCase () + " " + file , "toybox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
127
+ "toolbox mount -o " + mountType .toLowerCase () + ",remount " + mountPoint .getDevice ().getAbsolutePath (),
128
+ "toolbox mount -o " + mountType .toLowerCase () + ",remount " + file ,
125
129
"mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
126
130
"mount -o remount," + mountType .toLowerCase () + " " + file ,
127
- "/system/bin/toolbox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
128
- "/system/bin/toolbox mount -o remount," + mountType .toLowerCase () + " " + file ,
129
- "/system/bin/toybox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
130
- "/system/bin/toybox mount -o remount," + mountType .toLowerCase () + " " + file );
131
+ "mount -o " + mountType .toLowerCase () + ",remount " + mountPoint .getDevice ().getAbsolutePath (),
132
+ "mount -o " + mountType .toLowerCase () + ",remount " + file ,
133
+ "toybox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
134
+ "toybox mount -o remount," + mountType .toLowerCase () + " " + file ,
135
+ "toybox mount -o " + mountType .toLowerCase () + ",remount " + mountPoint .getDevice ().getAbsolutePath (),
136
+ "toybox mount -o " + mountType .toLowerCase () + ",remount " + file );
131
137
Shell .startRootShell ().add (command );
132
138
commandWait (command );
133
139
0 commit comments