- Run these commands in the shell prompt on your computer, as root; hit the "Enter" key after each command:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
busybox cp /sdcard/Superuser.apk /system/app/Superuser.apk
busybox cp /sdcard/su /system/bin/su
busybox cp /sdcard/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
rm /system/bin/rootshell
exit
exit
This makes you a permanent root user on the Motorola Devour. You now have full access to your phone.