Pocket pc ipaq 2210 UPnP

Hi
 Is it possible to do universal plug and play on this ipaq? That is to connect wirelessly on a home network? For example to a wireless Kodak digital frame? And how is this possible?
Any answers is welcome.
Regards

This is the software you want to be able to sync your PocketPC with your Mac:
http://www.markspace.com/missingsync_windowsmobile.php
However, I'm not sure you'll be able to sync the same device with both your Mac and PC at the same time. Generally, that's just asking for trouble and potential data loss, as the computers have no way of keeping track of what the up-to-date info is.

Similar Messages

  • How do I run a Java Application on Pocket PC 2003 (iPAQ 2210)

    I am writing an application for the iPAQ 2210. It will need to commuunicate over GPRS sending POST requests to a server (I think I will be using the Java.net package) the user interface will be very simple (a few buttons and text boxes) and will capture the data entered and send it back to the server (via the POST HTTP request) and read the response from the POST.
    I believe I need to use the Personal Profile version of J2ME and I am only using the classes that it says are supported. How do I run the App on the Pocket PC. Having spoken to HP they have said I shouldn't need a virtual machine and that pocket pc 2003 has one built in! Is this so or should I get myself the Jeode Virtual machine?
    Is the Jeode machine the best one?
    Sorry to ask so many questions in one go, I'm a little lost at the moment!!
    Jon

    Hello Jon,
    I will suggest you using IBM WSDD. Although it uses its own version of JVM(J9), but it suits to your needs well.
    I think you should base your project on foundation profile(as you need some gui as well as java.net).
    regards
    -fatbrain73

  • JVM for pocket pc (iPAQ 36xx series)

    Hi!
    I want to develope an application for the Compaq iPaq with the operating system Windows CE 3.0. The application must be written in Java. Does anybody know a Java Virtual Machine which works on this device properly and supports JNI or which can access the IRDa - port of the iPaq directly? It would be very nice if you could give me some hints which VM is good and where/how to get it. And is there any shell available for Windows CE 3.0 for ARM processors, that i can start programs with parameters like "java HelloWorld.class"?
    kind regards, Dinesh

    Hi,
    well I hadn't time for testing the two other IDEs, so I can't give you any recommendation and I don't know anything about the bugs of the three tools.
    But I can give you a list of features (of which I know):
    1. MobileMikes "JAVA COMPILER PE" (http://personal.inet.fi/koti/mobilemike/java.html)
    Add and remove files
    compile all files
    compile one file
    all files accessible through an drop down list
    display memory usage
    configuration file for the wrapper
    support for a single project (you have to copy one file for use of different projects)
    information about compiling midlets
    2. IDE for Personal Java on the iPAQ (http://www.angelfire.com/linux/jfernquest/mobileprog/pjavaide.html)
    add files
    edit files
    compile one file
    filedialog for accessing subdirectories
    3. FLM Javac Wrapper (http://www.freaklamarsch.de/javacw)
    add single files
    add all java files from one directory
    remove files
    compile all files
    set options for compiling
    run selected file (this has some problems)
    set options for running files
    support for multiple projects
    filedialog for accessing subdirectories
    a guy that will try to give support and fix some bugs
    Some additional information I can give.
    The filedialog of the Pocket PC doesn't support access to subdirectories, so you are busted when you want select files from packages, or if you want to structure your project into subdirectories.
    So you should use wrapper 2 or 3 for that.
    Wrapper 1 and 3 offers you to select the outputdirectory so that you can keep sources and classes seperate.
    Wrapper 1 and 3 also have support for projects so you don't have to select all files again, when restarting the wrapper. In wrapper 1 this support is limited to one project, but you can copy the project file and achive manual support for multiple projects.
    Wrapper 2 has an built in editor, which is a nice idea. For the other wrappers its the best solution, to use an external editor and an taskmanager which allows two switch easily between programs. I use DTSysView mapped to a hardware button, but I can also recomment the GigaBar.
    Hope that helps and if you decide to use my version of the wrapper, please report bugs.
    Hav a nice day and a lot of fun,
    FReAK

  • How to run CDC Foundation profile on Pocket PC (iPAQ)?

    Hi,
    I'm using IBM Websphere to compile and run CDC Foundation Profile Java apps. My question is, how do I run the JXE files by themselves on my iPAQ?
    Thanks,
    Derek

    Hi Derek,
    I set up a device build for my ppc in Websphere and it builds my .jxe file and copies it accross to my Pocket PC using active sync for me. I can then just run the app by clicking on the shortcut link file.
    If this doesn't work for you try using a link file (mylink.lnk) to run the application. The contents of a link file are like:
    255#"\Program Files\J9\PPRO10\bin\j9w.exe" "-jcl:ppro10:loadlibrary=swt-win32-3101" "-cp" "\Program Files\J9\PPRO10\lib\swt.jar;\Program Files\J9\PPRO10\examples\ex1.jar" "Ex1"
    The number 255# represents how many chars are in the link
    \Program Files\J9\PPRO10\bin\j9w.exe is the path to the VM (.jxe files are proprietry .class files optimized for the J9 VM)
    jcl:ppro10:loadlibrary= is an option for loading a native library (.dll) file i believe. (you may not need this - the example above is using the SWT UI package which needs the swt-win32-3101.dll file so it is included in the lnk),
    "-cp" is the class path (include any external jars you need as well as your application jar)
    then type in the name of the main class to run.
    i think there is also a "-jxe:<jxeFile>" option you can use to run a .jxe file with the J9 VM from IBM.
    hope this helps.
    Walt.

  • Bluetooth link 6230i to Ipaq 2210

    Trying to pair 6230i to Ipaq but getting message on phone saying unable to pair or conn for 'security reasons'. I know the pair codes are ok and have tried both devices finding each other etc and finding devices etc is all ok util the last moment. The Ipaq is working ok pairing to other devices. My phone is already paired with a nokia car kit ok.
    Has anybody any idea? Thanks

    Have you contacted HP about this at all? I believe it's due to the security on the 2210 being insufficient. I think you'll find they have a patch you can download.
    Black Anvil
    'It is easy to find a needle in a haystack. Burn the haystack and you will be left with the needle.'

  • Pocket pc (ipaq)

    hey,
    does somebody know what i have to do(may instal an particular platform or something like that) in order to run an executable jar file on my ppc
    thanks for your help
    tom

    it's true, i didn't know that this was on the cd... i tried to run a very simple program and it worked... so THANKS for solving this problem
    however Jeode doesn't support swing and my 'program' uses this.
    do i have to rewrite the program with something else
    or is it possible to solve this problem by installing another version...
    greetz tom

  • Pairing code for Nokia 6230 and HP Ipaq 2210

    Does anyone have this please?

    Thanks for your help.
    I have already downloaded this patch from HP.
    The issue seems to be with my Nokia phone not wanting to be discovered by my HP.
    They pair, but for some reason my Nokia won't allow itself to be discovered - this seems to be the issue.
    I have previously paired and activated the Nokia as a modem without any problems, but foolishly lost all my connection data on the HP due to letting the battery go flat on holiday.
    I'm sure that I'm just missing something relatively simple.

  • Can the program written using J2ME run in pocket pc 2003 OS (Ipaq h4150)?

    I would like to run java program to run in my pocket pc with 2003 OS (Ipaq h4150).
    If I write my java program using J2ME, can this program run in my pocket pc (Ipaq h4150)?
    Advice is much much appreciated. Thanks a lot!

    I would think if you found the correct JVM for a piece of hardware, then it could run Java. I know that is the case with cell phones at least.

  • Palm and Pocket PCs with bluetooth cards

    Has anyone had any experience of using LabVIEW 7.1 PDA with Pocket PCs or Palms fitted with a bluetooth card?
    Most Palms I've come across e.g. the Tungsten series are bluetooth enabled internally, so is it a case that LabVIEW can only see the internal BT device when the native BT vis in LabVIEW are being used to create apps?
    Similarly, I've used the same BT VIs for Pocket PC 2003 devices with BT hardware already inside (specifically Ipaq H2210,which ran faultlessly) but I am unsure whether a Pocket PC running 2003 with say a CF card can be utilised using those same BT comms VIs (same goes for a Palm with OS5 and a Bluetooth SD card)?
    Cheers

    Hello Bill,
    I've used the tdk go blue usb adapter hooked up to a PC and have been able to communicate bi-directionally with it using an Ipaq 2210 pocket pc. I'm waiting for the bluetooth card for my Palm 515 so I can replicate this functionality.
    The TDK uses the Cambridge Radio chipset which is also used by other dongles, such as the D-Link DBT-120 and these work with the XP service pack 1 generic bleutooth drivers (Q328183 I think), also SP2 and hence LabVIEW. If you are intending to use the TDK, you don't need to load up the suite as long as you have these drivers. (The TDK blu2i development kit incidentally has these drivers on the CD, but not sure if the dongle alone comes with these).
    If you do have the driv
    ers its just a case of using the high level Vis for both PDA and PC to communicate with each other as client and server.
    If the PDA is the client you would set up this using the Open Connection VI and serial service UUID eg:
    00001101-0000-1000-8000-00805f9b34fb
    For the PC you'd make this the server and use the create listener VI with the above UUID then carry out a Wait on Listener function, and as soon as the other device comes into range you should be in business.
    You can also use standard serial comms if you have a virtual port set up for the dongle, but timing can then become an issue. The native bluetooth VIs in LabVIEW take care of all that, and you don't need to set up a serial port in "My Bluetooth Places", as you effectively use the UUID which creates the serial port service you require.
    Hope this helps but please drop a line if you have any more questions.
    Cheers

  • How do I  transfer playlist & music to my Pocket PC PDA

    I have iTunes on my laptop and I want to transfer the playlists and music to my Pocket PC PDA (iPaq).

    Hi to all out there. I have the same question, it is now just one of those things that I also got a Pocket PC iPAQ for a gift. Is there any way that one could upload/sync to the device through iTunes?
    Please if someone could reply I will be happy.
    Cheers

  • Can I interface a Pocket PC with instruments using a GPIB-PCMCIA card?

    Currently, I am trying to interface a Compaq Pocket PC, iPAQ H3870, with some scientific instruments. I would like to be able to issue commands and gather data from the Pocket PC. Right now, I can create Visual Basic programs to issue the GPIB instrument commands on a computer, compile them, and transfer them to the Pocket PC to run them. But I need to connect the Pocket PC to the scientific instruments.
    I was thinking of getting an expansion pack for the Pocket PC with a PC card slot, and then getting a GPIB-PCMCIA card, but then I realized that I would probably still need a way to connect the GPIB-PCMCIA cable to the Pocket PC or something? Would this in anyway work or would I have to try somethin
    g else? I am not familiar with most of these devices, so my understanding of this is limited, so is it possible to accomplish this and if it is, what devices and cables would I need to do it? Thanks.

    Hey Edward,
    If I have your configuration correct, you should be able to connect the cable that comes with the GPIB PCMCIA card directly to the GPIB card and in affect the Pocket PC expansion slot. (Cable Part Number: National Instruments P/N 182362-02, this is a 2 meter PCMCIA to GPIB Cable)
    This has a special flat connector on one end for the PCMCIA Card. The other end is the standard 488 connector you would find on the back of most test/measurement equipment.
    I believe there is also a serial port version of the GPIB PCMCIA cable. But I dont have that one, so I wont swear to it.
    The other issue raised in your question is the DLL, or interface that you will be using. I havent developed in the Pockect PC environment, and truely havent looked for or at
    any Pocket PC Libraries.
    You may find yourself developing some interface LIBs.
    But I will look around and forward what I find, if anything.

  • How to use javax.swing in Pocket PC

    I want to write an application with Swing GUI interface and run on my Pocket PC (iPAQ H3870). It is possible?
    I am using Jeode VM now.
    Thanks.

    I ran across a product called CrEme, that claims to support swing 1.1.1. I used the evaluation and it seemed to work much like Jeode. I never tried working with swing with it. Here is a link with information about CrEme:
    http://www.nsicom.com/news/pressrelShow.asp?ID=304&CategoryID=1

  • Store Data on PDA

    Hi..
    I'm going to develop an Application
    for Pocket PC. What is the better way to
    store data for it?
    (Serialization? I?ve done some tests with this and it took about 3.5 minute / 300 kb to open or save data on PDA... very slow.)
    Thanks

    I beleive the JVM I have for pocket pc (ipaq 3750) basically has everything in java 1.2, so couldn't you open a filestream and write to the filesystem?

  • 6021 Subscribe to packet data for Vodafone contrac...

    Can anyone help me? I'm trying to get my Nokia 6021 to bluetooth connect to my HP Ipaq 2210. My phone is on a contract basis with Vodafone and I keep getting the error "please subscribe to packet data" when the two pieces of hardware connect. I can browse the web on my mobile but it will not allow my phone to connect to the IPAQ. Currently the active access point is set to "internet", which I think is incorrect but I don't know what else it should be!!? Vodafone have been no use!!! I'm running out of options. Thanks for any help.

    I have the same problem attempting to connect with an iPAQ (hx4700) via a 8800 to GPRS and it constantly makes the bt connection, shows the big "G" top LHS for a short while and then gives error "packet data access point not valid". My Service Provider is O2.
    The bluetooth connection seems fine, and I can successfully use my laptop with bluetooth via the 8800 to GPRS but I cannot figure out why on earth the iPAQ keeps provoking this error message on the Nokia 8800. Has anybody had the same trouble and found a solution?
    FYI the PC Suite between the laptop and 8800 works fine (with the exception of MESSAGES which keep duplicating and for which i have given up trying to find a solution. Nokia is not much help.

  • Bluetooth rfcomm service discovery

    Hi, I�m trying to use the bluetooth vi�s with Labview 7.1. I have a bluet. chip (zeevo) with its bd address but I don�t know the channel associated with the spp service. I used the rfcomm service discovery block but it says my bluet. chip has no services. The same if a put the bd address of a PDA. Running the vi (on the pc) it gives no error with the address but says there are no services, even if I use the examples I found in the example dir of labview. Where is the problem? Thank you. Eli

    Hello Eli,
    Having followed this and other bluetooth related threads, I've had identical problems to yourself. I'm developing bluetooth apps on a Toshiba Laptop with internal bluetooth card. This unfortunately uses Toshiba's own proprietary drivers, and after locating the Q323183 service pack, installation of this only gave me the Bluetooth monitor and did not allow LabVIEW to recognise the internal card. I've a TDK USB adaptor which comes as part of the blu2i development kit, and this has all the correct drivers bundled on the accompanying CD. I installed the Q328183 service pack and then added the BT Monitor exe separately and was immediately able to use the adaptor with LabVIEW.
    I've also had success with the the D-Link DBT-120 USB adaptor w
    hich can run off the same driver and monitor software. As far as the service search is concerned, I've had similar problems as yourself with these adaptors when running a service search as only the address of the adaptor is returned but no services - I think this is down to the fact that the MS drivers don't provide the adaptor with any services, although it is possible to move data between the PC and a PDA (I have an Ipaq 2210 running some LB7.1 PDA apps for this).
    By installing the TDK software suite for that adaptor, I was then able to find the services with a PDA set up to search for these (using Service Search VI).
    Hope this helps.
    Fadenoid

Maybe you are looking for

  • Where can I get replacement base pads for my Macbook?

    The four rubber base pads from my MacBook Pro have fallen of, which means my laptop slides around on the desk all the time. Does anyone know where I can buy replacements? Thanks!

  • Add Signature to E-Mails Sent from Preview

    When I e-mail a document from Preview my signature is not automatically added to the e-mail. I can add it quickly from the signatures on the right, but I am running a small business and don't want the risk of forgetting to add it. Mail automatically

  • ALTER TABLESPACE tbs READ ONLY; --hangs

    Hi all, The command to put the tablespace on READ ONLY mode is hang and i can´t do that. There is no backup runing at this time. There is no users changing objects on this tablespace. What could be the reason for this problem??? Tks, Paulo.

  • Formatting total columns in an OAAdvancedTableBean

    Hi All, I need to be able to format the table total columns in the format: Formatter formatter = new OADecimalValidater("###,###,###,##0;-###,###,###,##0", "###,###,###,##0;-###,###,###,##0"); (no decimal places) I've tried various things e.g. Dictio

  • Should I Start A New Backup?

    Hi, I asked this question before regarding my Time Capsule. The following message appeared after a recent Time Capsule update. "Time Machine completed a verification of your backups. To improve reliability, Time Machine must create a new backup for y