![]() |
2009-02-06
, 06:13
|
|
Posts: 221 |
Thanked: 43 times |
Joined on Oct 2007
@ Sendai, Japan
|
#13
|
![]() |
2009-02-08
, 21:41
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#14
|
Over the past 3 days I've redesigned the gui to fit and ported PokerTH a texas holdem game to maemo.
-Enjoy Wilson Tang
Sorry guys no deb for this one until I learn how to make one and get a 32 bit triple boot.
And of course: the all mighty install instructions and file dump.
Prerequisites:
(qt libs take alot of memory)
libqt4-core (maybe that won't install all the qt libs needed - if not install the ones that are not pulled in)
zlib1g
libcurl3
libgnutls13
libsdl1.2
libsdl-mixer1.2
(qt is available in extras-devel)
Installation instructions: (sorry guys no deb once again)
1. Download PokerTH-0.6.2-libboost-maemo4.1.tar.gz (link at bottom)
2. Become root by any means.
3. mv path/to/PokerTH-0.6.2-libboost-maemo4.1.tar.gz /usr/local/games/
4. cd /usr/local/games/
5. tar xvzf ./PokerTH-0.6.2-libboost-maemo4.1.tar.gz
6. mv ./PokerTH-0.6.2/PokerTH 0.6.2.desktop /usr/share/applications/hildon/
7. rm ./PokerTH-0.6.2-libboost-maemo4.1.tar.gz
8. Enjoy ... hopefully
(May take sometime to launch - but runs pretty decently - might want to turn off card flipping animation)
Bugs:
*Can't exit internet lobby once opened
*Settings window is way too big
*May blank out to white - just be patient
*Sometimes when the time starts ticking - you can't hit all in - doesn't do anything
**QT might need some optimizations - maybe the embedded linux qt needs to be used instead? (if its not already)
**Might need to remove some visual effects and images to ease lag (like the fading))
*White hildonized gtkqt - ?!?
http://rapidshare.com/files/14422039....1.tar.gz.html (12105 KB)
![]() |
2009-02-08
, 22:41
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#15
|
The Following User Says Thank You to rcull For This Useful Post: | ||
![]() |
2009-02-08
, 23:02
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#16
|
#!/bin/sh KEYBOARD=`pidof hildon-input-method` POKERTH=`pidof pokerth` if [ "$POKERTH" ] then echo "PokerTH is already started, exiting..." exit 0 else if [ "$KEYBOARD" ] then /etc/osso-af-init/keyboard.sh stop echo "Starting PokerTH..." /usr/local/games/PokerTH-0.6.2/pokerth.sh /etc/osso-af-init/keyboard.sh start else echo "hildon-input-method is stopped." if [ "$POKERTH" ] then echo "Killing PokerTH..." kill $POKERTH fi echo "Starting hildon-input-method..." /etc/osso-af-init/keyboard.sh start fi fi exit 0
![]() |
2009-02-09
, 02:00
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#17
|
surely
mv ./PokerTH-0.6.2/PokerTH 0.6.2.desktop /usr/share/applications/hildon/
should be
mv ./PokerTH-0.6.2/PokerTH-0.6.2.desktop /usr/share/applications/hildon/
you have a space where the - should be. The space is causing mv to see two files not one
![]() |
2009-02-09
, 04:42
|
Posts: 678 |
Thanked: 197 times |
Joined on Jul 2007
@ San Jose CA
|
#18
|
![]() |
2009-02-09
, 04:49
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#19
|
![]() |
2009-02-09
, 05:02
|
Posts: 678 |
Thanked: 197 times |
Joined on Jul 2007
@ San Jose CA
|
#20
|
Does moving the file from there to /usr/share/applications/hildon/ using the file manager emelfm2 do the same thing?
The Following User Says Thank You to nhanquy For This Useful Post: | ||
Its more of an "Online Poker Experience" then a simulation as the computer players are pretty horrible (go all in every hand = win).
I'll have a deb up and maybe uploaded to extras in a few days.