Morphgear problems - General Questions and Answers

Hi guys,
i just found out that we can have gameboy emulators on our winmo devices (never knew that ). I loved playing pokemon and i think it's a great game to play on my HTC Touch HD. I got Pokemon Gold working with Morphgear. The problem is that the screensize is very small, just 100%. And when i tried to edit it in the settings it didn't change. That's when i found out i couldn't change any setting with a scrolldown-menu :s
Very weird, could some one please help me?
I'm using:
- Windows Mobile 6.5 Pro 23016.5.3.0 duttys
- Duttys HD WM6.5 LEO R6 WWE Rom
- Morphgear 2.4.0.9 Pocket Pc 2003
I hope you guys can help!

I'm actually having the same issue, try posting this in the blackstone forum. Has more traffic..

Hi Turbii,
I'm running quite an old version of WM6.5 (21928), but I also experienced your issue.
To get around it, I simply manually modified the registry keys in HKCU\Software\MorphGear
To modify the screensize for the Gameboy emulator, go to:
HKCU\Software\MorphGear\Gameboy
and modify the "ScreenSize" to whatever percentage works for you. On my Omnia, I'm satisfied with 115%
Hope this helps.

Hey guys i found another solution to this!.
just dl and install mymobiler here.
then turn on your morphgear and edit settings from your pc!.

You can change the setting by tapping the button next to the menu falling down. if you tap screen size the number next to the button shuffle...
That way I changed the screen size but I can't change the gamepad size
But the biggest problem is that when I run a game it stops responding after a few seconds so it's impossible to play ;(

anyone one having a unregistered copy? it keeps kicking me off but from what i read it started being free in 2004

Moved as not software release.

does the time keeping feature in pokemon gold work correctly with morphgear for you guys?

Related

Worms World Party Works! :)

