sammyz
LG Whiz Kid
i figured out how to edit the file.... unfortunately it did nothing to debug because when i ran the scripts it just failed just like before
It should now show where its screwing up..
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i figured out how to edit the file.... unfortunately it did nothing to debug because when i ran the scripts it just failed just like before
You need to extract all the files in the root kit. They should all be in a folder called "RootOptimusM2.2.2". When you have all the files extracted to here, then move into the folder and try running the scripts in that folder.

muhaha... I was watching the vid...."WOOKWOOFWOOF...WOOFWOOFWOOFSHUDDUP!!"
To explain what was happening... when I had you open the RUNFIRST script and edit it, if you were to look at all that text, it is calling the other scripts. But in order for the script to work, it needed it's "resource files". so by only extracting the firstrun and not all the files, it could not find any of the files it needed to execute.
Though technically not the only executable, adb.exe(Android Debug Bridge) is the main tool here with it's two library files to work(AdbWinApi.dll&AdbWinUsbApi.dll),not quite sure what androidscreencast.jnlp is for.
Files with .bat are all scripted files that use adb.exe to check status of the phone and send files to the phone as well.
The other two folders contain files that the main scripts copy to your phone (with adb) and procced to execute those files(with adb) to achieve root.