[APP][CM14][MOD] Camera Mod (Snap.apk) | Panorama FIXED

Search This thread

GalaxyUser

Senior Member
Jun 2, 2010
718
3,718
Aix-en-Provence
MODDED CM 14/14.1 CAMERA
by GalaxyUser

... CM 14 modded Camera !
This camera replace the original camera.

FEATURES

# Photo Mode:
  • 100% picture quality. So the quality of the picture is no longer depending of selected options for pictures (size...)
  • Fixed crash for Panorama mode
  • Take a photo in RAW format supported! (Except the YUV422SP format)
  • You can choose the Focus mode: Auto/Continu/Infinite/Macro
  • You can choose the delay for the obscurator
  • Sound during countdown
# Video Mode:
  • Video stabilization
  • Time lapse mode (take photo each X seconds)
  • Choose video codec (AVC/AMR-NB)
  • Choose audio codec (MPEG-4/H.263/H.264/H.265)
# Common:
  • You can choose antibanding mode (US/EU)

BUGS

  • The bugs are the same as on the original version if they have not been corrected.
  • Tell me.

INSTALLATION
  • Download application zip : see download section
  • Copy on your sdcard
  • Reboot to recovery
  • Flash the zip
  • Boot
  • Enjoy !!!

SCREENSHOTS

650245601.png
191400952.png
128179943.png
316716154.png



CHANGELOG
Snap Mod V1 - 12 January 2017
  • Initial release
Snap Mod V2 - 13 January 2017
# Photo Mode:
  • It allows you to choose 100% quality picture. So the quality of the picture is no longer depending of selected options for pictures (res size...)
  • Fixed crash for Panorama mode
  • Take a photo in RAW format supported! (Except the YUV422SP format)
  • You can change the Focus mode: Auto/Continu/Infinite/Macro
  • You can change the delay for the obscurator
  • Sound countdown

# Video Mode:
  • Video stabilisation
  • Time interval (take photo each X seconds)
  • Choose video codec (AVC/AMR-NB)
  • Choose audio codec (MPEG-4/H.263/H.264/H.265)
# Common:
  • You can chosse anti flicker mode (US/EU)
Snap Mod V3 - 16 January 2017
  • Updated the zip. The mod was not flashed properly.
DOWNLOAD


Download link
 

Karidas

Senior Member
Jan 12, 2017
53
10
Athens
Hello
Will it fix the camera issues with Xiaomi Note 3 LineageOS (7.1.1) or it's gonna be the same thing?
 

GalaxyUser

Senior Member
Jun 2, 2010
718
3,718
Aix-en-Provence
  • Like
Reactions: Karidas

romanticky

Senior Member
Feb 4, 2015
50
13
Košice
Thank you for the app. I have tried it on my N9005 running christer12 build. It is cool, but when trying to resume video recording (after pausing it) camera FCs. And also would it be possible to add 9,6 MP 16:9 resolution? Thank you again.

Sent from my SM-N9005 using Tapatalk
 

GalaxyUser

Senior Member
Jun 2, 2010
718
3,718
Aix-en-Provence
Thank you for the app. I have tried it on my N9005 running christer12 build. It is cool, but when trying to resume video recording (after pausing it) camera FCs. And also would it be possible to add 9,6 MP 16:9 resolution? Thank you again.

Sent from my SM-N9005 using Tapatalk

Can you make a logcat please ?
For the 9.6 MP 16:9 it's not possible because it checks compatibily with framework.jar directly, see here:

https://github.com/CyanogenMod/andr....1/src/com/android/camera/CameraSettings.java

Code:
public static void initialCameraPictureSize(Context context, Parameters parameters) {
        // set the picture size to the largest supported size
        List<Size> supported = parameters.getSupportedPictureSizes();
        if (supported == null || supported.isEmpty()) { return; }
        Size largest = getLargestSize(supported);
        String candidate = largest.width + "x" + largest.height;
        if (setCameraPictureSize(candidate, supported, parameters)) {
            SharedPreferences.Editor editor =
                    ComboPreferences.get(context).edit();
            editor.putString(KEY_PICTURE_SIZE, candidate);
            editor.apply();
            return;
        }
        Log.e(TAG, "No supported picture size found");
    }

But I will try to see if i can hook this method :)
 
Last edited:

romanticky

Senior Member
Feb 4, 2015
50
13
Košice
Can you make a logcat please ?
For the 9.6 MP 16:9 it's not possible because it checks compatibily with framework.jar directly, see here:

https://github.com/CyanogenMod/andr....1/src/com/android/camera/CameraSettings.java

Code:
public static void initialCameraPictureSize(Context context, Parameters parameters) {
        // set the picture size to the largest supported size
        List<Size> supported = parameters.getSupportedPictureSizes();
        if (supported == null || supported.isEmpty()) { return; }
        Size largest = getLargestSize(supported);
        String candidate = largest.width + "x" + largest.height;
        if (setCameraPictureSize(candidate, supported, parameters)) {
            SharedPreferences.Editor editor =
                    ComboPreferences.get(context).edit();
            editor.putString(KEY_PICTURE_SIZE, candidate);
            editor.apply();
            return;
        }
        Log.e(TAG, "No supported picture size found");
    }

