[TBT][Runtime Info][Updating guide info for the TCs] 32/216332/2
authorPriya Kohli <priya.kohli@samsung.com>
Wed, 23 Oct 2019 10:38:11 +0000 (16:08 +0530)
committershobhit verma <shobhit.v@samsung.com>
Wed, 23 Oct 2019 10:41:48 +0000 (10:41 +0000)
Change-Id: I3944eb9c07c5d49430c204ac053f9d7e86fd5ec0
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/model/tbt-list.c

index 42e2602e36186825310aaab800f8dceaa937577a..54783db779d2c0088f2c816ab984c3c2047025d7 100644 (file)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index cedc006bd2165aed45a5961cc89331560b384eca..68163ebf00d593718358ba701d488105baac4c5c 100644 (file)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 8c1f88c8be50040fd10b016f2b6dea45d07df8e5..0fa6f4da696552fb166e84d42cb94f594d6516d4 100644 (file)
@@ -1826,7 +1826,9 @@ static tbt_info tbtapps[] =
                        .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
@@ -1838,7 +1840,9 @@ static tbt_info tbtapps[] =
                        .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
@@ -1850,7 +1854,9 @@ static tbt_info tbtapps[] =
                        .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}
@@ -1864,7 +1870,8 @@ static tbt_info tbtapps[] =
                        .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
@@ -1876,7 +1883,9 @@ static tbt_info tbtapps[] =
                        .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}
@@ -1890,7 +1899,9 @@ static tbt_info tbtapps[] =
                        .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}
@@ -1904,7 +1915,9 @@ static tbt_info tbtapps[] =
                        .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}