Enviroment: Difference between revisions
Line 203: | Line 203: | ||
== [[Other development]] == | == [[Other development]] == | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/setup-android-home?1=1| How to Set Up the ANDROID_HOME Environment Variable on Windows 7] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/app-signing-process?1=1| How to Sign Apps] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications?1=1| How to Install Applications on POS Systems] === | ||
=== [https://developer.android.com/training/basics/firstapp/ How to Create Your First App in Android Studio] === | === [https://developer.android.com/training/basics/firstapp/ How to Create Your First App in Android Studio] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-logs?1=1| How to Retrieve Logs from Terminals] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/resolve-apk-signature-conflict?1=1| How to Resolve APK Installation Error: Conflicting Package Signatures] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-unfiltered-full-log?1=1| How to Obtain a Full Log Without filters] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-terminal-current-location?1=1| How to Obtain the Current Location of a Terminal] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/use-terminal-camera?1=1| How to Enable an Application to Utilize the Terminal's Camera Function] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-test-apks?1=1| How to Obtain Test APKs for Evaluation] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-adb-commands?1=1| How to Understand Basic List of ADB Commands] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-advanced-demos?1=1| How to Obtain Advanced Demonstrations] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/import-java-sdk-in-c?1=1| How to Import SDK in C Programming] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/obtain-signal-strength?1=1| How to Utilize PhoneStateListener to Obtain Signal Strength] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-d3-demos?1=1| How to Obtain Demos for Model D3] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/customize-pinpad-gui?1=1| How to Customize the POS Graphical User Interface for PINPAD Input] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-kiosk-mode?1=1| How to Understand Android Kiosk Mode] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/block-status-bar-api?1=1| How to Block the Status Bar Using AIDL Interface] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/display-full-screen-api?1=1| How to Utilize System API for Full-Screen Display] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/display-full-screen-android-api?1=1| How to Implement Full Screen Mode Using Android APIs] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/disable-home-key?1=1| How to Disable the Home Key in APK and Activity] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/capture-power-button-api?1=1| How to Block and Capture Power Button Events Using AIDL Interface] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-info?1=1| How to Retrieve Terminal Information: Brand, Manufacturer, Product Model, etc.] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/save-files-locally?1=1| How to Save Files to Device Storage]] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/set-default-launcher?1=1| How to Set an Application as the Default Launcher] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-firmware-version?1=1| How to Retrieve the Firmware (OS) Version] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-firmware-and-emv-version?1=1| How to Retrieve Firmware and EMV Kernel Version] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/implement-tlsv1.3?1=1| How to Implement TLSv1.3 in Applications] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/auto-run-post-install?1=1| How to Automatically Run an App After Installation] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/understand-secure-connections?1=1| How to Understand Secure Connections] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/use-anydesk?1=1| How to Use AnyDesk on a Terminal] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/export-database-to-sd?1=1| How to Export the App's Database File to SD Card] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium?1=1| How to Migrate a Payment Application to Q2Premium] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/auto-run-app-post-boot?1=1| How to Configure an Android App to Run Automatically After Terminal Boot] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/integrate-java-sdk-in-flutter?1=1| How to Integrate SDK AAR File into Flutter App] === | ||
=== [ | === [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/call-aidl-interface?1=1| How to Call AIDL Interface] === | ||
== [[TMS/Wizarview]] == | == [[TMS/Wizarview]] == |