# Group Others

| **Subgroup**       | **Action**                                                                                                                                                 | **Description**                                                                                                            |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Warning            | [Message Box](/kalipso5/developing/form/actions/actions-description/group-others/message-box.md)                                                           | Opens a Message Box Window with specified text.                                                                            |
| Warning            | [Notification Message](/kalipso5/developing/form/actions/actions-description/group-others/notification-message.md)                                         | Shows a notification message with the O.S. notification message mechanism.                                                 |
| Warning            | [Play Sound](/kalipso5/developing/form/actions/actions-description/group-others/play-sound.md)                                                             | Play a sound or a wave file on a device during specified amount of time.                                                   |
| Warning            | [Set Blinking](/kalipso5/developing/form/actions/actions-description/group-others/set-blinking.md)                                                         | Blinks a control or form between two specified colors during a amount of time.                                             |
| Warning            | [Vibrate](/kalipso5/developing/form/actions/actions-description/group-others/vibrate.md)                                                                   | Makes the terminal vibrate.                                                                                                |
| Warning            | [Post App Notification](/kalipso5/developing/form/actions/actions-description/group-others/post-app-notification.md)                                       | Sends an event notification to the App, causing the App Notified event to be triggered on the specified forms              |
|                    |                                                                                                                                                            |                                                                                                                            |
| Operation          | [Close Project](/kalipso5/developing/form/actions/actions-description/group-others/close-project.md)                                                       | Closes the current Kalipso Project.                                                                                        |
| Operation          | [Open Project](/kalipso5/developing/form/actions/actions-description/group-others/open-project.md)                                                         | Opens the specified Kalipso Project.                                                                                       |
| Operation          | [Set Value](/kalipso5/developing/form/actions/actions-description/group-others/set-value.md)                                                               | Assigns a value to a global/local variable or control.                                                                     |
| Operation          | [Show Popup](/kalipso5/developing/form/actions/actions-description/group-others/show-popup.md)                                                             | Show a Popup menu.                                                                                                         |
| Operation          | [Exec. JScript](/kalipso5/developing/form/actions/actions-description/group-others/exec.-jscript.md)                                                       | Executes a JavaScript function.                                                                                            |
| Operation          | [Process EAN128](/kalipso5/developing/form/actions/actions-description/group-others/process-ean128.md)                                                     | Decodes a EAN128 barcode.                                                                                                  |
| Operation          | [Make Backup](/kalipso5/developing/form/actions/actions-description/group-others/make-backup.md)                                                           | Make a backup of the project database                                                                                      |
| Operation          | [Exec. Global Action Set](/kalipso5/developing/form/actions/actions-description/group-others/exec.-global-action-set.md)                                   | Executes a Global Action Set.                                                                                              |
| Operation          | [Set Language](/kalipso5/developing/form/actions/actions-description/group-others/set-language.md)                                                         | Changes the application language.                                                                                          |
| Operation          | [Get Language](/kalipso5/developing/form/actions/actions-description/group-others/get-language.md)                                                         | Gets the project language.                                                                                                 |
| Operation          | [Restart Kalipso](/kalipso5/developing/form/actions/actions-description/group-others/restart-kalipso.md)                                                   | Restarts the specified Kalipso project.                                                                                    |
| Operation          | [Create EAN128](/kalipso5/developing/form/actions/actions-description/group-others/create-ean128.md)                                                       | Creates a EAN128 barcode.                                                                                                  |
| Operation          | [Restore Backup](/kalipso5/developing/form/actions/actions-description/group-others/restore-backup.md)                                                     | Restore a backup of the project database.                                                                                  |
| Operation          | [Return Values](/kalipso5/developing/form/actions/actions-description/group-others/return-values.md)                                                       | This action return the values to the event that call the Action Set (Local or Global).                                     |
| Operation          | [Get Locale Information](/kalipso5/developing/form/actions/actions-description/group-others/get-locale-information.md)                                     | Get Locate Information allows you to get information related to the Language/Region from the device OS.                    |
| Operation          | [Start Service](/kalipso5/developing/form/actions/actions-description/group-others/start-service.md)                                                       | Service is a Global Action Set that you can run as a background process.                                                   |
| Operation          | [Set Service Notification](/kalipso5/developing/form/actions/actions-description/group-others/set-service-notification.md)                                 | Show a notification when the service is running.                                                                           |
| Operation          | [Stop Service](/kalipso5/developing/form/actions/actions-description/group-others/stop-service.md)                                                         | Stops one selected service.                                                                                                |
|                    |                                                                                                                                                            |                                                                                                                            |
| Printing           | [Print](/kalipso5/developing/form/actions/actions-description/group-others/print.md)                                                                       | Print a report on a specified printer                                                                                      |
| Printing           | [Set Printer Parameter](/kalipso5/developing/form/actions/actions-description/group-others/set-printer-parameter.md)                                       | Changes the printer parameters.                                                                                            |
| Printing           | [Print PDF on Server](/kalipso5/developing/form/actions/actions-description/group-others/print-pdf-on-server.md)                                           | Print a specified PDF file, through MIS Communicator.                                                                      |
| Printing           | [Get Printer Parameter](/kalipso5/developing/form/actions/actions-description/group-others/get-printer-parameter.md)                                       | Gets the printer parameters.                                                                                               |
| Printing           | [Print On PC](/kalipso5/developing/form/actions/actions-description/group-others/print-on-pc.md)                                                           | Prints on a PC.                                                                                                            |
|                    |                                                                                                                                                            |                                                                                                                            |
| Device             | [Run Process](/kalipso5/developing/form/actions/actions-description/group-others/run-process.md)                                                           | Executes a specified external application.                                                                                 |
| Device             | [Get Serial Number](/kalipso5/developing/form/actions/actions-description/group-others/untitled.md)                                                        | Gets a software serial number using the O.S. API                                                                           |
| Device             | [Reset Idle Time](/kalipso5/developing/form/actions/actions-description/group-others/reset-idle-time.md)                                                   | Sets the terminal’s Idle Time to 0.                                                                                        |
| Device             | [Wake Lock](/kalipso5/developing/form/actions/actions-description/group-others/wake-lock.md)                                                               | Wake Lock will keep your terminal awake for as long as you need until you release lock.                                    |
| Device             | [HourGlass](/kalipso5/developing/form/actions/actions-description/group-others/hourglass.md)                                                               | Shows the Windows Hourglass.                                                                                               |
| Device             | [Get Battery Status](/kalipso5/developing/form/actions/actions-description/group-others/get-battery-status.md)                                             | Gets the values of battery from the terminal device.                                                                       |
| Device             | [Get Memory Status](/kalipso5/developing/form/actions/actions-description/group-others/get-memory-status.md)                                               | Gets the values of memory from terminal.                                                                                   |
| Device             | [Set Terminal ID](/kalipso5/developing/form/actions/actions-description/group-others/set-terminal-id.md)                                                   | Sets the Kalipso Terminal ID.                                                                                              |
| Device             | [Get Terminal ID](/kalipso5/developing/form/actions/actions-description/group-others/get-terminal-id.md)                                                   | Gets the Kalipso Terminal ID.                                                                                              |
| Device             | [Camera Capture](/kalipso5/developing/form/actions/actions-description/group-others/camera-capture.md)                                                     | Opens the Camera application.                                                                                              |
| Device             | [OCR Execute](/kalipso5/developing/form/actions/actions-description/group-others/ocr-execute.md)                                                           | OCR Execute opens an image file and returns any text found.                                                                |
| Device             | [Barcode Recognize](/kalipso5/developing/form/actions/actions-description/group-others/barcode-recognize.md)                                               | Barcode Recognition can recognize multiple barcodes in an image and convert them to a string.                              |
| Device             | [Set SIP](/kalipso5/developing/form/actions/actions-description/group-others/set-sip.md)                                                                   | Shows the default operating system keyboard.                                                                               |
| Device             | [Get Screen Dimensions](/kalipso5/developing/form/actions/actions-description/group-others/get-screen-dimensions.md)                                       | Gets the dimensions of the screen.                                                                                         |
| Device             | [Read Registry](/kalipso5/developing/form/actions/actions-description/group-others/read-registry.md)                                                       | Reads the Windows Registry.                                                                                                |
| Device             | [Write Registry](/kalipso5/developing/form/actions/actions-description/group-others/write-registry.md)                                                     | Writes into Windows Registry.                                                                                              |
| Device             | [Kill Process](/kalipso5/developing/form/actions/actions-description/group-others/kill-process.md)                                                         | Stops the execution of the specified application on terminal.                                                              |
| Device             | [Is Process Running](/kalipso5/developing/form/actions/actions-description/group-others/is-process-running.md)                                             | Checks if the specified application is running or not on the terminal.                                                     |
| Device             | [Power](/kalipso5/developing/form/actions/actions-description/group-others/power.md)                                                                       | Turns off, logs off or reboots terminal.                                                                                   |
| Device             | [Set Wireless Device State](/kalipso5/developing/form/actions/actions-description/group-others/set-wireless-device-state.md)                               | Sets On/Off wireles (Phone, Bluetooth, Wi-fi).                                                                             |
| Device             | [Get Wireless Device State](/kalipso5/developing/form/actions/actions-description/group-others/get-wireless-device-state.md)                               | Gets the wireless (phone, bluetooth, wi-fi) status.                                                                        |
| Device             | [Get System Information](/kalipso5/developing/form/actions/actions-description/group-others/get-system-information.md)                                     | Gets the information about the operating system.                                                                           |
| Device             | [Set Display Orientation](/kalipso5/developing/form/actions/actions-description/group-others/set-display-orientation.md)                                   | Sets the screen's orientation to the selected degrees.                                                                     |
| Device             | [Shell Execute](/kalipso5/developing/form/actions/actions-description/group-others/shell-execute.md)                                                       | Executes a Windows Shell.                                                                                                  |
| Device             | [Wifi Get Signal Strength](/kalipso5/developing/form/actions/actions-description/group-others/wifi-get-signal-strength.md)                                 | Gets the wifi signal strength.                                                                                             |
| Device             | [Get Network Adapters Info](/kalipso5/developing/form/actions/actions-description/group-others/get-network-adapters-info.md)                               | Gets the Networks Adapters Information and network information that is current connected.                                  |
| Device             | [Get Project Param](/kalipso5/developing/form/actions/actions-description/group-others/get-project-param.md)                                               | Gets the selected Project Parameter.                                                                                       |
| Device             | [Set Project Param](/kalipso5/developing/form/actions/actions-description/group-others/set-project-param.md)                                               | Sets the selected Project Parameter.                                                                                       |
| Device             | [Get App Certificate Fingerprint](/kalipso5/developing/form/actions/actions-description/group-others/get-app-certificate-fingerprint.md)                   | Gets the app signing certificate SHA256 fingerprint.                                                                       |
| Device             | [Check Internet Connection](/kalipso5/developing/form/actions/actions-description/group-others/check-internet-connection.md)                               | Checks if your device currently has internet or not.                                                                       |
| Device             | [Verifiy Rooted Device](/kalipso5/developing/form/actions/actions-description/group-others/verifiy-rooted-device.md)                                       | Verifies if the device is Rooted/jailbroken.                                                                               |
| Device             | [Has permission](/kalipso5/developing/form/actions/actions-description/group-others/haspermission.md)                                                      | Checks if the App has the specified permission on the system.                                                              |
| Device             | [Request permission](/kalipso5/developing/form/actions/actions-description/group-others/requestpermission.md)                                              | Triggers a request to the user for granting the specified permission.                                                      |
|                    |                                                                                                                                                            |                                                                                                                            |
| Keyboard and Mouse | [Keyboard](/kalipso5/developing/form/actions/actions-description/group-others/keyboard.md)                                                                 | Open a keyboard in Kalipso.                                                                                                |
| Keyboard and Mouse | [Send Keys](/kalipso5/developing/form/actions/actions-description/group-others/send-keys.md)                                                               | Emulate Keystrokes.                                                                                                        |
| Keyboard and Mouse | [Set Scroll Position](/kalipso5/developing/form/actions/actions-description/group-others/set-scroll-position.md)                                           | Sets the position of the scrool bar.                                                                                       |
| Keyboard and Mouse | [Copy to Clipboard](/kalipso5/developing/form/actions/actions-description/group-others/copy-to-clipboard.md)                                               | Copy the specified value to Clipboard.                                                                                     |
| Keyboard and Mouse | [Get Clipboard](/kalipso5/developing/form/actions/actions-description/group-others/get-clipboard.md)                                                       | Gets the Clipboard content.                                                                                                |
| Keyboard and Mouse | [Get Cursor Last Pos](/kalipso5/developing/form/actions/actions-description/group-others/get-cursor-last-pos.md)                                           | Gets the cursor position of the last event.                                                                                |
| Keyboard and Mouse | [Send Mouse Action](/kalipso5/developing/form/actions/actions-description/group-others/send-mouse-action.md)                                               | Emulate the Mouse action.                                                                                                  |
| Keyboard and Mouse | [Capture All Keys](/kalipso5/developing/form/actions/actions-description/group-others/capture-all-keys.md)                                                 | Capture all keys pressed.                                                                                                  |
|                    |                                                                                                                                                            |                                                                                                                            |
| DLL                | [Load DLL](/kalipso5/developing/form/actions/actions-description/group-others/load-dll.md)                                                                 | Loads a specified DLL                                                                                                      |
| DLL                | [Unload DLL](/kalipso5/developing/form/actions/actions-description/group-others/unload-dll.md)                                                             | Unloads a specified DLL.                                                                                                   |
| DLL                | [Run DLL](/kalipso5/developing/form/actions/actions-description/group-others/run-dll.md)                                                                   | Executes a specified function of the specified DLL.                                                                        |
|                    |                                                                                                                                                            |                                                                                                                            |
| JAR                | [Load APK](/kalipso5/developing/form/actions/actions-description/group-others/load-apk.md)                                                                 | Loads a specified APK or JAR library, so you can invoke functions from the library.                                        |
| JAR                | [Unload APK](/kalipso5/developing/form/actions/actions-description/group-others/unload-apk.md)                                                             | Unloads a specified APK or JAR file that was previously loaded by a call to LoadAPK.                                       |
| JAR                | [Run APK](/kalipso5/developing/form/actions/actions-description/group-others/run-apk.md)                                                                   | Executes a specified function on a specified APK or JAR file.                                                              |
|                    |                                                                                                                                                            |                                                                                                                            |
| GPIO               | [GPIO Get List](/kalipso5/developing/form/actions/actions-description/group-others/gpio-get-list.md)                                                       | Using GPIO actions you can read the binary state or control the on/off output state.                                       |
| GPIO               | [GPIO Open](/kalipso5/developing/form/actions/actions-description/group-others/gpio-open.md)                                                               | Open a specific Pin to read/write.                                                                                         |
| GPIO               | [GPIO Close](/kalipso5/developing/form/actions/actions-description/group-others/gpio-close.md)                                                             | Close a specific Pin.                                                                                                      |
| GPIO               | [GPIO Get Value](/kalipso5/developing/form/actions/actions-description/group-others/gpio-get-value.md)                                                     | Get the value (Read) from a specific Pin.                                                                                  |
| GPIO               | [GPIO Set Value](/kalipso5/developing/form/actions/actions-description/group-others/gpio-set-value.md)                                                     | Set the value (Write) to a specific Pin.                                                                                   |
| GPIO               | [GPIO Set Pin Mode](/kalipso5/developing/form/actions/actions-description/group-others/gpio-set-pin-mode.md)                                               | Set the value (Write) to a specific Pin.                                                                                   |
| GPIO               | [GPIO Config Input Event](/kalipso5/developing/form/actions/actions-description/group-others/gpio-config-input-event.md)                                   | Configures in what forms to trigger the GPIO State Changed event and in which variables to store the PIN and State values. |
|                    |                                                                                                                                                            |                                                                                                                            |
| In-App Purchase    | [In-App Purchase Initialize](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-initialize.md)                             | Initializes the In-App Purchase SDK.                                                                                       |
| In-App Purchase    | [In-App Purchase Uninitialize](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-uninitialize.md)                         | Uninitializes the In-App purchase SDK.                                                                                     |
| In-App Purchase    | [In-App Purchase Is Connected](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-is-connected.md)                         | Checks the sate of the connection with the SDK engine and the servers.                                                     |
| In-App Purchase    | [In-App Purchase Get Products Information](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-get-products-information.md) | Gets product information for the provided product list from the Store.                                                     |
| In-App Purchase    | [In-App Purchase Get Purchases](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-get-purchases.md)                       | Gets the active purchase for the current account.                                                                          |
| In-App Purchase    | [In-App Purchase Make Purchase](/kalipso5/developing/form/actions/actions-description/group-others/in-app-purchase-make-purchase.md)                       | Starts the purchase flow for the given product, normally opening a dialog from the system for the payment procedure.       |
| In-App Purchase    | [InApp Purchase Acknowledge Purchase](/kalipso5/developing/form/actions/actions-description/group-others/inapp-purchase-acknowledge-purchase.md)           | Acknowledges the store that a purchase as been confirmed and the user was given access to the product.                     |
|                    |                                                                                                                                                            |                                                                                                                            |
| MSS                | [Wait For MSS Request](/kalipso5/developing/form/actions/actions-description/group-others/wait-for-mss-request.md)                                         | Waits for a MSS Request.                                                                                                   |
| MSS                | [Send Answer to MSS Request](/kalipso5/developing/form/actions/actions-description/group-others/send-answer-to-mss-request.md)                             | Sends a Answer to MSS Request.                                                                                             |
| MSS                | [Make Request to MSS](/kalipso5/developing/form/actions/actions-description/group-others/make-request-to-mss.md)                                           | Makes a Request to MSS.                                                                                                    |
| MSS                | [Resume Request to MSS](/kalipso5/developing/form/actions/actions-description/group-others/resume-request-to-mss.md)                                       | Resumes the MSS Request.                                                                                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-list/group-others.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
