Developing to Samsung - Windows Mobile Development and Hacking General

Hi there,
I have bought a Samsung D980, and I'm trying to develop a small java game to it.
The problem is that I getting problems everytime , I transfer my game from the PC to cellphone.
I even try the game in Nokia, and it works just fine.
Does anyone have develop a java game that runs on D980?
thanks

Jbed?
Have you downloaded the HTC Java file to your phone? I think its called Jbed.
Most phones dont have java on them, so to make a game for it you need this file in your windows folder.
Hope this helps!

The Samsung D980 don't use Windows Mobile, but a Samgsung OS.
You can check it here http://pt.samsungmobile.com/telemoveis/samsung-d980-specification

Java is designed for compiling once and running everywhere.
But in fact it needs compiling many times and debugging everywhere.
Because different manufactures have their own packages and even slightly different behavior for standard APIs.
It is normal that your java program works on Nokia but not other devices.
You need programming documents for your phone. Or ask Samsung.

Related

may i play s60 java games on my JAM?

as object....I think i have to use a java machine emulator....but how do?THANKS :lol: SO MUCH
Probably not. The S60 game will likely use the keypad, something you don't have on the Jam.
i know the keypad problem...but i think that some games can be played...anyone know how to run with a virtual java machine emulator?
What about the preinstalled midlet manager?
i have tried but works only some java apps, game -----nothing :x
I cannot find any java file that works on my JAM
Every Java file I install, I get a "Failed to run midlet"
Can you link me to an example that works?
Thanks
I had a test of quite a few games some time ago.
The discussion can be found here
Basically from what I found, some games work, other don't. That's about the best help I can offer

Can a Palm OS platform run simultaniously on a WM6 phone?

Hi guys, I have an HTC touch (sprint) and got a job with a air balancing company and they have software that links their ppc's to their server for live data entry. however the application is only available for the palm os. Does anyone know if installing multiple OS's on a phone is even possible, like installing linux on an ipod? or if not, any way to convert a palm os application to WM6 combatible application. If needed, i have the install files for my application, any assistance would be greatly appreciated. If nothing exists i would even consider payment for the application to be convtered if anyone is intrested.
Thank you
Matt
you would probably have to build the application up again from the ground up if its a native palm application, although, if its written in a common language, i dont see why it couldnt be ported over
somebody more knowledgable should be able to help you better
and welcome to xda-devs
you can use styletap to run palmOS apps on windows mobile, if this is what you want to do.
Well, im 50% there, styletap works great, im able to load the software and run it, no glitches yet, however styletap doesnt seem to be allowing the application to sync with my server. any1 have any ideas? i even tried first establishing a data conn in WM6 using IE and hopped back to style tap to sync again. no luck

Newbie Guide to C++

