PDA

Ver la versión completa : sabe alguien como modificar las teclas en los juegos java del phoneme?



nexxone
30/10/2010, 17:13
hay muchos juegos q no funcionan sino asignas la tecla 0 y en general muchos otros necesitan modificarse las teclas para poder jugarlos bien

nexxone
02/11/2010, 16:23
#!/bin/sh
cd /mnt/sd/phoneME/bin/arm
# comment this for non-rotate screen
export J2ME_GP2X_REVERSE=1
# key maps
if test "$J2ME_GP2X_REVERSE" = "" ; then
export J2ME_GP2X_JOYUL=49
export
J2ME_GP2X_JOYU=50
export
J2ME_GP2X_JOYUR=51
export
J2ME_GP2X_JOYL=52
export
J2ME_GP2X_JOYR=54
export
J2ME_GP2X_JOYDL=55
export
J2ME_GP2X_JOYD=56
export
J2ME_GP2X_JOYDR=57
export
J2ME_GP2X_START=-6
export
J2ME_GP2X_SELECT=-7
export
J2ME_GP2X_LEFT=-8
export
J2ME_GP2X_RIGHT=48
export
J2ME_GP2X_BUTA=-13
export
J2ME_GP2X_BUTB=53
export
J2ME_GP2X_BUTX=-15
export
J2ME_GP2X_BUTY=-16
export
J2ME_GP2X_VOLU=35
export
J2ME_GP2X_VOLD=42
else
export

J2ME_GP2X_JOYUL=55
export
J2ME_GP2X_JOYU=-3
export
J2ME_GP2X_JOYUR=49
export
J2ME_GP2X_JOYL=-2
export
J2ME_GP2X_JOYR=-1
export
J2ME_GP2X_JOYDL=57
export
J2ME_GP2X_JOYD=-4
export
J2ME_GP2X_JOYDR=51
export
J2ME_GP2X_START=-5
export
J2ME_GP2X_SELECT=-6
export
J2ME_GP2X_LEFT=52
export
J2ME_GP2X_RIGHT=54
export
J2ME_GP2X_BUTA=42
export
J2ME_GP2X_BUTB=32
export
J2ME_GP2X_BUTX=-7
export
J2ME_GP2X_BUTY=-8
export
J2ME_GP2X_VOLU=35export
J2ME_GP2X_VOLD=42
fi
./runMidlet 35
sync
cd /usr/gp2x
exec ./gp2xmenu


bueno parece q lo q entiende la wiz es la segunda parte (apartir del else) y normalmente hay q poner 42 o 35 en dnd pone volu o vold q se corresponden con almohadilla y asterisco del movil
y si el juego necesita d la tecla 0 del movil hay q poner 48 dnd qeramos exporatarlo por ejemplo buty o boton y de la wiz