hello guys, i was very sad that worms world party is not working on my Topaz device. that's why i 've decided to make simple application - keyboard - to emulate hardware keyboard my keyboard is very simple and it shows in the bottom of the screen (worms are 640*480 so there is free space on the bottom). it was made in 2 hours or something so take it as very alpha build but it works fine for me and i want to share my app with all worms fans
Install notes:
1. put keypad.exe to your topaz.
2. run keypad.exe
3. run worms world party from jamdat.. google for it
4. go to options and assign buttons to fire, jump and flip (X button is used to exit keypad at the moment).
5. play and enjoy!!
there is some flickering window title when pressing buttons. i will fix it later.
awaiting your feedback guys.
2009/08/19 EDIT: changed keypad skin and some bugs fixed.
ok, the pad with the arrow keys and stuff works fine for blackstone. However, it seems that worms does not work with wm6.5. And correct my if i'm wrong, what your app does is to 'simulate' a dpad with buttons right? so could you make one which can be configured to run alongside other games? That way we'll get more vga games running on our wvga devices.
now it's sending fake keyboard messages to worms application. but it's not a problem to make it for any other application. also i'm working on better skin and bigger buttons to make it more finger friendly. if you know a game which needs virtual keypad, tell me and i can make it. and back to worms - i'm using WM6.1 so dunno if it runs on WM6.5
i've got one, erm.. skyforce.
it works for me too - thx
what program language did u use for this? and plz make a bigger screen this is hard to use
Virtual d-pad is really good idea for games. have a nice develop.
hello again. i have updated keypad a little. new design and little bugs fixed. link is in first post.
TeDeV: i'm using c++.. it's all about winapi..
info5i2002: i've tried skyforce and it's not working good. game recieves only some of messages that keypad is sending. i need to investigate why... maybe it will be better to just let user enter name of the window to keypad application and it will send messages to that window. to play any game. i'm busy these days so be patient play worms in the meantime
Hey. If it isn't too much trouble (it isn't), can you compile a Windows CE 5.0 version? You have no idea how much this would help owners of other non-Pocket PC WinCE devices like the Mio C520 or other hacked portable nav units which lack the hardware buttons for games.
As you can see in the screenshot, the exe you posted doesn't currently run on plain Windows CE 5.0 devices. I've found that this is due to a bug/"feature" of the kernel related to buffer underrun protection and some sort of incompatablity with the compiler defaults in the WM5 SDK. It's an easy fix on your end. Just set /GS- in your projects compile settings.
see here: http://msdn.microsoft.com/en-us/library/8dbf701c(VS.80).aspx for more information.
Also, I had to manually lower the Windows CE os version to even get it far enough for this screenshot. Can you please set /subsystem:windowsce,4.20 in the linker command line options for future builds? Hell, make it 3.0. This sort of app will probably still run on Pocket PC 2002 (CE 3.0) or at least CE 4.2. More info here: http://windowsmobilepro.blogspot.com/2006/04/trap-of-copying-project-settings-in.html
It's simple to do and it has the added benefit of exposing your app to many more devices. I'm sure the owners of "other" buttonless 800x480 devices like the Ipaq 310 will thank you.
Also, can you look into supporting other, lower resolutions like 320x240, 400x240, 640x480 or 480x272(most WinCE nav units) or just alow it to scale to anything? It seems offscreen on a VGA PPC. How about landscape/side buttons and the ability to remap buttons? Thanks.
TFGBD: Hello. i agree with everything you wrote. sure, there is no problem to compile for CE and i also have C520. but application is not so smart at the moment to run in those resolutions. i'm afraid it works only for games that are not fullscreen and there is blank space on the screen for keypad. like worms on 480x800. but on device with 480*640 resolution i will have to overlap game window and that is the problem. when i was was writing this app it was only for worms because i love that game and it wasn't playable on TD2. i wasn't thinking about other games not even other devices and resolutions. but it is a good idea. i think i will have some time during weekend so maybe i will take a deeper look into the topic and find out something "portable". anyway, thank you for feedback if you know some mio C520 game that needs keyboard, tell me please. it may help
Heh, I didn't count on you already owning a WinCE PNA. Funny, that. Well, there's always Worms World Party... Granted, I never actually tried it on the Cx20 but I imagine its QVGA version has plenty of extra space on a 480x272 screen. That and like half of the other popular Pocket PC titles. Really, it sucks that so many of these games were hardcoded for 240x320(or upscaled VGA). It really makes them look crappy on higher resolution devices. But I guess it at least lets them leave space at the bottom of the screen for your d-pad. And yeah, you are probably right that it wouldn't be too useful on the more standard resolutions like QVGA/VGA. There are probably more widescreen devices without buttons than standard res ones anyway. Well, unless maybe you want to play 176x220 Smartphone games on a QVGA Pocket PC...
hehe, well, i'm working in mobile navigation software development company and i have around 30 different devices around i've just testet worms on GoClever 4390T device similar to C520 (480x272 @ winCE) and it runs great and there is really plenty of space left on side. ideal for my keypad.. and there is much more space than on my TD2 better for finger use. i'll give it a try on sathurday.
sused said:
hehe, well, i'm working in mobile navigation software development company and i have around 30 different devices around i've just testet worms on GoClever 4390T device similar to C520 (480x272 @ winCE) and it runs great and there is really plenty of space left on side. ideal for my keypad.. and there is much more space than on my TD2 better for finger use. i'll give it a try on sathurday.
Click to expand...
Click to collapse
Oh, wonderful. Keep up the good work. I'm glad I could inspire you.
Hrm...you wouldn't happen to work for PDAMill/NavNgo, would you?
not iGO. well, it's agains forum law to make advertisment.. but if you are interested google for "aponia software" i hope admins won't kill me now. but it's not complete offtopic because you can get pretty good navigation for your device there
Not working for my HTC Fuze (WinMo 6.1)
i run keypad.exe.. nothing really happens. I only see keypad.exe on my title bar and and X button on the top right..
I run worms and I still can't select any button, either on teh touch screen, bottom or on the keyboard.. I do see some flickering though... pls help
hdaackda said:
Not working for my HTC Fuze (WinMo 6.1)
i run keypad.exe.. nothing really happens. I only see keypad.exe on my title bar and and X button on the top right..
I run worms and I still can't select any button, either on teh touch screen, bottom or on the keyboard.. I do see some flickering though... pls help
Click to expand...
Click to collapse
Your device is VGA? This only works on WVGA screens, because there is empty space while running WWP (that is originally QVGA)
Not sure..
Btw, I dowload key config 1.0 from another thread and used that to save WWPSave.dat... Now I can Fire and Jump (i.e. use two buttons, volume up and down... no other is working)
Cute keypad but doesn t work with me... I don t know why i can see it in the game but it doesn t want to work ... but anyway nice to know that there are so much worms addicts
hdaackda said:
Not working for my HTC Fuze (WinMo 6.1)
Click to expand...
Click to collapse
sure it doesn't work, your device is VGA not WVGA. and i think your device has a keyboard, i think you should play worms with no problem with your keyboard.
DJMEone said:
Cute keypad but doesn t work with me...
Click to expand...
Click to collapse
do you have touch diamond 2? if yes, what version of worms do you use? keypad is looking for window with "Light" in its title. it's because my worms creates window with this title. if your worms window has different title, tell me, and i will add support for your worms window.

