need help with either Java or connecting Laptop through XDA - Networking

i have a java program on my laptop that works fine with all windows as long as java is installed in it, i have a meeting very soon where i might not have internet access but i need to present this SW so i need soloution for either how to connect the XDA to my laptop through usb cradle or even better can i make the java file work on my XDA
PS my java file is 3 files
1. file.jar "is the main file"
2. file.bat "contains like a dos command to initiate the above file"
3. file.properties "file needed by the jar file to read some prefixed setting & configs"

check

On the installation CD for the Compaq Ipaq there is a jvm called Jeode. I have not been able to fool it into thinking the Qtek is an Ipaq so it will install, but if you do that might be a solution.
Otherwise you could try to get hold of an old PPC2002-rom which includes the wmodem application. This will make it possible to use the Qtek as a wireless modem.

this is it, i have no idea what with the wmodem business that makes it impossible to have it on wm 2003, this is microsoft anyways, they make a product & use people as ginni pigs & maybe mw 2005 will be like windows xp the best SW with as few as 16000 bugs only

it's not a wm2003 issue because my xda2 have 2003 along with wireless modem

Rudegar said:
it's not a wm2003 issue because my xda2 have 2003 along with wireless modem
Click to expand...
Click to collapse
but i guess u have the german version, write, if not which version are you using & if you do have the germen version, would it be impossible for an english person to navagate through it?

no i dont have a german version i have an XDA2

Rudegar said:
no i dont have a german version i have an XDA2
Click to expand...
Click to collapse
so which version you have i need Wmodem yesterday :shock: i would be gratefull if you tell me how are u using it with your laptop

For JVM on XDA II try Creme.
Jeode have tested a JVM for XDA II but O2 have not licenced it so not available.
http://www.nsicom.com/products/creme.asp
rgds
David

Related

super-xda

i need a pda-phone that recognises handwriting (in landscape format) and that will let me install ibm's viavoice 10 for usb. bluetooth and triband would be nice bonuses. such a device doesn't seem to be available on the commerical market. can anybody build this for me??
XDA II
Perhaps the new XDA II, which is coming out before Christmas (O2), is what you need.
:lol:
if 2003 dont support that kind of writing and there are no 3th party tool which add this support then a programmer with some time on his hands could make it
not sure about the ibm viavoice thing with me not knowing what it is and all
but XDA is an usb peripherals not a master so you cant connect devices to it like you can a pc
the xda2 have bluetooth and sd SDIO
Re: XDA II
Kaputter said:
Perhaps the new XDA II, which is coming out before Christmas (O2), is what you need.
:lol:
Click to expand...
Click to collapse
thanks kaputter.
Rudegar said:
if 2003 dont support that kind of writing and there are no 3th party tool which add this support then a programmer with some time on his hands could make it
not sure about the ibm viavoice thing with me not knowing what it is and all
but XDA is an usb peripherals not a master so you cant connect devices to it like you can a pc
the xda2 have bluetooth and sd SDIO
Click to expand...
Click to collapse
thanks rudegar. any idea where i could find such a programmer? (btw: viavoice is voice recognition software. version 10 is really pretty good. especially useful for longer papers - 2-3 times faster than typing).
not really since pocketpc use mfc which is the libs many normal windows programmers use many people got the skills to make programs for pocketpc
you could try here
http://www.codeguru.com/forum/
about the ibm thingy then maybe they got a converter to make it work with
sd SDIO port og maybe they'll make it in a SD versions that is if it's not going to work because the XDA cant handle usb peripherals
maybe there is another way around this i dont know
also the XDA dont support SDIO but the XDA2 will
also maybe there are other voice recognition software packs for a normal PDA with pocketpc of cause they may not be as good
thanks rudegar for the codeguru tip. nobody has written me back, so i'm starting to think it may just be impossible to link serious voice recognition software to a reliable pda-phone. will report if i do find a solution. best. c.
i think i recall somebody saying that 2003 support horizoltal display support on the pda
think somebody said that there were a tool to do it with 2002 but you had to softreset it when you wanted to change back and forth
not sure if text recognition would work while the display were horizoltal
but i dont see why not

Camera API????

I need to camera API of imate to develop some applications.
Does anyone know where to get it?
and any ways to import camera.dll?
thanks!!
Camera API
You're not the only one trying to get hold of the camera API for this device, I think there are quite a few of us that are trying. I sent an e-mail off today to HTC and to O2, to see if I could get a response.
I believe Microsoft are also now aware of this problem. The last I heard was that HTC have a problem with the camera API and that they had e-mailed a copy of this to someone back in May, but it didn't work.
I am hoping that they will e-mail me the latest stuff... we shall see... If I manage to get hold of it I will be posting it EVERYWHERE... Including on here and on my website:
www.ip-ms.co.uk
Let me know if you have any success!
you can disassemble camera.dll to determine IOCTLs that are used to communicate with it (a CAM1: device). Or decompile HTCCamera.dll, it exports some interesting functions like "Camera_GetPreviewImage".
You may try to contact www.iastyle.com, as far as I see they have developed camera application for Imate.
The other idea is to take .NET CF camera class and to try to use it in Imate. Or to download camera SDK from HP hoping that ti is compatible with imate. You may convert all references to SDIOCam.dll to HTCCamera.dll.
Look at http://www.bistia.com/en/prod-faq.html#cam
O2 ActiveSync, Development & deployment with VS2003
O2 have been of very little help. They do have an SDK from HTC however they are not allowed to release it as they are under an NDA.
I guess we will have to continue with the quest of hacking into the dll's and getting in that way.
On a slightly different note, can someone help me out with a deployment problem with my XDA 2.
I am running VS.Net 2003, with SQL Server CE 2.0 & SP3 and SQL Server 2000 SP3, Active sync 3.7.1 and PPC 2003 ROM verson 1.03.00 USA
The device connects to active sync but I can't deploy to the PDA in VS.Net It works in emulation. I can't just copy the cab files coz I need the SQL CE management tools to be deployed with the application as it is the first time of deploying a SQL CE app to the device.
I have tried removing proxyport reg file and re-placing it... I have uninstalled VS.Net, Active sync and everything else and re installed it. I have even done a complete new install on a totally clean pc following the MS guidlines on the order of installation. Still no joy!
What more can I do? I have also tried installing with IRdA as well... this didn't work either but i could still active sync with it.
Help is definately required on this one guys!
Many thanks
Sarah
Re: O2 ActiveSync, Development & deployment with VS2003
the only thing that you have not tried is upgrading your ROM. Try it, but backup it first.

