Quote Originally Posted by sightlight View Post
joshuaivanmirandaalfonso@joshuaivanmirandaalfonso-HP-Pavilion-g7-Notebook-PC:~$ adb devices
List of devices attached
015d8bed0660200d device
If you seen the above then you're device is detected. From there you need to do the following:

Code:
adb shell
su
cd /mnt/usbdrive/reroot
sh reroot.sh install
NOTE: this assumes you copied the reroot folder to the root of the USB drive, if not then you need to adjust the `cd /mnt/usbdrive/reroot` as appropriate.