I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
WHAT kind of applications you are trying to write?
Do you need to write a device driver for your PDA?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
You should be able to do it with visual studio and the emulator, im not 100% sure though, I only know a limited amount of Java.
Most phones support .net/C#/Java, so pick a language
What I want to write
Just some fun stuff =
One idea I had is a generic sound simulator, tie buttons to different sound - .wav files; animal sounds, machine sounds, phasor blasts, drum kit, theme music like - http://www.thinkgeek.com/tshirts/illuminated/a5bf/
I want to have it look nice too with decent graphics.
i suggest to use Visual Studio 2005 or 2008.
It's simplest way to start (and continue) to write programs.
Both native and NET technologies are supported. C++ and C# available.
Both VS versions are coming with integrated Device Emulator with WM5(VS2005) and WM6(VS2008) images for PDA/PDAPhone/SP and remote debugger for real PDA/PDAPhone/SP devices.
If you are using VS2005/2008. Download the latest Windows Mobile 6 SDK (Standard and Pro) for the best Emulation.
Ta
Dave
but c# only works with .net
where c++ works with win32(native) microMFC(Native) and .net
more info can be found
http://forum.xda-developers.com/showthread.php?t=380069&highlight=programming
http://forum.xda-developers.com/showthread.php?t=382995&highlight=programming
http://forum.xda-developers.com/showthread.php?t=226412&highlight=programming
http://forum.xda-developers.com/showthread.php?t=336251&highlight=programming
http://forum.xda-developers.com/showthread.php?t=305926&highlight=programming
http://forum.xda-developers.com/showthread.php?t=302548&highlight=programming
http://forum.xda-developers.com/showthread.php?t=228043&highlight=programming
http://forum.xda-developers.com/showthread.php?t=317913&highlight=programming
http://forum.xda-developers.com/showthread.php?t=237932&highlight=programming
yes, ะก# is for NET only. This language appeared together with NET technology as alternative to Java after breakup with SUN
C# is closer to BASIC than C++. I, personally, don't recommend C#. Ths "strange" language is for lazy people. Almost nothing left of C++ and its ideology.
Visual Studio 2008 Pro trial version
Thanks for you advice - i deleted all that embedded C++ stuff - was way too confusing, must have had like 8 programs installed and still was not working - I like the idea of just 3 things the visual studio and the 2 WM6 SDKs
Im going to try the visual studio 2008 - there is a trial version of it for 90 days
http://msdn.microsoft.com/en-us/vstudio/products/aa700831.aspx
Would i be better off with the 2005 version as Im using Xp not Vista on my main computer. Should I get the Try Visual Studio "Team System" 2008 - Trial Software or just stick with the regular one i downloaded?
I also downloaded the standard and professional WM6 SDKs
http://www.microsoft.com/downloads/...745-88EF-3D48091A390B&displaylang=en#filelist
I used embedded visual tools in the past (3 and 4). Be aware that you cannot use the WM5 SDK with eVC, you must use Visual Studio for that. The latest thing usable with eVC is the WM2003 SDK, as far as I know. Also, the emulator handling in eVC was quite sluggish and buggy. When I switched to VS2005, it was like a deliverance to me. Also, the help system in VS is a blessing. *g*
Though I used Delphi's VCL in the past, I would never freely touch such a thing on restricted hardware such as in PDAs. Hence, .NET, MFC and of course *cough* Java *cough* are out of the question. I'm a pure C++ writer. The progs are nicely small and fast. And there are always alternatives to the things I can't use because of that: for instance instead of MFC CStrings I got acquainted with STL library's strings. There's also ATL which supposedly can be used instead of MFC for GUI programming, but when I looked for it some years back I found only very little information about that.
Happy coding.
Is it true that you can only develop WinMo C++ in VS Pro?
I read on the Microsoft marketplace that the standard edition dosnt support mobiles..
are there any alternatives (C++ only please..)
yes they only support through pro... but you can get it for free through dreamspark if you are a student
joel2009 said:
yes they only support through pro... but you can get it for free through dreamspark if you are a student
Click to expand...
Click to collapse
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Mic159 said:
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Click to expand...
Click to collapse
Good news. My uni isn't listed either. It is a simple matter of verifying your student status on journey ed. I'm glad I could help with this because it turns out that I could get all the dreamspark software through my school's MSDNAA program anyways.

QT for windows mobile 6.1

Hi guys
Im a student in ICT and I'm starting to get to know qt a bit now.
I'm able to develop desktop applications. And now I would like to develop some applications for my SE xperia x1 with QT.
Anyone can help me getting started. Because QT creator doesnt support mobile yet I'm having some problems setting everything up.
I'll probably have to use visual studio so I allready installed it.
but wich SDK do I have to download? and how do I set my compilers to compile for windows mobile?
I allready searched the internet a bit but I just can't find a good tutorial or how to.
Staticsoul said:
Hi guys
Im a student in ICT and I'm starting to get to know qt a bit now.
I'm able to develop desktop applications. And now I would like to develop some applications for my SE xperia x1 with QT.
Anyone can help me getting started. Because QT creator doesnt support mobile yet I'm having some problems setting everything up.
I'll probably have to use visual studio so I allready installed it.
but wich SDK do I have to download? and how do I set my compilers to compile for windows mobile?
I allready searched the internet a bit but I just can't find a good tutorial or how to.
Click to expand...
Click to collapse
IIRC NuShrike has ported QT to WM, but I think he has left WM in favor for Symbian...

Java Problems

Hi I've purchased a HTC Touch 3G and I'm pretty sure it doesn't have JAVA installed on it. This is a big problem since most apps and games are JAVA based. I know it can run JAVA I just don't know how to get it on there. So if someone could tell me how to install JAVA on my mobile that would be amazing. Please help becuase I can not figure it out.
Thanks
Java on my set uses the application name "JBlend" It's built in by HTC.

Categories

Resources