View Single Post
Posts: 11 | Thanked: 9 times | Joined on Sep 2011
#1
I managed to kill the emmc of my N900 after dropping it a few days ago

Got it into "semi-working" state by using information in this thread:
http://talk.maemo.org/showthread.php?t=69081

Basicly I have /home swap and MyDocs on a 8g sdcard.
It mostly works, but there is 1 small and 1 bigger problem.

small: camera app cannot save image:
General Settings: save target selector shows "Memory in use"

big: conversations, gtalk/skype doesn't work; clicking on a "Skype/gtalk IM/call" button in a contact just drops me back to the contacts list;
incoming skype calls don't ring; ims are not received
sms works


relevant lines from "mount"
/dev/mmcblk1p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
/dev/mmcblk0p1 on /home/user/MyDocs type vfat (utf8,uid=29999,shortname=mixed,dmask=000,fmask=01 33)
/home/opt on /opt type none (bind)

notice /home/user/MyDocs mounted from mmcblk_0_p1
that's actually blk1, i just modified /etc/event.d/rcS-late to make a link and mount that


any idea what causes this? how could I fix it, or maybe how to diagnose the exact cause?