# Group Others

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