You are on page 1of 1

make sure phone is plugged in and usb debugging checked on,in charge only mode -at the promt

in your command window: cd c:\mini-adb_inc this should change your command promt to "mini-adb_inc",indicating youre using t hat directory. adb devices this should output your phones serial number,indicating its recognized

adb push flash_image /data/local/ adb push mtd0.img /sdcard/ adb shell SU cd /data/local chmod 0755 /data/local/flash_image cd /data/local ./flash_image misc /sdcard/mtd0.img exit get out of your adb shell,and back to the "mini-adb_inc" prompt adb reboot bootloader this will boot your phone to "fastboot" select "bootloader" with the power butt on. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++ RUN AN EXPLOIT!!!! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++

You might also like