GKSHOP
GKSPHONE V2Configuration

Custom ringtones and notifications

Add your own ringtones and notification sounds, and set the defaults.

13 ringtones and 10 notification sounds ship by default. Both are registered the same way, in Settings in gksphone/config/config.json.

Drop the file in

TypeFolder
Ringtonegksphone/html/sounds/ringtones/
Notificationgksphone/html/sounds/notifications/

Use .ogg or .mp3.

Register it

The key is the name players see in Settings:

gksphone/config/config.json
"Sounds": {
  "Default": "/html/sounds/ringtones/default.ogg",
  "Classic": "/html/sounds/ringtones/classic.ogg",
  "Chime":   "/html/sounds/ringtones/chime.ogg"
},

"Notifications": {
  "Arrived": "/html/sounds/notifications/arrived.ogg",
  "Bell":    "/html/sounds/notifications/bell.ogg",
  "Alert":   "/html/sounds/notifications/alert.ogg"
}

Paths start at /html/, not at the resource folder.

Restart gksphone

config.json is read at resource start.

Change the defaults

New phones start with these. Both take a key from the lists above, not a path:

"DefaultSound":        "Default",
"DefaultNotification": "Arrived"

Players can also add their own ringtones in-game through the Tuneify app, subject to approval — see Music & Tuneify.

On this page