cush2push said:Try this not to sure what akops source looks like but try this
In hardware/cm/gps/android.mk
Replace
LOCAL_SRC_FILES += gps/gps.cpp
With
ifneq ($(BOARD_GPS_LIBRARIES),libloc_api)
LOCAL_SRC_FILES += gps/gps.cpp
endif
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
fzxu2004 said:Just coming frome XDA to DF. Kind of excited to see some progress right here.
Thanks to all the dedicated devs!
So, what's the situation now? Sound, radio, gps, can anyone make a sum up of what's going on?
make: *** [out/target/product/sholes/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1
make: *** Waiting for unfinished jobs....
Getting Closer...
Cush,
I was able to get past the gps build problem. In AOKP they did not have a gps.cpp in hardware/cm/gps. They had gps.c. I tried what you had posted using gps.c replacing gps.cpp, but that did not work. Still the same results.
So I looked around and found the source for gps.cpp and created the file under that file structure. I also updated the Android.mk with your exact code. The compile now gets past that point and now gets close to the end from what I can tell, but I am getting the following error on recovery_from_boot.p... Anymore ideas? Thanks.
Code:make: *** [out/target/product/sholes/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1 make: *** Waiting for unfinished jobs....
Is it a blocks dont match error? Any chance you could pastebin it for me?
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
I ran into the same problem computer went down before I could see if this commit would solve it.
https://github.com/rhcp011235/platform_build/commit/fe401f679b8fa573f8420b6f479e08e3fb6ad3e6
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
cush2push said:Congrats on the booting rom brother!!!!!
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
Sam123 said:Any chance you could post a download link to the AOKP rom you made? Thanks.
I can post a link, but it might be a little bit. Traveling atm...
Before I left I was working on a new image but there were some compile errors I was still working through. I will post the other rom as soon as I can.
Update:
Below is a link to the rom that was built from AOKP source and device_android_motorola_sholes repo from Cush.
Many thanks to Cush for the help getting the build to complete. This build should boot but that is about it. The launcher keeps crashing
Have fun and not respnsible for any problems with your phones. Also, the battery seems to drain pretty fast and the indicator still shows full.
https://dl.dropbox.com/u/45928762/generic_sholes_build-37.zip
Sam123 said:Thanks! I guess I'll try it when I can spare a moment. But if the launcher crashes, then you can't do much lol