X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=res%2Fvalues%2Fstrings.xml;h=b1253262f45982e23571d94e4413b3fdda6b3bcc;hb=6926b04deddff9e091ed1e7319fd20cd485d9f57;hp=3d8258e048b8f97bc2c37f9f90ff10ebc6f6afe8;hpb=b4f8b90cdb5353c6862235bb799c620e6865ac28;p=fonbot.git diff --git a/res/values/strings.xml b/res/values/strings.xml index 3d8258e..b125326 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9,8 +9,8 @@

2. Sending commands:

\n @@ -20,12 +20,13 @@ Example command: sms 0755555555 \'This is a random text\'. This command would se The help command can be used to get a list of commands and help for them. Examples:\n\n User tapped \'%s\' User navigated away from dialog User canceled dialog + Admin disabled Admin disable requested Admin enabled Device password changed @@ -33,7 +34,7 @@ The help command can be used to get a list of commands and help for them. Exampl Device login succeeded Logging in… Phone is now idle - "Phone is ringing. Incoming number: " + "Phone is ringing. Incoming number: %s" Phone is offhook Location Latitude @@ -216,9 +217,14 @@ The help command can be used to get a list of commands and help for them. Exampl Usage: sms phone_number message\n - Sends an sms with text <message> to <phone_number>.\n + Sends an sms with text <message> to <phone_number>. This command requests a delivery report. If you do not want one, use the SMSQ command.\n Example: sms 0755555555 \"Test message\" + + Usage: smsq phone_number message\n + Sends an sms with text <message> to <phone_number>. This command does not request a delivery report. If you want one, use the SMS command.\n + Example: smsq 0755555555 \"Test message\" + Usage: setpassword [password]\n With no argument, clears the device password.\n @@ -253,7 +259,7 @@ The help command can be used to get a list of commands and help for them. Exampl Usage: flash on/off\n - Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the torch command instead.\n + Turns the flashlight on or off. This is unreliable. If you have the Torch app installed, use the TORCH command instead.\n Example: flash on @@ -457,7 +463,7 @@ The help command can be used to get a list of commands and help for them. Exampl Usage: torch\n - Toggles the torch (flashlight). This is reliable but requires the Torch app. If you don\'t have the Torch app installed, use the flash command instead.\n + Toggles the torch (flashlight). This is reliable but requires the Torch app. If you don\'t have the Torch app installed, use the FLASH command instead.\n Example: torch Toggling torch state… @@ -482,4 +488,11 @@ The help command can be used to get a list of commands and help for them. Exampl Example: rootsh stop;sleep 3;start This command is not documented (yet). + SMS sent (%s) + SMS not sent: Generic failure (%s) + SMS not sent: No service (%s) + SMS not sent: Null PDU (%s) + SMS not sent: Radio off (%s) + SMS delivered (%s) + SMS not delivered (%s)