View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#1113
Originally Posted by velolala View Post
Hey!
My N900 just resurrected after several months (through the help of a replacement screen). So I might have missed a lot in the meantime. I was going to install CSSU and in preparation use backupmenu. I installed via

Code:
apt-get install backupmenu
There was some message regarding i2c and possible damage during the installation. Besides that all went fine (I think). If I boot with the keyboard open the backupmenu-boot screen comes up. However, if I select the backup option, there is a message similar to
Code:
udev
1
2
then the screen goes blank/the phone shuts down. Any hints what I am missing ?

Thanks a lot and nice to be back !
velolala
There seems to be an error during installation. You might try to look at the state of the package managment system from X-Terminal application.
Code:
sudo gainroot
dpkg --configure -a
apt-get install -f
If this does not change anything package-wise, i would suggest to remove backupmenu and install it freshly with some update as well. Try
Code:
sudo gainroot
apt-get purge backupmenu
apt-get update
apt-get upgrade
apt-get install backupmenu
apt-get install -f
 

The Following User Says Thank You to michaaa62 For This Useful Post: