Docs/Orb Phone/Apps · Utilities & OS

Apps · Utilities & OS

Camera & Gallery

Camera takes in-game photos (screenshot-basic), hosts them via the upload webhook and saves them to orb_photos. Gallery is a standalone viewer over the same catalog — grid, lightbox, date filters and AirShare.

Mail (OrbMail)

A full email client between numbers — inbox, sent, drafts with attachments. Its standout is the public SendEmail export, so jobs and scripts can deliver receipts — and even money — straight to a player's inbox. Stored in orb_emails. Emits orb-phone:email:sent.

Notes

Private autosave notes with pin, scoped to the phone line. Stored in orb_notes.

Maps

An interactive Los Santos map (multi-zoom atlas + satellite tiles): set waypoints, save places (home / work / favorites) and share your live location with contacts. Stored in orb_places.

Weather

An editorial weather app: current and next conditions are read from the game; the hourly + daily forecast is deterministic and consistent for all players (same real day → same forecast). No DB.

Music (Orb FM)

A real audio player — the phone streams tracks through a NUI element. The catalog is config-driven (Config.Music): a large public library, copyright-free music, or your own URLs.

Settings

Personalize the phone — wallpaper, light/dark/auto theme, accent color, language and notifications. Choices are per-player (saved locally).

Orb Store

An in-phone app store with an editorial storefront to install/remove apps and arrange the home screen.

Phone OS & shell

Beyond the apps, the phone ships a full OS shell: lock screen, home, control center, notifications, global search, first-run onboarding and full i18n (en / es / fr / pt). Frontend-only state persists in localStorage; server-backed apps use their orb_* tables.