darmeen
Senior Member
- Jan 8, 2011
- 1,007
- 119
Or you can manually update the CWR kernel through adb
I have copied the portion from the XDA forums:
Had to do this last night myself.
I have copied the portion from the XDA forums:
kernel md5: ce1db01eaebfe9615cf87f9a73d74eed
From either a rooted rom or clockwork recovery issue the following commands via adb (usb)
Code:
adb shell busybox mount / -o rw,remount
adb shell busybox mkdir /boot
adb shell busybox mount /dev/block/mmcblk0p1 /boot
adb push kernel /boot/uRecImg
adb shell busybox umount /boot
After you manually update the kernel to ext4 support you no longer need to use the manual method for subsequent upgrades. Upgrading via RomManager will work since it will not touch the kernel.
Please note that this kernel is named uRecImg. This is only used when you boot into recovery. A separate kernel image (uImage is used for your rom and should be updated when you install your rom or if you want to install an overclocked kernel.
Please don't use an overclocked kernel for recovery. There will be no advantages. backup and restore will still take forever!
Had to do this last night myself.