There's a typo in the instructions:Hi all. I'm trying to run the above exploit for root access and everything seems to work fine until I run the command below:
dalvikvm -cp /sdcard/RockMyMoto.jar RockMyMoto
Then I get the following output:
I've watched the video and read the instuctions multiple times but I can't figure out where I've gone wrong. I'm hoping that one of you will be able to help me out with this. Thank you in advance for any help that you can provide.
Change this commande
adb push RockMyMoto.zip /sdcard/
To This
adb push RockMyMoto.jar /sdcard/
Note the difference in the RockMyMoto extension. You need to push the jar file from the extracted zip not push the zip itself.
Enjoy.