|
2010-11-01
, 21:33
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#22
|
hey sorry,
i followed the steps, but when i do desktopgen,
it says its not an executable.
The Following User Says Thank You to maxximuscool For This Useful Post: | ||
|
2010-11-03
, 18:58
|
Posts: 9 |
Thanked: 0 times |
Joined on Apr 2010
|
#23
|
hey guys i have finally achieved my little test with installing games to the n900 into emmc 27gb partition instead of 2gb opt partition. After a lot of trail and errors i've succeeded got my sim3 folder intalled on my fat32 partition instead of opt. Saving a hug chunk of space in opt.
The process may takes quite a bit of work but it worth the time and efforts. I've simplified the process to make it newbie compatible :d
here is the step:
1. first extract your xxx.ipk file with either zip utilities such 7zips or any others.
2. connect the n900 to your computer via ssh (you can do via commandline also but required more works). screenshots
3. create a folder called games (anything you would like in this example i'll use "games") in /home/user/ directory. And right click on the games folder then set the permision to user 29999. (look at the screenshots)
4. now browse to your mydocs partition "/home/user/mydocs/" and create another folder called games or anything you'd like.
- right click on games and apply the permission like the picture below.
- create a folder called sim3 (for game called sim3, for other games use the appropriate name for it. You'll need it later), and inside the sim3 folder create another folder in the following path like: /home/user/mydocs/games/sim3/usr/palm/com.ea.app.sims
copy the extracted files from .ipk file and copy it to your
5. inside /home/user/mydocs/games/sim3/usr/palm/applications/com.ea.app.sims/
folder, you should now see a file called "sims" right click and properties and check the permission setting. Should look like below:
click ok to confirm.
6> now this is the final part. You can do this to all other games that listed as working for preenv by changing the xx.desktop file and pointing it to the right location of where the game data in mydocs.
Now back to ssh client on your computer and browse to /home/user/.local/share/application/hildon
copy the file called sim3-palm.desktop to that location.
Go back to /home/user/.local/ and browse to /home/user/.local/dbus-1/services/, copy the file called sim3-palm.service here.
Go back to /home/user/.local/ and browse to folder icons and copy your sim3-plam.png here.
7. go back to /home/user/games, and copy the file called: sims from your "ipk" extracted folder to here.
Right click and set the permission like below:
8. now this is the symlink part. On your n900, open xterminal and login as root.
Root
for file in /home/user/mydocs/games/sim3/usr/palm/applications/com.ea.app.sims/res_sims3/; do ln -s "$file" /home/user/games/sim3/; done
finally:
Now create these files for sim3 game:
You can create the icon file by using desktopgen command, make sure you put the appinfo.json into /home/user/games/sim3 then:
root
preenv
desktopgen /home/user/games/sim3/appinfo.json
for asphalt5 and monopoly and few other games you will have to create a folder inside /home/user/game/asphalt5/asphalt5
this can be done via ssh or commandline.
Xterminal: mkdir /home/user/games/asphalt5/aphalt5
ssh: Create new directory
copy the file called: asphalt5 to the folder you just created and then symlinks other files from the fat32 there.
for file in /home/user/mydocs/games/asphalt5/usr/palm/applications/com.gameloft.app.asphalt5/asphalt5/*; do ln -s "$file" /home/user/games/asphalt5/asphalt5/; done
following this step for monopoly as well and other games
done!
Enjoy!
i may have missed a few steps along the way but this should be good enough for now. This tutorial is based on sim3 game it works for nfs undercover and others as well.
Good luck :d
|
2010-11-03
, 19:07
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#24
|
Where can i find more ipk files different games and please dont send me the link for palm,because there i have to pay 9 us dollars for this
The Following User Says Thank You to cddiede For This Useful Post: | ||
|
2010-11-04
, 09:09
|
Posts: 156 |
Thanked: 29 times |
Joined on Jul 2010
@ Pakistan
|
#25
|
|
2010-11-04
, 11:53
|
Posts: 463 |
Thanked: 103 times |
Joined on Jul 2010
@ Mumbai, India
|
#26
|
copy the file called sim3-palm.desktop to that location.
Go back to /home/user/.local/ and browse to /home/user/.local/dbus-1/services/, copy the file called sim3-palm.service here.
Go back to /home/user/.local/ and browse to folder icons and copy your sim3-plam.png here.
hey max i dunno where to find these files sim3-palm.desktop sim3-palm.service sim3-plam.png
any help would be greatly appreciated
|
2010-11-04
, 12:28
|
Posts: 434 |
Thanked: 245 times |
Joined on Jan 2010
|
#27
|
Even I am trying to install Need for Speed undercover and cannot find the palm.destop,palm.service and .png file mentioned.Where to I find them?
Finally:
Now create these files for Sim3 game:
You can create the icon file by using desktopgen command, make sure you put the Appinfo.json into /home/user/Games/Sim3 then:
root
preenv
desktopgen /home/user/Games/Sim3/appinfo.json
The Following User Says Thank You to kolos For This Useful Post: | ||
|
2010-11-04
, 12:51
|
Posts: 434 |
Thanked: 245 times |
Joined on Jan 2010
|
#28
|
6> Now this is the final part. You can do this to all other games that listed as Working for Preenv by changing the xx.desktop file and pointing it to the right location of where the game data in MyDocs.
Now back to SSH client on your computer and browse to /home/user/.local/share/application/hildon
copy the file called sim3-palm.desktop to that location.
Go back to /home/user/.local/ and browse to /home/user/.local/dbus-1/services/, copy the file called sim3-palm.service here.
Go back to /home/user/.local/ and browse to folder icons and copy your sim3-plam.png here.
The Following User Says Thank You to kolos For This Useful Post: | ||
|
2010-11-04
, 17:36
|
Posts: 74 |
Thanked: 19 times |
Joined on Dec 2009
|
#29
|
|
2010-11-04
, 17:58
|
Posts: 463 |
Thanked: 103 times |
Joined on Jul 2010
@ Mumbai, India
|
#30
|
Just proceed with step 7.
If I understand right these 3 files are already stored where they should be after "desktopgen" is executed.
i followed the steps, but when i do desktopgen,
it says its not an executable.