Downloads

DateVersionRelease NotesStatus
01/10/2025TagworX Inventory 1.4.105Stock check Improvements
Added info option in Order Flows
RFID validations
Autocomplete option for Order Flow, on request
RFID antenna auto-gain
Intents keyboard bug fix
Latest Production version
06/11/2025Tagworx Inventory 1.4.120Stock Check and TID Beta
Includes Expiry date improvements TID association auto-yes
Beta Version
01/07/2024TagworX 1.2.68.55Legacy Gen 1 TagworX Inventory
(Extreme Legacy for old Honeywell devices (1.2.57))
Legacy

NEW: Intents Scanning. This APK uses the Intents method of scanner/device management for Android. Settings are required to make this version work. These setting swill work for any Android-based barcode scanner. We give examples below:

DataLogic including Memor 17 device

  • go to DATALOGIC SETTINGS / Scanner and Decoder / Wedge / Enable intent wedge … then
  • Intent Delivery Mode: Choose Broadcast Intent
  • Itent Category: “android.intent.category.DEFAULT”
  • Action Name: “com.tagworx.SCAN”
  • Barcode Data Extra: “com.symbol.datawedge.data_string” (orig: com.datalogic.decode.intentwedge.barcode_string)

Datalogic CodiSCAN wearable scanner, setup Intents with Aladdin. 

  • Follow Aladdin barcode to pair device (hard) and get past that phase to reach “Integration” screen on Aladdin app  – https://datalogic.github.io/aladdin/intent-integration
  • Update “Intent barcode action” field with above “com.tagworx.SCAN”
  • Update “Barcode extra name” (2nd field), with “com.symbol.datawedge.data_string”
  • Hit save, and now Tagworx app will be able to receive CodeScanner barcode events.

Honeywell CT60

  • Navigate to Honeywell Settings: On the device, go to “Settings” > “Honeywell Settings” > “Scanning”.
  • Select the Scanner: Choose either “Internal Scanner” for the device’s built-in scanner or “Bluetooth Scanner” for an external Bluetooth scanner.
  • Access the Profile: Select the relevant scanner profile (e.g., “Default Profile” or a custom profile created for a specific application).
  • Enter Data Processing Settings: Tap on “Data Processing Settings”.
  • Enable Data Intent: Scroll down and locate “Data Intent”. Enable it by checking the corresponding box.
  • Configure Intent Details:
  • Action: Enter the specific Intent action string that your application is configured to listen for com.tagworx.SCAN
  • Category (Optional): Set the Intent category, android.intent.category.DEFAULT
  • Extra Key (Optional): Specify an extra key data=com.symbol.datawedge.data_string. Note the “data=” bit
  • Save Changes: Navigate back to save the settings.