Requesting that if someone could upload the graphics.c source file? Need it for for a Tegra 4 tablet project. Thanks in advance for your help and assistance.
Related
G'day. Quick question.
I need to compile the vold service source, and I have no idea how to. The source files can be found here:
http://dexandroid.googlecode.com/svn/trunk/system/core/vold/
Any help appreciated. Cheers.
Dear All,
How can I compile bcm4329.ko module from source code to Nexus One?
I downloaded the latest android source code which includes the bcm4329 driver in the following directory:
/hardware/broadcom/wlan/bcm4329.
I simply run make under the root folder of anroid source code. It seems that /out/target/product/passion/system/lib/modules/bcm4329.ko is directly copied from /device/htc/passion-common/bcm4329.ko. The driver source code is not compiled at all. Could anyone please tell me how to build it separately? Thanks for any help!
Best,
Hao
Does anyone know? Appreciate any kind of hits!
infocom10 said:
Does anyone know? Appreciate any kind of hits!
Click to expand...
Click to collapse
i face the same problem as yours...do you have solved it??
i had to deal with this when i compiled my kernel before, but i honestly dont remember how to do it. i had to get help from some devs ultimately.
Hi,
I have a samsung tab 2 p3100, which now has cynaogenmod 10 jellybean installed. I now need to make some tweaks in andorid OS<
How do I change the android source code and compile a build to flash on samsung p3100.
I downloaded the android source code from google and compiled it to generate a otapackage build with maguro configuration. But the zip file is not working for the device.
How can I create a ROM from the andorid source code which can be flashed on the samsung P3100. ?
Thanks and Regards,
Mahendra Naik
mahendra0203 said:
Hi,
I have a samsung tab 2 p3100, which now has cynaogenmod 10 jellybean installed. I now need to make some tweaks in andorid OS<
How do I change the android source code and compile a build to flash on samsung p3100.
I downloaded the android source code from google and compiled it to generate a otapackage build with maguro configuration. But the zip file is not working for the device.
How can I create a ROM from the andorid source code which can be flashed on the samsung P3100. ?
Thanks and Regards,
Mahendra Naik
Click to expand...
Click to collapse
You will need to do a lot more research. There are a lot of steps to setup a build environment for a device. No one can answer in a few words here Search XDA for tutorial on building CM10. There are a lot of pieces beyond the Google source that are required
adding application to the caynogenmod build
DigitalMD said:
You will need to do a lot more research. There are a lot of steps to setup a build environment for a device. No one can answer in a few words here Search XDA for tutorial on building CM10. There are a lot of pieces beyond the Google source that are required
Click to expand...
Click to collapse
Thanks for the reply,
I was able to compile cyanogenmod successfully and install it on the device.
Now I want to add my app as part of the build, so when the device is flashed with the rom, the app will already be there, instead of me having to install it again,
For this, I added the source of the app to /packages/apps and wrote an android.mk file and added the name of the app to PRODUCT_PACKAGES in the /build/target/product/core.mk file. But still the app is not included in the build,
How do I add my app as part of the cyanogenmod build?
Thanks and Regards,
Mahendra Naik
mahendra0203 said:
Thanks for the reply,
I was able to compile cyanogenmod successfully and install it on the device.
Now I want to add my app as part of the build, so when the device is flashed with the rom, the app will already be there, instead of me having to install it again,
For this, I added the source of the app to /packages/apps and wrote an android.mk file and added the name of the app to PRODUCT_PACKAGES in the /build/target/product/core.mk file. But still the app is not included in the build,
How do I add my app as part of the cyanogenmod build?
Thanks and Regards,
Mahendra Naik
Click to expand...
Click to collapse
A more simpler way is if You could just keep your app in system/app in your final zip!
Sent from my GT-P3100 using Tapatalk 2
I am trying to compile the Samsung Open Source file located here: http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=g900a. The one I am looking to compile is the OF2 file. However, I am having trouble building the platform file. Does anyone know how to do it or could offer some help?
there is no such kernel,device tree,vendor for my device.
I could build device tree via twrpbuilder tree generator,
but kernel cannot be found in opensource release center.
why am i need A605k? not F or FN or else?
that's because when i used A605FN recovery it has so many errors... and it makes me build twrp for A605K.
not for other models..
but.. i failed,
device tree built via twrpbuilder tree generator doesn't have omni.dependencies file
so, what do you guys think how can i fix those annoying things?
I know, this is not a question area, but i want to make Discussion with you guys to get a idea
Well if your trying to build a device tree and kernel source and vendor start with downloading android source in linux there are many great guides for this then download the sources for the A600F/FN or any other current model of the A600 then there will be a file in the folder for whichever source you downloaded that will allow you to pull resources from your phone like kernel recovery device vendor files ect.. use that and then import it to the same folder than try to build TWRP and test it to see if you get a working build if not then go back and try again their are many sources for learning how to compile twrp for devices that dont have it read those and try again.
Sent from my [device_name] using XDA-Developers Legacy app
tmvkrpxl0 said:
there is no such kernel,device tree,vendor for my device.
I could build device tree via twrpbuilder tree generator,
but kernel cannot be found in opensource release center.
why am i need A605k? not F or FN or else?
that's because when i used A605FN recovery it has so many errors... and it makes me build twrp for A605K.
not for other models..
but.. i failed,
device tree built via twrpbuilder tree generator doesn't have omni.dependencies file
so, what do you guys think how can i fix those annoying things?
I know, this is not a question area, but i want to make Discussion with you guys to get a idea
Click to expand...
Click to collapse
I did find the kernel and source here: http://opensource.samsung.com/recep...menu_item=mobile&classification1=mobile_phone
(page 44 for SM-A605FN - A605FNXXU1ARD7)
I would like to build it myself, but my android development knowledge is limited (i do have a solid linux knowledge though).
Is this guide obsolete (https://forum.xda-developers.com/showthread.php?t=1943625)?
If yes, anyone knows where can i find an up-to-date one?
If not, any idea where BoardConfig.mk can be found?
Where can we find a guide on how to build a twrp? I would really like to learn how to do it