Boox NoteAir 3C and macOS Sync Strategy Research

boox · macos · e-ink|2025-11-11 · 11 min read

Executive Summary

  1. Google Drive Desktop + Native Boox Integration ⭐️ RECOMMENDED

    • Simplest setup with official support
    • True bidirectional sync for PDFs with annotations
    • Works reliably with minimal configuration
    • Free for up to 15GB storage
  2. Dropbox + Dropsync App

    • More mature ecosystem with proven reliability
    • Excellent third-party app support (Dropsync)
    • True two-way sync with conflict resolution
    • $11.99/month for 2TB storage
  3. Syncthing (P2P Direct Sync)

    • No cloud dependency, complete privacy
    • Works on local network or via internet
    • Free and open source
    • More technical setup but most control

Critical Finding

iCloud Drive is NOT supported on Android/Boox devices. Apple has not released an iCloud app for Android, and the web interface (icloud.com) is not suitable for automated file sync. This necessitates using an alternative cloud service or direct sync solution.


Device Specifications & Capabilities

Boox NoteAir 3C Technical Details

  • Display: 10.3" Kaleido 3 color e-ink (4096 colors)
  • Resolution: 2480×1860 (300 PPI B&W) / 1240×930 (150 PPI color)
  • OS: Android 12 with Google Play Store access
  • Processor: Qualcomm Snapdragon 680 (2.4GHz Octa-core)
  • RAM/Storage: 4GB / 64GB (expandable via MicroSD up to 2TB)
  • Battery: 3,700 mAh
  • Weight: 430g
  • PDF Features: Full annotation support with 16 colors, pressure sensitivity (4096 levels)

Native Cloud Support

The Boox NoteAir 3C supports the following cloud services natively:

  • ✅ Dropbox
  • ✅ Google Drive
  • ✅ OneDrive
  • ✅ Baidu Cloud
  • ✅ NutStore
  • ✅ WebDAV-compatible services (NextCloud, ownCloud, etc.)
  • ❌ iCloud Drive (NOT SUPPORTED)

Detailed Sync Architecture Options

Option 1: Google Drive Desktop Solution 🏆

Overview: Use Google Drive as the intermediary between macOS Desktop folder and Boox device.

Architecture:

Mac Desktop Folder → Google Drive Desktop → Google Drive Cloud → Boox Native Integration

Setup Steps:

  1. On Mac:

    • Install Google Drive Desktop from drive.google.com
    • Configure to sync your Desktop folder
    • Choose "Mirror files" option for offline access
    • Create a dedicated subfolder (e.g., Desktop/BooxSync/)
  2. On Boox:

    • Settings → Apps → Library → Cloud
    • Bind Google Drive account
    • Navigate to the synced Desktop folder
    • Enable auto-sync in settings

Pros:

  • Official native support on both platforms
  • Annotations embed directly in PDFs
  • No third-party apps required on Boox
  • Free tier available (15GB)
  • Automatic conflict resolution

Cons:

  • Requires Google account
  • 15GB free limit (100GB for $1.99/month)
  • Slight sync delay (1-2 minutes typical)
  • Privacy considerations with Google

Best For: Users prioritizing simplicity and reliability over privacy concerns.


Option 2: Dropbox + Dropsync Solution

Overview: Leverage Dropbox's mature ecosystem with Dropsync for true bidirectional sync.

Architecture:

Mac Desktop → Dropbox Desktop App → Dropbox Cloud → Dropsync App → Boox Local Storage

Setup Steps:

  1. On Mac:

    • Install Dropbox Desktop app
    • Add Desktop folder to Dropbox sync
    • Enable selective sync if needed
  2. On Boox:

    • Install Dropsync from Google Play Store ($4.99 for Pro)
    • Configure two-way sync mode
    • Set sync folder to /storage/emulated/0/Books/
    • Configure sync interval (recommend 15 minutes)
    • Enable "sync on file change" option

Pros:

  • Mature, reliable sync technology
  • Excellent conflict resolution
  • Works offline with periodic sync
  • Dropsync offers granular control
  • Version history included

Cons:

  • Requires paid Dropbox subscription for adequate storage
  • Dropsync Pro is additional $4.99 one-time purchase
  • Two apps to maintain on Boox
  • More complex setup than Google Drive

Best For: Power users who need robust sync with advanced features.


