How to Retrieve Terminal Information: Brand, Manufacturer, Product Model, etc.: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-info}}")
Tag: Replaced
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
There are some system property in POS, such as the brand, the manufacturer, the product model.Please look at the follow table:
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-info}}
{| class="wikitable"
|-
! Product Name/Property Name !! ro.product.brand !! ro.product.manufacturer !! ro.product.model !! ro.wp.product.model !! ro.wp.product.submodel
|-
| W1 || wizarPOS|| wizarPOS|| WIZARPOS_1|| W1||
|-
| W1V2|| wizarPOS|| wizarPOS|| WIZARPOS_1|| W1v2 ||
|-
| Q1 || wizarPOS|| wizarPOS|| WIZARHAND_Q1|| Q1||
|-
| Q14G || wizarPOS|| wizarPOS|| WIZARHAND_Q1|| Q1v2||
|-
| Q2 || wizarPOS|| wizarPOS|| WIZARPOS_Q2|| Q2 || Q2
|-
| K2 || wizarPOS|| wizarPOS|| WIZARPOS_Q2|| Q2 || K2
|-
| M2 || wizarPOS|| wizarPOS|| WIZARPOS_Q2|| Q2 || M2
|-
| QD4 || wizarPOS|| wizarPOS|| WIZARPOS_Q2|| Q2 || QD4
|-
| QD5 || wizarPOS|| wizarPOS|| WIZARPOS_Q2|| Q2 || QD5
|-
| PAD1 || wizarPOS|| wizarPOS|| WIZARPAD_1 || PAD1||
|}
 
Android provides an easy way to get the system property, the snippet code is like:
<syntaxhighlight lang="java">
SystemProperties.getSystemPropertie("ro.product.model").trim();
</syntaxhighlight >

Latest revision as of 03:26, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/retrieve-terminal-info

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!