Recent content by santiemanuel

  1. S

    Jelly Bean 4.2 Camera

    Idea for HDR: Decompile(APKTool) find res/values/strings.xml change <string name="pref_camera_hdr_default">@string/setting_off_value</string> to <string name="pref_camera_hdr_default">@string/setting_on_value</string> Recompile. Done.
  2. S

    Jelly Bean 4.2 Camera

    Could someone attach the framework.jar from jb? i want to patch mine to get edit tools working on ICS.
  3. S

    Jelly Bean 4.2 Camera

    Maybe adding the setting android:screenOrientation="sensor" to the right activity on AndroidManifest.xml
  4. S

    Jelly Bean 4.2 Camera

    Desire HD -> HTC Desire HD - Full phone specifications No Gyroscope->photosphere doesn't work.
  5. S

    Jelly Bean 4.2 Camera

    Do you have G Plus installed? also i think it requires internet connection It confirms that the app REQUIRES GYROSCOPE for PhotoSphere.
  6. S

    Jelly Bean 4.2 Camera

    I'm afraid it doesn't work on RAZR cause it uses Gyroscope. Supported Devices according to smali: "Galaxy Nexus" "Wingman" "GalaxySZ" "SAMSUNG-SGH-I747" "SGH-I747" "SAMSUNG-SCH-I535" "SCH-I535" "SAMSUNG-SGH-T999" "SGH-T999" "SAMSUNG-SPH-L710" "SPH-L710" "SAMSUNG-SCH-R530" "SCH-R530"...
  7. S

    Jelly Bean 4.2 Camera

    Logs for Gallery FC: Could not find method android.view.ViewPropertyAnimator.withLayer, referenced from method com.android.gallery3d.filtershow.FilterShowActivity.toggleImageStatePanel (framework.jar edits) Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jni_filtershow_filters...
  8. S

    Jelly Bean 4.2 Camera

    Missing libs: Liblightcycle.so (photosphere) Libjni_mosaic.so (panorama)