What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ROM] ICS pre pre pre pre pre pre pre pre pre pre Alpha

No system yet have been sidetracked a little the past to weeks trying to get everything together bout to apply for physician assistant school and a little worried i may not get in first time i think i saw that you posted on xda bout aokp not compiling what is the issue if thats you i saw

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Hey Cush... Best of luck on getting into that school.

Yep that was me. I cloned AOKP then cloned in your sholes repos and when I execute . build/envesetup.sh && lunch generic_sholes-userdebug && make -j6 otapackage it gets running then stops on the following R.Stamp error.

make: *** No rule to make target `out/host/linux-x86/bin/aapt', needed by `out/target/common/obj/APPS/ApplicationsProvider_intermediates/src/R.stamp'. Stop.

I'm guessing this could be something in a make that may not be needed for the compile and could be comments out but I couldn't find any info on it out on the net.

Any ideas? Thx.
 
Last edited:
Hey Cush... Best of luck on getting into that school.

Yep that was me. I cloned AOKP then cloned in your sholes repos and when I execute . build/envesetup.sh && lunch generic_sholes-userdebug && make -j6 otapackage it gets running then stops on the following R.Stamp error.

make: *** No rule to make target `out/host/linux-x86/bin/aapt', needed by `out/target/common/obj/APPS/ApplicationsProvider_intermediates/src/R.stamp'. Stop.

I'm guessing this could be something in a make that may not be needed for the compile and could be comments out but I couldn't find any info on it out on the net.

Any ideas? Thx.

Thanks bro what it looks like is a source error would repo sync and make clobber then make ota if still no go hit me up on gtalk [email protected]

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
 
cush2push said:
Thanks bro what it looks like is a source error would repo sync and make clobber then make ota if still no go hit me up on gtalk [email protected]

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Thanks... Good call... Did a repo sync and got errors on the manifest, so tried a repo init and also got errors. Rm'd .repo and did a fresh init... syncing now, so I'll see if that corrects the problem when it is done...
I'll let you know how it goes...
 
Hi. What is the status on this project?

Also, can anyone give me step by step instructions on getting sound on the page 65 build in xda, if possible?
also has anyone tried getting camera working on that? Thanks.
 
rmsh123 said:
Hi. What is the status on this project?

Also, can anyone give me step by step instructions on getting sound on the page 65 build in xda, if possible?
also has anyone tried getting camera working on that? Thanks.

I'm still getting a build to compile from AOKP and Cush's repos, but haven't had much time to dedicate to it. Cush is still working on getting his system back up and running. So, not totally dead but kind of idle.

As far as the pg 65 build from what I've found there is nothing different from that and the jan05 build except sound. There are some lib file Cush posted a while back here and I was able to push three of the libaudio file via adb push which restored the sound, but still the same result with the radio as the jan05 build.
If you still want to give it a go make sure you adb remount before pushing the libaudio files.
 
I'm still getting a build to compile from AOKP and Cush's repos, but haven't had much time to dedicate to it. Cush is still working on getting his system back up and running. So, not totally dead but kind of idle.

As far as the pg 65 build from what I've found there is nothing different from that and the jan05 build except sound. There are some lib file Cush posted a while back here and I was able to push three of the libaudio file via adb push which restored the sound, but still the same result with the radio as the jan05 build.
If you still want to give it a go make sure you adb remount before pushing the libaudio files.

What trouble are you having mgross?

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
 
cush2push said:
What trouble are you having mgross?

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Hey Cush,
First it was trying to get the repo to clone. After that finally completed without error now I am dealing with some minor build environment issues. Just slowly but surely correcting some LOCAL_MODULE_TAGS := optional errors in Android.mk files. I've corrected a few but more keep popping up. So, getting there...
 
Hey Cush,
First it was trying to get the repo to clone. After that finally completed without error now I am dealing with some minor build environment issues. Just slowly but surely correcting some LOCAL_MODULE_TAGS := optional errors in Android.mk files. I've corrected a few but more keep popping up. So, getting there...

If you run into problems or have questions hit me up will answer them best i can

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
 
If you run into problems or have questions hit me up will answer them best i can

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Thanks... So far I've been working through them, but man there are plenty of errors... The Module_tag took the longest to fix. Then was getting make errors for libaudiopolicy.so and found there wasn't a device/moto/sholes/libaudiopolicy folder there so I found one from an archive from November 2011 and put it there. The last few errors have gone away after restarting the make. Still building ATM... (Fingers Crossed)
 
You may have to pull.
https://github.com/CyanogenMod/android_hardware_ti_wlan
To get wifi working and past the ti wlan errors on compile
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Thanks... Looks like I've still got a libaudiopolicy problem. Looking into it further. Comparing your repo with kfazz and others and each audio folder looks different under android_device_motorola_sholes... working on it though. I have a few ideas, so trying them out. If I run out of answers I'll let you know.
 
Each audio may be named differently compare the folder with whats named in sholes.mk and board config

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
 
Each audio may be named differently compare the folder with whats named in sholes.mk and board config

Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

I believe I corrrected the libaudiopolicy issue. I added the following code to the device/moto/sholes/audio/Android.mk...

Code:
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/libaudiopolicy.so
$(file) : device/moto/sholes/audio/libaudiopolicy.so
	@echo "Copy libaudiopolicy.so -> $@"
	@mkdir -p $(dir $@)
	@rm -rf $@
	$(hide) cp -a device/moto/sholes/audio/libaudiopolicy.so $@
 
Cush,
I've compiled and getting stuck on a gps error. Here is the content maybe you can assist to get me past. Also, I am seeing missing kernel warning messages at the beginning of the compile. Should I add in a kernel? If so any good ones to suggest? Thanks.

Code:
target Strip: gps.goldfish (out/target/product/sholes/obj/lib/gps.goldfish.so)
target SharedLib: gps.sholes (out/target/product/sholes/obj/SHARED_LIBRARIES/gps.sholes_intermediates/LINKED/gps.sholes.so)
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/sholes/obj/SHARED_LIBRARIES/gps.sholes_intermediates/gps.o: in function gps__get_gps_interface:hardware/cm/gps/gps.c:242: error: undefined reference to 'gps_get_hardware_interface'
collect2: ld returned 1 exit status
make: *** [out/target/product/sholes/obj/SHARED_LIBRARIES/gps.sholes_intermediates/LINKED/gps.sholes.so] Error 1
 
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
 
Back
Top