What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Blur Camera for GummyJar

When I am using ASTRO and I try to rename the camera.apk file, it tells me I have insufficient permissions, and will not let me rename the file.
 
The BlurCamera.apk also takes full pictures in landscape mode as the AOSP one only takes the picture in the frame that it shows in the app.


And for you zzeiders try this,
open up your terminal emultor and type in:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /system/app/Camera.apk /sdcard/Camera.apk
- rm /system/app/Camera.apk
- exit

If you need to for any reason get the AOSP camera back then you would type in these commands later:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Camera.apk /system/app/Camera.apk
- rm /system/app/BlurCamera.apk (removes BlurCamera)
- exit
 
The BlurCamera.apk also takes full pictures in landscape mode as the AOSP one only takes the picture in the frame that it shows in the app.


And for you zzeiders try this,
open up your terminal emultor and type in:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /system/app/Camera.apk /sdcard/Camera.apk
- rm /system/app/Camera.apk
- exit

If you need to for any reason get the AOSP camera back then you would type in these commands later:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Camera.apk /system/app/Camera.apk
- rm /system/app/BlurCamera.apk (removes BlurCamera)
- exit

i am getting "rm failed for /system/app/camera.apk, Read-only file system"
 
The BlurCamera.apk also takes full pictures in landscape mode as the AOSP one only takes the picture in the frame that it shows in the app.


And for you zzeiders try this,
open up your terminal emultor and type in:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /system/app/Camera.apk /sdcard/Camera.apk
- rm /system/app/Camera.apk
- exit

If you need to for any reason get the AOSP camera back then you would type in these commands later:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Camera.apk /system/app/Camera.apk
- rm /system/app/BlurCamera.apk (removes BlurCamera)
- exit

i am getting "rm failed for /system/app/camera.apk, Read-only file system"

The, 'mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system'
command line mounts the system rw, make sure your following the command perfectly.
 
The BlurCamera.apk also takes full pictures in landscape mode as the AOSP one only takes the picture in the frame that it shows in the app.


And for you zzeiders try this,
open up your terminal emultor and type in:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /system/app/Camera.apk /sdcard/Camera.apk
- rm /system/app/Camera.apk
- exit

If you need to for any reason get the AOSP camera back then you would type in these commands later:

- su
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Camera.apk /system/app/Camera.apk
- rm /system/app/BlurCamera.apk (removes BlurCamera)
- exit

i am getting "rm failed for /system/app/camera.apk, Read-only file system"

The, 'mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system'
command line mounts the system rw, make sure your following the command perfectly.

Yep, I am an idiot. I got it to work, thanks.
 
Anyway to make the panorama mode work? It's my favoritest feature of the blur cam

Sent from my DROID2 using Tapatalk
 
I have renamed the aosp to .bak, but am still getting the aosp camera, with the blur one coming up after I hit back.

Is another reboot needed after renaming?

Edit: nevermind, I'm an idiot too. Didn't notice this thread had multiple pages, and I misread the part about the message about the default file manager saying it didn't have the rights to rename the file. :P
Terminal emulator, here I come.
 
Back
Top