Active Topics

 



Notices


Reply
Thread Tools
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#11
The Nokia devices mount the MMC cards with the "noexec" option, so you can't execute anything from the MMC cards. You'll have to move the file to the main file system (internal memory) in order to execute it.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#12
Originally Posted by linman View Post
Yes this would be the fastest workaround... but in general I think ext2/3 will solve all his problems in the feature. n8x0 is a linux device and should be used with linux enabled FSs.
Ext2 needs check if not unmounted cleanly and is not the best choice for the casual user.
Ext3 is even worse, since the journaling will eat the card writes faster (writeback will probably solve that to an extent), but at least has autocheck.
 
linman's Avatar
Posts: 58 | Thanked: 49 times | Joined on Feb 2008
#13
Originally Posted by gnuite View Post
The Nokia devices mount the MMC cards with the "noexec" option, so you can't execute anything from the MMC cards. You'll have to move the file to the main file system (internal memory) in order to execute it.
Are you sure because I can execute the game from my mmc2
__________________
while (FALSE == FALSE) fork();
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#14
Files can be ran fine of a ext2 partition on mmc but vfat is set to no exec
 
Posts: 32 | Thanked: 0 times | Joined on Mar 2008
#15
Could someone post a definitive walkthrough for installing and running this? I have been bugging arnim about it for a while, and I can't get it to run. I have the .mix files, and have it installed to an MMC (which, from what I am reading, could be the problem.) How can I get this running?
 
Posts: 38 | Thanked: 2 times | Joined on Mar 2008
#16
So, I tried to format my card to ext3 on my linux Desktop pc but when I put it in the tablet, that didn't work. It says that it can't read my card
Is there a good solution because make a link for each application on the mmc is not very useful :s

thx
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#17
You should load some kernel modules first, like mbcache, jbd and ext3
 
Posts: 38 | Thanked: 2 times | Joined on Mar 2008
#18
yep, and can you give me the way to do that?
 
Posts: 38 | Thanked: 2 times | Joined on Mar 2008
#19
I make
insmod /mnt/initfs/lib/modules/2.6.18-omap1/mbcache.ko
and I trie the same for jbd.ko and ext3.ko as root but that doesn't work :s
It says :
insmod: cannot insert 'insmod /mnt/initfs/lib/modules/2.6.18-omap1/mbcache.ko
': File exists (-1): File exists

I need some help
 
Posts: 38 | Thanked: 2 times | Joined on Mar 2008
#20
So, here is what I did:
I put all files on my MMC and I pub freera exec in my home and I created this file:
#! bin/sh
cd /media/mmc2/Games/freera++
exec /home/user/freera

but that didn't work and it says:
ERROR: Unable to open freecnc.ini

So, I tried to make a symlink doing this in my /home/user :
ln -s /media/mmc2/Games/freera/freera++ freera-launcher
and then :
./freera-launcher
-sh : ./freera-launcher: Permission denied
but, freera-launcher have 777 chmod :s
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:41.