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

Root CM10 progress Update Thread

Tolth just wondering when you try to fix something do you work on one problem or do you try to fix multiple ones at a time?
 
yes and i got another error I am trying to resolve, I got a few things I am trying

make: *** [~/cm10.1/out/target/product/aurora/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/h264_utils.o] Error 1
 
yes and i got another error I am trying to resolve, I got a few things I am trying

make: *** [~/cm10.1/out/target/product/aurora/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/src/h264_utils.o] Error 1

Are you building kernel inline?
 
what do you mean by that?
you mean remove the vdec and venc lines?
kuz i already did that by adding a custom boardconfig flag but that would break the ability to actually build the mm-***** stuff wouldnt it?

and now we have a new issue, ion is being a real pain
 
what do you mean by that?
you mean remove the vdec and venc lines?
kuz i already did that by adding a custom boardconfig flag but that would break the ability to actually build the mm-***** stuff wouldnt it?

and now we have a new issue, ion is being a real pain

Are you using an include dir? If you are and you have an ion header in it, that's probaby where your error is coming from. The cm build system has two headers with that same info so thers a conflict if you add ion header in include dir.

As for the media error that he posted, in the source/hardware/qcom/media/..... the calls for kernel includes is screwing with the build system. I got rid of the errors with commenting out those lines in both the vdec and venc Android.mk files. Also leaving msm_vidc headers out of include dir
 
k, yea i just had him put in a new flag to disable the vdec and venc when we needed to

Code:
OMX_VIDEO_PATH := $(call my-dir)
include $(CLEAR_VARS)

ifneq ($(DISABLE_MM-VIDEO),true)
include $(OMX_VIDEO_PATH)/vidc/vdec/Android.mk
include $(OMX_VIDEO_PATH)/vidc/venc/Android.mk
endif
include $(OMX_VIDEO_PATH)/DivxDrmDecrypt/Android.mk
that way if you add DISABLE_MM-VIDEO := true to the boardconfig.mk itll take those out of the equasion, but if you leave it out it all builds as it would unmodified. handy little trick i learned from a legacy video mod we had to use on the sequent
 
Any fix for the call and camera problem yet?

(I would help, but my laptop was stolen)

call problem? i know camera is a bad camera hal which is all you guys, i dont even dare say i might get lucky on that one, i cant do it. but depending on the call problem i might be able to help with that
 
call problem? i know camera is a bad camera hal which is all you guys, i dont even dare say i might get lucky on that one, i cant do it. but depending on the call problem i might be able to help with that

The phone works only on speaker
 
thats what i was hoping
for you to fix it, you will need to take this audio_policy.conf and have it put in /system/vendor/etc/
might also have to make a folder on the root and symlink /system/vendor to /vendor in the ramdisks init files

for the end user though, you can do a quick patch by taking the same file and putting it in /system/etc/ overwriting the old one

the only reason you cant put it directly in system/etc on a build is due to cm overwriting it every time... you can easily put it in vendor though which will override the one it etc

this will not only fix that issue, but headphones as well, all you gotta do is right click, save, then stick it in the right spot on the phone
 
Not sure if anyone has mentioned but the notification light doesn't seem to work either. Just thought I would mention it

Ty. Please do let me know about all bugs. I've been so zeroed in on the major bugs I haven't really done a full test.
 
Not sure if anyone has mentioned but the notification light doesn't seem to work either. Just thought I would mention it

notification light settings

this also has backlight and keylight settings, auto brightness stuff, and a few other goodies
just be aware it might have effects on what network modes are available too so i recommend you look at something else with sprint/boost lte to see what theirs says
 
actually, if someone wants to take the original one that gave only speaker and pastebin it or something so i can take a look at it, that would be great, or put it in [ hide ] tags
 
Back
Top Bottom