[Q]How to Compile Android from source code - Android Q&A, Help & Troubleshooting

Hello How to build android from this source code (IGGY). Please help, send tutorial or links http://geek.wikoplus.com/
But I need tutorial how to build android supplied from the manufacturer. (Lenovo, Wiko, LGE etc.. )
Please steer me to properly search Sorry my English.

daoskar said:
Hello How to build android from this source code (IGGY). Please help, send tutorial or links http://geek.wikoplus.com/
But I need tutorial how to build android supplied from the manufacturer. (Lenovo, Wiko, LGE etc.. )
Please steer me to properly search Sorry my English.
Click to expand...
Click to collapse
ROM or kernel? Manufacturers don't typically supply the device trees needed to build AOSP for their devices, and I've never heard of a OEM providing the source for their custom Android "skin".

Ok understand, this is Kernel.That is, compile Kernel, and boot android on my phone.

Related

[Q] How to start collaborating with the android project

Hi, I'm interested in learn how to contribute to the Android code, I know there are mailing lists. I'm interested in android-building , android-porting, android-contrib and android-kernel but the problem is that I don't know where to start, ¿Where could I find resources (books, webs etc) that let me acquire enough knowledge to start to colaborate?
Thank you very much in advance.
algui91 said:
Hi, I'm interested in learn how to contribute to the Android code, I know there are mailing lists. I'm interested in android-building , android-porting, android-contrib and android-kernel but the problem is that I don't know where to start, ¿Where could I find resources (books, webs etc) that let me acquire enough knowledge to start to colaborate?
Thank you very much in advance.
Click to expand...
Click to collapse
If you want to contribute to the Android Open Source Project (AOSP) a useful place to start is looking at the Get Involved section on the official Android developers website.
For learning about building android from source take a look at these two guides:
Google's official guide to building AOSP
How to Compile Jelly Bean on Ubuntu
For a porting guide take a look at this guide:
How to Port ROM's
For kernel building take a look at this guide:
Google's official guide for building kernels
Let me know if you still have questions .
shimp208 said:
If you want to contribute to the Android Open Source Project (AOSP) a useful place to start is looking at the Get Involved section on the official Android developers website.
For learning about building android from source take a look at these two guides:
Google's official guide to building AOSP
How to Compile Jelly Bean on Ubuntu
For a porting guide take a look at this guide:
How to Port ROM's
For kernel building take a look at this guide:
Google's official guide for building kernels
Let me know if you still have questions .
Click to expand...
Click to collapse
Thank you, I already had downloaded and compiled the code. Would you mind write again the link for How to Port ROM''s, you wrote twice the link for How to Compile Jelly Bean on Ubuntu.
Thanks again for your help
algui91 said:
Thank you, I already had downloaded and compiled the code. Would you mind write again the link for How to Port ROM''s, you wrote twice the link for How to Compile Jelly Bean on Ubuntu.
Thanks again for your help
Click to expand...
Click to collapse
Here you are my friend:
forum.xda-developers.com/showthread.php?t=1957219
http://forum.xda-developers.com/showthread.php?t=1908008
http://forum.xda-developers.com/showthread.php?p=32905313#post32905313
Sorry for posting the compiling Jelly Bean link twice.
Sent from my SCH-I535 using xda premium

[Q] How to make a ROM for my custom device?

Hi guys
My fiends (Electronic engineers) want to assemble a new tablet, they asked me to research about making a ROM for that.
Now, I need some resources to know about making a new ROM with custom kernel for our device.
Does anybody have references or any information or experiment about that?
and last question is about Commercial use, is there any permissions from Google if we want to sell our device?
(Sorry for my very bad English)
sma6871 said:
Hi guys
My fiends (Electronic engineers) want to assemble a new tablet, they asked me to research about making a ROM for that.
Now, I need some resources to know about making a new ROM with custom kernel for our device.
Does anybody have references or any information or experiment about that?
and last question is about Commercial use, is there any permissions from Google if we want to sell our device?
(Sorry for my very bad English)
Click to expand...
Click to collapse
To develop a completely custom rom from ground up you need to be a developer. you can use the android kitchen which is for beginners to develop a semi-custom rom, download - http://forum.xda-developers.com/showthread.php?t=633246, guide - http://forum.xda-developers.com/showthread.php?t=1801690
Hit the thanks button if i helped
TechMasta said:
To develop a completely custom rom from ground up you need to be a developer. you can use the android kitchen which is for beginners to develop a semi-custom rom, download - http://forum.xda-developers.com/showthread.php?t=633246, guide - http://forum.xda-developers.com/showthread.php?t=1801690
Hit the thanks button if i helped
Click to expand...
Click to collapse
I'm a developer and don't think the kitchen help me to create a complete custom rom!
sma6871 said:
I'm a developer and don't think the kitchen help me to create a complete custom rom!
Click to expand...
Click to collapse
you have to know what processor is used. and to have the source code from the producer to the processor.
eserguei said:
you have to know what processor is used. and to have the source code from the producer to the processor.
Click to expand...
Click to collapse
So, if for example we use Cortex A9 CPU just what we need is the source code from CPU producer?
Does other hardware are not important?!!
What is the source we get from CPU producer?
Nobody helps me??
i thinks you need to download source from goole aosp... and shearch for driver for you custom devices...

