User manual
Table Of Contents
- Introducing the Kyocera 7135 Smartphone
- Making and Receiving Calls
- Dialing calls on the keypad
- Making a call from Speed Dial
- Making a call from the Address Book
- Redialing recent calls
- Checking your own phone number
- Making a data connection
- Answering calls
- Answering calls “hands-free”
- Ending calls
- Adjusting sounds
- Seaching for contacts
- Using power-save mode
- Viewing the phone status bar
- Using the Organizer
- Transferring Information
- Installing Palm Desktop for the 7135 Smartphone
- Synchronizing data using the sync cradle
- Synchronizing data remotely
- Synchronizing data using the infrared port
- Creating a user profile
- Modifying synchronization options
- Customizing a conduit
- Transferring information between Palm devices
- Troubleshooting HotSync operations
- Beaming information
- Address Book
- Call History and the Recent Calls List
- Date Book
- Memos
- Messages
- Setting Up Network Connections
- Speed Dial
- Setting Phone Preferences
- About preferences
- Setting Accessory preferences
- Setting Dialing preferences
- Setting Display preferences
- Setting Flip preferences
- Setting Incoming Call preferences
- Setting Keypad preferences
- Setting Phone Alert preferences
- Setting Phone Service preferences
- Setting Power preferences
- Setting Security preferences
- Setting Voice Dialing preferences
- Setting PDA Preferences
- To Do List
- Voice Dial
- Troubleshooting
- Glossary
- End-User Software License Agreement
Chapter 10 Setting Up Network Connections 135
Creating a login script
If the command requires additional information, a line appears to the right where you can
enter the information. The following commands are available.
8. Repeat steps 6–7 until the login script is complete.
9. Tap OK.
Using non-ASCII characters in login scripts
You can use the following non-ASCII characters in a login script. This information is provided for
advanced users who understand the use and requirements of such characters in a custom login
script.
^ char
You may use the caret ( ^ ) to transmit ASCII command characters. If you send ^char, and the
ASCII value of char is between @ and _, then the character is automatically translated to a
single-byte value between 0 and 31. For example, ^M is converted to a carriage return. If char is
a value between a and z, then the character sequence is translated to a single-byte value between
1 and 26. If char is any other value, then the character sequence is not subject to any
special processing.
For example, the string “Joe^M” transmits Joe, followed by a carriage return.
Wait For
Tells the phone to wait for specific characters from the server before
executing the next command.
Wait For Prompt
Tells the phone to wait for a command prompt before executing the
next command.
Send
Transmits specific characters to the server.
Send CR
Transmits a carriage return or LF (line feed) to the server.
Send User ID
Transmits the User ID information entered in the User ID line of the Network
Preferences screen.
Send Password
Transmits the Password (from the Password line of the Network Preferences
screen). If you did not enter a password there, this command prompts you
to enter one. The Password command is usually followed by a Send
CR command.
Delay
Tells the phone to wait a specific number of seconds before executing the
next command in the login script.
Get IP
Reads an IP address and uses it as the IP address for the phone.
This command is used with SLIP connections.
Prompt
Opens a dialog and prompts you to enter text (for example, a password or a
security code).
End
Identifies the last line in the login script.