Skip to content
All guides / How-to

Xteink X3 NFC iPhone Shortcut: Tap to Open File Manager

Install the iOS shortcut, tap your Xteink X3 to your iPhone, and it joins the hotspot and opens the file manager. Setup, safety check, and Android options.

Updated 7 min read By PocketInk

Sideloading one book onto an Xteink X3 from an iPhone takes four manual steps each time: open hotspot mode on the reader, connect your phone, type the file-manager address into a browser, then drag the file in. A community xteink x3 nfc iphone shortcut collapses the connect-and-open steps into one tap: the iPhone joins the X3 hotspot and opens the web file manager.

The short answer

Install the shared shortcut at icloud.com/shortcuts/4781e9f61a9c466fb0c268408b67247a plus the free Actions app, enter your X3 hotspot details, then tap the reader to your iPhone. Before you run it, confirm the shortcut only joins a network and opens a URL. It is X3-only (the X4 has no NFC chip). Android uses CrossPoint’s regular transfer methods instead.

How the shortcut works

The Xteink X3 NFC iPhone shortcut stacks three mechanics: an iOS NFC tap trigger, a Join Wi-Fi action from the free Actions app, and an Open URLs step that loads the X3 file manager. The X4 has no NFC chip, so there is no tap trigger on that model.

The automation is three confirmed mechanics stacked together:

  • The trigger: an iOS NFC automation. Stock iOS Shortcuts can fire an automation when your phone reads an NFC tag, under Automation → Create Personal Automation → NFC. That is the “tap” half.
  • The missing capability: auto-joining Wi-Fi. Stock Shortcuts cannot connect your iPhone to a named network on its own. It can show credentials or open the Wi-Fi settings screen, but it cannot auto-connect. That gap is filled by the free Actions app by Sindre Sorhus, which adds a “Join Wi-Fi” action that connects programmatically. This is the one third-party dependency.
  • The payload: opening the file manager. Once the phone is on the X3’s hotspot, the shortcut opens the reader’s web file manager in a browser. That browser-opening refinement came from Lapis in the Xteink Discord.

The chain, end to end:

  1. NFC tap fires the automation.
  2. Join Wi-Fi (Actions app) connects the iPhone to the X3’s hotspot SSID.
  3. Open URLs points the browser at the X3’s file-manager address.
  4. You drag your EPUB/TXT in.

Get the ready-made shortcut: icloud.com/shortcuts/4781e9f61a9c466fb0c268408b67247a. Point it at your own hotspot details. Install the free Actions app first, or the Join Wi-Fi step will be missing.

What the X3’s NFC chip is doing

The NFC trigger can read either the X3’s own built-in NFC chip or a cheap stick-on NFC sticker placed on the reader. Both register as a Shortcuts NFC trigger, so use whichever your phone reads consistently.

iOS keys NFC automations off the tag’s fixed UID (a stable hardware identifier that does not change between taps), which is why one tap reliably triggers the same shortcut. The chip is only an identifier. It does not carry the Wi-Fi credentials, which is exactly why the Actions app still has to do the actual joining.

Set up the shortcut

Install the shared shortcut above, or rebuild it from the blocks below. The shared file is already tuned, so this is mostly for the curious.

You will need:

Steps:

  1. Install the Actions app from the App Store. This is what supplies the Join Wi-Fi action.
  2. On the X3, turn on Wi-Fi hotspot / file-transfer mode and note three things: the hotspot network name (SSID), its password, and the file-manager address. On CrossPoint firmware that address is usually http://crosspoint.local, or an IP the device displays. Use whatever the X3 actually shows on screen, since that is the reliable value.
  3. Build the shortcut chaining the Actions Join Wi-Fi action (set to your X3’s SSID and password) → an Open URLs action pointing at the file-manager address.
  4. Create the NFC trigger: Shortcuts → AutomationCreate Personal Automation → NFC, scan the chip or sticker, and set it to run the shortcut. Turn off “Ask Before Running” so it fires without a prompt.

One thing worth knowing about that xteink x3 file manager page: it is not a cloud service. In transfer mode the X3 runs a tiny HTTP server on its own hardware, so your browser talks directly to the reader over the local hotspot, and nothing leaves your phone or the device.

