what do i need to run java .jar files on desire - Desire General

I am wanting to run some java programs on my desire, what do i need to do this ??
i used myriad on my winmo device but cant seem to find anything suitable to run .jar files on my desire

I need this trick too... did anyone found any solutions?

There is a way to do this, I don't know how however.
Just thought I'd give this topic a bump for you, I'm sure the Hero version of Sense actually came with an app that ran Jar files

I need to know the answer to this also.
This all singing all dancing phone is missing some important features, J2ME support is one of them. Surely the web browser supports Java so there must be good apps out there?
Please help someone?

Android does not support J2ME. So all those dumbphones jar files are useless as they will not run on Android.

Yeah we know that.
But there must be and emulator that works.
I mean there's gameboys, super nintendos and I hear a PS1 is coming!!
So come on, someone must know of a half decent app.

lads take a look here http://www.osnews.com/story/23043/Myriad_Tool_Converts_Java_Apps_for_Android_Phones

ooh
http://www.youtube.com/watch?v=-ivr80-Tra4
however they're not targetting end users
oh well time to get my dearstalker on
I am guessing since it converts them to Davlik that one would need Froyo to run the converted apps?

Related

[REQ] Plants vs Zombies on HTC Touch HD

Is anyone able to help me or point me in the right direction to get plants vs zomies working on my HTC.
Its a standalone .exe file, 30mb in total...there must be a way!
I agree it's a way too cool a game!
Someone else popped the same question before:
http://forum.xda-developers.com/showthread.php?t=514635
Perhaps you have more luck
There must be some sort of .exe emulator or some way of getting it to work.
Ive seen far more powerful things working on the HTC....this is nothing compared to them!
Come on developers, please please please help me!
Yeah..would love to see this game on our winmo
I would just be thankful for any new decent game releases on WinMo, ever since the iPhone has come along all other platforms seem to have been forgotten about
+1.... son wants that game
+1. want the game too
i suggest you guys take it to the developers although, tbh, i doubt they would make a game for wm6.x
maybe wp7 will get a version of the game.
there is a flash version on their site, cant someone download it and port it, becouse i cant even download it
i've seen the flash version, its only a demo - but still fun.
ill give this a go myself and see how i get on ... but remember it isnt the full version unfortunatly.
had a go at getting the .swf but no luck. used firefox and the only flash animations you can download (that work) are the banner ads. if you download what i think is the game itself, its just a white box.
would be nice to have this game...

ROM Emulator

Hey guys,
Thinking of starting to cook my own roms but i cant be arsed flashing the phone over and over again till i get it right so im wondering....
Is there a kind of emulator for the PC that can emulate the Diamond on the PC so i can run the roms after i cook them?
Cheers,
John.
Now THAT would be great!
+1 for the idea, but unfortunately, there isn't.
SamuelTee have made a kitchen to cook for the device emulator
Mabye in the future they found a way to convert the rom to a "REAL" phone
http://forum.xda-developers.com/showthread.php?t=411154
there are loads n loads of ppc emulators floating about lol google it
mancsoulja said:
there are loads n loads of ppc emulators floating about lol google it
Click to expand...
Click to collapse
I did but none i found support .nbh files so utterly useless.
Unless you know of one?
I too would love something like this. That way I can have my Diamond and my Kaiser how they are and like a virtual testing phone for when I wanna try new ROM's without having to reset everything.

Real Multitouch on HD2

Hey, I like to use multitouch to get more intuitive input on the touchscreen like to emulate a virtual ThumbStick and some buttons working on the same time.
It's easy to get multitouch working using the WindowsMessages HTC_Zooming, HTC_End_.... But now, the fingers must be set on the screen nearly at the same time or it won't work. That's fine to implement some rotation or zooming cap but it's not enough for a game...
Does anyone know how to get multitouch, like the HTCAlbum does support?
An interesting fact is that the HTCAlbum app is in the blacklist of the Pinch cap in the registry and to get the PinchToZoom-Messages you must be registered in the whitelist...
Thanks
If you send me one HD2 for testing, I'll find it out hehe
HTCAfe.dll
Hey guys
I'm doing some research in the dependencies of the htc apps on my hd2 to get real multitouch. Now I need to analyze htcafe.dll but I can't copy it from my device 'cause it's cooked in the rom.
How do I get that lib on my pc or could anyone send me a copy?
Thanks
Sure, here you go!
Fast?
EpiphanyNL said:
Sure, here you go!
Click to expand...
Click to collapse
thanks for that quick help!
You can usually copy out rom modules with either Cotulla's romextractor.exe or dotfred's task manager (the Depends tool-extract rom library).
DirectShow?
Hey guys
I'm sorry for the long dead time. It's really tricky 'cause I've no idea of directdraw/show on winmo? I figured out that you have to create a htcscene out of htcafe.dll and there you probably get the real multitouch-events.
Could some one send me a good tut for directdraw/show?
cheers
Got it!!!!
I got it working now!!! After spending hours, I found out how the HTCAlbum does it and I think it's the best way to do it without rewriting the whole driver and that stuff....
If anyone is interested in how to do it, i will write a sdk for .net and maybe a tut for native coding... (So if you're writeing a game... I can't wait to see multitouch ingames!!!)
For the moment I'm done, but I will soon post a sample game (some stuff like AirHockey or Pong)... (if I find time....)
Cheers
Some sample would be nice =)
Is it really something different from "HTC_Zoom_Begin" etc?
As for me, I prefer native code sample, but .net sample is ok as well.
How is this different from the multitouch already enabled on many hd2 apps? For example, fpsece, the playstation emulator has had multitouch for a long time, at least in the donators version. Is this a better implementation of multitouch?
Sent from my HTC HD2 using XDA App
zarathustrax said:
How is this different from the multitouch already enabled on many hd2 apps? For example, fpsece, the playstation emulator has had multitouch for a long time, at least in the donators version. Is this a better implementation of multitouch?
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
Firsteful, there are now three approaches to get multitouch working (as far as I know). The first is the simplest, I think the multiouch skins for morphgear uses this trick. If the second finger is pressed, you get (I don't know exactly how, cause it was never an option for me...) the point in the middle, and you asign two buttons to this point.Well, It's fake multitouch, but it works.
The second option is to write the PenTrac.dll and activate MultipointDemo (or what so ever) key in the registry and send some window messages (they often abuse the standard mouseevents...)...
The last option is to use HTC_Zooming-messages and so on (in my opinion the best, cause this function is already there, so no overheat is made...). And this is what I do. But in all samples I got before (like I described in the first post of this thread...) , you needed to press both fingers at the same time. I figured out, how to avoid this problem. And that's the difference...
And in the end, I just wanted to make a really easy-to-use sdk. So that even beginners are able to get multitouch working.... I found it quite hard to start with all the p/invoke stuff or change from c# to native code. I hope I can help you with the sdk.
Here's the thread of my sdk. Feel free to leave feedback.
http://forum.xda-developers.com/showthread.php?t=906068
Chabun

.m10 file extensions?

Im trying to mod some of this newer 3.0 sense themes and i keep noticing files that are .m10 can someone please tell me what i need to do to open and edit these file. thanks
lol, I'm having the same problem on my thunderbolt. Google doesn't even help. And all the other guys that mod lockscreens say that its a .png file. I'm thinking it may be a windows 7 thing??? I'm gonna check with my netbook that runs xp and see...
ETA: nope. Back to the drawing board
Would be nice if someone could shed some light.
google m10editor. that'll let you decompile and edit them. i just wish they had a tool like that for mac
it's a pity, cuz usually people build it for linux, release the source so people can build it themselves for mac with one or two gcc commands, and make a windows version as well. m10editor is just for windows.

[Q] what do i need to create a 3d game?

hello guys, im inlove with windows phone, and i got this idea for a great 3d game..the problem is i dont know how..any tips out there on how i should start? things i should know like what programs i should use etc..i know nothing on programming but a friend of mine should help me with that..i only know how to make 3d models, using autocad, 3ds max, photoshop..thanks and more power to windows phone users!
XNA is your answer
A very good start is to watch this (in total 14.5 hours of essential info and it is also funny and easy to follow):
http://create.msdn.com/en-US/education/catalog/article/wp7_jump_start
It is much faster than any book, and then you have a plenty resources to find answers for coding etc...http://create.msdn.com/en-US/
I hope this helps.
Q what do i need to create a 3d game
I want to learn the C# language but I cant find any up to date tutorials. Most use this progrm that no longer exists. Also How can I use Visual Studio to learn to do C# w/o having to make a game?
dogzdredd said:
hello guys, im inlove with windows phone, and i got this idea for a great 3d game..the problem is i dont know how..any tips out there on how i should start? things i should know like what programs i should use etc..i know nothing on programming but a friend of mine should help me with that..i only know how to make 3d models, using autocad, 3ds max, photoshop..thanks and more power to windows phone users!
Click to expand...
Click to collapse
A 3D capable Windows Phone would be a good start.

Categories

Resources