Please help. I have tried this multiple times to no avail. After #11 - /bin/mount -o remount,rw /system - the phone does not reboot so I do not have the $ prompt. I manually rebooted and restarted the adb shell and got the following error - cp: /system/bin/su: Read-only file system. Tried again and same result.
Please advise and thank you in advance.
C:\Users\SBS>cd c:/android
c:\Android>fastboot.exe flash preinstall preinstall.img
sending 'preinstall' (30720 KB)... OKAY [ 2.790s]
writing 'preinstall'... OKAY [ 2.111s]
c:\Android>fastboot.exe reboot
rebooting...
c:\Android>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
$ /preinstall/dosu
/preinstall/dosu
bash: groups: command not found
[email protected]:/# /preinstall/su
/preinstall/su
/preinstall/su
# /preinstall/su
# /bin/mount -o remount,rw /system
/bin/mount -o remount,rw /system
#
c:\Android>adb shell
$ cp /preinstall/su /system/bin/su
cp /preinstall/su /system/bin/su
cp: /system/bin/su: Read-only file system
$