|
|
2010-11-04
, 11:51
|
|
Posts: 14 |
Thanked: 0 times |
Joined on Aug 2010
@ Slovakia
|
#502
|
Use a text editor: vi, nano, leafpad etc.
For example, as root:
Code:leafpad /etc/powervr.d/driver.ini
|
|
2010-11-04
, 11:53
|
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#503
|
|
|
2010-11-04
, 12:03
|
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2010
@ @Netherlands
|
#504
|
|
|
2010-11-04
, 12:05
|
|
Posts: 14 |
Thanked: 0 times |
Joined on Aug 2010
@ Slovakia
|
#505
|
|
|
2010-11-04
, 12:07
|
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#506
|
|
|
2010-11-04
, 12:17
|
|
Posts: 30 |
Thanked: 5 times |
Joined on May 2010
@ @Netherlands
|
#508
|
|
|
2010-11-04
, 12:23
|
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#509
|
1. open terminal
2. enter "root"
3. change the directory to where the game package file is
4. dpkg -i --install-dir=/home/user/MyDocs/Game com.gamename.ipk
5. create a directory /opt/usr/palm/applications
6. create the game directory to /opt/usr/palm/applications/GAMENAME
7. copy the appinfo.json and icon file to /opt/usr/palm/applications/GAMENAME
8. create the gamefiles directory in /opt/usr/palm/applications/gamename/gamename
9. copy the executable binary file from MyDocs to the game directory /opt/usr/palm/applications/gamename/gamename
10. change the rightrs of the executable binary file chmod +x binaryfile
11. symblink the directories and other files from /home/user/MyDocs/Game/gamename/gamename/ to /opt/usr/palm/applications/gamename/gamename
Multiple files linking in terminal:
for file in /home/user/MyDocs/Games/com.gameloft.gamename/* ; do ln -s "$file" /opt/usr/palm/applications/com.gameloft.gamename ; done
dpkg -i --instdir=/home/user/MyDocs/preenv/nova com.gameloft.app.nova_1.0.9_all.ipk
dpkg: error processing com.gameloft.app.nova_1.0.9_all.ipk (--install): error setting ownership of `/usr': Operation not permitted dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: com.gameloft.app.nova_1.0.9_all.ipk
|
|
2010-11-04
, 12:25
|
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#510
|
-create a folder with game name in the 2GB partition of your beloved phone (/home/user/<your game dir> or /home/user/<any subdirectory>/<your game dir>)
![]() |
| Tags |
| games, multi touch, palm pre, preenv, profile, reach page 250?, speed, yesssss |
| Thread Tools | |
|
When the file is not there, the problem re-occurs.
Or when I change ForceExternalZBuffer=0 to ForceExternalZBuffer=1 the problem re-occurs.
So I think it's fairly safe to say that this does do something to the graphics library specifically for the appropriate games.
Have you actually tried it?!