The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2016-01-06
, 20:36
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#12
|
Start rescueOS according to the documentation with the flasher utility, thenThis should remove all traces of the fcam-drivers on your device.Code:mmr mount /dev/mmcblk0p2 /mnt/maemo/home mount -o bind /mnt/maemo/home/opt /mnt/maemo/opt mount -o bind /dev/ /mnt/maemo/dev mount -o bind /proc/ /mnt/maemo/proc mount -o bind /sys/ /mnt/maemo/sys mount -o bind /dev/pts /mnt/maemo/dev/pts chroot /mnt/maemo /bin/ash rm -rf /usr/share/fcam rm /etc/modprobe.d/fcam.conf
It might be overkill for the removal to use the chroot, but ...?!
![]() |
2016-01-06
, 21:08
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#13
|
ls -al /lib/modules/
![]() |
2016-01-07
, 13:13
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#14
|
Always a good idea to power down the device, pull the battery, hold the power key for a couple of seconds, then restart the N900.
![]() |
2016-01-07
, 13:17
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#15
|
Is a complete flashing of the fiasco image possible as a last hope? There was also some info buried deep in the forum to just flash rootfs, that could be extracted from the firmware/fiasco image. Did you ever make a backup with the built-in Backup application of your setting, contacts and stuff?
![]() |
2016-01-07
, 14:03
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#16
|
![]() |
2016-01-07
, 20:05
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#17
|
Then compare the, via 'current', linked modules directory with the content of the package from the repos.
![]() |
2016-01-07
, 20:52
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#18
|
if I must hold down power key without battery inside and if so - what it is the reason for that.
I am trying to "rescue" my applications installation
When I have run fsck I got a message
After executing command ls I get information as follows:
drwxr-x--- 1 root root 568 Jan 1 1970 2.6.37
ls -al /mnt/maemo/lib/modules
How to do this?
![]() |
2016-01-08
, 21:05
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#19
|
![]() |
2016-01-08
, 21:40
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#20
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
It might be overkill for the removal to use the chroot, but ...?!