View Single Post
mece's Avatar
Posts: 1,111 | Thanked: 1,985 times | Joined on Aug 2009 @ Åbo, Finland
#131
Originally Posted by jaybremner View Post
To install the data files from your original game you need to transfer the MAPS and DATA folders to your phone.

You then need to copy the contents from MyDocs to opt:
I have my data stored under Mydocs/Games/HOMM2/
so I would write the following to copy them to the proper place:
Code:
root
cp /home/user/MyDocs/games/HOMM2/MAPS/* /opt/fheroes2/files/maps/
cp /home/user/MyDocs/games/HOMM2/DATA/* /opt/fheroes2/files/data/
Hi Guys,

You all appear to be significantly smarter and more technologically advanced than me but my determination and stubbornness is not allowing me to give in to the frustration that is copying the data and maps files for HOMM2! I can play the demo version just fine but I just cannot, for the life of me, figure out all this rootsh stuff to get it to work properly...

ok, the story so far...
I have installed rootsh and accessed the root shell by typing "sudo gainroot" into my X terminal.
it then says "/home/user #" in the terminal and I try to input the command lines that you have all been suggesting (trust me, I am trying, I just need some personal help... perhaps some professional help once this is all done!! haha!)
I have copied the data and maps files to my phone using the PC suite connection into "documents/data" and "documents/maps".
My question is this... what should I type to a) find these folders in x-terminal and then b) copy them to the correct location.

I'm really sorry to be such a goon about all this, and I know that you have been trying to help other people with the same problem, but following the command lines suggested to other people has not solved a thing on my phone

If anyone can shed some light on the situation I would be more than grateful cos right now I am pulling my hair out and working my way to premature baldness! haha!

Many thanks,

J
Try this:

Code:
root
cp /home/user/MyDocs/.documents/maps/* /opt/fheroes2/files/maps/
cp /home/user/MyDocs/.documents/data/* /opt/fheroes2/files/data/
I don't know if you wrote the path of your files accurately since the documents folder is actually written Documents on my phone, with a capital D. So documents is not the same as Documents, and maps is not the same as MAPS. Regardless, the Documents folder is in /home/user/MyDocs/.documents/ from xterm, so if your maps and data folders are in lower case as you described, then the above commands should copy the files correctly.

"root" is an alias for "sudo gainroot" btw. just shorter and nicer
__________________
Class .. : Meddler, Thread watcher, Developer, Helper
Humor .. : [********--] Alignment: Pacifist
Patience : [*****-----] Weapon(s): N900, N950, Metal music
Agro ... : [----------] Relic(s) : N95, NGage, Tamyia Wild One

Try Tweed Suit for your hardcore twittering needs
http://twitter.com/mece66
I like my coffee black, like my metal.

Last edited by mece; 2010-08-15 at 15:01.
 

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