4.5.141, never rooted before
So i tried rooting my Atrix for the first time and got a message with the verify app that it wasn't fully rooted.
I decided to combine two sets of similar instructions I found doing searches and got it to finally work.
youtube.com/watch?v=GmkbY6D1614 (video of one set of instructions)
I was getting a permission denied when trying to copy the super user file.
Quote:
$ cp /preinstall/su /system/bin/su
cp /preinstall/su /system/bin/su
cp: /system/bin/su: Permission denied
$ chmod 6755 /system/bin/su
chmod 6755 /system/bin/su
Unable to chmod /system/bin/su: Operation not permitted
$
|
So i tried these steps replacing preinstall with reinstall for step and everything worked fine.
Try at you own risk:
1. Make sure you are using a file name fastboot and not moto-fastboot if so rename it.
2.My folder containing the files was in c:/android yours may be different so you'll have to point the instructions there. (c:/"path to your folder")
C:\Users\Me>cd c:/android
c:\Android>fastboot.exe flash preinstall preinstall.img
< waiting for device >
sending 'preinstall' (30720 KB)... OKAY [ 5.102s]
writing 'preinstall'... OKAY [ 1.907s]
c:\Android>fastboot.exe reboot
rebooting...
c:\Android>adb shell
$ /preinstall/dosu
/preinstall/dosu
bash: groups: command not found
root@localhost:/# /reinstall/su
/reinstall/su
bash: /reinstall/su: No such file or directory
root@localhost:/# /bin/mount -o remount,rw /system
/bin/mount -o remount,rw /system
root@localhost:/# cp /preinstall/su /system/bin/su
cp /preinstall/su /system/bin/su
root@localhost:/# chmod 6755 /system/bin/su
chmod 6755 /system/bin/su
root@localhost:/# PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
pkg: /preinstall/Superuser.apk
Success
root@localhost:/#
c:\Android>