![]() |
2010-11-06
, 19:32
|
Posts: 286 |
Thanked: 117 times |
Joined on Jan 2010
|
#592
|
![]() |
2010-11-06
, 20:04
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#593
|
maybe it is because you are forcing the hardware too much...the games use a lot of resources to run...I am using the ideal profile overclocked to 900 mhz and everything works just fine.
![]() |
2010-11-07
, 04:20
|
|
Posts: 511 |
Thanked: 128 times |
Joined on Aug 2010
@ Trinidad and Tobago
|
#594
|
![]() |
2010-11-07
, 10:30
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#595
|
some games (asphalt5) need access to /media/internal - so put a sym link to :
mkdir -p /home/user/webos/gamesave
ln -s /home/user/webos/gamesave /media/internal
ciao
![]() |
2010-11-07
, 10:50
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#596
|
I use deb package . that will install to home/opt/preenv/usr/palm/applications.
when I wrote this command that my asphalt 5 still cant save the game even I symlink. is that any problem where I put command.
mkdir -p /home/user/webos/gamesave ln -s /home/user/webos/gamesave /media/internal
mkdir -p /home/opt/preenv/usr/palm/applications/gamesave ln -s /home/opt/preenv/usr/palm/applications/gamesave /media/internal
![]() |
2010-11-07
, 10:55
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#597
|
my driver works correctly. i used deb file to install it. i can pm link to download it if you need
![]() |
2010-11-07
, 12:42
|
|
Posts: 511 |
Thanked: 128 times |
Joined on Aug 2010
@ Trinidad and Tobago
|
#598
|
I use deb package . that will install to home/opt/preenv/usr/palm/applications.
when I wrote this command that my asphalt 5 still cant save the game even I symlink. is that any problem where I put command.
![]() |
2010-11-07
, 14:19
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#599
|
![]() |
2010-11-07
, 15:36
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#600
|
I just copied the gamefolder com.gameloft.app.hawx to /home/user/ using Filebox
then entered xterm;
Code:sudo gainrootCode:mkdir -p /media/cryptofs/apps/usr/palm/applicationsCode:ln -s /home/user/com.gameloft.app.hawx/ /media/cryptofs/apps/usr/palm/applications/Code:cd /home/user/com.gameloft.app.hawx/hawxCode:chown -R user:users /home/user/com.gameloft.app.hawx/hawxCode:chmod +rwx hawxCode:chmod -R 777 /home/user/com.gameloft.app.hawx/Code:preenvCode:desktopgen /home/user/com.gameloft.app.hawx/appinfo.json
I use since a few days Preenv and tested already several games which are running stable and smooth.
Though I noticed an issue with some games when you are using the "ULV" profile (N900 overclocked @ 900MHz).
For example Asphalt5 and N.O.V.A are beginning to lag a lot or may even crash after a few seconds if I use the ULV profile @ 900MHz. When I use the stock profile / speed its working just fine.
Any idea what could cause that and why it affects only specific games?