[Dev][Discussion Thread ]Cyanogenmod(Jelly Bean) Build

Hi guys,
I made this thread for all the developers to discuss about their new projects, errors while building, source building, help and support, CM bring-ups, patches and fixes, since we don't have a "Developers discussion" forum for our devices and developers too. :laugh:
It's a nice place for newbies like me to learn a lot from the awesome devs here. :highfive:
This place is just for developers and people trying to build ROMs from source or kernels.
NOTE- THIS IS NOT A PLACE FOR BUG REPORTING OR REQUESTS
IF YOU ARE INTERESTED IN THE PROJECT PLEASE PM ME YOU NAME.
Try to keep this thread clean :angel:
MEMBERS(Till Now):
@lols21.10
How to download cm10.2 source.
http://forum.xda-developers.com/showthread.php?p=52339783#post52339783
This local_manifest made by nolinuxnoparty is kinda a messy(From my point of view).
https://github.com/nolinuxnoparty/android_device_samsung_delos3geur/blob/cm-10.2/README.md
It messed up my source(whole).So just to prevent if anyone downloading any source code ,download the source first than make a backup of it than mess with it
RESERVED
i found this device tree (cm 10.1) https://github.com/OUDhs/android_device_samsung_delos3geur
can this be used to build cm 10.1 for our device??
to me it seems like this device tree is incomplete...
also if someone has any knowledge about device tree pls teach me what it basically is and how it works... if you know of any threads about device tree pls send me the links...
Tks..
Nolinuxnoparty has revived the project on github of cm11 branch
cm11 source on github by nolinuxnoparty
https://github.com/nolinuxnoparty/android_device_samsung_delos3geur
Ya he revived the project
yeah i just saw that i will try again to make it from the cm11 source i have.Hope this time it works........:laugh: hmm is their is any way to contact nolinuxnoparty
Facebook / twitter ??
ZANKRUT.DOSHI said:
Facebook / twitter ??
Click to expand...
Click to collapse
anything facebook/twitter/xda any?
Ya hes on twittrt
Shrukul said:
i found this device tree (cm 10.1) https://github.com/OUDhs/android_device_samsung_delos3geur
can this be used to build cm 10.1 for our device??
to me it seems like this device tree is incomplete...
also if someone has any knowledge about device tree pls teach me what it basically is and how it works... if you know of any threads about device tree pls send me the links...
Tks..
Click to expand...
Click to collapse
Don't know about that source code looks incomplete to me...
A device tree is a tree data structure with nodes that describe the physical devices in a system.Device tree is basically a colletion of data about our phone.It is like a king and source code is like a worker .It tells how to make changes in the source code to make for custom rom etc.... for our phone:laugh:
Here read this:
http://elinux.org/Device_Tree
If you want to make than try this:
http://stackoverflow.com/questions/11352709/android-device-configuration-for-aosp
please correct me If i am wrong
ZANKRUT.DOSHI said:
Ya hes on twittrt
Click to expand...
Click to collapse
Heehe found him on xda
here his profile.If want to contact him than try this :
http://forum.xda-developers.com/member.php?u=5317627
lols21.10 said:
Heehe found him on xda
here his profile.If want to contact him than try this :
http://forum.xda-developers.com/member.php?u=5317627
Click to expand...
Click to collapse
his account is currently disabled so you have to contact him with twitter
lols21.10 said:
Hi guys,
I made this thread for all the developers to discuss about their new projects, errors while building, source building, help and support, CM bring-ups, patches and fixes, since we don't have a "Developers discussion" forum for our devices and developers too. :laugh:
It's a nice place for newbies like me to learn a lot from the awesome devs here. :highfive:
This place is just for developers and people trying to build ROMs from source or kernels.
NOTE- THIS IS NOT A PLACE FOR BUG REPORTING OR REQUESTS
IF YOU ARE INTERESTED IN THE PROJECT PLEASE PM ME YOU NAME.
Try to keep this thread clean :angel:
MEMBERS(Till Now):
@lols21.10
Click to expand...
Click to collapse
Friends ... pardon my intrusion, but I've been reading the topics about our grand quattro for this CM ROM, I do not know desemvolver noob and do not have a legitimate developer today ...
But the tree of the handset MOTO G would not help us because it is a device compared to ours and already have CM ROM would help? If yes glad, if not sad I apologize ...
http://forum.xda-developers.com/moto-g
https://github.com/AOSPA
Help
Don't worry my friend, someone will help you be patient
GlauberMSP said:
Friends ... pardon my intrusion, but I've been reading the topics about our grand quattro for this CM ROM, I do not know desemvolver noob and do not have a legitimate developer today ...
But the tree of the handset MOTO G would not help us because it is a device compared to ours and already have CM ROM would help? If yes glad, if not sad I apologize ...
http://forum.xda-developers.com/moto-g
https://github.com/AOSPA
Click to expand...
Click to collapse
if i understand correctly you are saying that we can fork the moto g tree.Well it that things require few knowledge in java, c++,c....... which i am still reading i think i will try that in few days.:good:
cm
Nolinuxnoparty has stopped the project I suppose he made 3 builds and none of them booted
Do you know how to read github? ? Please stop posting fake information here
cm
i talked with him personally on facebook so please mind your tongue!

