• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root CM10 Development (moved to upp)

zipping now, thought I would run a build real quick and I got this now:
Code:
Import includes file: /home/superr/android/out/target/product/warp2/obj/SHARED_LIBRARIES/libdivxdrmdecrypt_intermediates/import_includes
make: *** No rule to make target `/home/superr/android/out/target/product/warp2/obj/SHARED_LIBRARIES/libgenlock_intermediates/export_includes', needed by `/home/superr/android/out/target/product/warp2/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/import_includes'.  Stop.

cough use [ code][/code] tags.. no space in it tho ;)

and I will have to investigate that one.
 
well... actually i think he accidentally just made another copy of our non touch cwm. as far as being cwm it worked fine, just wasnt any different than the one we already had. i suggested trying twrp

im still trying to figure out where he would have even gotten the cwm touch source, as far as i know its a closed source project, only non touch is open source
 
in the file ueventd.rc it has #/dev/block/mmcblk0p18 which is our cache partition. Does that make a difference? Sorry for the ignorance...trying to help

edit: pointing out that it is commented out
 
well... actually i think he accidentally just made another copy of our non touch cwm. as far as being cwm it worked fine, just wasnt any different than the one we already had. i suggested trying twrp

im still trying to figure out where he would have even gotten the cwm touch source, as far as i know its a closed source project, only non touch is open source
he used builder.clockworkmod.com ;)
 
ah, yea i tried that once, it didnt go well. it kept rejecting your graphics.c, partitions were still wrong, and without being able to modify certain files it would only stay running for about 2 mins then kick into ftm mode...
 
but yea, wish i could help with the genlock issue i just dont know enough about it to know what could be wrong and its even harder when im trying to debug remotely without ever being able to even see how compiling works for myself, i think there are others here better suited for that job, you are in good hands superr. im gonna head off to bed, thank you again playfulgod for all your help, and thanks to you as well superr for all the hard work you are putting in, wish you luck and hope to see some good news when i wake up. night guys
 
night junkie2100 :)

quick question, is there some reason this phone does not support usb mass storage? Is there something bad about it?
 
night junkie2100 :)

quick question, is there some reason this phone does not support usb mass storage? Is there something bad about it?

Android 4.0 switched everything to MTP (Mass Transfer protocol) it allows mounting of internal and external sdcard simultaneously.
 
yea thats fine with the whole ril thing. what the hell tho, hoark needs to stop releasing broken source!!!

He didnt.. that builds fine for arthur. you guys are building for a different phone..keep that in mind.

still working on a cm10 device tree for you guys
 
ok, got through that first problem by adding
Code:
include hardware/qcom/display/libgenlock/Android.mk
to the file hardware/qcom/media/Android.mk (credit to JoelZ9614 at xda)

Then i had a problem with lib/libv8.so only to find out it was not in the tree (my fault). I added it and we are a building...
 
Code:
target thumb C++: libdivxdrmdecrypt <= hardware/qcom/media/mm-video/DivxDrmDecrypt/src/DivXDrmDecrypt.cpp
hardware/qcom/display/libgenlock/genlock.cpp:33:27: fatal error: linux/genlock.h: No such file or directory
compilation terminated.
make: *** [/home/superr/android/out/target/product/warp2/obj/SHARED_LIBRARIES/libgenlock_intermediates/genlock.o] Error 1
make: *** Waiting for unfinished jobs....

it went for a lot longer this time...perhaps not important?
 
commented #include <linux/genlock.h> in hardware/qcom/display/libgenlock/genlock.cpp

building again...
 
Code:
target thumb C++: libgenlock <= hardware/qcom/display/libgenlock/genlock.cpp
target thumb C++: libdivxdrmdecrypt <= hardware/qcom/media/mm-video/DivxDrmDecrypt/src/DivXDrmDecrypt.cpp
hardware/qcom/display/libgenlock/genlock.cpp: In function 'int (anonymous namespace)::get_kernel_lock_type(genlock_lock_type)':
hardware/qcom/display/libgenlock/genlock.cpp:53:25: error: 'GENLOCK_WRLOCK' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:55:25: error: 'GENLOCK_RDLOCK' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t (anonymous namespace)::perform_lock_unlock_operation(native_handle_t*, int, int, int)':
hardware/qcom/display/libgenlock/genlock.cpp:83:13: error: 'genlock_lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:83:26: error: expected ';' before 'lock'
hardware/qcom/display/libgenlock/genlock.cpp:84:13: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:101:43: error: 'GENLOCK_IOC_LOCK' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t genlock_create_lock(native_handle_t*)':
hardware/qcom/display/libgenlock/genlock.cpp:156:9: error: 'genlock_lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:156:22: error: expected ';' before 'lock'
hardware/qcom/display/libgenlock/genlock.cpp:157:23: error: 'GENLOCK_IOC_NEW' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:160:45: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:166:27: error: 'GENLOCK_IOC_EXPORT' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:166:48: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:176:30: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t genlock_attach_lock(native_handle_t*)':
hardware/qcom/display/libgenlock/genlock.cpp:243:9: error: 'genlock_lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:243:22: error: expected ';' before 'lock'
hardware/qcom/display/libgenlock/genlock.cpp:244:9: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:245:23: error: 'GENLOCK_IOC_ATTACH' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t genlock_unlock_buffer(native_handle_t*)':
hardware/qcom/display/libgenlock/genlock.cpp:306:56: error: 'GENLOCK_UNLOCK' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t genlock_wait(native_handle_t*, int)':
hardware/qcom/display/libgenlock/genlock.cpp:335:9: error: 'genlock_lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:335:22: error: expected ';' before 'lock'
hardware/qcom/display/libgenlock/genlock.cpp:336:9: error: 'lock' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp:338:39: error: 'GENLOCK_IOC_WAIT' was not declared in this scope
hardware/qcom/display/libgenlock/genlock.cpp: In function 'genlock_status_t genlock_write_to_read(native_handle_t*, int)':
hardware/qcom/display/libgenlock/genlock.cpp:368:56: error: 'GENLOCK_RDLOCK' was not declared in this scope
make: *** [/home/superr/android/out/target/product/warp2/obj/SHARED_LIBRARIES/libgenlock_intermediates/genlock.o] Error 1
make: *** Waiting for unfinished jobs....
looks like genlock is definitely a problem. I am out of ideas.
 
im compiling again, will take all day lmao..... tax time im getting a new rig lol. Anyways another fresh build environment. Linux Mint 14 cinnamon edition compiling way faster then on Ubuntu 12.10
 
Back
Top Bottom