WebToGo on PocketPC 2002

Hi,
I successfully installed the TODO-Tutorial of the WebToGo-Manual on a Win32 machine. Now, I want to install it on my PocketPC 2002. When I connect to http://ip-adress/webtogo/index.html the login-site appears the Pocket Internet Explorer shows the site but the fields to insert the username and password do not appear.
Can somebody help me in using WebToGo on my PocketPC (the tutorial only describes using the tutorial on Win32) ?
Thanx,
Martin

webtogo is only available on win32, probably because the mobile web server and servlet container won't work or fit on most handhelds...?

Similar Messages

  • JVM for PocketPC 2002

    Hi NG,
    does anyone know a vm for the OS PocketPC 2002?
    Superwaba and Jeode runs only Windows CE as far as i know.
    I would be deeply grateful for any proposals, except kicking
    PocketPC 2002.;-)
    Greetings,
    Sigi

    hi sigi,
    i think IBM J9 might be the answer. And if you are already familier with eclipse, you will enjoy programming with IBM WSDD.
    -fatbrain73

  • ORA 2109 om PocketPC 2002

    I am having this error on my PocketPC sometimes when I am firing some SQL queries. Can someone tell what can the problem be.

    Might be related to the queries, need to analyse the query

  • Memory leak during insert on PocketPC 2002

    We've built an application using an Oracle Lite 5.0.1 database using an ODBC interface. We've stolen most of the code from:
    C:\OraHome1\Mobile\Sdk\wince\samples\ODBC\sample.cpp
    We've found that there appears to be a memory leak during inserts (haven't fully analyzed updates/gets). The thing leaks roughly X bytes per insert where numBytesInInsertString < X < (2.5 * numBytesInInsertString)
    Has anyone else seen this? It becomes really apparent during out load from XML method where we walk through an xml document and perform roughly 7000 inserts in a row (commit at the end). The memory leak is not coming from the XML stuff, already tested for that.
    Paul Runstedler
    Intrexa Corp.

    I've went back to the sample to confirm my suspicions and sure enough there is memory being leaked. I loaded up the sample workspace in "[ORACLEHOME]\Mobile\Sdk\wince\samples\ODBC" and modified the sample.cpp code ever so slightly. Instead of performing one insert, one update and one select, it performs 5 iterations of 2000 inserts and skips over the updates and deletes. I've placed some memory reporting functionality after each iteration of inserts to report the free memory and this is what I get
    After Connection and creation of table Free: 19742720 Used: 8237056
    After iteration 1, 2000 inserts Free: 19439616 Used: 8540160
    After iteration 2, 2000 inserts Free: 19509248 Used: 8470528
    After iteration 3, 2000 inserts Free: 19439616 Used: 8540160
    After iteration 4, 2000 inserts Free: 19509248 Used: 8470528
    After iteration 5, 2000 inserts Free: 19283968 Used: 8695808
    After commit Free: 19283968 Used: 8695808
    As you can see, there is a loss of about 458700 bytes (about half a meg) over the 5 iterations. Thats about 46 bytes per insert. Not a lot for single insert, but this will eventually cripple any application that wants to perform a high number of inserts.
    Any help would be appreciated.
    Thanks,
    Paul Runstedler
    Intrexa Corp.
    PS: The following is the modified method in sample.cpp
    BOOL CSampleApp::InitInstance()
    COLiteDB db;
    MEMORYSTATUS memInfo;
    CString message;
    if (db.Connect())
    db.Execute (_T ("CREATE TABLE TT (COL1 VARCHAR2(40), COL2 VARCHAR2 (50))"));
    if (*db.GetError())
    AfxMessageBox (db.GetError());
    memInfo.dwLength = sizeof(memInfo);
    GlobalMemoryStatus(&memInfo);
    // Report memory usage
    message.Format( _T("After Connection and creation of table  Free: %d Used: %d\n"),
    memInfo.dwAvailPhys, (memInfo.dwTotalPhys - memInfo.dwAvailPhys));
    TRACE(message);
    CString insertString;
    for( int j = 0; j < 5; j ++ ) {
    for( int i = 0; i < 2000; i ++ ) {
    insertString.Format( _T("INSERT INTO TT VALUES (\'TESTINGTESTING123%d\', \'TEST2ANDBLAJHBLAJBLAJKBJAJAJAJAJJAJAJAJAJA\')") );
    db.Execute (insertString);
    if (*db.GetError()) {
    AfxMessageBox (db.GetError());
    memInfo.dwLength = sizeof(memInfo);
    GlobalMemoryStatus(&memInfo);
    // Report memory usage
    message.Format( _T("After iteration %ld, 2000 inserts  Free: %d Used: %d\n"),
    (j+1), memInfo.dwAvailPhys, (memInfo.dwTotalPhys - memInfo.dwAvailPhys));
    TRACE(message);
    #if 0
    db.Execute (_T ("UPDATE TT SET COL2 = 'TESTING ORACLE LITE' WHERE COL1='TEST1'"));
    if (*db.GetError())
    AfxMessageBox (db.GetError());
    CSQLResult* pres = db.Execute (_T ("SELECT * FROM TT"));
    if (pres != NULL)
    const CRowObj* pobj = pres->Fetch();
    while (pobj)
    CString str = (LPCTSTR)pobj->GetAt (0);
    str += TEXT (" ");
    str += (LPCTSTR)pobj->GetAt (1);
    AfxMessageBox (str);
    pobj = pres->Fetch();
    delete pres;
    #endif
    if( db.Commit() != TRUE ) {
    AfxMessageBox( _T("couldn't commit") );
    memInfo.dwLength = sizeof(memInfo);
    GlobalMemoryStatus(&memInfo);
    // Report memory usage
    message.Format( _T("After commit  Free: %d Used: %d\n"),
    memInfo.dwAvailPhys, (memInfo.dwTotalPhys - memInfo.dwAvailPhys));
    TRACE(message);
         // Since the dialog has been closed, return FALSE so that we exit the
         // application, rather than start the application's message pump.
         return FALSE;
    }

  • How to remove PocketPC 2003 apps?

    I have successfully implemented a test LabVIEW program that communicates wirelessly between a Dell Axim X3i over TCPIP. I am ready to uninstall the LabVIEW test program from the PDA, and install my actual LabVIEW application. I have not found a way to delete/remove the program from the Dell. If any PocketPC experts know how to do this, please let us all know. In the mean time, I will go check the PocketPC 2003 forums for an answer.
    TIA

    You have to delete the program by opening ActiveSync and going to explorer. We use PocketPC 2002 and LabView places the programs in the My Pocket PC->Windows->Start Menu->Programs directory. Once you find it, just right-click and select delete.

  • Communictate with PocketPC via LabVIEW IrDA

    I am attempting to access the data on my PocketPC (2002) via the IrDA port on it and my laptop running LabVIEW 6.1. It is apparent that I need a "service name" in order to establish communication that I can't seem to find anywhere. Anyone been there, done that, bought the t-shirt?

    This is true but I am not running a LV program on the Handheld. I want to talk to the basic apps that are on it currently that can use IR. What I need to know is if I can find the service names that those apps want, can I establish communication? I want to know if anyone has and how.

  • PJava and Pocket Pc 2002

    Hi guys,
    Is it possible to hide the menu bar on the bottom of the screen on PocketPc 2002?
    Thanks,
    Elias

    I wonder if you had any luck with the Window class. I get a window without a title bar on the pda all right, but when I add components to it they don't show up. Why is it that the the components I add to the window are invisible? They show up on the Computer screen, but not when I run the application on the PDA.
    All guidance will be highly appreciated.

  • Ipaq Speculation: Java vs MS C++

    Hi,
    I am starting a project for a Compaq Ipaq 3870 with PocketPC 2002, and am debating between developing using Java or MS C++. If at all possible, I would rather take the Java route, since I've developed in both, and am less than humored by how non-standard MS's version of C++ is.
    After doing some research, I've come to the conclusion that the Jeode VM is reasonable for running Java, unless I'm willing to swap out the WinCE OS. Also, as my application is likely to have an extensive UI, I would definitely like to have AWT (and Swing support if at all possible). Further, I've tried the Forte4j Mobile Edition to see how IDE support is in this realm.
    So, given my rather limited knowledge, here are some questions:
    - Since J2ME has supposedly encompassed the older PersonalJava, yet the Jeode VM was built to support the latter, will applications written to the J2ME specification (for CDC, I believe) run on Jeode? If not, is there an alternative VM for the Ipaq/ARM?
    - Is there an emulator/skin for the Ipaq available that may be added to the list of emulators for Forte? Or, how may one be created?
    - What other Ipaq emulator alternatives for Java development are present? - What API (J2ME / PersonalJava) should the Java code be written to?
    Thank you,
    SP

    Hi prsheila,
    My name is Lee Graham, I'm very much a newbie when it comes to Java programming,
    but I'm giving it a whirl. I found your messages on the Wireless Developer site regarding
    your attempts to code for the iPaq. I'm in a similar situation and I thought you might be
    able to help. I have some code for an application which I would like to port over to J2ME
    for the iPaq wireless device. I've downloaded Forte (or "ONE" as it's now called) but it
    seems to be forcing me to use MIDP and to create Midlets and Midlet Suites. But, from
    what I've read, Forte ME should allow me to compile and emulate for Personal Java, which,
    if I understand correctly, is just a subset of JDK and is not as limited as MIDP (for example,
    it can use AWT). Do you know, precisely, how I can create a new project in Forte (or
    other IDE, I'm open to suggestions) and load my old code so that I can compile and emulate
    for the iPaq?
    Also, I understand that Swing will have to be tossed when I port over to the new
    environment. Are there any other major concerns like that I'll need to be warry of?
    Thanks a lot for any help you might be able to provide,
    -Lee

  • Detect click and coordinates on a PDA

    Hello everybody,
    I'm trying to detect a stylus click on a picture and the coordinates of the click on a PocketPC 2002 PDA. In the PC, this works fine with a "mouse down" event for a picture, which detects the click and the coordinates, but this event is not supported in the PDA module (ver 7.0). Another option I found for the PC is using the LV windows message queue DLL, but this is an especially written DLL and I wouldn't know how to write one for windows, let alone for windows CE, and - to make matters worse - I don't know the equivalent of User32.dll in CE. Does anyone have any suggestions?
    Thanks in advance.
    Try to take over the world!

    I managed to find that the Getmessage function allows you to access the message queue, and I found 2 files which may be relevant:
    1. coredll.dll (which as I understand from the documentation is supposed to hold the function) in "C:\Windows CE Tools\wce300\MS Pocket PC\emulation\palm300\windows".
    2. coredll.lib in "C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm" which is supposed to the file to link to. There's also one in "C:\Windows CE Tools\wce300\Pocket PC 2002\lib\arm".
    When I used this coredll.dll I found a GetMessageW function and I've managed to use this on the PC to detect the click and the coordinates (when I used this DLL and was targeting the PC, a Pocket PC 2000 emulator came up and the origin for the coordinates was it's top-left corner).
    When I try to build the application (with and without the lib file), I get the error that says GetMessageW is a missing VI or C file. I attached the VI which works fine on the PC.
    Try to take over the world!
    Attachments:
    getmessage2.vi ‏30 KB

  • Database in PDA / Pocket PC.

    Hi all,
    Can i know what database is the most commonly used in PDA, pocket PC? A third praty database or a xml or any other suitable method?
    TQ.
    -Eugene-

    Hello Lars,
    To manage memory, you can go to Start >> Settings on your PDA. Then, go to the "System" tab, and select "Memory". Click on "Running Programs" and make sure that no extra programs are running and eating up memory. You might also want to modify the memory settings to temporarily change the allocation between storage and program memory. As long as you have 500 kB of memory available in storage, you should be fine. You might also try monitoring your memory usage when running the VI on the host computer. If you have a memory leak somewhere, it might not be apparent on the host machine, but it would really affect the limited memory on the PDA.
    The size of your file sounds fine. Make sure that you are developing with the correct target for execution.
    To make sure, go to Operate >> Switch Execution Target, and make sure that "PocketPC 2002 (Default Device)" is selected.
    I hope this helps!
    Liz Fausak
    National Instruments

  • Focus on Jeode/MS PPC2002/personalJava

    Guys,
    I'd like to start a new thread that only focus on develop sorta more complex java application based on Jeode JVM from Insignia which follow the Sun Personal Java 1.2 specification that will run on PDA running MS PocketPC 2002 OS, such as iPAQ from HP/COmpaq, Axim from Dell, other device from Toshiba etc.
    this kind of topic is getting hotter since MIDP/CLDC is not that suitable for more advanced business application development. Why not we share (how many ppl are in this pool now?) our experience/idea/pain/joyness about this topic?
    Hope follow up post not only help us who is working on this right now but also give others who might join later a better orgainized place to start with,
    Cheers,
    Hong

    Some my pains on Jeode/MS PPC2002:
    1. Working dir is set to main folder "\" - I don't like it. I would like to know how to access files using relative path, not full path.
    2. no Runtime.exec() :(
    3. problems with AWT, threads - it's hard to describe a scenario, but sometimes there are strange problems when using advance AWT components. It looks like some performance problem with AWT, that processes which for example repaint or delete visual components works too slow, and sometimes in "main" thread you can access or not object which in a specific situation should be available or not. As I said, it's hard to explain exacly this problem. But if you have strange errors causing "segmentation fault" and are using complex GUI look at AWT and how it can "synchronize" with a rest of code.
    Interesting is that this problem was not present on Jeode/Linux/Sharp Zaurus.
    There was some of my problems with Jeode/PPC2002/iPAQ when I was writing application with about 30 000 lines of source code.
    regards,
    prusak

  • HandHeld Dolphin 9550

    Hi guys,
    I've been researching thru SDN about how to make the handheld Dolphin 9550 work on MII v_12. I saw a bunch of reference to the document "How to Configure the xMII Server and xMII Pages for Mobile Devices" which is very good, but it seems to work just for MII 11.5.
    In 11.5 we have the option to add HTTP_USER_AGENT in the Client.ini file. In version 12 I don't know how to make sure the MII server is ready to get requests from the handheld Dolphin 9550.
    The Handheld is running CE/PocketPC 2002.
    What I've done until now:
    - Mobile navigation tree
    - Tested navigation tree using a Blackberry emulator and it worked fine.
    - Tested navigation tree using a CE 5.0 Emulator but this one didn't work. I got the login page from Netweaver but then I got locked up with a blank page at  <server details>/XMII/goService.jsp. I tried IP address and host name and both didn't work.
    - Tested using the HandHeld but got same error as before when I tested using Windows CE Emulator.
    I don't have a HandHeld here with me.
    Does anyone have been thru this before?
    I'd appreciate any help, thought, suggestion, clue, whateveru2026
    Thank you all!
    Ricardo

    Ricardo,
    With 12.0, there is no client.ini file to hand edit, nor is there an editor. 
    The secret lies within the records found in the XMII_CLIENTINI database table.
    Here are the default entries I see:
    DEVICE, TOKEN, MIMETYPE, HEADERFIELD, HEADERFIELDVALUE
    Blackberry, SIMPLEHTML, text/html, User-Agent, BlackBerry
    IPaq3360, SIMPLEHTML, text/html, UA-OS     Windows, CE
    Nokia9210, SIMPLEHTML, text/html, User-Agent, Crystal
    Palm i705, SIMPLEHTML, text/html, User-Agent, Elaine
    Treo 180, SIMPLEHTML, text/html, User-Agent, Blazer
    Here are some links to help see what the sniffer component would return that would help identify your Dolphin as a 'mobile' device and therefore expose the user to the mobile links you've defined in the Navigation Editor.
    http://www.timberline-archery.com/test.asp
    http://networking.ringofsaturn.com/Tools/browser.php?mode=3
    Regards,
    Jeremy

  • Problems in using Msync with  IPAQ 3760 and Active SYnc 3.5

    Hi,
    Environment :-
    IPAQ 3760
    Windows NT workstation
    Active Sync 3.5
    I am using Active Sync 3.5 which does not need RAS
    configuration on the machine.
    I am unable to run msync.exe. It does not give any errors
    messages.
    The 9i lite documentation talks about RAS settings.
    If anyone has faced similar prob coudl you please let me know
    the solution.
    regards,
    Sonal

    You do not need to make a RAS connection with Pocket PC 2002,
    because now ActiveSync itself makes an IP connection, and
    Oracle9i Lite just needs an IP connection for synchronization no
    matter how you establish it. Hi, I also experience the same problem. Using PocketPC 2002 I have a pasthru connection. Ik kan browse on the Internet with Internet Explorer, so the connections works.
    mSync just seems to do nothing. When I press the Sync button, nothing happens (not even a progress bar).
    Any idea?
    Thanks,
    Bas.

  • Get hardware serial number over PersonalJava

    i was wondering if there's a solution to get the serial number of my iPaq (or my desktops-motherboard) with java.
    does anyone has a solution or same problems?

    To get the serial number for ipaq, you'll have to go the JNI route. Here's an article about how to do that (at least the C++ part) for PocketPC 2002, http://www.pocketpcdn.com/qa/serial_number2002.html
    I don't belive that will work for CE 3.0, but Compaq does have an SDK that will work, you can write the JNI to call their SDK functions. I dont' have the URL for this anymore, but it shouldn't be that hard to find.
    -Brad

  • JVM for iPAQ 3800 series

    Hi,
    I am completely new to PDA. I am currently working on a research project involving PDA (iPAQ 3800 series) in which I am trying to install JVM (free or open source) under PocketPC 2002 (OS) to run Java application. Sun has no longer support the free download for PocketPC 2002, only for older Windows CE OS but my PDA has to run under PocketPC 2002.
    I have a Java application that runs well in jdk 1.4.1_02. Now, I am
    trying to run it in PDA. Any assistance is highly appreciated?
    Thanks

    Jimmy if you have any luck, please let me know as i am in exactly same position! its quite frustrating!

Maybe you are looking for

  • Close and save dialog when no changes made

    Hi, Mac OS 10.8.2 / CS5.0 / file stored on networked share Why amd I getting a save changes dialog when all I have done is open and then close an InDesign document? Any ideas appreciated. /timothy

  • GR- Based IV - Goods receipt-based Invoice verification

    Hi, I am trying to make a new purchase order type all equal to the standart type. I only want an exception: the GR-based IV indicator must be, by default, off. This indicator specifies that prevision has been made for goods -receipt base invoice veri

  • Having to render every single little change I make!

    I know this has been asked before and discussed before and I've gone over every instruction that people have posted but I still have the problem of having to re render every single little change I make. If I shorten a clip I have to re render it if I

  • Alpha Numerial Sequence Number

    Hi guyz, I have an requirement of an PC inventory for a office in IT department. anyone give me the good example or code for the below. I have an list item in my form called Category contain PC, Laptop, Printer, Scanner whenever user select the item

  • Converting a movie to youtube

    Hi, I encoded a video using apple pro res 422 (Proxy), the final size of the video was under 2gb but when I uploaded it said it failed to convert on youtube. I'm now trying to re-encode this video to another format but I'm using windows and don't kno