Wearables & Capture

Passive data capture landscape — smartphones, wearables, and the richest life record ever assembled.

Headstone — LifeLine Data Layer

Document Version: 1.0

Research Date: March 2026

Status: Founding Reference Document

*"The richest life record ever assembled isn't in a hospital. It's scattered across a dozen apps that don't talk to each other, on devices that consider your data theirs."*

— The Headstone premise

Table of Contents

1. Current Smartphone Data

2. Current Wearables Landscape

3. Emerging Wearables (1–3 Years)

4. Data Richness Assessment

5. Export & Portability

6. The Passive Capture Stack

7. Privacy & Security Considerations

8. Accessibility

9. Summary & Strategic Implications

1. Current Smartphone Data

A modern smartphone is already the most powerful passive life-capture device ever built. Most people carry one 16+ hours per day. The data it generates continuously is staggering.

1.1 Location & Movement

Data TypeDetail LevelCapture Method

|-----------|-------------|----------------|

GPS location~3m accuracy outdoorsGPS, GLONASS, Galileo chips
Wi-Fi triangulation~10-15m indoorsWi-Fi AP fingerprinting
Bluetooth proximityRoom-levelBLE beacons
Cell tower location~100m-1kmCarrier network
AltitudeFloor-levelBarometric pressure sensor
Speed & accelerationContinuous3-axis accelerometer + gyroscope
Step countPer-stepPedometer (accelerometer fusion)
Movement patternsMode detectionML on accelerometer (walking, driving, cycling)
Frequent locationsSemanticOS-level (home, work, gym)
Travel historyLifetimeGoogle Timeline / Apple Significant Locations

iOS Export: `CoreLocation`, `CMMotionActivity`, `CMPedometer`

Android Export: `Activity Recognition API`, `Fused Location Provider`, `Google Fit REST API`

Google Takeout: Exports full location history as JSON (Location History.json) — includes every recorded location point with timestamp, accuracy, and inferred activity.

1.2 Communications Patterns (Metadata, Not Content)

Data TypeWhat It RevealsAPI/Access

|-----------|----------------|------------|

Call logsWho you call, how often, duration, time of dayNative phone APIs
SMS metadataMessage frequency, contacts, timingAndroid: `Telephony.Sms`
App communication patternsWhich apps used for messagingiOS Screen Time / Android Digital Wellbeing
Email metadataVolume, response times, top contactsGmail API, Mail.app
Social graph (inferred)Who matters to youDerived from frequency analysis

**Note:** Content of communications is explicitly off-limits for Headstone — metadata only, with full user consent for each category.

1.3 Health & Body Data (Smartphone-Native)

Sensor/FeatureData CapturedPlatform

|---------------|--------------|---------|

AccelerometerSteps, activity type, sleep motioniOS + Android
GyroscopeBalance, gait analysisiOS + Android
BarometerFloors climbed, elevationiOS + Android
Microphone (opt-in)Ambient noise levels (decibels), sleep soundsVarious apps
CameraPhoto health proxies (skin tone, facial analysis)Emerging
Face ID / biometricsIndirectly — facial data for auth (not accessible to apps)iOS
Crash detectionFall events, high-impact momentsiPhone 14+, Pixel 8+
Emergency SOS patternsStress eventsiOS, Android
Menstrual cycle (user-logged)Cycle trackingApple Health, Google Fit

Apple Health data types available via HealthKit API:

1.4 App Usage & Digital Behavior

Data TypePlatform APIExport Method

|-----------|-------------|---------------|

This page summarizes the full specification. See the full document for complete details.

Dive Deeper

Back to Home Read the Vision
Screen time per appiOS Screen Time API, Android Digital WellbeingLimited (iOS restricts 3rd party access); Google Takeout
App open/close timesAvailable to app developers per-appPer-app logs