From bb5c28f6349e0b1f53fc27a6c3b66e57d5767edd Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Mon, 8 Aug 2011 14:33:55 +0700 Subject: Replaced libcamera.so with a wrapper Features: - Continuous AF - ISO - Metering - Scene-modes - Focus-modes - Touch to focus (dependent on Iafc575a5) - Additional FFC Preview sizes (was hacked in on the old libcamera.so) - Disabled Samsung hacks in Camera.apk because it's no longer needed Note: - I believe that the same libcamera.so (now renamed libsamsungcamera.so) can be used for all variants now that the wrapper returns the correct number of comera (correct me if I'm wrong) - The vendor_samsung will need to be updated with libcamera.so removed for all models and http://www.mediafire.com/?3h7p4m0932l1dbv added as a proprietary file (renamed as libsamsungcamera.so). except for fascinatemtd, mesmerizemtd and showcasemtd and they require their libcamera.so with flash support. (Just rename the old one to libsamsungcamera.so) - This new libcamera.so requires a new prebuilt kernel (with pull request #41, which is already merged) for FFC to work. (only on models with FFC) Change-Id: I1f179068bf9d5295a48d118be191cf65c834fe7b --- overlay/packages/apps/Camera/res/values/config.xml | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 overlay/packages/apps/Camera/res/values/config.xml (limited to 'overlay') diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml deleted file mode 100644 index e3c4675..0000000 --- a/overlay/packages/apps/Camera/res/values/config.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - true - - - true - -- cgit v1.1