The Following User Says Thank You to Durango For This Useful Post: | ||
|
2011-02-03
, 18:53
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#12
|
Comment out the last 10 linesCode:sudo gainroot mount -t ext3 /dev/mmcblk1p2 /mnt # had to specify the partition type, otherwise it gave an error cp -a /home/* /mnt # -ax --> -a (I don't think it recognized option 'x') mkdir /mnt/opt cp -a /opt /mnt # -ax --> -a; /mnt/opt --> /mnt vi /usr/lib/genfstab.awk # I didn't have nano installed =)
This will make sure there will not be an autogenerated fstab anymore.
Now edit /etc/event.d/rcS-late
Find the line and add this below itCode:vi /etc/event.d/rcS-late
Code:echo "/dev/mmcblk1p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab echo "/home/opt /opt none bind" >> $tmp_fstab echo "/dev/mmcblk1p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0" >> $tmp_fstab
"Unable to perform operation. Internal error."
|
2011-02-03
, 19:15
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#13
|
I still didn't have any luck with editing/adding contacts, though.
I get the error:
Quote:"Unable to perform operation. Internal error."
when I try to save the contact. I thought it might be a permissions problem, but even if I chmod the addressbook and other databases to 777, the problem continues.
ls -l /home/user/.osso-abook drwxr-xr-x 2 user users 4096 Nov 15 00:29 avatars drwx------ 3 user users 4096 Nov 15 00:29 db drwxr-xr-x 2 user users 4096 Nov 15 00:29 photos
|
2011-02-04
, 12:20
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#14
|
|
2011-02-04
, 13:33
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#15
|
vi /etc/event.d/rcS-late
echo "/home/opt /opt none bind" >> $tmp_fstab
echo "/media/mmc1 /home/user/MyDocs none bind" >> $tmp_fstab
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
2011-02-04
, 17:49
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#16
|
For some reason I can't add contacts anymore (now run out of space?). Maybe contacts are saved on the flash or something? There should still be free space on microSD.
sudo gainroot rm -r /home/user/.osso-abook # this will delete all of the database files, images etc rm -r /home/user/.osso-abook-backup # I'm not sure if I made this directory, or if Maemo did, so if you don't have it, don't worry about it.
|
2011-02-10
, 14:12
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2010
|
#17
|
|
2011-02-10
, 14:16
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#18
|
|
2011-02-10
, 14:23
|
|
Posts: 601 |
Thanked: 549 times |
Joined on Mar 2010
@ Redditch, UK
|
#19
|
The Following User Says Thank You to Switch_ For This Useful Post: | ||
|
2011-02-11
, 18:41
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#20
|
The Following 3 Users Say Thank You to Durango For This Useful Post: | ||
I didn't have the exact same code in rcS-late, but from what I remember, it was relatively close. After I had rebooted, it just hung at the 5 dot loading screen (they were moving, but it never got past that point). But I may have changed some other files too and I could've made a typo or two since I was doing all of the editing on the N900 at 4 AM :\
I can't get into this again right now because I have too much other stuff that I have to do. Restoring the phone to at least its current state is a process. After flashing, everything has to be fixed in xterm and I can't even install rootsh through the App Manager since there's "not enough memory", so I have to switch to developer mode and apt-get install it and relink the paging file on the SD card.
But, I will try it later tonight if I have time. Vielen Dank für deine Hilfe
Also durain, if I can get this working with this method, I'll post up what I did differently from the Nokia forums post, in order to add the ext3 partition etc, so that we can try to get you moving in that direction. I would definitely buy a larger micro SD card though, to be safe. I might end up having to make another partition still, I'm not sure, and I'm worried I might start running out.
I've been thinking about ordering a 16 GB card.. 8 GB will probably be fine, but I like excuses to buy new toys anyway. 8 GB cards are relatively cheap nowadays anyway.
I've been checking out youtube videos of people repairing BGA-mounted devices (an example, if anyone here is familiar with it, is the XBox 360's processor, which develops solder faults and gives the "red ring of death"). With the proper equipment, it doesn't seem terribly hard.. I might ask around the university here to see if anyone has proper soldering facilities for this kind of stuff. At best, I'd be able to remount the chip (assuming hasn't shorted) and I'd have to replace the keyboard "pad" (not the buttons) on the other side of the board. At worst, I'll have a melted N900 and I'll need a new alarm clock.
Last edited by Durango; 2011-02-01 at 12:49.