Jbed vs Blend and the pure touch saga continues

Geee... Wow there are some great threads on mobile Java. I've done my best to read through what I could.
(http://forum.xda-developers.com/archive/index.php/t-339579.html)
Though I still have a few questions at hand?
Installed Jbed, it looks very sleak and to top it off, it expands(Stretches) all my java apps to the right res.
Though the TD2 being a touch phone with few buttons I haven't found a good solution to enable control on a touch phone.
And I would be interested to find out if anyone has come right with this? Specifically for the TD2
Another tiny little issues is the fact the Jbed doesn't pic up all the java apps on my phone that can be installed via blend? anyone else had this issue?
...Edit ok not all apps/games stretch nicely. Still having no luck with the controls though! Specifically looking at CNC3

Warfare inc. on Omnia 2 i8000?

i downloaded warfare incorporated and installed it on my omnia 2 i8000 wm 6.5..
i could run the game but when it starts the screen is so small and i couldnt press any of the buttons as well then i couldnt exit too so i have to force restart my phone..
Anyone have any idea on how to fix this so i could play? i really want to play this game T_T thanks in advance for any info.
Welcome to forums
Have a look here:
http://cellphoneforums.net/samsung/
Good luck,
cant find anything there too >.<.. I guess WVGA version hasnt been release yet.. Thanks for your help anyway
cheers,
Kelvicious,
I am playing warfare incorporated on my i8000 successfully after patching the executable with "gxpatcher" (found via google). It does not display in full 800 x 480 screen and leaves black bands top and bottom. But I can still play as I did on my ancient eten glofiish x500.
Check gxpatcher for viruses though. The readme.txt was all in russian!

Free GameBoy Emulator for HD2

i know this topic has been covered elsewhere, but searching does not bring up the results im looking for.
basically i want a free gameboy emulator for the HD2, that can open .gb roms and save games. ideally it needs to be useable in landscape mode with an on screen dpad. google seems to bring up very outdated software which relies on hardware buttons.
i have tried the following with little success:
morphgear: 5 min trial and no onscreen dpad
pocketGBA: does not read .gb files
GBAce: will not open the 'load rom' box
im running stock rom version 1.66.405.2(76641)WWE and radio: 2.06.51.07
Interesting, ik will follow this thread.
As far as I know, there is no free emulator for HD2. Morphgear is the only solution. But poorly, the sound of morphgear for some games is really bad.
Isn't there a good working GBA emulator for PSX? If so use it in FPSEce, works well for other nintendo consoles.
nahhh. morphgear running fine with me, i have activated it and using virtual dpad from dred.
i wouldnt mind buying morphgear, but from my quick 5 min trial, it seemed quite laggy and in landscape mode, the keypad dissapears behind the game window. if anyone has a solution to these problems then please share with me
gba emulator on morphgear
I was wondering how to get gba running on morphgear I just wanna try the trail too see if I wanna buy the full one...not sure how to store it either.plz help. thanks
morphgear works fine for me, get the specialized for hd2 version here
also, search for some skins which you like, the default one is buggy at times
Edit: i'm currently using this skin
pocketGBA ain't too bad either
Is the only way for it to go full screen is by activating it?!?

WM6.5 original keyboard

Hi to all,
I'd like to install the original keyboard (usable with the stylus) present on WM6.5 original rom. Can anyone help me to find the cab?
sometimes it's very useful because it leave more room for the background application
Thanks
tistian
I need the same!
Are you looking for the stylus keyboard present on devices prior to the Pro 2? If yes, then I have been searching for the same. I have recently found a registry edit to get it to work. Currently testing. Shall let you know if it works.
I'm look forword it
Thanks
Bump! Bump! Bump!
BumpingBumping
When you guys talk of "stylus" keyboard, are you ref. to the tiny querty keaybord seen in windows mobile 6.1?
Yes, that's what we want. I am currently having a HD2 TOUS being delivered to me and I am waiting for it.
In advance, I am reseraching my tinkering options with this device. I still have my old yet enduring Himalaya by hand. I'll try and see if I can do some tweaks by copying files from my Himalaya to Leo. Will post updates if I am successful.
I found the solution. Please bump if anyone is interested, as I have lost the links and sources and it will be tedious to me to find and re-credit my sources.
However, should you want to do it yourself, the solution is basically finding the right keys that correspond to the old keyboard you want (i.e. Keyboard, Block Recognizer, Handwriting recognizer) under HKCR\CLSID and changing the data of the value of key "IsSipInputMethod" to 1, then downloading SIPChange to select that keyboard. You need SIPChange as it is the only way to select the keyboard without HTC Input taking over.

Categories

Resources