This tutorial pointed me in the right direction.
I did:
$ adb pull /dev/mtd/mtd2 boot.img-from-phone
Then put it right back using:
$ adb reboot bootloader [wait for bootloader to come up] $ sudo ./fastboot flash boot boot.img-from-phone $ sudo ./fastboot reboot
I could have also taken it apart and replaced the kernel with my own.
2 comments:
Thanks!!
where is actually the boot.img file ?
where is it on othere devices?is it in same folders in all?or differ?
Post a Comment