I want to build a linaro optimized build of stock JROOR0 or whatever the number was again. I know how to compile and build a rom. is it as easy as syncing with a repo? cans omsoen help me with this?
i found these maguro instructions
https://android-build.linaro.org/bu...xus-jb-gcc47-aosp-blob-12.08-release/#build=1
would it be as simple as replacing the maguro imgs with toro imgs?
From what I can gather, it's not quite that straight forward, but not far off...
http://forum.xda-developers.com/showthread.php?t=1859470
Related
Hi,
this weekend I decided to give it a go and compiled my first ever rom. Of course just a basic one, build from the latest source (4.0.3). All went fine, got it working. So I do understand the basics for now. However, regarding the source and building 'material' I have some questions. I could not find a proper answer with google, so maybe someone here could help me. I'm not asking for a complete guide, just a pointer in the right direction would be great!
1) How do I clean up my previous build. Is it really as simple as 'make clean'?
2) Right now I've synced the 4.0.3 branch. Let's say I want to build just the kernel. Do I set up a new directory where I sync the kernel sources, or can I do it from within my current directory, but without building the full rom?
Thanks in advance. Right now I focus on the basics, my next step would be to use GIT. But for now, if anybody could help me with the above (or knows a good -tutorial/beginners- site with some tips on building a kernel) that would be great! Thanks!!
I like the PA rom but i would want to have the Rom Control / Similar tweaks into PA.
Can someone help me with this.
Thanks
husytcs said:
I like the PA rom but i would want to have the Rom Control / Similar tweaks into PA.
Can someone help me with this.
Thanks
Click to expand...
Click to collapse
build from source. there's a thread about aosp building stickied in general. learn git and its various functions. you'll need linux or mac osx (only builds on master branch, afaik).
explore rom's source you wish to kang @github (or any other git repository). enjoy the beauty of open source. learn how to (at least) read, cherry-pick and merge code.
naturally, after you get your build running, you can't (or shouldn't) ask for help, you need to know how to debug, and how to get yourself out of trouble.
sent from my i9250
I have tried googling this and also searching the forums and have found many helpful guides for setting up build environ for building CM/AOKP/AOSP and so on. I am new to this obviously and dont totally understand linux and what not but have successfully built CM from source for my S4. Now I would like to start building KitKat from googles source. I mostly like everything about the google stock rom and seeing as their are fewer things in it then I would want to change in the stock CM builds and whatnot that I would really like to just get the google repo and build from that source. When following the guides I have seen they all refer to the repo's for the AOKP or CM or whatever and not AFAIK googles source. Is this so simple that beccause I dont understand how to do it maybe it means Im not supposed to be or is it just an unusual desire? Anyway if someone could direct me to the proper guide or the proper command to init the google 4.4 repo for the Nexus 7 2013 Deb/razorg I would greatly appreciate. Not sure if this should have gone in dev section or here or what but figured not clutter dev forum with such a simple thing. Thanks in advance. Any guidance on any of this source building design stuff would be appreciated as well.
McOpCo 5528
I think I just posted to soon. Finally found googles site and looking through it I think I am getting there. Still would appreciate any help or suggestions on guides to read or anything that helped any of you build your first few builds via source. Thanks.
repo init -u https://android.googlesource.com/platform/manifest -b android-4.4_r1.1
I was asking because I have tried CM's guide, multiple guides on here... Nothing seems to work. I'd like a step by step guide on how to
1: Add / sync repo for latest CM11
2: Get ALL device repositories for d2
3: Download kernel and device source
4: Download Linaro toolchain for 4.4
5: Build rom and kernel with Linaro
6: Cherry pick / add features
All help will be appreciated extremely! I'm young and know almost nothing about coding but I know my way around a terminal. All the times I've tried building I've gotten either a failed build or a successful build that doesn't boot...
This is something I have also been getting interested in.
I have been searching around the forums here on XDA and I have found quite a few guides.
All I did was search for "build rom".
The only problem I am having is they seem to be for different phones than what I am looking to build for.
I would like to build for the GS3 d2lte.
I just found this guide, http://apcmag.com/how-to-make-your-own-android-rom.htm
It shows you how to build one for the GS3 d2lte
I'm sorry if this has been asked before but I need help to try to get CM-13.0 or 14.0 building successfully with UBER toolchains on both system and kernel.
That's all. No special changes. Just the ability to do that is all I'm looking for.
I have the sources setup for standard compiling of CM already. Just trying to switch toolchains from stock.
An help would be greatly appreciated.
I keep getting an error about libatomic.a not existing. If that's any help