reppard
Android Enthusiast
little off topic.. but does anyone know how to pull the boot.img fromt he phone? trying to figure out a way to enable the bootloader.. ive tried adb pull /dev/mtd/mtd0 boot.img.. but i get a permmission denied error and i cannot get SU to work via adb shell either.. says permission denied.. i can use terminal to get su.. but not adb.. wierd.. i could try this from Vbox linux, guess ill try that
EDIT:
Nm got it.. just used cat command through terminal
I seem to remember having a similar problem with adb before. Try booting into recovery and see if advanced gives you root that way. As for the boot.img you can also extract one from a rom using a perl script or kitchen. It will unpack it, you can make changes and then repack it.