Build CM 12.1 from source

Hi,
I will have in one week or two a phone with the source code. I want to have CM12.1 on this phone, I have found a good tutorial with picture, but i forgot where i find it (xda i 95% sure), anyone know the thread ? Or what is the best tutorial for build CM12.1 from source ?
Regards
Hi, anyone can help me please ?

Root and android development for 10.or G

Can anyone share the successful rooting process for 10.or G?
And rom development for this device is none....
Any help would be appreciated
Abhishek17599 said:
Can anyone share the successful rooting process for 10.or G? And rom development for this device is none.... Any help would be appreciated
Click to expand...
Click to collapse
I don't have this device but, I believe that one or both of the following threads should be helpful for what you are looking for and don't be afraid to ask for some member guidance within one of them too.
https://forum.xda-developers.com/showthread.php?t=3717720
https://forum.xda-developers.com/showthread.php?t=3737496
I had noticed a LineageOS release link on the first thread.
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Abhishek17599 said:
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Click to expand...
Click to collapse
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Abhishek17599 said:
I saw but this wasnt helpful... Indeed there was a lineage os link but for 10.or D..... I have 10.or G device... ...anything new related to that?
Click to expand...
Click to collapse
Chouhan.yogesh said:
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Click to expand...
Click to collapse
I just wanted to let you know that the following is the Enhanced Tag link for this device.
https://forum.xda-developers.com/t/10-or-g
This reflects the first step for a dedicated device area on the forum. Once that link reflects 3+ pages of threads (any threads like questions, developments, guides, etc...) then that device is reviewed for a dedicated area on the forum.
I hope that this was helpful!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
Thanks a lot
Chouhan.yogesh said:
Hey, send mail to 10.or team for enabling camera2api in Oreo update.so we can install Google camera easily .
Click to expand...
Click to collapse
Sent mail twice but they replied we will share this feedback with our developer team! Nothing happened.
Not only gcam we can't even use open camera properly manual focus in video is missing!
What is the codename for 10.or G?
I thought of starting development for it so.... Went through guides... But i need codename for it to compile roms... And also ... Base rom to port any rom??.. so i am stuck right now since this device has nothing... Not even twrp..
Any help would be appreciated
Abhishek17599 said:
What is the codename for 10.or G?
I thought of starting development for it so.... Went through guides... But i need codename for it to compile roms... And also ... Base rom to port any rom.. so i am stuck right now since this device has nothing... Not even twrp..
Any help would be appreciated
Click to expand...
Click to collapse
You can find source code on 10.or website. For code name use droid info application.
mridulcrj said:
You can find source code on 10.or website. For code name use droid info application.
Click to expand...
Click to collapse
I can find just the kernel .... And not a rom.... I dont have any knowledge of compiling that way.... The ones i have seen use all the required files from github ... But here we have 10.or G nougat kernel source code on its website
Can anyone help me with my device sources?.... I cant find any on github
[RECOVERY]TWRP FOR 10or G
Ported TWRP for 10or G
Download::::::::::https://androidfilehost.com/?fid=11050483647474829650
Source : TWRP builder
Credits : Surendrajat @TwrpBuilder
DISCLAIMER : IM NOT RESPONSIBLE FOR ANY BRICKED DEVICES.PROCEED WITH CAUTION.
BEFORE FLASHING TRY BOOTING WITH fastboot boot xxx.img

Categories

Resources