Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Building Cyanogenmod right now. Problem is correcting all the errors. hopefully i got em all taken care of. looks like its going pretty good(been running the build for about 45 min now). will keep everyone updated.
for anyone else interested in building CM11, if you get an error in frameworks/av/media/libstagefright/****.cpp , open that cpp file and find the line
#ifdef ENABLE_AV_ENHANCEMENTS just below that should be include <QCMediaDefs.h>, now find the QCMediaDefs.h file (google or hardware_qcom_media_caf) copy that QCMediaDefs.h file and paste it into the frameworks/av/media/libstagefright/include/
now with that file ****.cpp that you have open, edit the line to read #include <include/QCMediaDefs.h>
Same goes for error with QCMetaData.h
May not be the correct way, but works for me as I am new to building roms
Would be totally willing to test a build if anyone wants to link me!
I'd love to test it out, also and info on what is required to be able to build it as I'm interested in learning to do so.
Ive tried learning how to build our kernel from the lg source code buy have yet been able to successfully build it.
Update
It seems that in the BoardConfig.mk, # QCOM BSP flags are giving me error with gralloc.h. But if I comment out those flags it builds without erroring out. Just wont boot(Security Error). Google is doing no good with this error. Any help appreciated.
thanks, was using the stock kernel source. that should fix it