From: Priya Kohli Date: Wed, 23 Oct 2019 10:38:11 +0000 (+0530) Subject: [TBT][Runtime Info][Updating guide info for the TCs] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=721c5c65730af0c4d8dcb59d43799f1ad03591b2;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Runtime Info][Updating guide info for the TCs] Change-Id: I3944eb9c07c5d49430c204ac053f9d7e86fd5ec0 Signed-off-by: Priya Kohli --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 42e2602..54783db 100644 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index cedc006..68163eb 100644 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 diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 8c1f88c..0fa6f4d 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -1826,7 +1826,9 @@ static tbt_info tbtapps[] = .parent = "Runtime Info", .apptype = TBT_APP_KEY_VIBRATION, .icon_name = "dummy", - .info = "View Audio Jack
Insert Info", + .info = "1. Initially Vibrate Mode is Not Enabled message will be shown.
" + "2. Change Sound mode to vibration from Settings app.
" + "3. Device Vibration is Enabled 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
Insert Info", + .info = "1. Initially Battery Not Charging message will be shown.
" + "2. Connect Device to a charger.
" + "3. Battery Charging Started 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
Insert Info", + .info = "1. Enable/Disable GPS from Settings app.
" + "1. GPS is disabled message will be shown if GPS is disabled from Settings app.
" + "2. GPS is Searching for satellites message will be shown if GPS is enabled from Settings app.
", .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
Insert Info", + .info = "1.Insert and Remove usb cable [eg: mobile charger]
" + "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
Insert Info", + .info = "1. Enable/Disable Bluetooth from Settings app.
" + "1. Bluetooth is not Enabled message will be shown if Bluetooth is disabled from Settings app.
" + "2. Bluetooth is Enabled message will be shown if Bluetooth is enabled from Settings app.
", .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
Insert Info", + .info = "1. Enable/Disable Auto Rotate from Settings app.
" + "1. Auto Rotate Not Enabled message will be shown if Auto Rotate is disabled from Settings app.
" + "2. Auto Rotate is Enabled message will be shown if Auto Rotate is enabled from Settings app.
", .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
Insert Info", + .info = "1. Enable/Disable Wifi Hotspot from Settings app.
" + "1. Wifi Hotspot Not Enabled message will be shown if Wifi Hotspot is disabled from Settings app.
" + "2. Wifi Hotspot is Enabled message will be shown if Wifi Hotspot is enabled from Settings app.
", .result = 0, .required_features_count = 1, .features_required = {FEATURE_NETWORK_WIFI}