I have created a CyanogenMod tree for Cm 10.1 (JB 4.22)
It is not done, and I am not sure if I will have the time to finish it, that is why I am posting this tutorial for yall, so that others can join in and help.
I would like to give a special thanks to my friend Dm47021 for helping me and letting me use his video/media drivers that he worked so hard on.
I also used a lot of Bobz's files, and will be using PlayfulGod's MMS file in the near future.
Please remember that this all started (CM10.x/CWM) by me finding and using the stuff that 985hPaKicK made, so we owe him a big thanks
The status of this tree and the ROM it creates, is basically it builds and it boots
The sound drivers and other things need to be fixed, but a lot of things are working too, like WiFi, and RIL and such, but this needs a lot of work, too much for me to do by myself, I am hoping that Bobz and PlayfulGod will want to collaborate with me on this, and we can work together to produce something good.
To build this ROM you need a Linux computer that has been setup as an Android Build computer, I will not cover that in this thread, there are a lot of tutorials out there for that.
OK so lets begin
Open your terminal and type these commands
mkdir CM10.1
cd CM10.1
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync -j32
(^^repo sync will take a while because it is downloading the CyanogenMod source code)
vendor/cm/get-prebuilts
git clone https://github.com/hroark13/device_lge_l0.git -b cm10.1_Osiris device/lge/l0
git clone https://github.com/hroark13/hardware_qcom_media-legacy.git -b master hardware/qcom/media-legacy
git clone https://github.com/hroark13/hardware_qcom_display-legacy.git -b master hardware/qcom/display-legacy
tar -zcvf hardware/qcom/camera.tar.gz hardware/qcom/camera
rm -R hardware/qcom/camera
(^^we have to backup and remove the camera folder for now since it causes build errors)
make clobber
. build/envsetup.sh && brunch l0
it should now build the ROM, when it is done it will be in cm10.1/out/target/product/l0 folder
you should find some thing like this in there
http://hroark13.waywardpilgrim.net/cm-10.1-20130505-UNOFFICIAL-l0-v2.zip
That can be flashed with 2nd init recovery, make sure you factory wipe after install
The ROM in the above link is not intended for usage, only for testing and furthering development
hK
If I have helped you, and you like my work, please click on the Thanks Button and give my thread a rating by clicking on the stars above.
If you would like to buy me a beer, you can click on the PayPal button

It is not done, and I am not sure if I will have the time to finish it, that is why I am posting this tutorial for yall, so that others can join in and help.
I would like to give a special thanks to my friend Dm47021 for helping me and letting me use his video/media drivers that he worked so hard on.
I also used a lot of Bobz's files, and will be using PlayfulGod's MMS file in the near future.
Please remember that this all started (CM10.x/CWM) by me finding and using the stuff that 985hPaKicK made, so we owe him a big thanks
The status of this tree and the ROM it creates, is basically it builds and it boots
The sound drivers and other things need to be fixed, but a lot of things are working too, like WiFi, and RIL and such, but this needs a lot of work, too much for me to do by myself, I am hoping that Bobz and PlayfulGod will want to collaborate with me on this, and we can work together to produce something good.
To build this ROM you need a Linux computer that has been setup as an Android Build computer, I will not cover that in this thread, there are a lot of tutorials out there for that.
OK so lets begin
Open your terminal and type these commands
mkdir CM10.1
cd CM10.1
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
repo sync -j32
(^^repo sync will take a while because it is downloading the CyanogenMod source code)
vendor/cm/get-prebuilts
git clone https://github.com/hroark13/device_lge_l0.git -b cm10.1_Osiris device/lge/l0
git clone https://github.com/hroark13/hardware_qcom_media-legacy.git -b master hardware/qcom/media-legacy
git clone https://github.com/hroark13/hardware_qcom_display-legacy.git -b master hardware/qcom/display-legacy
rm -R hardware/qcom/camera
(^^we have to backup and remove the camera folder for now since it causes build errors)
make clobber
. build/envsetup.sh && brunch l0
it should now build the ROM, when it is done it will be in cm10.1/out/target/product/l0 folder
you should find some thing like this in there
http://hroark13.waywardpilgrim.net/cm-10.1-20130505-UNOFFICIAL-l0-v2.zip
That can be flashed with 2nd init recovery, make sure you factory wipe after install
The ROM in the above link is not intended for usage, only for testing and furthering development

hK
If I have helped you, and you like my work, please click on the Thanks Button and give my thread a rating by clicking on the stars above.
If you would like to buy me a beer, you can click on the PayPal button
