Install the palm SDK

Source: Internet
Author: User
Tags pscp

PalmInstall

1. install Java SDK

2. Install virtualbox

3. Install the palm SDK

4. Double-click the palm emulator shortcut on the desktop to go to the Palm OS.

5. There are 6 BAT files under the SDK/bin in the installation directory of palm.

Palm-emulator.bat-starts the emulator

Palm-generate.bat-creates an Application Template

The palm-inspector.bat-runs palm inspector, a debugging tool. Requires safari or Google Chrome to run.

Palm-install.bat-instils application on your pre (must be connected via USB) or on the emulator (TCP)

Palm-launch.bat-launch application on your pre (USB) or the emulator (TCP) with debugging options activated

Palm-package.bat-package application as. IPK File

6. Operation:

Press the Home Key to display the center button (Dock)

When an application is in a non-full-screen state (press the home or end key), drag the card (Card view) corresponding to the application to turn off this view.

Escape (ESC)-back gesture

End-Flick up gesture

Left/right arrows -- switch between applications-

Shift-shift

Alt-option (Orange button )-

Left Ctrl + desired letter -- symbol (sym )-

7. access the Internet through the simulator. The operation steps are as follows. Then the browser in the palm can access the Internet, and you can use wget and other commands in the Linux Shell.

Set the IP address to be different from that of the local machine. Do not change the value of the mask. After the modification, the local machine may not be able to access the Internet.

8. Use Putty to connect:

Putty.exe is displayed in the SDK/binin the installation directory of the palm. Double-click it and enter the IP Address: localhost or virtualbox. The port is 5522. Click login and then log on with the root user (the password is also root ). Then you can see the Linux Shell.

9. transfer files

There are two methods for transferring files. One is to use pscp (this file is usually available after putty is installed ), the following command copies the items in the/usr directory of the VM to the output directory of drive C.

Pscp-r-SCP-l root-PW root-P 5522 localhost:/usr C:/Output

The other method is to use winscp, which can be connected according to the input information (note that SCP should be selected for the Protocol)


An error dialog box appears during logon. Click OK.

Then you can transfer files like FTP software, for example.

10. Preliminary Program Development

U template Program Generation Command: palm-Generate Test, will generate a test folder, which is a program template, of course, there is no content in this program. Simply display one page

U template packaging command: palm-package test will package the program into a. IPK file, such as com. yourdomain. test_1.0_all.ipk:

U is installed in the simulator: palm-install com. yourdomain. test_1.0_all.ipk, and the program is installed in the simulator.

U to be developed in eclipse, please refer to the http://www.treo8.com/bbs/viewthread.php? Tid = 127046

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.