Re: [How-To] Rooting LS670ZVD with GingerBreak (no reverting and
Sounds like you never mounted write on it.
I would suggest starting from beginning and see how it goes.
9) Mount the /system partition read-write
Quote:
mount -o remount,rw -t yaffs2 /system /system
10) Change to the /data/local/tmp directory
Quote:
cd /data/local/tmp
11) Copy su and busybox to /system/bin
Quote:
cat su > /system/bin/su
cat busybox > /system/bin/busybox
cat Superuser.apk > /data/app/Superuser.apk
12) Set correct permissions on su and busybox
Quote:
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
13) Exit the shell
Quote:
exit
exit
Ok, I'm running into a few problems, probably self-inflicted, but any guidance would be appreciated...
I unzipped the exploit contents into its own directory, and ran adb from there.
I copied the necessary files over to the tmp directory and chmodded to 777, no problems. I let the Gingerbreak app run for about 10 minutes, never got root. So, I attempted to mount the file system, and got an "operation not permitted" error.
Any ideas what I'm missing or leaving out?
TIA
Sounds like you never mounted write on it.
I would suggest starting from beginning and see how it goes.
9) Mount the /system partition read-write
Quote:
mount -o remount,rw -t yaffs2 /system /system
10) Change to the /data/local/tmp directory
Quote:
cd /data/local/tmp
11) Copy su and busybox to /system/bin
Quote:
cat su > /system/bin/su
cat busybox > /system/bin/busybox
cat Superuser.apk > /data/app/Superuser.apk
12) Set correct permissions on su and busybox
Quote:
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
13) Exit the shell
Quote:
exit
exit