adb shell su dd if=/sdcard/zImage of=/dev/block/mmcblk0p5Step 6 is copying it to the device just fine, but then Step 7 I think has something awry because it just brings up the adb shell usage instructions.
Try this, break the command up into its individual parts as follows
enter
Code:
adb shell
Code:
su
Note: if you get a permission denied open you phones main launcher page then re-enter the "su" command in your terminal adb shell and watch your phone to see if super user is popping up asking for permission, if it is allow it. One other thing that could cause permission denied is if you phone is not in debugging mode so if you are still getting denied on your phone got to settings>applications>developement and make sure usb debugging is checked.
enter
Code:
dd if=/sdcard/zImage of=/dev/block/mmcblk0p5
enter
Code:
reboot
Last edited: