goodmorning guys!
I was wondering if anyone knows of a Java SDK for using g-sensor device on HTC touch phones. I know about the very nice work that has been done using the "the Windows Moble Unified Sensor API" but i was searching of something java - oriented
Thanx for your time
( I don;t know if this is the correct forum...please move if necessary )
Related
Hi All,
I have been trying to figure out a way to view websites with java content.
Obviously I must be missing something, because I cant view any!
I have downloaded a trial version of Netfront which claims to have Java support and guess what! still no java
Does anyone know of a simple solution to this problem or can recommend some suitable software (Preferably FREE, i'm skint, will accept something PM'd :wink: :lol: )
Thanks very much in advance
J
I have the same problem. HELP!
Netfront supports Javascript and not Java. For Java, you need something like MS Java Virtual Machine or the Java software from Sun's Java web site (www.java.com)
However, I don't think there is a Windows Mobile version for that.
Check out this page: http://www.java.com/en/mobile/ ... there's nothing related there I guess.
Good luck
Hello guys,
i was to ask a question about the java & u opened this subject here,
my question is what is the use of midlet ? & why Java games don't work on the PDA?? it isn't suppose to work on all consoles , with java installed ?? this is the reason why Java was made for ???!!!!
Can someone clarify ?!
Netfront supports java (and javascript also), you just need to enable it in the options. And be sure you have installed java (the one that cames with netfront)
netfront with java also works fine in mine.
Java for PocketPC
Take a look here http://ewesoft.com/Downloads/Downloads.html#_Toc105819897
ewe works in 2005 thats cool
i try ewe in 2005 and it works...verson for ppc2003
nice one
Hi, I'm an experienced developer (C,C++,C#,Delphi,Java) and I did some stuff with XNA Studio with Visual Studio Express 2008.
What exactly do I need to start developing apps/games for windows mobile smartphones?
Sorry I tried the search but I'm not able to find anything useful, maybe I used the wrong keywords.
Decide what to use! For Windows Mobile you can use C/C++, .Net ( "Compact Framework" ), FreePascal (as you mention Delphi - this is my own favorite), I think there is even a VB for WM.
For C/C++ you will need to get the Windows Mobile SDK, this is available from Microsoft. API is very much like "slimmed down" Win32 API. For .Net, Google "Compact Framework", or ".Net CF SDK" or something similar.
I am not completely sure, but I think you will need commercial version of Visual Studio. As I recall, "express" / free version does not support WinCE / WM compilation (this is probably why you did not find the option to compile for Windows Mobile)
Good luck!
Thanks! I have both Visual Studio 2008 (non express too) and Rad Studio 2009 (delphi 2009) ...
As I want to get into game development, I'd like to have access to the full power of the phone Using Visual Studio with the SDK might be better, because as I've read it comes with a WM6 emulator...
Any ideas on where I can find tutorials, to display graphics on the phone?
I program using VS08 and the SDK with VB. Not doing anything fancy at the moment, but it does come with an emulator. I haven't figured out how to actually deply it on to the device yet tho.
When you deploy or debug the application it should usually give the option to deploy to a device or emulator. The device of course needs to be connected to ActiveSync.
Also theres a port of QT to Windows Mobile, which seems to work but far more tricky to set up and get working that just using .NET CF it seems
Hi all,
I don't know if this is the right place to post or not, but what IDEs do you guys use to develop software for windows mobile 6? I'm using Visual Studio 2010 beta because I don't want to pay for VS, but it doesn't like the WM6 SDK. I found that SharpDevelop3 works just fine if you write compact framework apps, but I can't find the info to write apps that use the radio/gps/g-sensor etc.
Are there any developers out there that could point me in the right direction? I'm willing to help out if you have a project you are getting stuck with. I've been working mainly with Basic and C#, but I'd like to expand.
VS2008. The radio/gps/g-sensor stuff isn't included in the .NET framework, so you'll need to find external libraries for working with them.
Hi,
Unfortunanately there isn't yet a lot of information available out on the net regarding development using Microsoft.WindowsMobile.DirectX namespace.
I am hoping we can start a new forum section dedicated to just this? What do you guys think?
I've only been working with it for about a week now, and I am struggling to find helpful information, and am figuring out a lot of things through trial and error (note the SDK documentation is quite thin too!).
Is there anyone else on this site that is keen to collaborate and share DirectX experiences?
i'm very interested in but i failed in basics (look here) and nobody here seems something to know about that.
one year before i gained few expieriences in direct3d. its similar but not the same to develop for mobile...
did you get running the examples of d3d from the ms mobile sdk?
heggenhugo said:
did you get running the examples of d3d from the ms mobile sdk?
Click to expand...
Click to collapse
Yea, all the examples (not) in the SDK worked. I put "not" in parentheses because it took me a long time to locate them as the are no longer included as part of the .Net compact framework SDKs or the DirectX compact framework.
I am working on a simple app now that will determine the hardwares capabilities, allowing developers to quickly discover which devices their apps/games will run on. But I am still only just getting used to the environment also.
could you send me please (or link) a working example? it would be enough to see how to create a d3d window. i want to develop an application that uses the g-sensor to navigate in a little 3d environment (for instance turn around a cube or sth like this).
ty
VB.Net D3DM Samples - DirectX Capabilities App
Here are all the MS provided examples. I have not tried them all, but most of them work (on my device). The emulators run them, but very very slowly.
I have also attached the ActiveX Capabilites Test.exe application I created which will show you exactly what DirectX features are available on a particular device.
It requires .Net 3.5 to be installed.
View attachment VB.zip - Vb.Net samples
View attachment 250790 - DirectX Capability Test (install to device)
A good start
Anyone looking to get started on Mobile DirectX Development, should start with the fundimentals of the Managed DirectX Runtimes.
I recommend "Managed DirectX 9 Kick Start - Graphics and Game Programming" by Tom Miller. It's a good start into the world of Managed DirectX.
hi everyone
i want to programming c++ at HD2
I found in market a programm "esql" and it is for DB it very nice
but I need one for c++
can I find any program for this ??
no one can help me??!!
up
Your best bet:
Visual Studio 2008
Windows Mobile Professional SDK
ActiveSync / Windows Mobile Device Center.
Free alternative is Embedded Visual C++,but IMHO it needs much more experiences with object programming,but if you understand the principle,it is also good to develop something. Actually,it is designed for old WM2003,but apps developed there are working also under newest WM versions. Additionally to evC++ you do need WM 6.1 SDK with emulators and latest ServicePack for evC++.
Main problem there is,that the emulator for WM5+ doesn't work directly with evC++ and it cannot connect to the device directly via ActiveSync(because since WM5 it is using TCP/IP communication instead of regular serial as before). However,these are minor problems.