But I will try to see if i can hook this method :)
Hope it will help.http://cloud.tapatalk.com/s/587e5248be478/2017-01-17-16-45-51.txt


Sent from my SM-N9005 using Tapatalk
 

GalaxyUser

Senior Member
Jun 2, 2010
718
3,718
Aix-en-Provence

01-17 16:43:11.992 E/AndroidRuntime( 6361): java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib/libjni_snapmosaic.so" needed or dlopened by "/system/lib/libnativeloader.so" is not accessible for the namespace "classloader-namespace"
01-17 16:43:11.992 E/AndroidRuntime( 6361): at java.lang.Runtime.loadLibrary0(Runtime.java:989)
01-17 16:43:11.992 E/AndroidRuntime( 6361): at java.lang.System.loadLibrary(System.java:1530)

Please send your build.prop
 

mikemaxe

Senior Member
Jun 5, 2012
61
21
rennes
Hello, I just flash the v3 on my oneplus one under android N 7.1.1 (tugapower N18) and everything works except the HDR mode in picture, there is the sound of the shooting but no picture and the camera freezes
 

jojoamora

Senior Member
Sep 29, 2016
63
25
Great great great ..
After a long time I was looking for a camera app that fits lineage os 14.1. I think this is his answer

this work for redmi note 4x with Lineage OS 14.1 ..


But I still find bugs during video recording with EIS active position.

Please fix this problem bro
 

eackermans

Member
Sep 23, 2009
21
2
Good work! Works fine on my Samsung Galaxy S6 (Flat).

I have only a question about the Focus Mode: why isn't it possible to change the Focus Mode? As in the thumbnail of your post, I see that this setting is also greyed out.
 

celrau

Senior Member
Mar 24, 2013
476
86
This camera works really well on Mi 4c (AICP rom), the main difference from the built-in one is all the manual settings. What I don't like is that for shutter speed I must enter some values which have nothing to do with the standard ones and it's total guess-work for me, is it possible to address that, please? Thanks for the mod.
 
Add taking picture using fingerprint sensor.

Hello developers, I'm using LOS 14. 1 on redmi-note-4 (mido). The previous stock camera used to click photos by touching the fingerprint sensor. Its really helpful in thanking selfies. Kindly add this feature in this camera also.

Thank you.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    MODDED CM 14/14.1 CAMERA
    by GalaxyUser

    ... CM 14 modded Camera !
    This camera replace the original camera.

    FEATURES

    # Photo Mode:
    • 100% picture quality. So the quality of the picture is no longer depending of selected options for pictures (size...)
    • Fixed crash for Panorama mode
    • Take a photo in RAW format supported! (Except the YUV422SP format)
    • You can choose the Focus mode: Auto/Continu/Infinite/Macro
    • You can choose the delay for the obscurator
    • Sound during countdown
    # Video Mode:
    • Video stabilization
    • Time lapse mode (take photo each X seconds)
    • Choose video codec (AVC/AMR-NB)
    • Choose audio codec (MPEG-4/H.263/H.264/H.265)
    # Common:
    • You can choose antibanding mode (US/EU)

    BUGS

    • The bugs are the same as on the original version if they have not been corrected.
    • Tell me.

    INSTALLATION
    • Download application zip : see download section
    • Copy on your sdcard
    • Reboot to recovery
    • Flash the zip
    • Boot
    • Enjoy !!!

    SCREENSHOTS

    650245601.png
    191400952.png
    128179943.png
    316716154.png



    CHANGELOG
    Snap Mod V1 - 12 January 2017
    • Initial release
    Snap Mod V2 - 13 January 2017
    # Photo Mode:
    • It allows you to choose 100% quality picture. So the quality of the picture is no longer depending of selected options for pictures (res size...)
    • Fixed crash for Panorama mode
    • Take a photo in RAW format supported! (Except the YUV422SP format)
    • You can change the Focus mode: Auto/Continu/Infinite/Macro
    • You can change the delay for the obscurator
    • Sound countdown

    # Video Mode:
    • Video stabilisation
    • Time interval (take photo each X seconds)
    • Choose video codec (AVC/AMR-NB)
    • Choose audio codec (MPEG-4/H.263/H.264/H.265)
    # Common:
    • You can chosse anti flicker mode (US/EU)
    Snap Mod V3 - 16 January 2017
    • Updated the zip. The mod was not flashed properly.
    DOWNLOAD


    Download link
    1
    Wow. Downloading it now.

    Sent from my honor 5X using XDA Labs
    1
    Does this only work CM? Will it work an aosp based nougat rom?

    I don't know, you can try but make a backup of your rom before ;)

    Hello
    Will it fix the camera issues with Xiaomi Note 3 LineageOS (7.1.1) or it's gonna be the same thing?

    I don't know what are issues with Xiaomi Note 3. But i don't think this mod will fix anything