1. Home
  2. Mobile
  3. Install cm7 on kindle fire how to

Install CyanogenMod 7 On Kindle Fire [How To]

CM7 based on Android’s Gingerbread OS, is now available for the Kindle Fire tablet, who would have thought. A few days back, XDA-Developers forum member JackpotClavin came out with the news that that he managed to boot up CM7 on his Kindle Fire, but the ROM was not up for grabs back then. However, the ROM has been released for users to download and install on the new tablet and being CM7, there are a lot of eager Kindle Fire users out there dying to try this out on the device. Of course, a few glitches do exist since a specific kernel for the Kindle Fire has not been developed as yet. That said, the ROM has pretty much everything working and can be used as a daily driver, well almost.

So without further talk, let’s get this ROM up and running on your Kindle Fire. Please be advised that installing this ROM, will result in formatting of all system and data partitions on the device, so make sure you take a backup before proceeding. image

Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.

Requirements:

Instructions:

  1. Download the ROM, KF’s recovery, and log last_log. file from the link above and copy them to the root of your SD card.
  2. Download the stock recovery as well, but do not copy it to the root of your SD card.
  3. Connect your device with the PC and open up terminal or command prompt to enter the following commands:
    adb shell
    
    cd cache
    
    mkdir recovery
    
    cd /
    
    cp /sdcard/log /cache/recovery/
    
    cp /sdcard/last_log /cache/recovery/
    
    dd if=/sdcard/updaterecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery
    
    idme bootmode 0x5001
    
    reboot
  4. Now in recovery, you will see that the first option highlighted, is Install update.zip from sdcard. Press the Power button (ok).
  5. When prompted to install, press the Power button again. The recovery is modded because it can’t be navigated through right now. No here is actually Yes so just select that.
  6. Once the ROM is flashed, without rebooting your phone, open up command prompt or terminal and navigate to the location where the stock recovery is.
  7. Now enter the following commands:
adb shell

mount sdcard

exit

adb push/sbin/

dd if=/sbin/stockrecovery.img of=/dev/block/platform/mmci-omap-hs.1/by-name/recovery

adb reboot

The device will reboot twice now, and once it’s done, the CM7 logo will appear. For updates and queries, head over to the forum thread at XDA-Developers.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.