Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#21
Originally Posted by cybic View Post
Thank you very much, everything worked like a charm, but...

I have some trouble getting my internal card being accessible in windows...

Yes, every time I'm trying to connect, it just tells me "Unable to connect via USB. memory card in use: Internal memory card..."

I was searching all over the net and found a guide:

---------------

Making sure you can still see your card when connected to your PC via USB
If you now connect your device to a PC via USB, you’ll get a message stating “Memory cards in use: internal memory card” and your memory card won’t be available to your PC. To get round this you need to edit /usr/sbin/oss-mmc-umount.sh, replace the if block after the line grep "$MP " /proc/mounts > /dev/null with:

if [ $? = 0 ]; then
if [ "$MP" != "/extfs" ] ; then umount $MP 2> /dev/null ; fi
RC=$?
if [ $RC != 0 ]; then
echo "$0: could not unmount $MP"
exit $RC
fi
fi

Note - if you called your mount point something other than extfs, remember to edit the test [ "$MP" != "/extfs" ] accordingly. Your FAT partition will now be umount’ed before being made available to your PC. The linux partition also be available but will remain mounted in your device. This should be safe as long as you don’t try to write to the ext3 partition, you probably only need to write to the FAT partition anyway.

----------

But unfortunately i doesn't help... So what should I do? Help SOS and so on
Use this fix:
http://www.internettablettalk.com/fo...ad.php?t=17689

I tested successfully for my MMC boot which I done a long time back.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#22
I'm not sure if your question is rhetorical.

Originally Posted by cybic View Post
Sure, but it's a bit annoing always to reboot just for copy some files onto the intern MMC, isn't it?
Such is the life of a dual-booter. As an alternative, you could copy to one of the directories that do show with the USB connection and then move the files in a File Manager.

EDIT: I posted this before seeing qwerty12's much more useful response. (I haven't tried the fix myself as I don't find it a problem writing only to my external MMC when connected to my PC; though I can see how someone else may not like it.)
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)

Last edited by GeraldKo; 2008-04-09 at 17:04.
 
sindown's Avatar
Posts: 15 | Thanked: 1 time | Joined on Apr 2008 @ Boston
#23
this might be an ultra noob questions, but what is the benefit of dual booting. do I need to dual boot.

i pretty much just want to install some software... i want to use my n800 (just received it finally yesturday)

I would like Maps (without gps)
Instant messanger
media (movies & songs)
surf the net

thats about it...

should or do i need to dual boot...
__________________
Been there, done that, but we all need a little help
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#24
You certainly don't need to. It allows you to put more apps on your NIT. It allows you to do a better (a real) backup or to clone a system and apps to go in another NIT. It allows you to have alternative system-and-app configurations. Some users like to install KDE (which apparently takes a lot more room than I allocated in the guide). It might make your N800 trivially faster. It's pretty esoteric, really, and there is no need to do it at all.
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)

Last edited by GeraldKo; 2008-04-14 at 20:40.
 
Posts: 27 | Thanked: 4 times | Joined on Dec 2007
#25
Originally Posted by qwerty12 View Post
Use this fix:
http://www.internettablettalk.com/fo...ad.php?t=17689

I tested successfully for my MMC boot which I done a long time back.
superb! just works! thank you very much

i think, it should be added to the whole tutorial!
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#26
from cybic:
I have some trouble getting my internal card being accessible in windows...

Yes, every time I'm trying to connect, it just tells me "Unable to connect via USB. memory card in use: Internal memory card..."
Originally Posted by qwerty12 View Post
Use this fix:
http://www.internettablettalk.com/fo...ad.php?t=17689
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
Posts: 26 | Thanked: 1 time | Joined on Jan 2008
#27
I just wanted to say It Works! And it works great. Incase anyone is reading this and they have an N810, this process will install the Clone OS in the internal 2G flash drive. This is exactly what I was looking for. This increased the amount of space available for programs and it still allows me to change mini SD cards without affecting anything. The removable storage is great for adding/changing pictures, music, videos, etc...

Thanks again GK
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#28
Why would there be a problem if you cloned the image to MMC? Shouldn't it also clone all the repos and such? (probably going to buy a 16 GB SDHC soon and do this since 128 MB of memory is really hampering me).
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 86 | Thanked: 12 times | Joined on Mar 2008
#29
My 770 will not boot into the flash. Gives a loop and WSOD. I did not set enough space in MMC to install all and how now to get back into Flash?!?

Great tutorial though. I wish I had found it earlier before I borked mine!
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#30
Originally Posted by BoredOOMM View Post
My 770 will not boot into the flash. Gives a loop and WSOD. I did not set enough space in MMC to install all and how now to get back into Flash?!?

Great tutorial though. I wish I had found it earlier before I borked mine!
Well, you should always be able to get back to your flash boot. (That's why it's called dual-booting! ) After you've pressed the power button, as soon as you see anything happening on the screen, press and hold the menu key until it shows you the boot menu.
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 

The Following User Says Thank You to GeraldKo For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:22.