You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/07-Android-App-Configuration.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ The AI MultiBarcode Capture app provides dual-mode operation:
8
8
-**File-based Mode**: Stores barcode data locally for offline operation
9
9
-**HTTP(s) Post Mode**: Real-time data transmission to web management system
10
10
11
+
### 🚀 Quick Configuration Features
12
+
-**📱 QR Code Endpoint Setup**: Automatically configure HTTP endpoint by scanning a QR code from your WMS
13
+
-**⚙️ Manual Configuration**: Traditional manual endpoint and authentication setup
14
+
-**🔧 Advanced Settings**: Camera resolution, processing modes, and barcode symbologies
15
+
11
16
## ⚙️ Settings Configuration
12
17
13
18
### Access Settings
@@ -61,6 +66,48 @@ Authentication: Enabled (if configured on server)
61
66
SSL Certificate Validation: Enabled
62
67
```
63
68
69
+
### QR Code Endpoint Configuration
70
+
71
+
The Android app supports automatic endpoint configuration via QR code scanning, providing a convenient way to connect the mobile app to your WMS (Web Management System).
72
+
73
+
#### How to Use QR Code Configuration
74
+
75
+
**Step 1: Generate QR Code from WMS**
76
+
1. Open your WMS web interface in a browser
77
+
2. Navigate to the **Endpoint** or **Configuration** section
78
+
3. Click on the **QR Code** button or icon
79
+
4. The system will display a QR code containing the endpoint URL
80
+
81
+
**Step 2: Scan QR Code with Android App**
82
+
1. Launch the AI MultiBarcode Capture app on your Android device
83
+
2. Tap the **Settings** (gear) icon to open app settings
84
+
3. Use the Zebra Imager to scan the QR Code
85
+
4. A toast message will confirm: "Endpoint updated from QR code"
86
+
5. The **HTTP(s) Endpoint** field will be automatically populated
87
+
88
+
#### QR Code Format
89
+
The QR code must contain data in the following format:
0 commit comments