Deprecated sample code
Chainway's own sample targets a class its SDK marks obsolete. Copy it and the reader silently stops responding after a warm restart.
Inventory counts, warehouse operations, asset audits and label encoding — built on Android handhelds and wired into the system your stock data already lives in.
Written report in 24 hours. No call required, and nothing owed if it's a no-go.
Integrated in production against
What we build
Each one runs on hardware we own and writes into the place your data already lives — not into a spreadsheet you have to reconcile afterwards.
Where projects actually fail
Every vendor ships a demo that reads a tag. None of them ship the part where it has to keep working on a Tuesday afternoon in a warehouse.
Chainway's own sample targets a class its SDK marks obsolete. Copy it and the reader silently stops responding after a warm restart.
A demo reads ten tags. A pallet has four hundred. Buffer starvation and duplicate suppression are where real deployments break.
Scans are worthless until they're stock moves. Offline queues, de-duplication and idempotent ingestion are the unglamorous half.
What you get
// Chainway ships RFIDWithUHF. The SDK marks it obsolete. private val reader = RFIDWithUHFUART.getInstance() override fun onResume() { if (!reader.init(context)) error("reader init failed") reader.setEPCTIDMode(true) } override fun onPause() { // Skip this and the next launch cannot open the UART. reader.stopInventory() reader.free() }
The guides
Each one documents the exact API calls, error codes and production failure modes the manufacturer left out.
Our own products
The same hardware depth goes into products we own. One of them runs the barcode, labelling and POS loop we normally build for other people.
Per-app internet control for Android.
Google Play ↗Turns phones, tablets, and TVs into stage displays.
stagerun.asquarete.com ↗WhatsApp appointment booking for clinics.
1tapbook.asquarete.com ↗Phone-first inventory for single-store retail.
Model, SDK version, and what's failing. You get a written read on whether it's solvable within 24 hours — before any money moves.