View Single Post
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#2589
Originally Posted by stobbsc View Post
i have nitdroid working but how do i install the game.
what is xterm command to copy the file from MyDocs to the /system folder.
cuase if i go
cd /system there is no such folder.
thanks
You need to mount the nitdroid partition first, something like this:
Code:
sudo gainroot
mkdir /and
mount -o noatime,rw /dev/mmcblk1p2 /and
cp /home/user/MyDocs/game_file /and/system/app
umount /and
rmdir /and
__________________
My Maemo5 projects:
mSpede - Speed testing game | Them Bloody Ducks - 2D duck hunting game | Maetronome - A simple metronome app | CuteMPC - MPD client

Last edited by TNiga; 2010-07-10 at 08:52.
 

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