GBA emulator - General Topics

Well, i just tried http://www.sunbug.net/products/emul/PocketGBA.html
It works like a charm but..
You're able to bind Button A / B and stuff to your PDA's hardware buttons or how it's called...
It works but
Press A to attack someone ---> This works
Hold A to do a combo attack ---> This dont works
Anyone got a fix for this ? or a better emulator please reply
<3

Related

Hardware buttons code numbers (normal/hex)? Exists?

Is There any chance to find some application or trick, which can find system number shortcut ( or something like that) for hardware buttons on D2? In normal number or hex number. It doesn´t matter.
I need it for pocket uae emulator ( emulation of commodore amiga )
http://pocketinsanity.org/web/pocketinsanity/Projects/PocketUAE/
This emulator needs button maping, no button from D2 works here, but there is a thread from user Maxjalil in pocketuae forum
http://sourceforge.net/forum/forum.php?thread_id=2815989&forum_id=389665
and he is writting about some sort of trick with using app called "ecast", which can to find number codes for hardware buttons . But I really can´t to find it on google. Which app he thought ? I really would be appreciative for any other app or something, which can to find that number, I want try mapp volume up and volume down as left and right mouse button and back arrow button as right joystick button. It´s all. Thank you

Use camera button as ok/close button

Hey everyone!
Since a few days my left hardware button (the one for ok/close) stopped working. I can push it as hard and often as I want, it just doesnt work anymore. I tried WD40 spray etc but still no success.
Now I thought that I could just remap my camera button to do the work of the broken button. So I need to change the Short_Camera.lnk to a ok/close executable.
Is there an executable like that around? I do believe I saw sth like that before, but cant remember where. I searched the forum for quite a while now and didnt find anything.
Do you have an idea how to solve this problem? I just need to have a working ok/close button again. Doesnt matter if its the camera button or sth else.
The only problem is, that I cannot install apllications on the phone anymore because Im stuck at the PIN screen. I can't confirm my pin anymore because the ok-button isnt working. So I would need a registry/filesystem solution....
Thanks for your help!
Maybe install some remote acces utility (eg. Virtual CE). Then, unpack it, rename files, copy it to windows/autorun (or sth), then try to connect from PC and install AE Button Plus to remap the keyboard.
CeleCMD can help you,
try it,
by Yonsm,
a chinese software
gonet9 said:
Maybe install some remote acces utility (eg. Virtual CE). Then, unpack it, rename files, copy it to windows/autorun (or sth), then try to connect from PC and install AE Button Plus to remap the keyboard.
Click to expand...
Click to collapse
Thank you. I installed MyMobile to remote control my phone from my computer and installed AEBPlus to remap double GreenPhonekey to the Left Softkey. Works fine.
The only problem left is the unlock screen. I cant unlock the phone because AEBplus desnt work in the locked screen...
But thanks alot!
About lock I have no idea. Sorry.

messing with keyboard driver

