Query About Java and Ce - Windows Mobile Development and Hacking General

Hi guys , i know this is slightly off topic, but id really appreciate any help. i have an application that is basically an embedded web server which i want to browse using windows ce. however the manafacturer requires a browser which utilises java 1.5.3. they have only tested on ms explorer. is there a version of ce that i can use, im thinking about netfront with java lite?.....any help would be appreciated, or any explanation of the issues involved...many thanks in advance!

Related

please help (before my project gets shelved!!!)

Is anyone aware of issues when using Linkbuttons (asp.net v2 beta) on Pocket PC IE.
Tested my new app on the web today and everything is fine from a PC.
Nothing at all happens when in PPC (v4.20.1081) IE
Could it have something to do with the ~ in the postbackurl destination ?
Are there any issues with pocket PC ?
Please help (things were going so well !)
Java
OK I think it's a java issue.
where do i get a java runtime (don't understand suns site)
but the question is if it's a java applet issue or a java script issue
since java script is not real java sun's java will not help
java script is handled internal in IE and cant be changed as far as i know
maybe it can with another browser
another java which is suppose to be better then suns for pocketpc is
http://www.ewesoft.com/ but dont have much to do with browsers
a ha
Changed the linkbuttons to commandbuttons and all is well
Is this a linkbutton issue or is it specific to Visual Web Developer 2005 beta ?

Development Manuals for eVC

Hi all,
being quite new in developing of windows mobile, i would really appreciate if anyone could let me know what is the best manual related to developing using eVC first as a startup (something like eVC for dummies) and then more into lower level.
Thanks in advance
Chris
with EVC you have 2 options to program agenst really
1 miniMFC
2 pure CE win32 stk
no matter which you choose then MSDN have both examples and decriptions of the functions
most books imho is little more then how to get started and just a repacket of msdn info plus of cause the mandetory 1th chaptor about how you use a computer mouse and what a pda is...
maybe you could also look here
http://www.techbooksforfree.com/microsoft.shtml
ok thanks

Universal - Any Java Plugin available?

Hi!
Since PIE does not support java on java sites is there any plugin availabe currently short of using another browser?
Thanks
FOSA said:
Hi!
Since PIE does not support java on java sites is there any plugin availabe currently short of using another browser?
Thanks
Click to expand...
Click to collapse
Yup,
Check the Macromedia site for the Flash plugin. Is also available on this site. Good luck.
what about a java plugin for the PIE so i can use hushmail.?
ftp://xda:[email protected]/Uploads/Java/JeodeForPocketPC.exe
It's a Java JVM for Pocket Internet Explorer.
sweet ill let people know if it works with hushmail
plugin fails to load.. i have no clue whats wrong with it.
Just installed it on my Qtek 9000... works fine with Buzztime (www.buzztime.com) in Internet Explorer Mobile.
RE
Hi BeyondtheTech,
I can access buzztime too
Whats there in buzztime that separates the difference between having java and no java installed?
Any other java-enabled sites that can be tested out which cannot be tested by no java installed?
Thanks
The Buzztime games are Java-enabled internet-multiplayer games. I don't know about other Java sites, though.
RE
Hi BeyondtheTech,
Few questions on Jeode for PPC
1) Does it supports WM5?
2) After installing, can internet banking sites be accessed from the PPC? I was informed that because Jeode for PPC does not have security features, hence, banking sites cannot be accessed ie. login in
3) If no, is there any way that internat banking sites can be accessed from the PPC?
Thanks
i can get in desertschools.org and bofa.com
i can access HSBC Banking from my PPC anyway - althought i dont think thats JAVA.
I do have problems playing games that are made with Visual Basic though - gonna look for a plugin/install now
p.s Using a O2 Exec WM5

development environment?

hi
i was wondering if anyone could point me in the direction of some decent but free development tools for wm5
thanks
embedded visual c++
you can also get free compilers like gcc and a .net compiler which run on the pocketpc itself
but it's hardly en ide
Depends on what language you want to code. For instance I couldn't find a decent assembly IDE yet (free or not). For C++/C# (managed and unmanaged) VS2005 is probably still the best. And the epxress versions can be obtained for free. Integration of embedded stuff would have to be done manually, I guess.
well i prefer programming in c/c++ so are there any free tools/IDEs for it?
don't i have to pay for embedded vc++ or is there a free version that lets me program for wm5?
oh and i downloaded the express c++ but when i want to instal the wm5 sdk it tells me it needs visual studio 2005
PSPad is awsome, and free.
Regards,
Jason
hey thanks for the reply but that's not for windows mobile 5 development
i really need something free for windows mobile 5 development
if anyone could help i would appreciate it
thanks
Ok little clarification:
a) You don't need WM5 SDK to develop apps that will run on WM5 and use its special features. You will just have to work a little harder and use LoadLibrary and GetProcAdress for functions not supported in WM2003. Also you can manually unpack the SDK installation and use the binaries and header files (this is VJ's advice I have yet to test it).
b) There is no version of eVC for WM5 because MS switched to Visual Studio. The express version does not support mobile development in any way. I always use eVC 4 this not only works fine for WM5 apps but also insures backward compatibility and saves me keeping two separate projects for one app.
I agree with levenum, as ever.
You don't NEED VS2005 if you're only developing in C++ (which you should be). I don't think VS2005 offers enough over EVC for me to spend a gazillion $$ on it as a hobby programmer. However, you can get VS2005 on trial for free from MS if you feel the need to try it out.
Also - EVC only requires a small number of mbs of space (great to stick on a USB). VS2005 is > 1gb from memory
V
thank you for your replies
i will do as you suggested
thanks
one last question:
does anyone know if there is an SDL sdk for wm5?
if not then any links to wm5 programming tutorials?
wajih.boukaram said:
one last question:
does anyone know if there is an SDL sdk for wm5?
if not then any links to wm5 programming tutorials?
Click to expand...
Click to collapse
here
Regards,
Jason
Hi,
There is an open source IDE for .net that supports (v2.2.1 only) the compact framework 2.0 : http://www.icsharpcode.net/OpenSource/SD/.
I'm using it for windows coding and it's a very good soft.
Regards,
Imer

Development of J2ME Application

Hi,
I am new to this forum and i am not sure if my question posting is at the right place. If i am not, please direct me to the appropriate place so i can post my question.
I am developing a J2ME application on HD2. Basically the application will sent the GPS coordinates received to the java servlet hosted on the server. I am using Netbeans 6.8 and GlassFish V3 as server. But apparently i am getting a java.io.IOException: Invalid chunk header on the server side. I am not sure why this error would occur as everything works fine on other platform for example Nokia N97.
Could the problem be the OS as HD2 uses Window Mobile 6.5 while N97 uses Symbian?? Or could it be the JBlend which causing the problem as HD2 uses that to run J2ME application??
Any guidance will be greatly appreciated. Thanks alot in advance.
Kevin
I know bog-all about Java, so I really can't help, but you are better off asking in this forum instead...
http://forum.xda-developers.com/forumdisplay.php?f=523
Good luck mate

Categories

Resources