junkie2100
Android Expert
https://github.com/junkie2100/android_device_zte_aurora/blob/master/device_aurora.mk#L116
huh, thats convenient lmao
now i gotta find the stuff in the proprietary-files.txt if there is any, and of course check for boardconfig flags. ill update this post when i find something. but just copy those files from my aurora device tree listed there and hopefully itll fire up
keep in mind the above files are pulled from the stock force rom, so i recommend pulling them from the stock rom of the phone youre using instead, mind you if that doesnt work you CAN try the ones from a force rom but youll probably have to download a stock based rom to get them. and do that first because some of them are overwritten by things in the device.mk file
now on to the boardconfig...
k
https://github.com/junkie2100/android_device_zte_aurora/blob/master/BoardConfig.mk#L62
that seems to be the only camera related entry, it will require a new build im sure with the device.mk and boardconfig.mk changes but hopefully itll be well worth the trouble
EDIT: wait boardconfig lines 42 and possibly 38 will be necessary as well, may require you to use all force stuff if you do the ics blobs flag
and theres a qcamera starting thing in the ramdisk somewhere
https://github.com/junkie2100/android_device_zte_aurora/blob/master/ramdisk/init.qcom.rc#L195
theres one piece...
i dont see the actual service code though... puzzling i dunno see what you can work out with that, might help
huh, thats convenient lmao
now i gotta find the stuff in the proprietary-files.txt if there is any, and of course check for boardconfig flags. ill update this post when i find something. but just copy those files from my aurora device tree listed there and hopefully itll fire up
Code:
lib/libchromatix_imx074_default_video.so
lib/libchromatix_imx074_preview.so
lib/libchromatix_imx074_video_hd.so
lib/libchromatix_imx074_zsl.so
lib/libchromatix_imx091_default_video.so
lib/libchromatix_imx091_preview.so
lib/libchromatix_imx091_video_hd.so
lib/libchromatix_ov2720_default_video.so
lib/libchromatix_ov2720_preview.so
lib/libchromatix_ov8820_default_video.so
lib/libchromatix_ov8820_preview.so
lib/libchromatix_ov8820_zsl.so
lib/libchromatix_s5k3l1yx_default_video.so
lib/libchromatix_s5k3l1yx_hfr_120fps.so
lib/libchromatix_s5k3l1yx_hfr_60fps.so
lib/libchromatix_s5k3l1yx_hfr_90fps.so
lib/libchromatix_s5k3l1yx_preview.so
lib/libchromatix_s5k3l1yx_video_hd.so
lib/libchromatix_s5k3l1yx_zsl.so
lib/libimage-jpeg-dec-omx-comp.so
lib/libimage-jpeg-enc-omx-comp.so
lib/libimage-omx-common.so
lib/libmmcamera_faceproc.so
lib/libmmcamera_frameproc.so
lib/libmmcamera_statsproc30.so
lib/libmmjpeg.so
lib/libmmjps.so
lib/libmmstillomx.so
lib/libpng.so
keep in mind the above files are pulled from the stock force rom, so i recommend pulling them from the stock rom of the phone youre using instead, mind you if that doesnt work you CAN try the ones from a force rom but youll probably have to download a stock based rom to get them. and do that first because some of them are overwritten by things in the device.mk file
now on to the boardconfig...
k
https://github.com/junkie2100/android_device_zte_aurora/blob/master/BoardConfig.mk#L62
that seems to be the only camera related entry, it will require a new build im sure with the device.mk and boardconfig.mk changes but hopefully itll be well worth the trouble
EDIT: wait boardconfig lines 42 and possibly 38 will be necessary as well, may require you to use all force stuff if you do the ics blobs flag
and theres a qcamera starting thing in the ramdisk somewhere
https://github.com/junkie2100/android_device_zte_aurora/blob/master/ramdisk/init.qcom.rc#L195
theres one piece...
i dont see the actual service code though... puzzling i dunno see what you can work out with that, might help