Blur Camera for GummyJar

OP
Dustin.

Dustin.

Member
Joined
Sep 19, 2010
Messages
405
Reaction score
0
Location
Joplin, Missouri
What is the difference between the Blur Camera and the Camera?

In addition to what the other guy said, the blur camera let's you move the focus point around to (semi-)manual focus.

Sent from my DROID2 using DroidForums App

That too!! :p
Let me know if you guys have any issues or want more add-ons and ill see what I can do!

Sent from my DROID X.
 

zzeiders

New Member
Joined
Dec 29, 2010
Messages
3
Reaction score
0
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.
 

Jboxen

Premium Member
Premium Member
Developer
Joined
Jun 15, 2010
Messages
902
Reaction score
0
Location
Rochester, NY
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
 

zzeiders

New Member
Joined
Dec 29, 2010
Messages
3
Reaction score
0
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"
 

Jboxen

Premium Member
Premium Member
Developer
Joined
Jun 15, 2010
Messages
902
Reaction score
0
Location
Rochester, NY
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.
 

zzeiders

New Member
Joined
Dec 29, 2010
Messages
3
Reaction score
0
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.
 

Jboxen

Premium Member
Premium Member
Developer
Joined
Jun 15, 2010
Messages
902
Reaction score
0
Location
Rochester, NY

bookie

Member
Joined
Nov 16, 2010
Messages
260
Reaction score
0
Location
Lincolnton, GA
Anyway to make the panorama mode work? It's my favoritest feature of the blur cam

Sent from my DROID2 using Tapatalk
 
OP
Dustin.

Dustin.

Member
Joined
Sep 19, 2010
Messages
405
Reaction score
0
Location
Joplin, Missouri
Appreciate the assistance with the thread Jboxen, been really busy lately, so I really do appreciate it!
 

wheeldawg

New Member
Joined
Jan 23, 2011
Messages
6
Reaction score
0
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.
 
Top