12/06/27 22:53:35.39 TXNOBrGg
>>291
step5.shを編集したりしました?
改行コードはLFになってますか?
step5.batの61行目の
@files\adb shell "/data/local/acrohd/step5.sh"
を↓↓↓の内容に置き換えて実行したらどうなります?
@files\adb shell "sync;sync;sync;"
@files\adb shell "echo 'remount rw /system'"
@files\adb shell "/data/local/acrohd/busybox mount -t ext4 -o rw,remount /system /system"
@files\adb shell "echo 'install busybox'"
@files\adb shell "ln -s /system/xbin /data/busybox"
@files\adb shell "/system/xbin/busybox --install"
@files\adb shell "echo 'install su'"
@files\adb shell "chown root.root /data/local/acrohd/su"
@files\adb shell "chmod 06755 /data/local/acrohd/su"
@files\adb shell "/data/local/acrohd/busybox cp -p /data/local/acrohd/su /system/bin/"
@files\adb shell "rm /system/xbin/su"
@files\adb shell "ln -s /system/bin/su /system/xbin/su"
@files\adb shell "echo 'remount ro /system'"
@files\adb shell "/data/local/acrohd/busybox mount -t ext4 -o ro,remount /system /system"