I've tried to compile CM7 for Geeksphone ONE following this instructions http://wiki.cyanogen...ogenMod_for_Z71 I know they are for Z71, but by comparing with other Compile pages from the wiki, my understanding is that I can follow most of this instructions with little change.
The changes I've made are simple:
Instead of
cd ~/android/system/device/Commtiva/z71/, I did
cd ~/android/system/device/geeksphone/onebefore executing
./extract-files.sh
Finally, instead of
. build/envsetup.sh && brunch z71, I did
. build/envsetup.sh && brunch one
However, I get the following error and the compiling finishes:
find: `vendor/motorola/jordan/lib/modules': No such file or directory find: `vendor/motorola/jordan/lib/modules': No such file or directory ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.4 TARGET_PRODUCT=cyanogen_one TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=GINGERBREAD ============================================ build/core/base_rules.mk:162: *** device/motorola/jordan/libcamera: MODULE.TARGET.SHARED_LIBRARIES.libcamera already defined by device/geeksphone/one/libcamera. Stop.I imagine maybe this is a "live" repository in which development is taking place, but I can't find any information on this. So, how do I compile the latest CM7 stable release for ONE?
Thank you, regards!














