CyanogenMod 7 has been released for Kindle Fire, and I’ve installed it successfully. Be aware that there are a few caveats to the install thus far, so proceed with caution and on your own accord.
In this video, I show you how to install CyanogenMod 7 on your Kindle Fire in less than 8 minutes…likely it will take you longer, but this is a pretty straightforward installation.
Again, I am not responsible for any damage you may do to your Kindle Fire or any of your equipment because of this. Remember, this install lacks any sound, and there may be other issues as well.
How to Install CyanogenMod 7 on Kindle Fire
Note: I HIGHLY recommend you watch the video above before proceeding with these instructions, it should make it more clear. Again, this install has no sound for the time being.
Step 1: Root your device. See my tutorial on how to Root your Kindle Fire
Step 2: Download cm7files.zip and extract to the root directory of your Android SDK installation

Step 3: Connect your Kindle Fire to your PC, and copy log, last_log, update.zip, and updaterecovery.img to your Kindle Fire.
Step 4: Eject your Kindle Fire from your PC
Step 5: Go to Start > CMD to open your Command Prompt
Step 6: At the command prompt navigate to the platform-tools directory of AndroidSDK installation. e.g. mine would be C:\Android\platform-tools
Step 7: Type the following
adb shell
cd cache
mkdir recovery (may already exist)
cp /sdcard/log /cache/recovery/
cp /sdcard/last_log /cache/recovery/

Step 8: Type the following
cd /
dd if=/sdcard/updaterecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
"idme bootmode 0x5001"
reboot

Step 9: Watch your Kindle Fire reboot. It should start flickering and load Clockwork.

Step 10: Once Clockwork is loaded, press the power button a few times until the installation begins.
Step 11: Once install is complete, type the following at your command prompt:
adb push c:/Android/cm7files/stockrecovery.img /sbin
adb shell
dd if=/sbin/stockrecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
reboot

Step 12: Your Kindle Fire should reboot, and you should now be in CyanogenMod 7.

Special thanks to JackpotClavin on the XDA forums for posting the original how to. I followed his how-to fairly closely, although I did do some portions different. If you have trouble feel free to reference his original work.

Let me know, did this work for you? In a future tutorial, I will show you how to restore back to the stock Kindle Fire interface. Happy modding!

