Ok, I got it. Here it's how I uninstalled the script CM_Fixed_Camera_for_CM_All_AOSP_roms_by_RohanAJoshi_V5.0.zip
Within in that zip there is a script which files are replaced, so I deleted them, wiped dalvik and cashes and rebooted.
This is what's inside that script
Code:ui_print("Fixed Camera App and Lib for CM/All AOSP roms by RohanAJoshi"); ui_print("Mounting system..."); run_program("/sbin/busybox", "mount", "/system"); ui_print("Deleting previous Camera and lib ..."); delete("/system/app/Camera2.apk"); delete("/system/lib/hw/camera.smdk4x12.so"); delete("/system/lib/hw/vendor-camera.smdk4x12.so"); ui_print("Deleting done, now installing new gallery and libs ..."); package_extract_dir("system", "/system"); ui_print("Fixing Permissions..."); set_perm_recursive(0, 0, 0755, 0644, "/system/app"); set_perm_recursive(0, 0, 0755, 0644, "/system/lib/hw"); set_perm(0, 0, 0755, "/system/addon.d/75-rohancamera.sh"); ui_print("Un-Mounting system..."); run_program("/sbin/busybox", "umount", "/system"); ui_print("Installation Complete!");
Hi,
Can you explain how you did this - I flashed the zip and it removed my camera app, and if install a different camera it gives me an error message straight away. I am using the latest cm11 nightly on a i9305lte
Thanks
Oh - actually I found a solution to the problem - just flash v4 of the zip - it has sorted all the problems, and I have a working camera.
Last edited: