[Guide How-To] ProJect Developer ROM Building steps, tricks and tips for SX2011

Search This thread

3andala

Senior Member
Mar 24, 2011
1,229
1,439
i just built Vanir AOSP but WiFi stuck on Turning on not works at all

i used cm wlan/wpan source

vanir wlan/wpan source

using mike patch for AOSP fix WiFi for both


EDIT:FIXED

Thanks
 
Last edited:

BRAiNCHiLD95

Senior Member
Mar 30, 2012
491
255
Mumbai
help with coconut

I'm building Carbon for my coconut device..
Everything worked perfectly well..
I did

Code:
gedit vendor/carbon/vendorsetup.sh

added

Code:
add_lunch_combo carbon_device-userdebug

i replaced device with coconut, making it :

Code:
add_lunch_combo carbon_coconut-userdebug

Then did
Code:
. build/envsetup.sh
which gave me this output:

Code:
including device/generic/armv7-a-neon/vendorsetup.sh
including device/generic/x86/vendorsetup.sh
including device/generic/mips/vendorsetup.sh
including device/semc/coconut/vendorsetup.sh
including vendor/carbon/vendorsetup.sh
including sdk/bash_completion/adb.bash

Then, when i did -

Code:
brunch coconut

I got the following error output:

Code:
including vendor/carbon/vendorsetup.sh
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/semc/coconut/carbon.mk]]: "device/semc/mogami-common/mogami.mk" does not exist.  Stop.
WARNING: Trying to fetch a device that's already there
WARNING: device/semc/coconut/carbon.dependencies file not found
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/semc/coconut/carbon.mk]]: "device/semc/mogami-common/mogami.mk" does not exist.  Stop.

** Don't have a product spec for: 'carbon_coconut'
** Do you have the right repo manifest?

No such item in brunch menu. Try 'breakfast'

For the life of me, i can't understand what went wrong..
If someone knows something about this, Please advice what went wrong.. @rebelos @vishal_android freak ...i need your help if possible! :fingers-crossed::fingers-crossed:
 

BRAiNCHiLD95

Senior Member
Mar 30, 2012
491
255
Mumbai
damn

@BRAiNCHiLD95

are u sure u tracking mogami-common in your manifest ..?

I just checked my semc.xml, and it was empty...:confused::confused::confused:
Should i try repo sync again? and then create the semc.xml and copy data from the LX semc.xml ,using your instructions?

EDIT: Started again (from the semc.xml part)..
Repo sync just wouldn't happen..kept giving errors...then i googled a bit and..somehow it was because of some xml content missing...plus I was using openJDK by default...I changed that to Oracle... It seems to be downloading it all properly now..its downloading the devices now..:/
I'll try building and update again! :)
 
Last edited:

BRAiNCHiLD95

Senior Member
Mar 30, 2012
491
255
Mumbai
help!

I'm trying to compile Carbon ROM using your guide... I did everything perfectly well upto repo sync...
This is the error I'm getting...

Code:
Fetching project LegacyXperia/android_device_semc_msm7x30-common
fatal: Couldn't find remote ref refs/heads/kk
fatal: Couldn't find remote ref refs/heads/kk
error: Cannot fetch LegacyXperia/android_device_semc_msm7x30-common

If i use the -f tag, it'll download the other files..but every file from LegacyXperia project gives the same error..
Please help! :( :confused:
 
R

rebelos

Guest
I'm trying to compile Carbon ROM using your guide... I did everything perfectly well upto repo sync...
This is the error I'm getting...

Code:
Fetching project LegacyXperia/android_device_semc_msm7x30-common
fatal: Couldn't find remote ref refs/heads/kk
fatal: Couldn't find remote ref refs/heads/kk
error: Cannot fetch LegacyXperia/android_device_semc_msm7x30-common

If i use the -f tag, it'll download the other files..but every file from LegacyXperia project gives the same error..
Please help! :( :confused:

define revision and remote for LX
 
R

rebelos

Guest
How do i do that? you haven't mentioned any steps for that...:confused:
I had tried editing(adding) to the default.xml in manifests...But after that, repo init gives error saying duplicate remote in manifest.xml.....
Can you please explain the steps?:fingers-crossed:

bud .. read some guides on cm compiling first this will give u a gud idea of how things go !
 

Top Liked Posts