“ Originally Posted by chauleyb
”
is n e one goin to post a dummy video cuz i feel like one right bout now been tryna root all morning im not sure what im doin wrong i get up right to this part..........adb push asroot2 /data/local/
then
adb shell chmod 0755 /data/local/asroot2
then
adb shell
then
/data/local/asroot2 /system/bin/sh -
and its sayin chmod cant b found
adb push /directory_you_placed_asroot2/asroot2 /data/local/
directory_you_placed_asroot2 (from above) = make sure you enter the directory you placed the asroot2 into
for example: I had c:\AR where I DL'd mine 2
So it should look like this:
adb push c:\AR/asroot2 /data/local/
...then continue with the commands as it's showing you above.
Good Luck