android - Trouble with CyanogenMod local_manifest -


when using commands breakfast (in case, hlte (samsung galaxy note 3)), or brunch hlte, searches dependencies build os.

i trying list different repos sync doesn't overwrite changes when comes doing repo sync. can view local manifest here: https://github.com/dxc0/local_manifests/blob/master/roomservice.xml

basically, point replace default ones custom ones of same nature.

when try build, loops while looking dependencies (seen here: http://pastebin.com/4utesjjr)

tl;dr

it looks dependencies , never exits loop. i've seen others without removing dependencies cm.dependencies , baffles me least.

edit: going try ubuntu version 12.04 fresh repo. others aren't experiencing must on side :/ please feel free tell me i'm wrong

don't use roomservice.xml custom repositories. local manifest amended breakfast/brunch. can remove repositories there, it's best create separate manifest additional repositories. can have multiple local manifests in directory, named like. restore default contents hlte device , kernel file first.

once have hlte syncing using default repositories, leave roomservice.xml alone , instead use git manage additional repositories. instance:

cd [android-top]/device/samsung/hlte git remote add dxc0 git@github.com:dxc0/android_device_samsung_hlte.git -t cm-11.0 git fetch dxc0 git checkout dxc0/cm-11.0 

where [android-top] top of android source tree. now, can play around own device head. build, type

brunch hlte 

from top of android tree.

as heads-up, when run repo sync, leave custom head , go cm's default. can re-checkout own tree git checkout dxc0/cm-11.0. revert cm's device tree: git checkout github/cm-11.0. if make changes hlte, sync them github account git push dxc0 head:cm-11.0.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -