Honor to:
DIMKA, DDSH, 3-D, AstaRoth y T3DWell this discovery is not mine but from the russian guys (motofan.ru)
Well i'ma post a mpkg which makes all the job
Well install the mpkg on your phone and then set it to root just that then reboot or refresh and click on the app i recomend you to choose medium resolution and then 240x320 because this is a first the guys who made this still need some work on the libs
you can also put the libs inside but its some extra work but if you want
edit by Exploited: libs included in the download belowjust put the ezx_camera.cfg en /ezx_local and then the libs package also there
you need to modify autorun and put this line on it
[just if your FW is Maxx if not read at the lower part]
if [ -f /ezxlocal/ezx_camera.cfg ]
then
mount --bind /ezxlocal/ezx_camera.cfg /ezx_user/download/appwrite/setup/ezx_camera.cfg
fi
if [ -f /ezxlocal/libezxjpeg.so.1.0.0 ]
then
mount --bind /ezxlocal/libezxjpeg.so.1.0.0 /usr/lib/ezx/lib/libezxjpeg.so.1.0.0
fi
if [ -f /ezxlocal/libezxcamera.so.1.0.0 ]
then
mount --bind /ezxlocal/libezxcamera.so.1.0.0 /usr/lib/ezx/lib/libezxcamera.so.1.0.0
fi
[non Maxx FW]
if [ -f $MYFAVOR/ezx_camera.cfg ]
then
mount --bind $MYFAVOR/ezx_camera.cfg /ezx_user/download/appwrite/setup/ezx_camera.cfg
fi
if [ -f $MYFAVOR/libezxjpeg.so.1.0.0 ]
then
mount --bind $MYFAVOR/libezxjpeg.so.1.0.0 /usr/lib/ezx/lib/libezxjpeg.so.1.0.0
fi
if [ -f $MYFAVOR/libezxcamera.so.1.0.0 ]
then
mount --bind $MYFAVOR/libezxcamera.so.1.0.0 /usr/lib/ezx/lib/libezxcamera.so.1.0.0
fi
http://www.e2mod.com/content/view/266/28/