@@ -120,14 +120,20 @@ public boolean remount(String file, String mountType)
120120 true ,
121121 "busybox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
122122 "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 ,
123125 "toolbox mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
124126 "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 ,
125129 "mount -o remount," + mountType .toLowerCase () + " " + mountPoint .getDevice ().getAbsolutePath () + " " + mountPoint .getMountPoint ().getAbsolutePath (),
126130 "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 );
131137 Shell .startRootShell ().add (command );
132138 commandWait (command );
133139
0 commit comments