Probably a silly question, but... Would installing the flash plugin that we know and love from Maemo work in Iceweasel if we installed it in ED?
The reason I was asking for Firefox with flash is because I would like to install on it my personal bank certificates and to deal with my account. On first tought I decided the site is flash based, but maybe I am wrong.
Just to ask if Iseweasel has the same ability as Firefox. I mean to put master password and to install certificates in it.
Now ... I have placed the ed-squeeze-final.ext3 in folder /home/user/MyDocs/tmp I have created the following folder /mnt/debian to use it and to mount on it the 4G partition mmcblk0p4 The folder /media/ed is created to mount the image. Then the sequence should be: mount -o loop /home/user/MyDocs/tmp/ed-squeeze-final.ext3 /media/ed mount /dev/mmcblk0p4 /mnt/debian cp -a /media/ed/* /mnt/debian/
After that I have to edit .chroot directing to /dev/mmcblk0p4 Am I on the right way?
P.S. After some reading here http://talk.maemo.org/showpost.php?p...postcount=2821 I have decided to use debian-wheezy-sulu-Sci.img.ext2 image. Then I just need to change the names of the above written command lines and that is all.
But you may expereince the device rebooting halfway through the copying due to cp taking too much CPU time and the watchdog kicking in (trust me, it has happened to me). You can eliminate that by reducing the cp priority with nice.
nice -n 19 ionice -c 3 <command>