Option 3: Syncthing P2P Solution

Overview: Direct device-to-device sync without cloud intermediary.

Architecture:

Mac Desktop Folder ←→ Syncthing ←→ Boox Storage (via local network or internet)

Setup Steps:

  1. On Mac:

    • Install Syncthing from syncthing.net
    • Install Syncthing-macOS (menu bar app)
    • Add Desktop folder as shared folder
    • Note the device ID
  2. On Boox:

    • Install Syncthing from Google Play Store
    • Add Mac as remote device using ID
    • Accept folder share invitation
    • Configure to sync to /storage/emulated/0/Books/
    • Enable "run on startup" and battery optimization exemption

Network Configuration:

  • Local network: Works automatically via LAN discovery
  • Remote access: Use Tailscale VPN for secure connection
  • Alternative: Configure port forwarding (less secure)

Pros:

  • Complete privacy and control
  • No storage limits
  • No monthly fees
  • Works on local network without internet
  • Fast transfer speeds on LAN
  • Real-time sync possible

Cons:

  • More complex initial setup
  • Requires devices to be online simultaneously
  • No built-in version history
  • Potential for sync conflicts without cloud mediation
  • Battery drain on Boox if always syncing

Best For: Privacy-conscious users with technical skills.


Option 4: Hybrid WebDAV Solution (NextCloud)

Overview: Self-hosted or provider-hosted NextCloud instance as private cloud.

Architecture:

Mac Desktop → NextCloud Desktop → NextCloud Server → Boox WebDAV Integration

Pros:

  • Full control over data
  • Native WebDAV support on Boox
  • Can self-host or use provider
  • Additional features (calendar, contacts, etc.)

Cons:

  • Requires server (self-hosted or paid)
  • More complex maintenance
  • macOS Finder WebDAV has known issues
  • May require alternative Mac client (Cyberduck)

Best For: Users wanting cloud convenience with data sovereignty.


Critical Workflow Considerations

PDF Annotation Workflow

  1. File Path Preservation:

    • When opening PDFs via file manager (not Library), NeoReader preserves original file location
    • This ensures annotations save to the synced location
    • Opening from Boox Library may create local copies
  2. Annotation Formats:

    • Boox embeds annotations directly in PDFs
    • Compatible with Adobe Acrobat, Preview, and most PDF readers
    • Annotations sync as part of the PDF file
  3. Conflict Resolution:

    • Avoid editing same PDF on multiple devices simultaneously
    • Most sync services create conflicted copies rather than merging
    • Establish clear workflow: Mac → Boox → Mac

Folder Structure Recommendations

Desktop/
├── BooxSync/
│   ├── ToRead/        # PDFs from Mac to Boox
│   ├── Annotated/     # Completed annotations
│   ├── InProgress/    # Currently reading/annotating
│   └── Archive/       # Processed documents

Automation Opportunities

On Mac (using Automator or Shortcuts):

  • Auto-move generated PDFs to ToRead/
  • Watch Annotated/ folder for completed files
  • Auto-archive processed documents by date

On Boox:

  • Use Tasker (Android automation) for advanced workflows
  • Set up automatic file organization rules
  • Configure notification on sync completion

Implementation Recommendations

For Your Specific Use Case

Given your requirements (Mac Studio with iCloud → Boox for reading/annotating → Mac picks up annotated files), I recommend:

Primary Solution: Google Drive Desktop

Reasoning:

  1. Lowest friction setup and maintenance
  2. Native integration on both platforms
  3. Reliable bidirectional sync
  4. No additional apps needed on Boox
  5. Works seamlessly with your existing macOS workflow

Implementation Plan:

  1. Install Google Drive Desktop on Mac
  2. Create Desktop/BooxSync/ folder structure
  3. Configure Boox native Google Drive integration
  4. Test with sample PDF workflow
  5. Adjust sync settings based on usage patterns

Fallback Option: If privacy is paramount, implement Syncthing with Tailscale VPN for secure remote access.


Known Issues & Workarounds

Issue 1: Syncing iCloud Desktop Folder

Problem: Cannot directly sync iCloud Desktop folder to Android Workaround: Use symbolic links or Hazel rules to mirror iCloud Desktop content to Google Drive folder

Issue 2: Large PDF Collections

Problem: Initial sync of large collections can be slow Workaround: Start with selective sync, gradually add folders

