Install CM for jfltevzw
Note: DISCLAIMER
Modifying or replacing your device's software may void your device's warranty, lead to data loss, hair loss, financial loss, privacy loss, security breaches, or other damage, and therefore must be done entirely at your own risk. No one affiliated with the CyanogenMod project is responsible for your actions. Good luck.
WARNING:
This guide is for advanced users and does not come with support. It is provided as a means to install CyanogenMod. A working adb connection as well as adb being in your PATH is required for this guide and users should not proceed without this. Additionally, you must be on build I545VRUAMDK or this will not work. In fact, if you try to use this method on a newer revision, you will almost certainly brick your device. Seriously don't try it. Downgrading won't work either. If you've updated, a qfuse is already tripped and any attempt to downgrade will also result in a brick.
You can check what build you are on in System Settings > More > About phone > Baseband Version
Contents
Install alternate kernel
In order to root your device you must first install this kernel via ODIN or Heimdall. More info can be found here
- Download the kernel.
- Put the device into download mode: Vol Down & Home & Power
- Flash the file:
- If using ODIN, drop the file directly into the PDA slot and flash it.
- If using Heimdall, extract the file from the tar and run
heimdall flash --BOOT boot.img
- Reboot and proceed to rooting steps.
Root your Samsung Galaxy S4 (VZW)
- Download motochopper (credit to djrbliss).
- md5:
a2a361dc1a1122b9034d4be4ba355a46
- md5:
- Extract all files in the zip.
- Windows only: install the latest Samsung USB drivers.
- Enable USB debugging on the device and connect device to PC.
- Windows: run the run.bat file.
- Linux/OSX: run the run.sh file.
- You now have root, proceed to next section.
Prepare and flash your recovery image
- Download TWRP Recovery
- md5:
7334e4f5e93b3cd80c8b1d0c85531b00
- md5:
- Rename to: recovery.img
- Using Heimdall, run
heimdall flash --RECOVERY recovery.img
- Reboot into recovery and proceed to next section.
Installing CyanogenMod from recovery
- Make sure your computer has working adb.
- Download the CyanogenMod build package for your device that you'd like to install to your computer.
- Optional: Download 3rd party applications packages, like Google Apps which are necessary to download apps from Google Play.
- Place the CyanogenMod
.zip
package, as well as any optional.zip
packages, on the root of/sdcard
:- Using adb:
adb push filename.zip /sdcard/
- Note: You can copy the
.zip
packages to your device using any method you are familiar with. Theadb
method is used here because it is universal across all devices and works in both Android and recovery mode. If you are in recovery mode, you may need to ensure/sdcard
(sometimes called Internal Storage) is mounted by checking its status in the Mounts menu. If you have booted regularly, USB debugging must be enabled.
- Using adb:
- If you are not already in recovery, boot to recovery mode now.
- Vol Up & Home & Power
- In Team Win Recovery Project, select menu choices by tapping on the appropriately labelled button.
- Optional (Recommended): Select the Backup button to create a backup.
- Select Wipe and then Factory Reset.
- Select Install.
- Navigate to
/sdcard
and select the CyanogenMod.zip
package. - Follow the on-screen notices to install the package.
- Optional: Install any additional packages you wish using the same method (if you are installing multiple packages, install CyanogenMod first and then install any subsequent packages on top of it).
- Once installation has finished, return to the main menu and select Reboot, then System. The device will now boot into CyanogenMod.