Service Pack Two Question

This may sound numb but how do we undertsand if a computer has service pasck 2 installed? I am asking this because I am using w2000 and planning to do the upgrade to 2005 by using one of my friends laptop. Or is it possible to upgrade through w2000?
Thanks in advance...
a bit cunfused there
there is a os called pocketpc 2000 it's very old
and no himalaya device have ever come with it installed they come with
WM2003
there is an os called windows 2000 it's workstion and server based
and came before XP it's current service pack is 4 i believe
any himalaya device can be upgraded to 2005 as far as i know
so if you are talking about the MW servicepack which is included in
1.72 then i would not worry too much
ok let me explain.
I bought an T Mobile MDA II yesterday and it is on the way from Germany to Sweden now. Since I am totally new to this, I am trying to read all the things that I can that is relevant to ugrading my MDA II ROM to 2005. I think I figured out how to do it, but the only problem I have is that I do not have a PC (not moble ) installed XP on it. All I have is a PC which has windows 2000 running on it. I am asking is it possible to upgrade my MDAII to 2005 using my PC which has Windows 2000 on it.
Since according to the instructions of buzz to upgrade to 2005, the PC that you are using should have XP with a service pack 2 installed. I got a friend who has a laptop with the XP installed but I do not know if this laptop has SP2 installed. So the second question is how can I undersatnd if a computer has SP2 installed.
Thanx...
if activesync works then the upgrade works
if activesync works (i'm sure it does) you can check on activesync's site at ms
or try it out
Thanks Rudegar,
I have just installed the AcvtiveSync to my machine that has w2000 on it. It seems that it is working. Now waiting for my machine to arrive :lol:
dr_cikolata said:
Thanks Rudegar,
I have just installed the AcvtiveSync to my machine that has w2000 on it. It seems that it is working. Now waiting for my machine to arrive :lol:
Click to expand...
Click to collapse
if you want to know if it is sp2(winxp) installed...right click the ''my computer''>''properties''
you can upgrade to sp2(winxp) for free, just simply click the "windows update'' in your pc.
you can install the AS4 to win2k / 2k3 / winxp but i don't think if you can sync(wm5) it but not all...just try it.

VNC software to control Wizard

Is there any VNC software avilable for the XDA Mini S? I would like to connect to my XDA Mini S from my PC to take screenshots and control it.
Thanks in advance
hi,
you can used one of the powertoys from microsoft.
Remote Display Control (v2.03)
download from the ms homepage -
andreas
I tried that program cus I used to use it for my Ipaq hx4700 but it didn't work
logmein.com is what i use for remote control
haasiesoft said:
hi,
you can used one of the powertoys from microsoft.
Remote Display Control (v2.03)
download from the ms homepage -
andreas
Click to expand...
Click to collapse
I have not tried this on the Wizard (currently waiting for one) but I have used SOTI Pocket Controller extensively on many PocketPCs over the years. I find it much better than the MS tool. Not free but not expensive.
www.soti.net
(I have no connection with SOTI)
I use the attached tool for quite a while now, on wm2003, 2003se and wm5 devices, it works great.
I got it somewhere overhere i believe, so the credits go someone else..
copy the 2577 folder to the root of your storage card,
then eject, and insert the card, the first time the device will
ask if you want to run autorun, and you do, so, accept it.
from now on every time you insert your storage card, it will make a
screenshot in that folder 2577, no matter what screen you are in or app.
you are running (for as far as i know then)
good luck with it !
Thanks for all the suggestions everyone, in the end I manage to grab a copy of Pocket-Controller Professional

File Transfer over bluetooth??

With my iPaq I am able to connect to another device overbluetooth and browse their files but I can't seem to get my O2 XDA II mini to do this.
With the iPaq I can search for bluetooth devices, then define the connection typem I can then activate that connection and browse through folders on the other device (in this case a mobile phone) and pull any of the files from that to the iPaq.
Is there a funciton I'm missing on the mini? or is there a third party application to do this?
yea that would be good to get i would like it for the universal too
Exec Man said:
yea that would be good to get i would like it for the universal too
Click to expand...
Click to collapse
yes possible with bluesoil stack search

Categories

Resources