• 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)

you remember how i got cwm working, i just started messing with shit till it worked. didnt have to know what the hell i was doing really just kept turning options on and off till something went right

dont be afraid to play around with it, what are you gonna do break it? oh yea too late its already broken to begin with lol
 
ok well.. maybe it is just that we need to modify the egl.cfg. its buried deep in there tho, device/zte/warp2/prebuilt/lib/egl/egl.cfg
remove the part about android and make the adreno 0 0 instead of 0 1
or try removing adreno instead but try making adreno the only thing there and making it 0 0 first
hwcomposer is the gpu rendering, not audio, audio has been fixed
 
[HIGH]target thumb C: lights.goldfish <= development/tools/emulator/system/lights/lights_qemu.c
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:157: warning: missing initializer for member 'hw_module_t::dso'
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:157: warning: missing initializer for member 'hw_module_t::reserved'
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'bool isValidDestination(const framebuffer_device_t*, const hwc_rect_t&)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:305: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:306: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'bool isMDPSupported(const hwc_layer_list_t*)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:497: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:511: error: 'FrameBufferInfo' has not been declared
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'bool isBypassDoable(hwc_composer_device_t*, int, const hwc_layer_list_t*)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:574: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'void setBypassLayerFlags(hwc_context_t*, hwc_layer_list_t*)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:602: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'void unsetBypassLayerFlags(hwc_layer_list_t*)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:646: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp: In function 'bool canUseCopybit(const framebuffer_device_t*, const hwc_layer_list_t*)':
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:965: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/libhwcomposer/hwcomposer.cpp:971: warning: comparison between signed and unsigned integer expressions
hardware/qcom/display/liboverlay/overlayLibUI.h: In constructor 'overlay::OverlayUI::OverlayUI()':
hardware/qcom/display/liboverlay/overlayLibUI.h:101: warning: 'overlay::OverlayUI::mFBNum' will be initialized after
hardware/qcom/display/liboverlay/overlayLibUI.h:99: warning: 'int overlay::OverlayUI::mZorder'
hardware/qcom/display/liboverlay/overlayLibUI.cpp:219: warning: when initialized here
make: *** [out/target/product/warp2/obj/SHARED_LIBRARIES/hwcomposer.msm7x30_intermediates/hwcomposer.o] Error 1
[/HIGH]
 
building arthur as is to see if it finishes. I haven't done this with ics yet.
 
if that works i dunno what the hell happened, maybe i got a bad copy of the tree or something but i pulled it from hoarks github. if it doesnt work tho we have been duped... either that or its our graphics.c file or something
 
followed all the steps like a regular build? kuz yea see if we could just get a WORKING cm source for the warp we wouldnt be having issues like this, we would probably already have a working build
 
ok, not sure if you know this or told me yourself, but there is a zip called updated_warp_cm_configs-master in addition to the zip called warp_cm_configs-master. I will try the updated one now.
 
i actually managed to FIX part of hoarks source that we had, so the problem isnt us. the problem is the device tree we have to work with for the original warp. give me one of those that actually works and ill make it work for us
 
ok kool, if that one works we will just have to start the whole process of modifying everything again lol, but at least itll fukkin work
 
try throwing that one i just linked to in post #391 into jellybean/cm10 and see what happens, if it builds we are in business
 
[HIGH]target Generated: libwebcore <= external/webkit/Source/WebCore/dom/make_names.pl
make: *** No rule to make target `out/target/product/arthur/obj/lib/libv8.so', needed by `out/target/product/arthur/obj/SHARED_LIBRARIES/libwebcore_intermediates/LINKED/libwebcore.so'. Stop.[/HIGH]
this is the error from the tree at #391
 
hell if this one works we can get shinru back in the game, have him work on one while you work on the other and i debug as we go
 
and make sure you use jellybean/cm10 to try the last one i posted, not ics/cm9. if that doesnt work tho you can try it in the other
 
and make sure you use jellybean/cm10 to try the last one i posted, not ics/cm9. if that doesnt work tho you can try it in the other

oops, I tried them both in ics. I will try the new one in jb now.

building....
 
Back
Top Bottom