YESSS!!!!!
i have tried to copy the keycodes from mp3player (also oopsware).
but they are not working![]()
I wonder if we could manage to get A780 versions of those incredible emulators that actually are controlable only on e680i.
oopsware has created a PSX emulator!!!!
Also he has an XPico version with sound for Megadrive/Genesis ROMs, and actually a MAME emulator that works fine on E680i.
All this software installs and runs on A780...but are completely uncontrolable.
oopsware explained that a .conf file inside the .mpkg package has the keymap of the emu, and is configured for e680i.
Theoretically, if we could manage to get the A780 key codes and modify the .conf file, we could repackage, install and enjoy this software on our phones.
As suggested on the emu section I tried modifying the keycodes on the .conf files with keycodes provided by the FE interface of either XPico or XsNESsx hard map configure menu, but without success...
Could someone put some light on this...I think this would be a revolution on A780 available software.
Gelobt sei was Hart macht...
Good to see I'm not the only one working on it!!!!
I think we MUST do it.... it's essential in my opinion.
good idea to mess with mp3player...I'll give it a chance.
I even thougt this would be something important enought to ask for it in the development section to some A780 owner developer with more knowledge...![]()
Gelobt sei was Hart macht...
This is my first post, and i wish it can be helpful.
The followings are my configuration files for oopsware emulators.
@oopsware thank you very much for your hard work.
As you can see, I've used KEY_REAL (that we don't have in ours phones) with key code of the middle button in the volume control pad.
I still haven't found key codes for
- home button
- power button
- camera
- vr
These keys could be matched with de following unused key codes:
#KEY_RADIO=4153
#KEY_CAP=4145
#KEY_CALL=4149
#KEY_HANG=4150
please, Could anyone make a simple key code test program for ezx that shows values of each key?
[hr]
ezxemu.conf for EZXEMU
ezxemu.conf for EZXPICOCode:# # Configuration for EzxEmu # ROM_PATH=/mmc/mmca1/Emulator/Rom SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture VOLUME=40 SMD_MUTE=0 SMD_SPEED=-1 # Video mode: 0.Auto 1.NTSC 2.PAL SMD_VIDEO=0 SMD_KEYMAP=1,2,3,4,2,1,1,6,7,8 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100
ezxemu.conf for EZXVBACode:# # Configuration for EzxEmu # ROM_PATH=/mmc/mmca1/Emulator/Rom SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture VOLUME=40 SMD_MUTE=0 SMD_SPEED=-1 # Video mode: 0.Auto 1.NTSC 2.PAL SMD_VIDEO=0 SMD_KEYMAP=1,2,3,4,2,1,1,6,7,8 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100
ezxpsx.conf for EZXPSXCode:# # Configuration for EzxVBA # ROM_PATH=/mmc/mmca1/.system/QTDownLoad/ezxvba SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture VOLUME=10 GBA_MUTE=1 GBA_SPEED=-1 GBA_SCREEN=0 GBA_KEYMAP=2,3,3,4,3,3,1,3,3,3 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100
I can't use two buttons at the same time so it's difficult to play
ezxemu.conf for XMAMECode:# # Configuration for EzxEmu # ROM_PATH=/mmc/mmca1/Emulator/PSX SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture # BIOS: 0. scph1001.bin(NTSC) 1. scph7502.bin(PAL) BIOS=0 VOLUME=20 PSX_MUTE=1 PSX_SCREEN=0 PSX_SPEED=0 PSX_KEYMAP=5,6,7,8,2,1,0,9,10,11 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100
ezxemu.conf for INFONESCode:# # Configuration for EzxEmu # ROM_PATH=/mmc/mmca1/Emulator/MAME SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture VOLUME=20 MAME_MUTE=1 MAME_SPEED=1 MAME_SCREEN=0 MAME_KEYMAP=1,0,3,4,0,0,2,6,7,8 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100
Code:# # Configuration for EzxEmu # ROM_PATH=/mmc/mmca1/Emulator/Rom SAVE_PATH=/mmc/mmca1/Emulator/Save CAP_PATH=/mmc/mmca1/Emulator/Capture VOLUME=20 INES_MUTE=0 INES_SPEED=1 INES_SCREEN=0 INES_KEYMAP=4,3,6,5,1,2,0,0,0,0 # Key Codes for a780 KEY_UP=4114 KEY_DOWN=4116 KEY_LEFT=4117 KEY_RIGHT=4115 KEY_OK=4101 KEY_VOL_UP=4118 KEY_VOL_DOWN=4119 ### MIDDLE BUTTON VOLUME KEY_REAL=4100 #KEY_RADIO=4153 #KEY_CAP=4145 #KEY_CALL=4149 #KEY_HANG=4150
thank you very much!!!!
I agree, some deeloper could do a simple ezx to show key codes, it would be great!
now it's time to modify and repack the oopsware software and try...
Did your configurations worked?
Gelobt sei was Hart macht...
Here I put a modified ezxemu version for A780 using the keymap provided by jorge-smm.
The emu is unusable until a hard keymap reconfiguration is made from the configuration menu...which is summoned after open and closing the flip!!!! really strange.
I found that only jog dial (vol up/down and center as real key) and joystick keys are usable as seen on the .conf file, so make sure on hard map configuration you asign needed keys to these.
this way we can play megedrive roms with sound...but we desperately need to know the codes for the rest of our phone keys, so we could use them!!!
edit: The file has been updated with the new key codes discovered in the posts bellow!!!!
Gelobt sei was Hart macht...
Here a new repackage of oopsware emus with the still limited keymap for a780.
More testing needed, apart of limited controlability due to lack of keycodes...
Edit: Files have been updated with the new buttons discovered in the posts bellow
Gelobt sei was Hart macht...
All this config files are the ones I have in my phone, but with minimal changes.
I have tested these emulators, except infones. I haven't played too much, specially with vba and psx because they run very slowly.
As you can see, i've also changed completely the hard key mappings.
I think the most frecuently used buttons are the A and B button, so i have hard mapped them to the jog dial (vol + / vol -).
The other two available keys (jog center and ok are used for START and SELECT).
@flammenwerfer What a really find strange is what you say about your problem.
I don't have to do anything to play games.
if you want I can't share the whole folders, but it'd be better to wait for the rest of the keys to repack all emus.
Yes, really strange, start button works mapped to center jog dial, but for instance in ezxpico cant be mapped to select, so menu has to be called after close and open the flip hehehehe really bizarre!!! but works.
hope somoene gets the rest of the keymap.
I'll repack the mame emu, and if someday we get the codes I'll edit the posts with the emu packages with the new ones...by now, maybe people wants to give them a try...
Gelobt sei was Hart macht...