> For the complete documentation index, see [llms.txt](https://smartpossdk.gitbook.io/cloudpossdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development.md).

# Other Development

- [New Android Studio Versions](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/new-android-studio-versions.md)
- [Setup ANDROID HOME](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/setup-android-home.md)
- [App Signing Process](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/app-signing-process.md)
- [Install POS Applications](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications.md)
- [Retrieve Terminal Logs](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-logs.md)
- [Resolve APK Signature Conflict](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/resolve-apk-signature-conflict.md)
- [Obtain Unfiltered Full Log](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-unfiltered-full-log.md): Instructions:
- [Obtain Terminal Current Location](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-terminal-current-location.md)
- [Use Terminal Camera](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/use-terminal-camera.md)
- [Get Test APKs](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-test-apks.md)
- [Learn ADB Commands](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-adb-commands.md)
- [Get Advanced Demos](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-advanced-demos.md)
- [Import Java SDK in C](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/import-java-sdk-in-c.md)
- [Obtain Signal Strength](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-signal-strength.md)
- [Get D3 Demos](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-d3-demos.md)
- [Display Full Screen Android API](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/display-full-screen-android-api.md)
- [Disable Home Key](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/disable-home-key.md)
- [Retrieve Terminal Info](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-info.md)
- [Save Files Locally](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/save-files-locally.md)
- [Set Default Launcher](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/set-default-launcher.md)
- [Get Firmware Version](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-firmware-version.md)
- [Get Firmware\&EMV Version](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-firmware-and-emv-version.md)
- [Implement TLSv1.3](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/implement-tlsv1.3.md)
- [Auto-Run Post-Install](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/auto-run-post-install.md)
- [Understand Secure Connections](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/understand-secure-connections.md)
- [Use AnyDesk](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/use-anydesk.md)
- [Export Database to SD](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/export-database-to-sd.md)
- [Migrate App to Q2Premium](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium.md)
- [Auto-Run App Post-Boot](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/auto-run-app-post-boot.md)
- [Integrate Java SDK in Flutter](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/integrate-java-sdk-in-flutter.md)
- [Call AIDL Interface](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/call-aidl-interface.md)
- [Connect wirelessly](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/connect-wirelessly.md)
- [Get POS SN](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-pos-sn.md): To get the device serial number, please use android.os.Build.SERIAL.
- [UPT development-related](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/upt-development-related.md)
- [Q3 PDA Terminal Barcode Scanner](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/q3-pda-terminal-barcode-scanner.md)
- [Get K1 Demo](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-k1-demo.md)
- [Transactional Writes & Auto Backup](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/transactional-writes-and-auto-backup.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
