Notices


Reply
Thread Tools
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#11
Can you paste output of
Code:
cat /var/lib/dpkg/info/abettercamera.postrm
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#12
I asked a few days ago how to remove "a better camera" (which btw is a great app):
Code:
dpkg -r --force-all abettercamera
(taken from here)
I didn't try though.
__________________
Ernesto de Bernardis

 
Posts: 96 | Thanked: 15 times | Joined on Oct 2010
#13
Originally Posted by MohammadAG View Post
Can you paste output of
Code:
cat /var/lib/dpkg/info/abettercamera.postrm

Here is the output files

Nokia-N900:~# cat /var/lib/dpkg/info/abettercamera.postrm
#!/bin/sh
# postrm script for fcam-drivers
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package


case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)

# check for fcam-drivers
has_fcam=1
if dpkg-query -W --showformat='${Version} ${Status}\n' fcam-drivers | grep 'install.ok.installed'
then
has_fcam=1
else
has_fcam=0
fi

# remove our fcam driver hook symlink if no fcam package detected
if [ $has_fcam -eq 0 ]; then
rm -f /etc/modprobe.d/fcam.conf
fi

;;

*)
echo "postrm called with unknown argument \`$1'" >&2
exit 1
;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.



exit 0


Nokia-N900:~#
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#14
Isn't this $6.99 at the ovi store? I will hate to pay that much of money for a phone apps only to end up in your situation. Best of lucks.
 
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#15
edit /var/lib/dpkg/info/abettercamera.prerm and comment the line that begins with rmmod.
 

The Following 4 Users Say Thank You to traysh For This Useful Post:
AndyNokia232's Avatar
Posts: 590 | Thanked: 475 times | Joined on Oct 2010 @ New York City
#16
I read somewhere that A Better Camera was exactly the same as Bless900, which I already have and has proved to be useful in low-light situations. With the problems people are having with A Better Camera, should we uninstall Bless too, or is it safe to keep?
 
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#17
Any progress on the removal of this app? Thanks
 
Posts: 265 | Thanked: 96 times | Joined on Aug 2010 @ Sydney, Australia
#18
Originally Posted by AndyNokia232 View Post
I read somewhere that A Better Camera was exactly the same as Bless900, which I already have and has proved to be useful in low-light situations. With the problems people are having with A Better Camera, should we uninstall Bless too, or is it safe to keep?
a better camera is meant to be the same as blessn900, except with faster processing for images, which is already fast enough with blessn900.
ive had bless installed for a few months now with no problems at all, so it should be fine in most cases.
and for the op, good luck with whatever you do. but sorry i have nothing to say that could help you
 
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#19
The camera works well It has no problem at all. The problem was with the installation of the application. I suppose it wasn't packaged properly. Well Maybe it was because of the trying to merge fcam drivers installation with the abettercamera into 1 deb file that causes this.
 
Posts: 961 | Thanked: 565 times | Joined on Jul 2007 @ Tyneside, North East England
#20
I actually purchased " a better camera" for the following reasons

quicker image processing (4x)
ability to set as default camera app
more settings

also I saw it as an oppurtunithy to reward and encourage a developer who has written and published a good app for our platform, and also provides decent support as well as a decent free version.

Getting back to the matter in hand. I would google for the website and send support an email directly as you have purchased the app. they are extemely responsive and helpful. although you might not get an answer until they get back to work.
__________________
______________________________

Nokia 770 (2gb) since Aug 2007
Nokia N800 (32gb) since Dec 2007
Nokia N810 (16gb) since Sep 2009
Nokia N900 (64gb) since Aug 2010 ______________________________
 

The Following 2 Users Say Thank You to gazza_d For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:05.