![]() |
2010-11-02
, 15:43
|
Posts: 62 |
Thanked: 34 times |
Joined on Aug 2010
@ Egypt
|
#602
|
![]() |
2010-11-02
, 15:45
|
|
Posts: 301 |
Thanked: 227 times |
Joined on Nov 2009
@ Turkey
|
#603
|
![]() |
2010-11-02
, 15:53
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#604
|
Thanks man - i created the save folder and gave permissions and all is fine now.
all my games are in mydocs - these are the commands and things i'm doing to make them work (change folder names as needed):
in xterm:
for file in /home/user/MyDocs/Roms/Pre/com.gameloft.app.driver/driver/*;
do ln -s "$file" /home/user/applications/com.gameloft.app.driver/driver/;
done
copy the real exec file in the sylinked folder
chmod +x /home/user/applications/com.gameloft.app.driver/driver/driver
/opt/preenv/bin/desktopgen /home/user/applications/com.gameloft.app.driver/appinfo.json
![]() |
2010-11-02
, 17:51
|
|
Posts: 301 |
Thanked: 227 times |
Joined on Nov 2009
@ Turkey
|
#605
|
![]() |
2010-11-02
, 22:43
|
Posts: 208 |
Thanked: 91 times |
Joined on Jun 2010
|
#606
|
Would it be possible to use the keyboard to send fake touch input for multitouch games ?
![]() |
2010-11-02
, 23:00
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#607
|
Would it be possible to use the keyboard to send fake touch input for multitouch games ?
How is the FAT32 partition smoother than the ext3 partition?How is the FAT32 partition smoother than the ext3 partition?
The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2010-11-02
, 23:11
|
|
Posts: 133 |
Thanked: 51 times |
Joined on Jul 2010
@ Swiss
|
#608
|
![]() |
2010-11-02
, 23:24
|
Posts: 62 |
Thanked: 34 times |
Joined on Aug 2010
@ Egypt
|
#609
|
It should be possible as long as the software supports it, I'm thinking having a look at the VNC server which fakes touching and dragging. It may come down to Maemo accepting multi touch or not.
If not rapid alternating tapping might fake it as a substitute. As in every mili second emulate touching at the locations binded to the keyboard.
![]() |
2010-11-02
, 23:35
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#610
|
@javispedro please reply me, it's possible to play Gangstar with N900 one day?
all my games are in mydocs - these are the commands and things i'm doing to make them work (change folder names as needed):
in xterm:
for file in /home/user/MyDocs/Roms/Pre/com.gameloft.app.driver/driver/*;
do ln -s "$file" /home/user/applications/com.gameloft.app.driver/driver/;
done
copy the real exec file in the sylinked folder
chmod +x /home/user/applications/com.gameloft.app.driver/driver/driver
/opt/preenv/bin/desktopgen /home/user/applications/com.gameloft.app.driver/appinfo.json