So I've previously rooted a LG Optimus by hand moving files over and executing via the adb shell.
But I can't get this AIO to work. Can someone please let me know what I'm doing wrong?
I have USB Debugging on, and when it says USB connected I have it set to "Charge only" (as opposed to mass storage).
I have ADB up and running, so when I type in "ADB devices" in the terminal it responds with the device attached.
When I try to run the script in Terminal (not Console, which I can't find a run command and appears to be an editing program), I get a request for a password. When I type the password, I get this:
Files/adb: Files/adb: cannot execute binary file
Looking for device
/Users/Mac/Desktop/LGMarquee_AIO/RootRecoveryAIO.sh: line 422: Files/adb: cannot execute binary file
....
The device cannot be found.
Plug or replug the USB cable. Press any key to continue.
It obviously is a problem with pointing the script to the right location for my device. But I don't know exactly what the script wants in this regard.
Help??