.exe not recognized by Palm OS

I purchased two programs for my Palm TX. Both downloaded as .exe files, which the Palm doesn't recognize. Where do I go, or what do I do to get the right files? I've ordered and downloaded other programs without trouble. Thanks for any suggestions.
Post relates to: Palm TX

Some Palm programs will download as executable self-installing files. 
You don't install them, you run them on your PC.  If they are indeed correct for Palm OS, they should go into either Quick Install, or into the old instapp program.  You won't see them in a list, but normally you'll be instructed to "Now perform a HotSync to complete the installation process."
What happens when you run them?
WyreNut
Post relates to: Centro (AT&T)
I am a Volunteer here, not employed by HP.
You too can become an HP Expert! Details HERE!
If my post has helped you, click the Kudos Thumbs up!
If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

Similar Messages

  • NewBie Question: Javac.exe Not recognized?

    Hi I just want to try out my v first hello world program in MOTOROLA IDEN SDK For J2ME Tech (v 1.2)
    I added a hello-world java file in the javafiles folder. Then when i try to build, an error occurred:
    "start building...
    compile D:\IAProject\TRIALCODEEXAMPLE\Example.java...
    javac.exe is not recognized as an internal or external command,
    operable program or batch file.
    Building over"
    Wat's the problem? Did i missed out any settings? THanks!!!!!

    THX, but I have new problem with this:
    Unhandled Exception in constructor java.lang.ClassNotFoundException: HelloWorld
    Error creating MIDlet HelloWorld
    sorce from UserGuide Motorola iDEN SDK..
    package  com.mot.j2me.midlets.helloworld;
    import  javax.microedition.lcdui.*;
    import  javax.microedition.midlet.*;
    public class  HelloWorld extends  MIDlet  {
    private  Form mainScreen;
    private  Display myDisplay;
    HelloWorld() {
    myDisplay = Display.getDisplay(this);
    mainScreen  = new Form("Hello World");
    StringItem  strItem = new StringItem("Hello", "This  is  a J2ME MIDlet."); mainScreen.append(strItem);
    public void  startApp()  throws  MIDletStateChangeException 
    { myDisplay.setCurrent(mainScreen);
    public void pauseApp() {
    public void  destroyApp(boolean  unconditional)   {
    }Why this code doesn't work??

  • Ipod classic not recognized in itunes because of ipodservice.exe

    My ipod classic (80gb) is frequently not recognized in itunes 11 running on Windows 8 unless I close itunes, eject the ipod using windows, stop ipodservice.exe (64 bit) using task manager, and restart itunes. Anybody know of a more permanent fix?

    That's not a good sign.
    It could be an indication or a damaged or dying hard drive.  I would recommend doing a disk diagnostic on the iPod's HD using the instructions given by turingtest2 in this older thread.  He also covers what the resulting numbers indicate.
    https://discussions.apple.com/thread/3784647?start=0&tstart=0
    B-rock

  • ASMCMD: perl.exe is not recognized as an internal

    Hi all,
    I installed 11g database with asm. I am unable to enter in to the asmcmd. it throws me the error "perl.exe is not recognized as an internal or external command, operable program or batch file".
    I have set Oracle home to c:\oracle\dbhome_1, oracle sid to +ASM
    my env: windows server 2008 r 2 installed with oracle 11.2.0.3 db with grid infrastructure(asm)
    thanks.

    931643 wrote:
    Hi all,
    I installed 11g database with asm. I am unable to enter in to the asmcmd. it throws me the error "perl.exe is not recognized as an internal or external command, operable program or batch file".
    I have set Oracle home to c:\oracle\dbhome_1, oracle sid to +ASM
    my env: windows server 2008 r 2 installed with oracle 11.2.0.3 db with grid infrastructure(asm)
    thanks.You need to set the ORACLE_HOME path to the Grid Infrastructure home path and not to the database home path.
    Oracle SID needs to be set as +ASM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Native app - Invalid number of parameters, java.exe is not recognized as an internal or external...

    Compilation complete.
    Patching package name...
    Patching version information...
    Patching app name...
    Updating the Android app project...
    [Path to Android project]>android update project --name "EmployeeCare2" --target 1 --path .
    Invalid number of parameters
    '"C:\Windows\system32\java.exe "' is not recognized as an internal or external command,
    operable program or batch file.

    Fixed it. I mean I got it to generate the app, I wouldn't call it fixed. This is one of those cases where I'm convinced that I am the only person who is using a particular feature because it doesn't seem like this would have ever worked for anyone.
    Open C:\Program Files (x86)\Adobe\Adobe RoboHelp 11\RoboHTML\MultiscreenExt\NativeApps\Android\UpdateApp.bat.
    Turn echo back on.
    Run the script to generate a native app.
    Check the output window when it fails. This line >SET PATH="C:\Program Files\Java\jdk1.7.0_51\"bin; should be >SET PATH=C:\Program Files\Java\jdk1.7.0_51\bin; no quotes around the path before bin.
    Back in UpdateApp.bat: I hardcoded SET PATH=C:\Program Files\Java\jdk1.7.0_51\bin;%3;%PATH%.
    When I run the script again, I get a different error. I cleared the output window, so I don't remember what it was.
    Delete everything in the output folder, run the script again.
    I haven't tested the app, but it says and looks like it was generated.

  • 'tp.exe' is not recognized as an internal or external command

    Hi
    I am upgrading to SAP ERP 6.0 SUPPORT PACKAGE 4.
    I am using EHPI installer version SAPehpi = 710-5.
    in the extraction stage itself i am getting the error .
    'tp.exe' is not recognized as an internal or external command
    can any body help
    thanks

    thanks for reply
    i used to start the ehpi using sidadm usereid
    no i changed the userid with administrator but still i am getting the same error.
    please help
    thanks

  • Invoke remote diskpart with pipe results in 'C:\windows\system32\diskpart.exe}' is not recognized as an internal or external command

    Hi,
     I am trying to invoke commands from powershell(resp. the code below is run from CMD, because it should be part of CMD script in future), especially the diskpart and do some operations.
    I am trying to use this:
    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Invoke-Command -ComputerName "machinename" -ScriptBlock {"select disk 2", "online disk" | diskpart}
    but keep getting this:
    'diskpart.exe}' is not recognized as an internal or external command...
    I also tried with full path to diskpart but I get this:
    'C:\windows\system32\diskpart.exe}' is not recognized as an internal or external command...
    can you help me with that? I would use powershell directly but the system is Server 2008 R2 where storage modules are not present..
    execution policy is set to unrestricted
    I should also note, that SYSTEM32 where diskpart resides IS part of variables on both systems
    Thank you.
    Pete
    sfs

    Hi, 
     thanks for answer. It works as you say but I am calling powershell from within CMD (cmd script), its the reason, why this:
    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" 
    is being included. And that is not working.
    Pete
    sfs

  • Sprint Palm 755p IMAP Folders not recognized on server

    My phone will check for email and then give me an error that the folders are not recognized on the server.  I host my own email through Register.com and my own domain.  The settings should be correct b/c when I am in the email program of my phone--drop down menu--snych server folders--the phone tells me that Folders-Draft, Trash, sent are not recognized.  I press "ok" and another pop up screen asks me to check the folders to sych.  My only choice is "Inbox" which is already checked.  I press OK and my phone gets my emails.  I cannot simply press "get" from my email program to have the phone get my email. 
    How do I set up my phone so that it recognizes what folders are needed to access email?  Also, from my email program, I have teh choice to look in the Inbox, outbox, drafts, sent, junk email folders, but I can also edit these folders.  Should they have to be edited so that they match teh folders from my email account?
    I used to use pop settings with no problems at all.  Since I changed email hosts adn switched to IMAP, email does not work at all from phone.  Any help is appreciated.  I have been on the phone for about 5 hours between Register.com, Sprint and Palm...to no avail...
    Post relates to: Treo 755p (Sprint)

    I think IMAP settings should be the same between VersaMail and your desktop mail client for the same account (e.g., Outlook Express, Thunderbird). If the desktop mail client works and the device does not, I wonder whether Sprint has some special requirements for access through its network?
    Post relates to: Treo 800w (Sprint)

  • USB Device Not Recognized - Palm 700p Verizon

    Hi,
    Yesterday morning I could sync, yesterday afternoon I got the error message "USB Device Not Recognized.  One of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it."  Sometimes when I click on the associated error pop-up message, it shows the location of my "unrecognized device" but sometimes nothing shows up.
    I've seen a couple of posts on the web generally about this, but not about the 700p.  I've tried rebooting the computer, tried syncing to a different computer, tried rebooting the phone, and blown out the contacts.  I don't want to buy a new USB cable if I can help it because I'm thinking about getting a Pre anyways (although the fact that I can't seem to use Palm's chat function through either Internet Explorer or Firefox is starting to dissuade me). 
    Anyways, is there anything else I can try to resolve the issue with my 700p or should I just give up?
    Thanks,
    Margaret

    if you already tried your phone and USB cable to a different USB port and computer then the problem could be in either the phone or the cable. if you don't want to buy a new cable because of your plan. maybe you can visit a store near you where you can borrow a cable or PC. at least you trying to make sure which is defective. in cases like this, the cause is the USB cable.

  • "USB device not recognized." "The connection between your device and the desktop could not be established. Please check your setup and try again." Tungsten E2, Outlook 2007

    Hi,
    I am running XP SP 2, on a Dell Vostro 1000, Palm OS Garnet v5.4.7 on a Tungsten E2. I have worked though issues relating to synchronization, Outlook 2007, Docs to Go, etc., in the past.  Thank you board members! 
    Once I worked thru all the initial problems, my Tungsten E2 was sync' ing beautifully to my laptop until a few days ago.  There have been no changes (I know of) to the configuration, but now I receive  "The connection between your device and the desktop could not be established.  Please check your setup and try again."  On the laptop I sometimes get  "USB device not recognized."  I am unclear why I get the PC message sometimes and not others.   
    I have tried the following: (not necc exactly in this order)
    Double checked Hot Sync Mgr settings: Local USB (ver. 6.0.1)
    Reset the Palm (multiple times)
    Rebooted the laptop  (multiple times before and after the Palm resets)
    Went to Support Libraries including http://kb.palm.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=57,E=0000000001060189973,K=9550,Sxi=3,Case=Obj(3695...)
    and http://kb.palm.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=PalmSupportKB,ts=Palm_External2001,Case=obj(1409) 
    Followed the steps in "Start Here" found at  http://forums.palm.com/palm/board/message?board.id=windows_hotsync&thread.id=26057 
    Moved Backup directory as per a post on this forum
    Looked for a deleted a file called "Graffiti_ShortCuts_____________" per a post on this forum
    Followed the steps in HotSync troubleshooter guide you can run through located on
    http://kb.palm.com
    Went into Device Manager - found it shows no yellow ! 's
    Followed Device Mgr Troubleshooter - went all the way thru with no solution 
    Tried all four USB ports - the PC's bell-like tone does not sound when I disconnect or reconnect the Plam's cradle like it does when I conn/disconnect other USB devices -I think that is a clue.    ...? 
    Cleaned the Palm's contacts (and cradle's contacts with a old, dry toothbrush)
    Read all the posts under "USB device not recognized." 
    OK, I'm at a loss, can anyone help me?  Many thanks in advance! 
    ~Bob
    Post relates to: Tungsten E2

    Hello!
    Using a cradle with the Tungsten E2?  Tried bypassing the cradle and just use the hotsync cable?  Tried a different computer yet?  Somehow, the PC is having problems getting a signal from the device.  I assume you have the laptop charger plugged into the laptop during this?  Not going through a docking station or port-replicator.
    One crazy thing you can try is unplug the charger from your laptop, remove the battery from the laptop and leave it out for like 10mins and put it back in and reboot the laptop.  This should not cause side effects but still contact your OEM to make sure that nothing else is needed after leaving the battery out for extended period of time.  Keep me posted.
    Post relates to: Treo 650 (Unlocked GSM)

  • XP Prof installation on Tecra A9 PTS52E - SATA HDD is not recognized

    Hi all,
    I have a brandnew Tecra A9 (PTS52E) with Vista Business installed. However, I need XP Prof and have a slipstreamed XP-SP2 CD. The SATA Disk is not recognized from XP setup, so I need a 'F6' driver.
    There are a lot of howtos about doing this for the 945 chipset, but I couldn't solve this on my A9 (Mobile 965 Express Chipset). I don't want to buy a USB-Floppydisk drive just for one-time-installation. So I have to build the driver (iastor.sys and more) in the XP setup disc.
    Some problems: there seems to be no easy way to do this, because intel only provides *.inf files for the ICH8R (=RAID) controller, which doesn't exist in the A9. So I have to edit the *.inf files, correct?
    Another thing: I saw in another posting here the discussion about switching from AHCI to compatibility mode in BIOS. I can't find a way to change this setting.
    Aargh, I need this Notebook for my work, on a A8 (which also is mine) I installed XP without any problems.
    Can anyone help?
    Thank you,
    Michael
    Message was edited by: michael-cologne

    Hi,
    now i have a new problem: the last reboot after installation finished leads to bluescreen and immediately reboot (so I can't see the stop-message)
    During installation the reboot from Harddisk works.
    But so far:
    you need the latest Intel Chipset Driver:
    http://downloadcenter.intel.com/T8Clearance.aspx?url=/13499/a08/infinst_autol.exe&agr=N&ProductID=2800&DwnldID=134 99&lang=deu
    Next you must extract the files in a temp directory:
    IATA75 _ENU.exe -a -a -pC:\temp\AHCI
    Now edit the file iaahci.inf:
    you have to change all the ICH8R related entries (R means RAID, which isn't supported in that A9 version of the chipset) to ICH8. Also change the related PCI-device IDs from 0x8086h/0x2821h (Vendor/Device ID) to 0x8086h/0x2824h.
    The best way I think is to copy all ICH8R related sections and replace "ICH8R" with "ICH8" and "2821" with "2824".
    As you need the driver during installation, you also have to change these settings in txtsetup.oem.
    The next steps I found in a ASUS forum (they have similar problems):
    create a new (personalized) installation CD for Windows XP
    STEP 1: Modify the original XP installation files
    a) Copy all the files and directories of the XP installation disk to your hard drive
    Ex: form D:*.* (your installation CD) to C:/XP/*.* (your HD)
    b) Create the following directory path:
    XP\$OEM$\$1\drivers\SATA
    c) Copy all the files of the Intel Matrix Storage Manager (see solution I) to that directory: XP\$OEM$\$1\drivers\SATA
    iaAhci.inf, iaAhci.cat, iaStor.inf, iaStor.cat, iaStor.sys, and TxtSetup.oem.
    d) Copy iaStor.sys to XP\i386 directory
    e) Modify the file TXTSETUP.SIF located at: XP\i386
    => You can read and understand what you are doing reading Adding OEM drivers to Windows Setup at http://www.windowsserverx64.com/CSK/technical_articles/hardware/56.aspx (really nice article form Robert. Thanks)
    Use: notepad.exe to edit it.
    e.1) Under [HardwareIdsDatabase] add the following lines
    right after GenFloppyDisk = "flpydisk"
    PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor"
    PCI\VEN_8086&DEV_2824&CC_0106 = "iaStor"
    and before PCI\VEN_8086&DEV_1230 = "intelide",
    Note: dont touch any other line. Be carefull, the name iaStor => is case sensitive.
    e.2) under [SourceDisksFiles] add
    iaStor.sys = 1,,_x,4,1
    Note: There are several [SourceDisksFiles] sections. I added the line in all the existing sections.
    e.3) under [SCSI.Load] add
    iaStor = iastor.sys,4
    e.4) under [SCSI] add
    iaStor = "Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)"
    Note: If your controller is a different one, use the right one. Read the contents of the TxtSetup.oem file for more information.
    f) Create a new file called (use notepad) WINNT.SIF and locate it at: XP\i386
    [Data]
    AutoPartition=0
    MsDosInitiated=0
    UnattendedInstall=Yes
    [Unattended]
    UnattendMode=ProvideDefault
    OemPreinstall=Yes
    OemSkipEula=Yes
    NoWaitAfterTextMode=1
    NoWaitAfterGUIMode=1
    WaitForReboot=No
    TargetPath=WINDOWS
    DriverSigningPolicy=Ignore
    OemPnPDriversPath="driversSATA"
    [GuiUnattended]
    OEMSkipWelcome = 1
    [UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    FullName=EnterYourName
    OrgName=EnterYourOrgName
    Note: Use your own product key
    Now use a tool to create a bootable CD. I prefer "AutoStreamer" because I also have to slipstream SP2 into my XP Prof. CD.
    With it you generate an iso image. Burn it to disk and that's it.
    Like I've said: installation works well, just the last reboot from disk creates a bluescreen and therefor a bootloop.
    Regards,
    Michael

  • Graphics card is not recognized in windows 7

    Hi guys, i just installed windows 7 ultimate on my bootcamp partition. Everything loaded fine. I used my osx disk to install bootcamp, it worked. But my video card (Nvidia geforce gt 330m) is not recognized or something. i checked device manager and under display there is only standard VGA driver. I went to the nvidia website and downloaded the driver but when i go to install it, it says: the nvidia setup could not find any drivers that supports your hardware.
    Any ideas??
    my video card works perfectly on mac...

    ^^Gecko, I'm not bustin' on you, but you're wrong. Or, you are, but I doubt it, one of the lucky ones.
    I've gotten 3.1 installed by running the setup .exe file from the DVD via Windows Explorer. Everything seems OK except the graphics/resolution. My NVIDIA card isn't recognized and my resolution options only go up to 1280 x 800.
    The Window 7 Performance Information and Tools shows this:
    "Graphics
    Total available graphics memory Not detected
    Dedicated graphics memory 0 MB
    Dedicated system memory 0 MB
    Shared system memory 0 MB
    Display adapter driver version 6.1.7600.16385
    Primary monitor resolution 1280x800
    DirectX version DirectX 8 or earlier"
    Apple, please, help us!
    Message was edited by: K Dubb
    Message was edited by: K Dubb

  • USB Issue - Not recognizing ANY device

    I am having a problem with my USB ports.
    First of all, I have a IBM Thinkpad T42 - model number 2373-9XU.
    I have the latest BIOS and all the latest drivers for the USB ports.
    The issue just started a couple days ago.  Whenever I plug in a USB device, such as my IPod or my Smartphone, it is NOT recognized by my computer.  However, any device that I plug into the USB port will start charging.  So, I know there is power to the USB ports. 
    I have uninstalled the USB drivers and reinstalled them, still having the same issue. 
    Also another note, I was looking through the device manager under System Devices and there was a yellow exclamation point next to "ISAPNP Read Data Port".  The error code on it was "This device cannot start. (Code 10)"
    Any suggestions?
    PS.  I have tried to reinstall the BIOS, but when I do that it says "No update is needed at this time" and won't let me install it.  Is there a workaround to that?
    Message Edited by skiutah1080 on 01-27-2008 07:38 AM

    So, I looked at the Services information on the Recover and Restore startup utility (pushing the AccessIBM button during startup) and found the following:
    Service: upnphost
    Name: Universal Plug and Play Device Host
    Status: Stopped
       (Previous Status: Running)
    Startup: Manual/On-Demand)
    Path: c:\windows\system32\svchost.exe
    Vendor: Microsoft Corporation
    Version: 5.1.2600.2180
        (xpsp_sp2_rtm.040803-2158)
    Could this also have something to do with the USB ports not working properly?

  • Windows 8.1 Pro WinHlp32.exe not running

    Immediately after Diskpart-Win80-Win81 fresh install, there are four (4) instances of WinHelp32 on our machine:
    C:\Windows\en-US\winhlp32.exe.mui
    C:\Windows\WinSxS\x86_microsoft-windows-winhstb.resources_31bf3856ad364e35_6.3.9600.16384_en-us_66fa9c274977a4e2\winhlp32.exe.mui
    C:\Windows\winhlp32.exe
    C:\Windows\WinSxS\x86_microsoft-windows-winhstb_31bf3856ad364e35_6.3.9600.16384_none_bda5d2e02500670f\winhlp32.exe
    Running WinHelp32.exe from Admin Cmd prompt in C:\Windows I get this: 
    'winhelp32 is not recognized as an internal or external command, operable program or batch file."
    Was this a healthy Windows 8.1 update from Windows 8.0 Pro? Anyway, more information...
    There are no HLP files in the Windows 8.1 Update. There are many in Windows.old Windows 8.0. System32.
    Alerted to this bug during hardware installation. New audio card Asus Xonar STX help file is in *.hlp format. Like all 8.0 help files, Asus HLP will not open. Windows 8.1 fresh install will not open any HLP file and opens window linking me to this
    page:
    KB 917607 provides a
    Resolution link
    Windows Help program (WinHlp32.exe) for Windows 8 
    - offering 32-bit and 64-bit downloads
    64-bit is selected for our Intel EFI platform, with download:
    Windows8-RT-KB917607-x64.msu
    This installer does not appear to be compatible:
    Popup
    Windows Update Standalone Installer
    The update is not applicable to your computer.
    Popup links to KB 917607.
    Moving top popup aside, another popup
    Windows Update Standalone Installer
    Searching for updates on this computer...
    [running search scrollbar]
    Top popup must be closed to exit both popups.
    MSU is typically a Vista product! Also note: KB 917607 lists Windows 8.1 as Applies to.
    Symantec support for Norton 360 has determined there are no threats on this machine.
    Our two Windows 8.1 installations on this same machine last week had no problems with HLP files!
    NEW with this install we added Windows Media Center.
     This is a Windows problem.
    Where is WinHlp32.exe for Windows 8.1 64-bit?
    This needs to be fixed!

    Thank you for the link ( http://www.microsoft.com/en-us/download/details.aspx?id=40899
    ).  It's such a shame that the systems have gotten so complicated, that a simple .exe file can't be made available across versions.

  • HT6001 the version 11.1.4 of iTunes not working good because it's not recognizing my iPhone and I can't do anything.

    the version 11.1.4 of iTunes not working good because it's not recognizing my iPhone and I can't do anything.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features(Later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (If this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    See also HT1925: Removing and Reinstalling iTunes for Windows XP or HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Should you get the error iTunes.exe - Entry Point Not Found after the above reinstall then copy QTMovieWin.dll from:
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into:
    C:\Program Files (x86)\iTunes
    The above paths would be for a 64-bit machine. Hopefully the same fix with the " (x86)" omitted would work on 32-bit systems with the same error.

Maybe you are looking for

  • Macbook Air wifi issue

    I have a problem with my macbook air. I can find easily my home network, and it usually works ok at the begining, but after some time, 5-10 minutes, it started to works very slow, or just stop responding at all. Than I cant open any page, cant downlo

  • How to use flashdrive on a Mac book Pro in the parallels partition

    I cannot use a flashdrive in the Parallels partition (windows XP) of my mac book pro. The flash drive works on the mac side fine. I get this message: USB device you are trying to connect to the virtual machine is being used by another process. Wait 5

  • Why Case-Sensitive while assigning tasks to other users??

    I am trying to assign a task to another user through AdminUI. While searching for users, I am supposed to provide case-sensitive search text to find actual users. In previous installations it is not a problem. i.e only in production it happens. Is th

  • How i  'fixed' my ipod due to the itunes problem

    Okay, many of you have the same problem as i had, where suddenly the computer\itunes\updater wont detect your ipod. These are the steps i took to finally solve my problem this morning. -Try restarting Ipod by turning hold switch on/off and pressing d

  • How do I install the battery on my new laptop

    I don't know how to install the battery