Debug without adapter chaos
Jump straight into ADB, log capture, and device checks without rebuilding your bench around a flaky cable chain.
ShenzhenLab storefront / cable launch
Enable debugging and Wi-Fi handoff for smart glasses in seconds, without touching the Shopify theme or adding checkout complexity.
Bench note
Problem to solution
The first job is getting a single product live cleanly. This storefront keeps the page fast, points the main CTA straight to Shopify, and leaves the heavier commerce UI alone.
That means lower deployment risk on BlueHost and a simpler path for iterating on copy, layout, and support content from this repo.
Jump straight into ADB, log capture, and device checks without rebuilding your bench around a flaky cable chain.
Use the magnetic lead for first-time setup, then switch the glasses onto wireless debugging once ADB is alive.
A direct single-product flow keeps checkout simple while the support page handles the setup details.
How it works
Attach the magnetic connector to the glasses and plug the USB-A lead into a laptop or powered hub.
Open the support page, confirm ADB sees the device, and start the local debug session.
Optionally enable TCP/IP mode for wireless iteration after the first wired handshake.
Disconnect the cable once setup is complete or keep it attached for bench diagnostics.
What is included
Shipping note
Simple, direct fulfillment. Exact shipping options and final pricing are confirmed in Shopify checkout.
Compatibility
Example projects
Use the cable to get an immediate wired session for logs, package checks, and one-off shell commands.
Bring up ADB once over cable, switch to `adb tcpip 5555`, then continue untethered on the same network.
Future repo links can be dropped in here once the public examples are ready.
Support
The support page keeps the ADB setup short and explicit, with the minimum command path to get a device online and switch to wireless debugging.
adb devices && adb tcpip 5555 FAQ
No. The site is a fast landing page and the checkout goes directly to the existing Shopify product cart link.
This page is positioned around debugging and setup. Use the support flow to confirm your device and workflow before field use.
You only need the Android platform tools for ADB. The support page includes the short command sequence.
Possibly, but the first deploy uses the direct cart-link checkout because it is the safest route to a live store.