Why a tap silently fails

This stitches several systems together, so the failure modes are quiet: nothing errors, the tap just does nothing. Three things to check first:

  • Stock Shortcuts alone will not auto-connect. Skip Actions and the Wi-Fi step silently fails; that is iOS by design, not a misconfiguration.
  • The X3 must be serving its hotspot when you tap. If hotspot mode is off, your phone has nothing to join; you may need to enable it on the X3 first.
  • Credentials may not be stable. If the X3 regenerates its SSID or password per session, a hard-coded shortcut quietly fails. When your tap stops working, re-read the current credentials and update the shortcut.

The source does not name a minimum iOS version, so we will not invent one, but the Join Wi-Fi action requires the Actions app and a reasonably recent iOS. If the action is missing from your shortcut, update both iOS and Actions.

Android: the alternatives

No NFC-tap version exists for Android. The tap only saves the connect-and-open step; the actual transfer rides on CrossPoint’s standard methods, which work the same from any phone or laptop.

Easiest

Browser upload

Put the X3 in transfer mode and open http://crosspoint.local (or the device IP) in any browser to reach the same file manager and drag books in.

Whole library

Calibre Wireless

Connect your Calibre library to the reader over Wi-Fi and push books across without leaving the desktop app.

Like a drive

WebDAV

Mount the device as a network folder and copy files in like any other drive.

Companion app

CrossPoint Sync

The free, open-source app (iOS and Android) does Wi-Fi book transfer plus web-article clipping if you would rather skip the browser.

crosspoint.local is an mDNS name and can be unreliable on Windows, so if it does not resolve, fall back to the IP address the X3 shows.

Who built it, and is it safe?

The original automation was shared by Reddit user u/handmadefromvietnam in the r/XTEINK thread, with the open-the-browser-on-tap idea coming from Lapis in the Discord. Before you run any downloaded shortcut, iOS shows you every action it contains, so skim the list and confirm it only joins a network and opens a URL. The one third-party app it relies on, Actions, is a well-known open-source utility, not a random download.

Quick answers before you tap

Does this work on the Xteink X4?

No. The X4 has no NFC chip, so there is no tap to trigger the automation. It is one of the few X3-only tricks. X4 owners use the same CrossPoint transfer methods: browser upload, Calibre Wireless, WebDAV, or CrossPoint Sync.

Why do I need the Actions app?

Stock Shortcuts cannot connect your iPhone to a named Wi-Fi network on its own; it can only show credentials or open the Wi-Fi settings screen. The free Actions app adds a "Join Wi-Fi" action that connects programmatically. Without it, the Wi-Fi step silently fails.

My tap stopped working overnight. What changed?

Most often the X3 regenerated its hotspot SSID or password, or hotspot mode is off. Re-read the current credentials on the device, confirm transfer mode is on, and update the hard-coded values in the shortcut.

The bottom line

  • Install the shared shortcut at icloud.com/shortcuts/4781e9f61a9c466fb0c268408b67247a and the free Actions app, then point it at your X3 hotspot.
  • Skim the shortcut actions before you run it: it should only join a network and open a URL.
  • It is X3-only (the X4 has no NFC chip). Android uses browser upload, Calibre Wireless, WebDAV, or the CrossPoint Sync app.
  • It is worth it if you transfer often; for a book a month, the built-in hotspot flow is fine.

Keep reading

Guides that pick up where this one leaves off.

How-to

Xteink First Week Setup Checklist (X3 and X4)

Xteink first week setup for the X3 and X4: inspect the unit, load 3 to 6 clean books, pick one transfer path, flash only with a reason, then protect and tune so you actually read.

14 min read Read guide

Owner kit

A light and a case after setup

X3 and X4 ship without a front light. A clip-on is the usual first add-on.

  • eReader Magnetic Reading Light

    eReader Magnetic Reading Light

    Official
    from $9.99
    Buy
  • X4 Pro Magnetic Case

    X4 Pro Magnetic Case

    Official
    $8.99
    Buy

Kit it on accessories .