T/X to Pre Plus + 3rd party software

Had a T/X and just got the Pre Plus. Need to add software from Stacworks, Handbase, and Handango, but when I download the needed files, I am told there is "no handler" for the files.
I take it this means that there is not the software on the Pre needed to open and install the downloads.
Have tried downloading Stuffit for Palm but not having much success.
Any suggestions?
Post relates to: Pre Plus p101vzw (Verizon)

Hello mothercat, Welcome to the Palm Support Community.
The Pre Plus does not run PalmOS, but runs an entirely new Operating System called "webOS".  The programs you mention (unless you have brand-new webOS versions) will not run on the Pre Plus.
You do have a slim chance all these programs will run in a PalmOS emulator for sale called "Classic" from a company named "Motion Apps".
The problem has nothing to do with an unpacking program, or lack thereof!
WyreNut
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

  • 3rd party software installed on the Palm

    I have a Palm Treo 755p. Which has three different 3rd party software install on it. The 3rd party software consist of UptoDate, Documents to Go, Intellsync. At any time one of these third party applications will reboot the just touching/clicking on anything within the 3rd party application. My short term solution has been to just reinstall the application but now I am wondering if its something bigger like the Palm cannot handle all three 3rd party applications.
    Post relates to: Treo 755p (Verizon)

    $phinx19 wrote:
    Ok, My bad!
    Here are the exact errors that I am facing:
    C:\Users\Appadmin>path
    PATH=D:\oraclient\product\11.2.0\client_1\bin;D:\oracle\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    C:\Users\Appadmin>tnsping dpsecure
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 30-SEP-2013 17:48:07
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\oraclient\product\11.2.0\client_1\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    C:\Users\Appadmin>
    C:\Users\Appadmin>sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Sep 30 17:49:10 2013
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: system@dpsecure
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    But when I change the path to my oracle home of database and not the client, I am able to connect to the database, which makes sense.
    D:\>cd D:\oracle\product\11.2.0\dbhome_1\bin
    D:\oracle\product\11.2.0\dbhome_1\BIN>sqlplus
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Sep 30 17:50:17 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Enter user-name: system@dpsecure
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    So, I need to know, why I am unable to connect to the database from the client home path.
    Hope I am EXACT this time
    Regards,
    Sphinx
    see: http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/ (ora-12154 TNS:could not resolve the connect identifier specified)

  • Automator - Loop through a text file and process data through a 3rd party software

    Just stumbled on Automator the other day (I am a mac n00b) and would like to automate the processing of a text file, line-by-line, using a third party tool.  I would like Automator to loop through the text file one line at a time, copy the string and keep as a variable.  Next, place the variable data (copied string) into the text field of the 3rd party software for processing.  Once the processing is complete, I would like Automator to fetch the next line/string for processing.  I see items like "copy from clipboard" and  "variables" within the menu but I am not finding much documentation on how to utilizle this tool.  Just hear how potentially powerful it is. 
    The 3rd party software is not a brand name, just something made for me to process text.  I may have to use mouse clicks or tabs + [return] to navigate with Automator.  A term I heard on Bn Walldie's itunes video series was "scriptable software" for which I don't think this 3rd party app would be. 
    Kind regards,
    jw

    Good news and bad news...
    The good news is that it should be entirely possible to automate your workflow.
    The bad news is that it will be a nightmare to implement via Automator, if it's even possible.
    Automator is, essentially a pretty interface on top of AppleScript/Apple Events, and with the pretty interface comes a certain stranglehold on features. Knowing how to boil rice might make you a cook, but understanding flavor profiles and ingredient combinations can make you a chef, and it's the same with AppleScript and Automator. Automator's good at getting you from points A to B but if there are any bumps in the road (e.g. the application you're using isn't scriptable) then it falls apart.
    What I'm getting at is that your requirements are pretty simple to implement in AppleScript because you can get 'under the hood' and do exactly what you want, as opposed to Automator's restricted interface.
    The tricky part is that if no one else can see this app it's going to be hard to tell you what to do.
    I can give you the basics on reading a file and iterating through the lines of text in it, and I can show you how to 'type' text in any given application, but it may be up to you to put the pieces together.
    Here's one way of reading a file and working through each line of text:
    -- ask the user for a file:
    set theFile to (choose file)
    -- read the file contents:
    set theFileContents to (read file theFile)
    -- break out the lines/paragraphs of text:
    set theLines to paragraphs of theFileContents
    -- now iterate through those lines, one by one:
    repeat with eachLine in theLines
      -- code to perform for eachLine goes here
    end repeat
    Once you have a line of text (eachLine in the above example) you can 'type' that into another application via something like:
    tell application "AppName" to activate
    tell application "System Events"
              tell process "AppName"
      keystroke eachLine
              end tell
    end tell
    Here the AppleScript is activating the application and using System Events to emulate typing the contents of the eachLine variable into the process. Put this inside your repeat loop and you're almost there.

  • Issues with Form printing using a 3rd party software!!!!!!!!!!!!!!!11

    Hi All,
    We are printing our month end AR statements using Xerox DP100 printers. We are using a SAP Script as the layout form. Everything works perfectly alright when a direct print is issued to the printer. But the scenario here is the statements are sent to a 3rd party software so that the statements can be saved in their repository and made available to be viewed and printed whenever necessary. Now the issue is when this 3rd Party Software(TPS) reads the SAP generated PCL from its report store on the unix host and generates a PDF File that it presents to the web client user for (re)printing via his/her PC it appears that the TPS or Websphere or Adobe is performing a font substituion - replacing the Univers font(used in R/3) which is not loaded on the unix host with a different font(with different sizing and/or behavior).
    As a result the horizontal and vertical positioning generated by SAP(which is correct for the Univers font) is 'wrong' for the substituted font. The fixed size fields print OK but gradually move to the right. The varying size amount columns do not align correctly and fall off the right side of the page.
    Can anyone give me pointers on what can be done to arrest this error.
    Does the font need to be loaded on the unix host or the font used in the form be changed?
    Regards,
    Karthik

    Karthik,
              Sap script behaves differently for different printers. You will have to change margins when you change your printer/software accordingly.

  • Is 3rd party software required for auto creation of DIR for scanned copy,

    Hello SAP gurus.
    The current business process is there are 100s of service order, (IW31 creation TC) and each service order has its own 50-60 external documents attached to it.
    unfortunately there is no standard link from SAP DMS at Service order (lW31, TC) level.
    Here i tought of creating a document folder in EDMS or structure with the reference of service order No. And keeping this service order as reference we need some 50-60 documents (files) to be directly assigned to the main service order No, with out any manual intervention.
    Here is what the user does in the present system
    With our client in the present system they use a 3rd party software  for mail and scanner interface, here Any x, y, z user scans an document or Mails a document with attachments, just giving the subject line as the Service order already created.
    The document attachment directly comes and sits inside the predefined Service Order folder. Along with the user name who sent the document and the time he sent the document.
    Is the same thing possible in SAP ie.. Creating or attaching documents with out any manual interventions taking the reference of Mails sent having the subject line as the DIR
    Does this require 3rd party interference to do this,  will any BAPI  /BADI to do this for DMS with out 3rd party software.
    is there any upload programme that should be used which will avoid 3rd party software.
    please explain. points waiting.
    Thanks and warm regards
    Priya S
    Edited by: Priya S on Mar 16, 2009 4:32 PM

    Hi Priya
    Creation of New Object link is not so hard job.If any expert ABAP Consulatnt is available he can do in a week.But It all depend on his understanding of functionality clearly and quicky.
    For developement of new object link check this link.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b2/c043a66fab11d1949500a0c92f024a/content.htm
    They work fine if you develope it as per procedure in above link.You just need good ABAP'er.
    If you are trying  upload Proggramme to upload the files daily basis from folder you can do this .
    Just  create folder on desktop put some docuemnts and run BDC to upload the document to DIR.I had tried once. Get help of Good ABAP'er to do your job.
    If any help please get back.
    With regards
    Mangesh Pande

  • How do I transfer photo files from desktop to ipad without 3rd party software?

    how do I transfer photo and music files from my laptop to ipad2 without purchasing a 3rd party software?

    You can use iTunes which is free (http://www.apple.com/itunes) - and that is the only way to sync music from a computer to the iPad
    Syncing photos via iTunes : http://support.apple.com/kb/HT4236 . You need to sync all photos that you want on the iPad together in one go, as only the most recent remains on the iPad - not including photos in a subsequent sync is how you delete them from the iPad

  • Migration of Documents from 3rd party software to SAP DMS

    Dear Experts,
    We have implemented SAP DMS . Prior to DMS we were using Third party software for creating and storing the documents.
    There are abot 3000 documents in the third party software, now the challege is how we  must have to migrate the DATA from 3rd party software to SAP DMS with creating Dirs. Are there any upload programmes suffice the requirement or any development needs to be done or any possibilities.
    Kindly help me out in the above scenario.
    Regards
    jayanth

    Hi,
    from DMS point of view I think that SDXA functionality could also be useful for this action. For further information on SXDA functions please see SAP note 817743.
    Best regards,
    Christoph

  • Having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    I've fixed the problem - I think.
    I forgot I had the program "Little Snitch" installed on my computer. So I went into it and saw that it was blocking most of my connections for all the programs I use on a daily basis. Once I lifted the RULE to those certain programs - BAM - everything came back to life in an instant!

  • Need 3rd party software for iTunes to move CD's to new computer?

    Do you knof 3rd party software allowing me to move non-apple purchased music to a new computer

    Backup with this User Tip, restore the library to the new computer using the same tool, keep the backup up-to-date in future.
    Deauhorise the old computer if you no longer want to access protected content from it.
    tt2

  • USB Sync with 3rd party Software

    Seem like Verizon is determined to press using it's restrictive syncing technique with MS Outlook.  I guess they still want to compete with Outlook.  There is an issue with USB sync with the Droid X.
    Android OS 2.2 supports TETHERING, but Version does not.  By allowing tethering, 3rd party software can sync with the Droid X via USB.
    Why is Verizon restricting a feature so many business users want?  To compete with Apple, Verizon should wise up and support its user communit to allow easy syncs with Outlook (Contacts, Notes, Calendar) at the subdirectory level.  Business people will not post their sensitive information on the Google site in order to sync with their phone.
    Wise up Verizon!  You are missing an opportunity in your battle with Apple!

    Hi Nitsan
    You need to contact Oracle to see if they can help you. Supporting a Discoverer installation without a support number (CSI Number) is not the right thing to do. You need to pay up and buy the necessary support so that you can get the help you need.
    Having said that, Oracle do produce lists of certified operating systems and platforms etc and you will not have a lot of luck if you go outside those boundaries. I'm not saying that you have but usually if their product works on one platform but not on another it is usually something at the platform end that is causing the problem. In this case the first place I would look is to see whether there are any settings within the 3rd party security software that can be applied to tell it that anyone running Discoverer inside IE is allowed to do so.
    It may be as simple as allowing JInitiator to work. You may also want to try using the Sun JRE instead to see if that helps.
    I strongly recommend you buy a support license. You can buy these relatively cheaply and they can be purchased in groups of I believe 25 requests (could be a different number) thus keeping the cost down. If you yourself are an independent consultant you can buy your own support license and use that to get help for your clients.
    Best wishes
    Michael

  • Updating 3rd party software

    I am totally lost. Just switched from PC to 1st Mac. I have installed a 3rd party software (mac version) and it has an update but I can not figure out how to install. Is there any way to research how to do such simple things on a Mac?

    If you start with an image file. Then double click it. It should mount like a drive. At this point either what you need will be apparent on your desktop or you will need to double click the mounted image to get to what you need. You can think of such image files as installers, although you don't actually install with them. I keep them as though they are installers.
    [Mac 101 will help get you started with some things|http://www.apple.com/support/mac101>.
    [Also check out the links on this Sno page|http://www.apple.com/support/snowleopard>.

  • Raising a notification from 3rd party software

    Hi
    We have a client looking at raising notifications within the asset management system of SAP via a sql/.net software application. The 3rd party software has a defect register which could be used to open the SAP notification. We would like to populate the fields automatically when the notification is opened.
    Is there a current feature within SAP to raise single or multiple notifications via a 3rd party application?
    Cheers
    Russell

    Hi russel,
    Things are where they were.
    Any Function Module(BAPI here) is the ABAP part. So the solution involves 3 parties.  The BAPI suggested helps in creating a Notification by receiving parameters as Inputs. Where these parameters come from? These come from 3rd party software (you called so) through interface (XI here)
    Flow is like this.
    Interface (XI) - Receives parameters from your Browser (assumed you called it 3rd party) and translates into SAP field names and values.
    ABAP  - Receives these inputs, feeds to the BAPI the output of which is a Notification.
    Note:
    BAPI_ALM_NOTIF_CREATE  is a Notification creation tool (Function module) in ABAP. This receives SAP field values as inputs and generates a Notification.  It has got a wide range of applications in regular SAP developments.
    Regards
    KJogeswaraRao

  • Why does Adobe install 3rd party software with PE 10 without asking?

    I purchased Photoshop Elements and Priemere Elements 10 together. During installation Adobe installed SmartSound Sonicfire Pro 5 on my computer. The installation did not ask if I wanted to install this software and there was no option to not install it. I am the only one who installs applications on my computer so what gives Adobe the right to decide what to install for me. Sonicfire Pro 5 is unwanted by me and it pains me greatly that software was installed on my computer without my consent. Besides it takes up 30GB of disk space. Yes I can uninstall it and I will but it should not have been installed in the first place. I bought Photoshop Elements 10 and Premiere Elements 10 because I was happy with my purchase of Photoshop Elements 6 and Premiere Elements 4 and wanted to have newer versions but now I am very unhappy. I will never buy a Adobe product or suggest Adobe products to anyone ever again. The only thing that would change my mind would be if Adobes next version did not contain any 3rd party software or if it did one should be given a choice during installation as to install it or not and Adobe should give me a free version to replace the one I have. As those two things are unlikely to happen I will continue to never buy any Adobe software or suggest to anyone to buy Adobe products and faithfully watch the stock market as Adobe stocks continue to decline. Guess what I do for a living!

    I did not answer you question, because I have no answer. That was why I recommended contacting Adobe. Though, at times, it might not seem like it, but they do listen to their customers. They collect tons of data, and try to prioritize things, based on that input. This is for Feature Requests, or just comments on how one likes, or does not like, the software.
    In very general terms, I find Adobe products to be very benign, and especially to many other companies' software.
    Over the decades, I only recall a few instances, where something was installed, without my input, at some level. Back about PS CS, there were some NIK Filters that were installed, and a few of them were "trials," which I am not keen on. SmartSound would be another example, except that I would want it, regardless (and probably only complain, if it was missing).
    One of the biggest rubs that I had with Pinnacle Studio was that even if one bought their biggest, most expensive package, a ton of Effects and Transitions were loaded as trials. To get all of those, one had to spend about US $400, above the price of the NLE. Not sure if that is still the case, as I switched to AVID Liquid, about they time they bought Pinnacle, and have not seen Pinnacle Studio in many years. When I moved from Liquid, to PrPro, and the CS2 Production Studio, I never looked back at AVID/Pinnacle. Now, CS2 Production Studio came with about 8 programs, and then a ton of "Goodies." I would have loved to have the Goodies as options in the full suite installation. As it was, I had to do the main, muli-program install, and then run installation routines for maybe 30 other plug-ins, add-ons and stand-alones.
    No, like you, I refuse to update my iTunes, as so much "other stuff" gets installed, and then I have to clean it out. You are not alone, except that we see SmartSound from different sides. Though I understand your not wanting anything, but the program, I view that as a necessity.
    My suggestion to Adobe would be to include that as a separate, user-selectable install, though I have never heard of anyone complaining, unless SmartSound did not work for them.
    I understand personal principles, and try to adhere to my own, but before you pass on SmartSound, I beg you to try it out. That will not ameliorate the need for Adobe to let the user decide what is/is not installed, but with a few sessions, you might change your mind about the program, itself.
    Do let Adobe know how you feel, and perhaps SmartSound will become an additional installation, like the additional Functional Content.
    Good luck,
    Hunt

  • Trouble getting java install wizard to work with 3rd party software

    Hi,
    I just installed Java 2 SDK version 1.4.2 under Solaris 8. The installation appears to be fine. I changed
    the links and PATH to make sure I'm pointing to the correct version. I am trying to install a 3rd party software called Powerchute Network Shutdown by APC, to be able to shut down our servers remotely, that are attached to our APC UPS. I get these error messages from the software:
    starting the wizard
    Exception in main calss "JExpressLoader"
    java wizard not started properly
    unable to start the install wizard
    Tech support at APC has been unable to help me. I am wondering if someone can tell me how to verify my java wizard is installed correctly. (I don't even know what a java wizard is by the way, so hopefully
    this question makes some sense to someone).
    Thanks.
    -Trish

    You need Xwindow System in your sun.

  • Calling 3rd party softwar from ABAP

    hi all,
    I would like to know is it possible, if yes, how to perform a call to launch external 3rd party software from ABAP (example, half way in process of a BDC session) and pass back the information from 3rd party software back to ABAP.
    Thanks in advance!
    Regards,
    JL

    Hi,
    For that please refer to the following link:
    http://help.sap.com/saphelp_nw70/helpdata/en/80/b711d7d6d03d4a956f16bb854a186e/frameset.htm
    Regards,
    Renjith Michael.

Maybe you are looking for