@itzdfplayer's Stash
Open in Telegram
EVERYTHING IS TESTED ON MI 9T (davinci) Various android stuff, magisk modules, etc. My files: https://devuploads.com/users/ItzDFPlyer Support me: https://t.me/itzdfplayer_stash/151 Repo: https://gitlab.com/ItzDFPlayer/vendor_xiaomi_miuicamera/
Show more9 397
Subscribers
No data24 hours
+37 days
+6130 days
Posts Archive
9 397
Also I've updated my repo once again (davinci/raphael/cepheus branches to be exact), somehow I missed the algoup lib file in /system/lib64/
9 397
yeah for some reason when I replace the framework file it breaks youtube, but it seems to be not because of code changes but maybe because of repackaging
9 397
Can someone check if YouTube works fine with this fix, rn it started crashing SystemUI when playing video
9 397
If someone wants to try out the fix
Take framework.jar from /system/framework/ and copy it to /data/adb/modules/xiaomicamera/system/framework/
open framework.jar with MT Manager, open classes2.dex, search for the code line with nativeImageDetach, comment it out, build the code, save changes in framework, reboot
9 397
This fix should work for everyone who's getting this error while taking photos with Parallel processing
9 397
*randomly fixes parallel processing on A14 QPR3 through modifying framework*
9 397
Can someone explain what this fix does in some miuicamera repositories?
(as it seems to be referencing parallel processing libs)
function blob_fixup() {
case "${1}" in
system/lib64/libcamera_algoup_jni.xiaomi.so|system/lib64/libcamera_mianode_jni.xiaomi.so)
grep -q "libgui_shim_miuicamera.so" "${2}" || ${PATCHELF} --add-needed "libgui_shim_miuicamera.so" "${2}"
;;
esac
}9 397
Beta 8.1hotfix uploaded to DevUploads, fixed issues with 0.6x lenses on newer devices and crash on startup with supernight error (clear configs)
9 397
Also users with vendor tag issues also test this, just to confirm that nothing changed for you
9 397
Leica Camera 5.0 Universal Beta 8.1 released, changelog:
[Added]
β Expert mode (when disabled hides some experimental settings that may break the camera)
β Change Render Engine in Lab settings (may fix 0.6x zoom crash on some devices)
β Exposed more values to the config
β Reverted back multi-lens video zoom (aka Video SAT) so it would work as in HolyBear's mod (also renamed settings related to this)
β But, Limit multi-lens video zoom when EIS is enabled is now available in Lab settings (recommended for Mi 9 series)
β Video Sky can be enabled through config (doesn't really work)
β Updated module links to more newer versions (when you download modes)
β Some values added to general config json
[Fixes]
β Vendor tag issue is somewhat fixed, Video mode seems to work, but Photo mode is a lackluster
β Moved some settings to Lab settings
β Removed more zoom buttons feature due to disappearing 0.6x bug, find in config
getSupportedButtonOuterZooms and edit zoom buttons for Photo/Video/Night modes however you want
β Disabled some features from default config that may cause problems for some devices
[Repo]
β Will be updated later
[Known issues]
β May crash on first launch
β Issues on older devices
β Broken Mi 11 Ultra rear screen view
β Over 100 possible bugs on different devices
β Buggy filters on Front when Parallel is enabled but not for Front
Download here: https://t.me/itzdfplayer_stash/8479 397
Please redownload apk, I fixed some lens issues (and vendor tag fix shouldn't trigger on supported devices)