Issue 3: Battery Drain on Boox

Problem: Continuous sync apps drain battery Workaround: Use scheduled sync (every 30-60 minutes) instead of real-time

Issue 4: Annotation Conflicts

Problem: Simultaneous edits create conflicts Workaround: Implement clear checkout/checkin workflow with folder organization


Performance Optimization Tips

  1. File Size Management:

    • Compress PDFs before syncing (use macOS Automator)
    • Typical agenda/journal PDFs (1-10MB) sync quickly
    • Large PDFs (>50MB) may need manual transfer
  2. Sync Scheduling:

    • Configure off-peak sync for large batches
    • Use instant sync for working folders only
    • Archive completed work to reduce sync overhead
  3. Network Optimization:

    • Use 5GHz WiFi on both devices when possible
    • For Syncthing, prefer local network sync when available
    • Consider sync only on WiFi (not cellular) on Boox

Cost Analysis

Solution Initial Cost Monthly Cost Storage Notes
Google Drive $0 $0-$1.99 15-100GB Best value for most users
Dropbox + Dropsync $4.99 $11.99 2TB Most features, higher cost
Syncthing $0 $0 Unlimited* *Limited by device storage
NextCloud (hosted) $0 $5-15 100GB-1TB Varies by provider

Security & Privacy Considerations

Cloud Solutions (Google Drive/Dropbox)

  • ⚠️ Data stored on third-party servers
  • ✅ Encrypted in transit and at rest
  • ⚠️ Subject to provider terms of service
  • ✅ Convenient sharing and collaboration

P2P Solutions (Syncthing)

  • ✅ Data never leaves your devices
  • ✅ End-to-end encryption
  • ✅ No third-party access
  • ⚠️ Requires proper network security setup

Recommendations

  • Use unique, strong passwords
  • Enable 2FA on all cloud accounts
  • For sensitive documents, consider Syncthing or encrypted containers
  • Regular backups independent of sync solution

Conclusion

For your specific use case of low-friction bidirectional sync between macOS Desktop (with iCloud) and Boox NoteAir 3C, Google Drive Desktop provides the optimal balance of simplicity, reliability, and functionality. While iCloud Drive cannot be directly accessed on Android devices, Google Drive serves as an excellent alternative that integrates natively with both platforms.

The setup requires minimal configuration, provides true bidirectional sync with PDF annotations intact, and offers sufficient free storage for typical document workflows. For users requiring more control or privacy, Syncthing presents a viable alternative, though with increased complexity.


Official Documentation

Third-Party Apps

Community Resources

Automation Tools


Native Notes App Export Capabilities & Syncthing Compatibility

Executive Answer: Can Boox Notes Auto-Export to Local Folders for Syncthing?

YES - The Boox native Notes app can automatically export PDFs to a local folder that Syncthing can monitor and sync. This provides a viable alternative to cloud services for users prioritizing data sovereignty.

How Auto-Export Works

Enabling Automatic PDF Export

  1. Access Settings:

    • Open the Notes app
    • Tap the three dots menu (⋮) in the top right corner
    • Select "Options"
  2. Enable Auto-Export:

    • Toggle ON: "Automatically export as PDF after exiting a notepad"
    • This setting is located at the bottom of the Options menu
  3. Export Behavior:

    • When you close/exit a note, a background daemon automatically converts it to PDF
    • PDFs appear in the device's local storage within seconds
    • No manual export action required after initial setup

Local Storage Path

  • Primary location: /storage/emulated/0/note/
  • Alternative reference: Storage/note (as shown in file managers)
  • Backup location: /storage/emulated/0/note/backup/local/ (for bulk backups)
  • Files are saved directly to internal storage, not cloud-dependent

Syncthing Integration Workflow

Setup Process

  1. On Boox Device:

    - Install Syncthing from Google Play Store
    - Open Syncthing and note the Device ID
    - Add folder: /storage/emulated/0/note/
    - Name it descriptively (e.g., "Boox Notes")
    - Share with your Mac's Device ID
    
  2. On Mac:

    - Install Syncthing and Syncthing-macOS (menu bar app)
    - Add Boox device using its Device ID
    - Accept the shared "Boox Notes" folder
    - Map to local path (e.g., ~/Desktop/BooxNotes/)
    - Configure sync interval as needed
    
  3. Result:

    • Notes automatically export as PDFs when closed
    • PDFs sync to Mac within seconds when both devices are online
    • No cloud services required

