LightningTH
Newbie
Nick, you could use the soup or root app then withour rebooting do
adb push update.zip /data/
That would push it to /data as the soup or root app will leave you in a temp root. My steps are things I did after running soup or root before rebooting that gave me the ability to run the su command and then hit enter on the password request although I'm waiting for someone else to confirm.
Silvist, also looks like the forum put a space in the root line, unsure if it is actually there or something the forum is just doing. I'd try pulling my passwd.txt file and pushing that to /etc/passwd instead of doing the echo's.
adb push passwd.txt /etc/passwd
adb push update.zip /data/
That would push it to /data as the soup or root app will leave you in a temp root. My steps are things I did after running soup or root before rebooting that gave me the ability to run the su command and then hit enter on the password request although I'm waiting for someone else to confirm.
Silvist, also looks like the forum put a space in the root line, unsure if it is actually there or something the forum is just doing. I'd try pulling my passwd.txt file and pushing that to /etc/passwd instead of doing the echo's.
adb push passwd.txt /etc/passwd