Hi all!
i am using my Uni to play emulators, from PSX to MAME.. but i notice that Uni's Keyboard driver don't let me press 2 keys at once.. (needed when playing an action games that need JUMP+FORWARD) or even 3 keys at once (RUN+JUMP+FORWARD)
This is because Uni's keyboard driver i assume.. maybe HTC made it to reduce miss type when we're typing texts/ emails.
But then i tried a ROM (punisher) in MAME emulator (called FinalBURN) it CAN press 2 keys at once, but in other games i still can't press 2 keys at once.
On a different story, ALL games i played on PSX emulator (FPSECE) can't register 2 keys at once (this is because of the driver i assume). BUT when i tried my friend's XPERIA X1, using the sampe program build, i CAN register 2 keys at once.
So.. i'm sharing my thoughts with all the master in the XDA :
1. Why did the punisher games CAN register 2 keys at once, when the keyboard driver (i think) don't support it?
2. If the keyboard driver in Xperia X1 can register 2 keys at once, can we swap the necessary files in Xperia X1's keyboard driver to our Universals to achieve 2 keys pressing?
3. If we can swap it, what are the files (DLL or other files?)?
Thx in advance
--
b0z0k
Dopod900
TML12.1 128mbRAM
I've had the same problems using emus with a uni, and had always assumed that the uni hardware/driverset could not support multiple keypresses at once.
Normally keyboard drivers work by sending KEYDOWN and KEYUP events. So KEYDOWN "SHIFT" followed by KEYDOWN "A" would result in an uppercase "A", followed by KEYUP for both keys as they're released. I've long suspected that the keyboards on our unis don't work this way by default, or possibly that the driver is inserting matching KEYUP events for each KEYDOWN.
The news that finalburn allows multiple keypresses is a ray of light, but I expect it's down to the way that specific emulator is coded to read the keyboard.
It implies there are 3 ways to address the problem - patch each individual emulator for uni keyboard support, persuade the emu's authors to modify their code, or modify the keyboard driver itself.
Anyone have any insight into what events the default uni KB driver generates, and what alternative APIs exist to read KB input (memory-mapped IO port perhaps?).
The noob experiments
Thx for the interest in this threat master thingonaspring .
I think the multiple keypresses in FinalBurn are not just because that specific emulator coded, because when i use it with every other MAME rom (street fighter II, etc) it can't register multiple keypresses. So it may be because the ROM (The punisher) as well.
a little insight on how the KB driver works (from a noob perspective -- that's me ). I CAN register 2 keypresses in all the Emulators & Roms using this way (my experiments) :
1. when we want to press & hold forward and the press the RUN button to run forward the result is we WALK forward (registers pressing forward key and holding forward key) and the when we press the RUN button, it stopped moving (it registers what? i think it registers the run button only -- see the next experiment).
2. the next is how i register run + forward : when i press & hold RUN button first (no move on the game), then i press + hold forward, the result is walking (not running forward) So the hypothesis is : is registers the second button only.
3. After we did #2, while still holding the forward button (2nd button), i release the RUN button (1st button) & then i press it again (1st button), Voila! it can register those 2 keys at the same time. (this trick can be used in ALL the Emus, so i think this is how the KB driver works)
So i think this is how the Uni keyboard works :
* holding A button (1st press) and then holding the B button (1st press) : it registers holding the B button only. the A button hold are forgotten.
* after holding the B button (1st press+hold) if we release the A button & then press it again : it registers & remembers holding the B button (1st press+ hold) & when pressing the A button (2nd press) it registers both A&B button being pressed & hold at the same time. The B button hold are NOT forgotten.
i hope that helps contributing to making an emulator friendly KB driver.
I'm really a noob in this things, but seeing a veteran like thingonaspring intersted in this give hope to us Uni users.. Hope other masters can collaborate making a project to overcome this limitation.
--
b0z0k
Dopod900
TML12.1 128mbRAM
p.s. i hope it's not too confusing, because my english are really bad
Thanks for your testing input - and especially the fact that the X1 works OK. If it's a driver issue then the X1 should be first option for a possible driver port.
Looking forward
Thx master thingonaspring.
thingonaspring said:
Thanks for your testing input - and especially the fact that the X1 works OK. If it's a driver issue then the X1 should be first option for a possible driver port.
Click to expand...
Click to collapse
So does this means that master thingonaspring will try to port x1's keyboard driver to Uni?
Hope you have the spare time to port x1's driver to Uni
Would be nice that uni users can play megaman X4
If there's anything i can assist please let me know
--
b0z0k
Dopod900
TML12.1 128mbRAM
in linux kernel works multiple keypresses at once (titchy linux)
Nice update!
It's always good to hear new possibilities..
Too bad i'm not a programmer (either WM nor Linux)..
i recently found out that HTC Kaiser's (TYTN II) keyboard driver works ok too in FPSECE..
So.. to all our devs/ cooks in Uni community..
Please.. pretty please take a look on those drivers and the possibility to port it to UNI..
--
b0z0k
G3 Uni-128mb
Sun_Dream's WM 6.5.3
If this Problem would be solved the Uni is the perfect Mobile Device, i miss playing Emulators on it. But i think that this Problem is to complex to be solved .

[REQ] A software 'go sleep' button

I want to save the hardware of my HD2 and I'm looking for a .cab that makes a software button that acts the same like pushing the 'end call' button to enter sleepmodus.
(as same as the quite usefull software 'soft reset' button)
Anybody a hint for me?
michedenhaag said:
I want to save the hardware of my HD2 and I'm looking for a .cab that makes a software button that acts the same like pushing the 'end call' button to enter sleepmodus.
(as same as the quite usefull software 'soft reset' button)
Anybody a hint for me?
Click to expand...
Click to collapse
Do I understand it right that you are searching for a tool in order not to use the default "end key" which does exactly that job very good?
Matthes42 said:
Do I understand it right that you are searching for a tool in order not to use the default "end key" which does exactly that job very good?
Click to expand...
Click to collapse
yes. the end key is hardware and i prefer a software solution. you can wake-up the HD2 with every hardware key, but onlky the end key makes it go sleep. That wont last forever... so if there's a cab to provide a button on screen. well... I would go for it
The life of a hardware key is usually in the range of a million presses, so I wouldn't worrry too much. I've never had a dead power key on any of my HTC phones, and never heard of someone with that problem... You'd have to be very unlucky to get it, unless you intend to keep your HD2 for 20 years or so, but then I'd rather worry about the flash memory being dead
Solution to your request
michedenhaag said:
I want to save the hardware of my HD2 and I'm looking for a .cab that makes a software button that acts the same like pushing the 'end call' button to enter sleepmodus.
(as same as the quite usefull software 'soft reset' button)
Anybody a hint for me?
Click to expand...
Click to collapse
Hi michedenhaag,
I know what you are up to - I using a soft key link myself
Just get MySuspend from this tread:
http://forum.xda-developers.com/showthread.php?t=544475&highlight=MySuspend
and using Advanced_Configuration_Tool_v3.3 attach your soft key (I use the left one) to MySuspend.
Thats all !!!
Working like a charm on my TD2 and will work for sure on your HD2.
Greetings from Poland
Jack_Surfer said:
Hi michedenhaag,
I know what you are up to - I using a soft key link myself
Just get MySuspend from this tread:
http://forum.xda-developers.com/showthread.php?t=544475&highlight=MySuspend
and using Advanced_Configuration_Tool_v3.3 attach your soft key (I use the left one) to MySuspend.
Thats all !!!
Working like a charm on my TD2 and will work for sure on your HD2.
Greetings from Poland
Click to expand...
Click to collapse
Thanks! works like a charm!
(and the switch itself will last, but the soldering and construction is the problem. I had over 5 HTC phones before and all got 'hardware' problems on buttons. So this saves me a lot of clicks!
michedenhaag said:
Thanks! works like a charm!
(and the switch itself will last, but the soldering and construction is the problem. I had over 5 HTC phones before and all got 'hardware' problems on buttons. So this saves me a lot of clicks!
Click to expand...
Click to collapse
You are wellcome, michedenhaag
My END button is mechanically defect...works but the touch is lossless.
(deep pushing)
Thanks for the cab "My_Suspend" !

[Q] key remap => camera

anyone know wt is the key for taking photo in ROM2.53.832.3? in previous version(forgot the no.) it used to be "Enter" but now it no longer the same
does anyone know the new one?
Try this:
http://forum.xda-developers.com/showthread.php?t=693433
can't dl the file.......
Get it from here:
http://www.freewarepocketpc.net/get-scilors-leocameraanykey.html
the same problem....
I have already tried "Mirror Download" and works fine.
Yeah it works.
it's work but a little bit inconvenient
works fine!!!!

Categories

Resources