View Single Post
Posts: 9 | Thanked: 0 times | Joined on Jun 2010
#38
Originally Posted by solomonTheOne View Post
Hi,
I've the same problem, i can't find the sygic's folder. my Nokia N900 doesn't have any folder named "home" furthermore i've searched all folders (including hidden folders) and didn't find folder named "sygic".
I think that there is a folder where all installed applications are placed, and that there is no access for them by mass storage access mode.,,
My Maemo version is 10.2010.19-1.002
You can only see files that are in /home/user/MyDocs in mass storage mode. You need to put Maps and Res in your MyDocs, and then copy them to the correct path using the terminal. I did that with Midnight Commander, but you can do it with two commands very easily (Do it at your own risk, of course - What worked for me may not work for you!). Open a terminal (Ctrl-Shift-X), and enter these lines: (Remember to disconnect the phone from the computer first so it can see MyDocs)

Code:
mv /home/user/MyDocs/Maps /home/opt/sygic
mv /home/user/MyDocs/Res /home/opt/sygic
You will see a few warnings about not preserving permissions, that's ok as far as I know. Note that the Linux filesystem is case-sensitive - Name the folders "Maps" and "Res" and not "maps" and "res".

Good luck!