Posts

Showing posts from August, 2013

CyanogenMod 10.2 on Samsung Galaxy S4 (Japanese DoCoMo version - jfltedcm)

Here is how I managed to get CyanogenMod on my Galaxy S4 - the Japanse DoCoMo model. Starting back to front, the short version is: Get the repo command, and get ready to compile CyanogenMod as usual repo init -u git://github.com/CyanogenMod/android.git -b cm-10.2 Prep the extra repositories needed to compile the Samsung phone model. $ cat .repo/local_manifests/s4.xml <?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="device/samsung/jf-common" name="kbc-developers/android_device_samsung_jf-common" /> <project path="device/samsung/jfltedcm" name="kbc-developers/android_device_samsung_jfltedcm" /> <project path="device/samsung/msm8960-common" name="CyanogenMod/android_device_samsung_msm8960-common" /> <project path="device/samsung/qcom-common" name="CyanogenMod/android_device_samsung_qcom-common" /> <proje