The Following 32 Users Say Thank You to maxximuscool For This Useful Post: | ||
![]() |
2010-11-01
, 00:00
|
Posts: 19 |
Thanked: 14 times |
Joined on Jul 2010
@ mauritius
|
#2
|
![]() |
2010-11-01
, 00:37
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#3
|
The Following User Says Thank You to maxximuscool For This Useful Post: | ||
![]() |
2010-11-01
, 00:45
|
|
Posts: 511 |
Thanked: 128 times |
Joined on Aug 2010
@ Trinidad and Tobago
|
#4
|
![]() |
2010-11-01
, 00:58
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#5
|
The first part is simple enough and I don't mind doing it but creating files? I don't have SSH do I don't know how to do this
![]() |
2010-11-01
, 01:44
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#6
|
The Following User Says Thank You to maxximuscool For This Useful Post: | ||
![]() |
2010-11-01
, 01:54
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#7
|
![]() |
2010-11-01
, 02:21
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#8
|
sorry to hijack thread but what is the quality of Ashphalt game compared to NFSU? thanks cant be bothered doing all this if the games no good. cant really be bothered doing it either way.... nice tut though Maxx.
The Following User Says Thank You to maxximuscool For This Useful Post: | ||
![]() |
2010-11-01
, 02:24
|
|
Posts: 511 |
Thanked: 128 times |
Joined on Aug 2010
@ Trinidad and Tobago
|
#9
|
The Following User Says Thank You to RenaldoTT For This Useful Post: | ||
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
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. 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:
7. 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
Sorry I forgot to remove some old steps i took but now it should be fine
Good luck
Install Preenv games into eMMC| Click Here to get rid of Uboot screen
My N900 running at 250-1150Mhz
Unlocking your FM-transmitter to 76.0Mhz - 107.9Mhz range - CLICK HERE.
Last edited by maxximuscool; 2010-11-07 at 00:15.