.parent = "Runtime Info",
.apptype = TBT_APP_KEY_VIBRATION,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. Initially <b>Vibrate Mode is Not Enabled</b> message will be shown.<br/>"
+ "2. Change Sound mode to vibration from <b>Settings app</b>.<br/>"
+ "3. <b>Device Vibration is Enabled</b> message will be shown.",
.result = 0
},
#endif
.parent = "Runtime Info",
.apptype = TBT_APP_BATTERY,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. Initially <b>Battery Not Charging</b> message will be shown.<br/>"
+ "2. Connect Device to a charger.<br/>"
+ "3. <b>Battery Charging Started</b> message will be shown.",
.result = 0
},
#endif
.parent = "Runtime Info",
.apptype = TBT_APP_GPS_STATUS,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. <b>Enable/Disable</b> GPS from <b>Settings</b> app.<br/>"
+ "1. <b>GPS is disabled</b> message will be shown if GPS is disabled from <b>Settings</b> app.<br/>"
+ "2. <b>GPS is Searching for satellites</b> message will be shown if GPS is enabled from <b>Settings</b> app.<br/>",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_LOCATION_GPS}
.parent = "Runtime Info",
.apptype = TBT_APP_USB_CONNECTED,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1.Insert and Remove usb cable [eg: mobile charger]<br/>"
+ "2.Usb Connected or Usb Disconnected will be shown",
.result = 0
},
#endif
.parent = "Runtime Info",
.apptype = TBT_APP_BLUETOOTH_ENABLED,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. <b>Enable/Disable</b> Bluetooth from <b>Settings</b> app.<br/>"
+ "1. <b>Bluetooth is not Enabled</b> message will be shown if Bluetooth is disabled from <b>Settings</b> app.<br/>"
+ "2. <b>Bluetooth is Enabled</b> message will be shown if Bluetooth is enabled from <b>Settings</b> app.<br/>",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_NETWORK_BLUETOOTH}
.parent = "Runtime Info",
.apptype = TBT_APP_AUTO_ROTATION_ENABLED,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. <b>Enable/Disable</b> Auto Rotate from <b>Settings</b> app.<br/>"
+ "1. <b>Auto Rotate Not Enabled</b> message will be shown if Auto Rotate is disabled from <b>Settings</b> app.<br/>"
+ "2. <b>Auto Rotate is Enabled</b> message will be shown if Auto Rotate is enabled from <b>Settings</b> app.<br/>",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_SCREEN_AUTO_ROTATION}
.parent = "Runtime Info",
.apptype = TBT_APP_WIFI_HOTSPOT_ENABLED,
.icon_name = "dummy",
- .info = "View Audio Jack <br/>Insert Info",
+ .info = "1. <b>Enable/Disable</b> Wifi Hotspot from <b>Settings</b> app.<br/>"
+ "1. <b>Wifi Hotspot Not Enabled</b> message will be shown if Wifi Hotspot is disabled from <b>Settings</b> app.<br/>"
+ "2. <b>Wifi Hotspot is Enabled</b> message will be shown if Wifi Hotspot is enabled from <b>Settings</b> app.<br/>",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_NETWORK_WIFI}