Workflow in Practice

  1. Create/edit note in Boox Notes app
  2. Exit the note (triggers auto-export to PDF)
  3. PDF appears in /storage/emulated/0/note/
  4. Syncthing detects the new/modified file
  5. File syncs to Mac's designated folder
  6. PDF available on Mac for further processing

Advanced Configurations

Syncing Native .note Files

For users wanting to edit notes on multiple Boox devices:

  • Syncthing can sync .note files (native format)
  • When opened on another Boox device, prompts to import
  • Enables round-trip editing between Boox devices
  • Note: .note files cannot be opened on Mac/PC

Hybrid Approach (Best of Both Worlds)

  1. Enable auto-PDF export for Mac compatibility

  2. Also sync .note files for Boox-to-Boox editing

  3. Use folder structure:

    /storage/emulated/0/note/
    ├── PDFs (auto-generated)
    └── Native (.note files)
    

Limitations & Considerations

Syncthing-Specific

  • Simultaneous online requirement: Both devices must be online for sync
  • Initial setup complexity: More technical than cloud services
  • No version history: Unlike cloud services, no built-in versioning
  • Battery consideration: Syncthing running constantly may impact battery

Auto-Export Specific

  • One-way conversion: PDF export is read-only on non-Boox devices
  • No selective sync: All notes in folder are synced
  • Storage management: PDFs accumulate, require periodic cleanup
  • Format limitation: Only PDF export, not other formats

Performance & Reliability

Based on user reports (2024-2025):

  • Speed: PDFs appear "within seconds" after note closure
  • Reliability: Workflow described as stable once configured
  • File size: Typical handwritten notes (1-5 pages) sync quickly
  • Network: Works on local network or internet (via relay servers)

Syncthing vs Google Drive Decision Matrix

Factor Syncthing + Auto-Export Google Drive
Setup Complexity Medium-High Low
Data Sovereignty ✅ Complete ❌ Google servers
Auto-Export Support ✅ Yes (PDF to local) ✅ Yes (to cloud)
Sync Speed Fast (seconds) Fast (1-2 minutes)
Offline Work ✅ Full functionality Limited
Storage Cost Free (device limited) Free 15GB, then paid
Round-trip Editing ❌ PDF only on Mac ❌ PDF only on Mac
Maintenance Moderate Minimal

Recommendation Based on Research

For users prioritizing data sovereignty: Syncthing with auto-PDF export is fully viable and proven to work reliably. The workflow requires:

  1. One-time technical setup (30-45 minutes)
  2. Enabling auto-PDF export in Notes settings
  3. Accepting that both devices must be online to sync

For users prioritizing simplicity: Google Drive remains easier to set up and maintain, with similar auto-export capabilities but data stored on Google servers.

Step-by-Step Implementation Guide for Syncthing Route

  1. Preparation Phase:

    • Ensure Boox has Google Play Store access
    • Connect both devices to same network initially
    • Have Mac admin password ready
  2. Boox Configuration:

    a. Install Syncthing from Play Store
    b. Grant necessary permissions (storage, battery optimization exemption)
    c. Settings Notes Options Enable "Auto export as PDF"
    d. In Syncthing: Add folder "/storage/emulated/0/note/"
    e. Note the Device ID from Syncthing settings
  3. Mac Configuration:

    a. Download Syncthing from syncthing.net
    b. Install Syncthing-macOS for menu bar integration
    c. Add Boox device using its Device ID
    d. Accept shared folder when prompted
    e. Map to ~/Desktop/BooxNotes/ or preferred location
  4. Testing:

    • Create test note on Boox
    • Write "Sync Test" and exit note
    • Verify PDF appears in Boox's /note/ folder
    • Confirm sync to Mac within 1-2 minutes
    • Check PDF opens correctly on Mac
  5. Optimization:

    • Configure Syncthing to run on startup (both devices)
    • Set appropriate sync intervals
    • Consider using Tailscale for remote sync
    • Set up folder watching for instant sync

Conclusion

The research confirms that Boox native Notes app can automatically export to local folders compatible with Syncthing, providing a genuine alternative to cloud services for users valuing data sovereignty. The feature is built into the Notes app settings and has been successfully implemented by multiple users in 2024-2025.