Thanks man. This is actually taken care of in the latest release, with the little exe I wrote called "gnexwug_permCWM.exe", which launches at the end of the root script. This program opens a cmd prompt, enters adb shell, grants su permissions, mounts the system partition, renames the file, unmounts the system, and then exits adb shell; all using some automated send key cmds. Try it out.
This is exactly what it does:
adb shell
su
mount -o remount,rw /system
mv /system/recovery-from-boot.p /system/recovery-from-boot.p.bak
mount -o remount,ro /system
exit
exit
You can mount the system with the more generic syntax I used, and accomplish the same thing. People should no longer have that problem if they use this version, since it runs through that at the end of the root procedure.
{{ WugFresh }}
This is the step i was talking about in my post about the environmental variables not being setup during ur driver install step. Glad to know what was skipped because I didn't notice any trouble otherwise - I might go in and manually fix it
Sent from my Galaxy Nexus using DroidForums