Skip to main content
RoadPhone Fold is included with RoadPhone Pro. Both run inside the same roadphone resource and share its API. This page describes the current 2.7.0 resource and Fold integration.

Current features

Update an existing server

  1. Back up the roadphone resource and database.
  2. Update from the complete release, including public/, scripts, bridge, manifest and streamed Fold models.
  3. Merge new options into existing config.lua, addon configs and public/static/config/config.json. Preserve server-specific API.lua, credentials, integrations and customization.
  4. Add the phone_fold inventory item using the Fold guide.
  5. Start dependencies first, restart roadphone, and check the console for database migration errors. The resource runs database setup/migrations on startup; fresh-install SQL is not an upgrade script.
  6. Verify regular Pro and Fold items separately: numbers, saved content, accounts, fold state, props and enabled apps.

Developer changes

The export index lists current client and server exports, including runtime and manifest registrations. Integration points include getActivePhoneNumber, service availability, account-session lookups, live cards, map pins, phone-box call coordination and item-aware delivery/storage helpers. Technical names remain unchanged for compatibility: Live Bar uses StartIslandActivity, UpdateIslandActivity and StopIslandActivity. Fold introduces a player command and device configuration. It does not add a second export namespace.