|
2011-01-28
, 16:05
|
|
Posts: 1,210 |
Thanked: 597 times |
Joined on Apr 2010
@ hamburg,germany
|
#2
|
|
2011-01-28
, 16:13
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2010
|
#3
|
|
2011-01-28
, 16:53
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#4
|
Hi! I'm tired. Tried to do everything I could to figure out but I don't know linux so I can go only so far.
I dropped my N900 and its eMMC is broken. I want to get my phone to work with just microSD. So far I got it half-working with help from here
http://discussions.europe.nokia.com/.../751901#M17953
I have got everything else working except installing applications (I have only used the Application Manager). Camera and other normal stuff works. My pictures go my microSD. 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.
I have read that applications install to /usr and /opt right? So do I need to mount those somehow to my microSD. I really don't know how to do that, I have tried the half-day to get this work.
Now what would be really sweet if I could somehow just install cleanly my Maemo to microSD and be done with it. For now I have just tried to mount those two directories to my microSD.
My microSD is 2gb. What I just found was instructions for installing Meego to microSD but it requires atleast 4gt. Not sure if this really means that I could use Meego without eMMC. Here's the link: http://wiki.meego.com/ARM/N900/Install/MMC
I have few times installed Maemo before using flashers and such. Maybe you could somehow choose the device like microSD in the phone as the target for installing? But for now I have just used maemo wiki instructions and they seem to presume you still have your eMMC intact so I can only do firmware but not the other thingie which would propably set up /home and those directories to eMMC.
I didn't find any help installing Maemo to microSD. So i'm asking here
|
2011-01-28
, 17:07
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2010
|
#5
|
|
2011-02-01
, 01:16
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#6
|
|
2011-02-01
, 10:13
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#8
|
mount df -h free sudo gainroot sfdisk -l
|
2011-02-01
, 10:35
|
Posts: 42 |
Thanked: 19 times |
Joined on Dec 2007
|
#9
|
|
2011-02-01
, 11:57
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#10
|
sudo gainroot mount /dev/mmcblk1p2 /mnt cp -ax /home/* /mnt mkdir /mnt/opt #there might be a neglectable error here, if the directory exists already cp -ax /opt /mnt/opt nano /usr/lib/genfstab.awk
start == 1 && $6 == 83 && !__home {
printf "%s /home ext3 %s 0 0\n", $1, home_opts
printf "/home/opt /opt none bind\n"
__home++
}
start == 1 && $6 == "c" && !__fat {
printf "%s /home/user/MyDocs vfat %s 0 0\n", $1, fat_opts
__fat++
}
nano /etc/event.d/rcS-late
-f /usr/lib/genfstab.awk > $tmp_fstab
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
I dropped my N900 and its eMMC is broken. I want to get my phone to work with just microSD. So far I got it half-working with help from here
http://discussions.europe.nokia.com/.../751901#M17953
I have got everything else working except installing applications (I have only used the Application Manager). Camera and other normal stuff works. My pictures go my microSD. 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.
I have read that applications install to /usr and /opt right? So do I need to mount those somehow to my microSD. I really don't know how to do that, I have tried the half-day to get this work.
Now what would be really sweet if I could somehow just install cleanly my Maemo to microSD and be done with it. For now I have just tried to mount those two directories to my microSD.
My microSD is 2gb. What I just found was instructions for installing Meego to microSD but it requires atleast 4gt. Not sure if this really means that I could use Meego without eMMC. Here's the link: http://wiki.meego.com/ARM/N900/Install/MMC
I have few times installed Maemo before using flashers and such. Maybe you could somehow choose the device like microSD in the phone as the target for installing? But for now I have just used maemo wiki instructions and they seem to presume you still have your eMMC intact so I can only do firmware but not the other thingie which would propably set up /home and those directories to eMMC.
I didn't find any help installing Maemo to microSD. So i'm asking here