[TBT][tizen_3.0_mobile][Info Instructions updated] 14/90614/1
authornazib.ullah <nazib.ullah@samsung.com>
Mon, 3 Oct 2016 06:31:42 +0000 (12:31 +0600)
committernazib.ullah <nazib.ullah@samsung.com>
Mon, 3 Oct 2016 06:32:51 +0000 (12:32 +0600)
Change-Id: Ifde3669017a3404c00b1e4c8ec833d125fdf7f93

release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-common-view.c
tbtcoreapp/src/view/tbt-connection-view.c
tbtcoreapp/src/view/tbt-media-key-view.c
tbtcoreapp/src/view/tbt-package-manager-view.c
tbtcoreapp/src/view/tbt-sound-manager-view.c

index 6fbc0c833b1bc7e6298c23fd5bb0f74773db2ef0..40141fd5e94f8675d43ece61f5d679799ea06ec5 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 298f9ddb83546aec89a8e22a8bcf61992e250bac..39d47bb3e745702e128ddb879620f66ead22205d 100644 (file)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk differ
index 47afdd29973b170afe5d1f338e654610727aefc8..e4876f75c2664c8ee15ca90d34ca8bfd61c9decb 100644 (file)
@@ -45,7 +45,8 @@ static tbt_info tbtapps[] =
                        .parent = "Camera",
                        .apptype = TBT_APP_CAMERA_CAPTURE,
                        .icon_name = "dummy",
-                       .info = "Capture and show image from camera",
+                       .info = "1. Press <b>Capture</b> to capture a picture.<br/>"
+                                       "2. Check the captured picture which is shown automatically.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = { 0 }
@@ -62,7 +63,9 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_CAMERA_RECORD,
                        .icon_name = "dummy",
                        .file_name = "video/sampleMPEG4.mp4",
-                       .info = "Record and play<br/> a video",
+                       .info = "1. Press <b>Record</b> button to record the video.<br/>"
+                                       "2.     Press <b>Stop</b> to stop the recording.<br/>"
+                                       "3. Check the recorded video clip which is shown automatically.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {0 }
@@ -77,7 +80,8 @@ static tbt_info tbtapps[] =
                        .parent = "Camera",
                        .apptype = TBT_APP_CAMERA_FACE_DETECT,
                        .icon_name = "dummy",
-                       .info = "Detect face from<br/> camera preview",
+                       .info = "1. Camera preview starts automatically.<br/>"
+                                       "2. camera can detect face and “zoom in” and “zoom out” is performed automatically",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {0, 3}
@@ -92,7 +96,8 @@ static tbt_info tbtapps[] =
                        .parent = "Camera",
                        .apptype = TBT_APP_CAMERA_HDR_CAPTURE,
                        .icon_name = "dummy",
-                       .info = "Capture HDR image and<br/> show from Camera",
+                       .info = "1. Press <b>Capture</b> to capture a picture.<br/>"
+                                       "2. Check the captured picture which is shown automatically.",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {0, 3}
@@ -110,7 +115,10 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_SOUND_AUDIO,
                        .icon_name = "dummy",
                        .file_name = "sounds/SampleMP3.mp3",
-                       .info = "Play mp3 audio file",
+                       .info = "1. Press <b>Play</b> to start music.<br/>"
+                                       "2. Check the sound output to the speaker.<br/>"
+                                       "3. Press <b>Stop</b> to stop the music.<br/>"
+                                       "4. Press <b>Pause</b> to pause the music",
                        .result = 0
                },
        #endif
@@ -124,7 +132,11 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_SOUND_VOLUME,
                        .icon_name = "dummy",
                        .file_name = "sounds/SampleMP3.mp3",
-                       .info = "Play mp3 audio file and change volume",
+                       .info = "1. Press <b>Play</b> to start music.<br/>"
+                                       "2. Check the sound output to the speaker.<br/>"
+                                       "3. Press <b>Stop</b> to stop the music.<br/>"
+                                       "4. Press <b>Pause</b> to pause the music"
+                                       "5. Slide the <b>Slider</b> to change the volume level.",
                        .result = 0
                },
        #endif
@@ -139,7 +151,7 @@ static tbt_info tbtapps[] =
                        .parent = "GPS",
                        .apptype = TBT_APP_GPS_GPS,
                        .icon_name = "dummy",
-                       .info = "Show GPS coordinate data",
+                       .info = "Shows GPS coordinate data",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {11}
@@ -155,7 +167,22 @@ static tbt_info tbtapps[] =
                                .parent = "Bluetooth LE",
                                .apptype = TBT_APP_BLE_GATT_CLIENT,
                                .icon_name = "dummy",
-                               .info = "Bluetooth LE Gatt Cleint",
+                               .info = "1. Press Discover Button to Start discovering Gatt Server.<br/>"
+                                               "2. Select Gatt server ID from discovered list to connect it.<br/>"
+                                               "3. After successfully connected, two services <b>Link loss service</b> and <b>Battery service</b> will be shown.<br/>"
+                                               "4. select Link loss service, a characteristic will be shown<br/>"
+                                               "5. select characteristic, then press <b>Read</b> button. Get value will be shown and Read request will be shown in <b>Gatt Server</b> end.<br/>"
+                                               "6. Press <b>Write</b> button, value written to Gatt Server and it will be shown there.<br/>"
+                                               "7. Press hardware back button, services list will be shown again<br/>"
+                                               "8. Select <b>Battery service</b>, a characteristic will be shown<br/>"
+                                               "9. Select characteristic, then press <b>Read</b> button. Get value will be shown and Read request will be shown in <b>Gatt Server</b> end.<br/>"
+                                               "10. Press <b>Expand</b> button, Descriptor list will be shown under battery characteristic.<br/>"
+                                               "11. Select descriptor then press <b>Read</b> button, Get value will be shown and Read request will be shown in <b>Gatt Server</b> end.<br/>"
+                                               "12. Press <b>Write</b> button, value written to Gatt Server and it will be shown there.<br/>"
+                                               "13. Press <b>HW Back</b> button, services list will be shown again<br/>"
+                                               "14. Select <b>Battery service</b>, a characteristic will be shown<br/>"
+                                               "15. Press <b>Notify</b> button at Gatt Server end, changed value will be shown in Gatt Client end.<br/>"
+                                               "16. Press Disconnect button to Disconnect from Server.<br/>",
                                .result = 0,
                                .required_features_count = 1,
                                .features_required = {16}
@@ -168,7 +195,8 @@ static tbt_info tbtapps[] =
                                .parent = "Bluetooth LE",
                                .apptype = TBT_APP_BLE_GATT_SERVER,
                                .icon_name = "dummy",
-                               .info = "Bluetooth LE Gatt Cleint",
+                               .info = "1. Press <b>Start Server</b> button to Start Gatt Server.<br/>"
+                                               "2. Follow the Steps in Gatt Client module.<br/>",
                                .result = 0,
                                .required_features_count = 1,
                                .features_required = {16}
@@ -185,7 +213,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_CLIENT_PAIRED,
                        .icon_name = "dummy",
-                       .info = "Pair with bluetooth server",
+                       .info = "1. If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Run <b>Server Paired</b> module.<br/>"
+                                       "3. Press <b>Discover</b> and a list of available device will be shown.<br/>"
+                                       "4. Select the <b>Server Paired</b> device<br/>"
+                                       "5. A Connection popup will be shown.<br/>"
+                                       "6. Press <b>Confirm</b> to make pair <br/>",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -216,7 +249,11 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_SERVER_PAIRED,
                        .icon_name = "dummy",
-                       .info = "Pair with bluetooth client",
+                       .info = "1. If Bluetooth is off, turn on manually.<br/>"
+                                       "2. press <b>Set Visible</b>.<br/>"
+                                       "3. device will be shown in Client end.<br/>"
+                                       "4. Connect from client end.<br/>"
+                                       "5. A connection popup will be shown, press <b>OK</b>",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -231,7 +268,10 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_OPP_SERVER,
                        .icon_name = "dummy",
-                       .info = "Pair with bluetooth OPP client",
+                       .info = "1.     Press <b>Bluetooth On</b> to activate Bluetooth on the device and the Bluetooth application of the device will be opened. Turn on Bluetooth from there Select the desired device and the devices will be paired.<br/>"
+                                       "2. Press <b>Set Visible</b> and wait for the connection pop-up message.<br/>"
+                                       "3.     Press <b>Confirm</b> button to accept connection from client.<br/>"
+                                       "4.     When client is trying to send a file press <b>Accept/Reject</b> button to accept/reject file sending request.",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {16,73}
@@ -246,7 +286,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_OPP_CLIENT,
                        .icon_name = "dummy",
-                       .info = "Transfer data using bluetooth OPP",
+                       .info = "1.     Press <b>Bluetooth On</b> to activate Bluetooth on the device and the Bluetooth application of the device will be opened. Turn on Bluetooth from there Select the desired device and the devices will be paired.<br/>"
+                                       "2. Press button <b>Discover</b> to see the list of Bluetooth devices.<br/>"
+                                       "3. Select the desired device from the list.<br/>"
+                                       "4.     Press button <b>Send File.</b><br/>"
+                                       "5. If you want to cancel file sending after pressing <b>Send File</b> just press <b>Cancel Transfer</b> button.<br/>"
+                                       "6. Check if any image file is pushed to the other device.",
                        .result = 0,
                        .file_name = "images/giraffe_800_1179.jpg",
                        .required_features_count = 2,
@@ -263,7 +308,11 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_BT_AUDIO_CONNECT_HANDSFREE,
                        .icon_name = "dummy",
                        .file_name = "sounds/SampleMP3.mp3",
-                       .info = "Connect to a bluetooth<br/>audio profile using handsfree service.",
+                       .info = "1.     If Bluetooth is off, turn on manually <br/>"
+                                       "2.     Press button <b>Discover</b> to see the list of Bluetooth Audio devices.<br/>"
+                                       "3.     Select the desired device from the list.<br/>"
+                                       "4. Press <b>Connect Audio.</b> button<br/>"
+                                       "5.     Now make a call and test if sound is heard in the audio device",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {16, 69}
@@ -280,7 +329,11 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_BT_AUDIO_CONNECT,
                        .icon_name = "dummy",
                        .file_name = "sounds/SampleMP3.mp3",
-                       .info = "Connect to a bluetooth<br/>audio profile using a2dp service.",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press <b>Discover</b> button to see the list of Bluetooth Audio devices.<br/>"
+                                       "3. Select the desired device from the list.<br/>"
+                                       "4.     Press <b>Connect Audio.</b> button<br/>"
+                                       "5.     Now you can hear the key pressing sound in Headset.",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {16, 67}
@@ -296,7 +349,10 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_AUTHORIZATION,
                        .icon_name = "dummy",
-                       .info = "Authorize a paired<br/>bluetooth device",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press <b>Discover</b> to see the list of Bluetooth devices.<br/>"
+                                       "3. Select the desired device from the list.<br/>"
+                                       "4. Press <b>Authorize</b> button and the desired device will be Authorized.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -311,7 +367,10 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_PROFILES,
                        .icon_name = "dummy",
-                       .info = "Find profile of an audio <br/>connected paired device",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press <b>Discover</b> to see the list of Bluetooth Audio devices.<br/>"
+                                       "3. Select an audio profile enabled device like, Bluetooth Headset from the list for pairing.<br/>"
+                                       "4.     After successful pairing, connected profiles will be shown.",
                        .file_name = "sounds/SampleMP3.mp3",
                        .result = 0,
                        .required_features_count = 1,
@@ -327,7 +386,10 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_SDP,
                        .icon_name = "dummy",
-                       .info = "Find Service provided by bluetooth device",
+                       .info = "1. If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press button <b>Discover</b> to see the list of Bluetooth devices.<br/>"
+                                       "3. Select the desire device to make pair with that device.<br/>"
+                                       "4.     After paring is completed press <b>Connected Services</b>, Bluetooth services will be shown in a list.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -342,7 +404,11 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_CLIENT_SOCKET,
                        .icon_name = "dummy",
-                       .info = "Pair with bluetooth socket server",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press <b>Discover</b> to see the list of Bluetooth devices.<br/>"
+                                       "3.     Select the desired device from the list.<br/>"
+                                       "4. press <b>Send Data</b> button.<br/>"
+                                       "5. check the data is sent to <b>Server Socket</b> end",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -357,7 +423,10 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_SERVER_SOCKET,
                        .icon_name = "dummy",
-                       .info = "Pair with bluetooth socket client",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press Set Visible if bluetooth is not visible.<br/>"
+                                       "3. Run <b>Client Socket</b> module. <br/>"
+                                       "4. <b>Hello this is TBT</b> message will be shown",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -372,7 +441,14 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_HID_CONNECT,
                        .icon_name = "dummy",
-                       .info = "Connect with HID device",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2.     Press <b>Discover</b> to see the list of Bluetooth HID devices.<br/>"
+                                       "3.     Select the desired device from the list and device will be paired.<br/>"
+                                       "4. Press <b>Connect HID</b> button.<br/>"
+                                       "5.     If you are trying to connect a keyboard a pop-up will appear, press the same code on the keyboard and press enter.<br/>"
+                                       "6. <b>HID connected</b> will be written on the label, just above the device list<br/>"
+                                       "7. Go to Default <b>Messaging Application</b> and try to write message from the HID keyboard.<br/>"
+                                       "8. Input from keyboard will be shown.",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {16,72},
@@ -417,7 +493,11 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth",
                        .apptype = TBT_APP_BT_HDP,
                        .icon_name = "dummy",
-                       .info = "Bluetooth HDP",
+                       .info = "1.     If Bluetooth is off, turn on manually.<br/>"
+                                       "2. Press <b>Discover</b> to see the list of devices.<br/>"
+                                       "3.     Select the desired device from the list.<br/>"
+                                       "4. After pairing press <b>Connect HDP</b> to connect to health device.<br/>"
+                                       "5. Press <b>Get Data</b> and received data will be shown",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {16, 85}
@@ -469,7 +549,11 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_CREATE_BOND_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Create Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed<br/>",
+                       .info = "Test Type One<br/>1.Bluetooth On<br/>"
+                                       "2. Create Bonding callback Invoked<br/>"
+                                       "<br/>Test Type Two<br/>"
+                                       "1. Bluetooth Off<br/>"
+                                       "2. Correct Error Message Displayed<br/>",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -484,7 +568,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_DESTROY_BOND_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Destroy Bonding callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed",
+                       .info = "Test Type One<br/>"
+                                       "1.Bluetooth On<br/>"
+                                       "2. Destroy Bonding callback Invoked<br/>"
+                                       "<br/>Test Type Two<br/>"
+                                       "1. Bluetooth Off<br/>"
+                                       "2. Correct Error Message Displayed",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -499,7 +588,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_DISCOVER_DEVICES_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Device Discovery callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed",
+                       .info = "Test Type One<br/>"
+                                       "1.Bluetooth On<br/>"
+                                       "2. Device Discovery callback Invoked<br/>"
+                                       "<br/>Test Type Two<br/>"
+                                       "1. Bluetooth Off<br/>"
+                                       "2. Correct Error Message Displayed",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -514,7 +608,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_GET_DEVICE_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Scanned callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed",
+                       .info = "Test Type One<br/>"
+                                       "1.Bluetooth On<br/>"
+                                       "2. Scanned callback Invoked<br/>"
+                                       "<br/>Test Type Two<br/>"
+                                       "1. Bluetooth Off<br/>"
+                                       "2. Correct Error Message Displayed",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -529,7 +628,12 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_SET_NAME_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Test Type One<br/>1.Bluetooth On<br/>2. Name Changed callback Invoked<br/><br/>Test Type Two<br/>1. Bluetooth Off<br/>2. Correct Error Message Displayed",
+                       .info = "Test Type One<br/>"
+                                       "1.Bluetooth On<br/>"
+                                       "2. Name Changed callback Invoked<br/>"
+                                       "<br/>Test Type Two<br/>"
+                                       "1. Bluetooth Off<br/>"
+                                       "2. Correct Error Message Displayed",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -544,7 +648,7 @@ static tbt_info tbtapps[] =
                        .parent = "Bluetooth Callback Test",
                        .apptype = TBT_APP_BT_CALLBACK_ADD_ADVERTISING_SERVICE_UUID_TEST,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>Correct Error Message Displayed<br/><br/>NOTE: SEE INFO",
+                       .info = "Correct Error Message Displayed<br/>",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {16}
@@ -561,7 +665,8 @@ static tbt_info tbtapps[] =
                        .parent = "Wifi",
                        .apptype = TBT_APP_WIFI_WIFI,
                        .icon_name = "dummy",
-                       .info = "Switch wifi On and Off",
+                       .info = "1. Press <b>Wifi On</b> to enable Wifi<br/>"
+                                       "2. Press <b>Wifi Off</b> to disable Wifi",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {24}
@@ -611,7 +716,11 @@ static tbt_info tbtapps[] =
                        .parent = "NFC",
                        .apptype = TBT_APP_NFC_TAG,
                        .icon_name = "dummy",
-                       .info = "1. Please Touch NFC Tag with Phone it shows nfc attach<br/>2.Now remove phone from the nfc tag it shows nfc detach",
+                       .info = "1. Take the device to a NFC tag<br/>"
+                                       "2. A list will appear showing information about tag type, NDEF support, NDEF message size, maximum size of NDEF message, key, value, record type, record etc.<br/>"
+                                       "3. Select the tab <b>Write</b> and take the device to a NFC tag<br/>"
+                                       "4. Then a string of Text type will be written in the NFC tag and a success message will be shown with written message.<br/>"
+                                       "5. If device is removed from tag then <b>Device Detached</b> will be shown",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {17,77}
@@ -627,7 +736,10 @@ static tbt_info tbtapps[] =
                        .parent = "NFC",
                        .apptype = TBT_APP_NFC_P2P,
                        .icon_name = "dummy",
-                       .info = "1. Please Touch One phone with other Phone it shows nfc attach<br/>2.Now remove phone from each other it shows nfc detach",
+                       .info = "1. Take two NFC supported devices and switch on NFC in both<br/>"
+                                       "2.     Select NFC P2P from the test case in two devices and click Server in one device and Client in other device<br/>"
+                                       "3.     Touch the back of two devices, Server TC will output Data Received Successfully along with received data and Client TC will output Data Sent successfully.<br/>"
+                                       "4.     If you detach devices it'll show Device Detached",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {17,76}
@@ -690,7 +802,7 @@ static tbt_info tbtapps[] =
                        .parent = "Input Device",
                        .apptype = TBT_APP_IDEV_NUM_KEYPAD,
                        .icon_name = "dummy",
-                       .info = "Input using number<br/> keyboard",
+                       .info = "Input using number keyboard",
                        .result = 0
                },
        #endif
@@ -703,7 +815,7 @@ static tbt_info tbtapps[] =
                        .parent = "Input Device",
                        .apptype = TBT_APP_IDEV_PH_NUM_KEYPAD,
                        .icon_name = "dummy",
-                       .info = "Input using phone<br/> number keyboard",
+                       .info = "Input using phone number keyboard",
                        .result = 0
                },
        #endif
@@ -716,7 +828,7 @@ static tbt_info tbtapps[] =
                        .parent = "Input Device",
                        .apptype = TBT_APP_IDEV_IP_KEYPAD,
                        .icon_name = "dummy",
-                       .info = "Input using IP<br/> keyboard",
+                       .info = "Input using IP keyboard",
                        .result = 0
                },
        #endif
@@ -733,7 +845,9 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_LOCAL_MPEG4,
                        .icon_name = "dummy",
                        .file_name = "video/sampleMPEG4.mp4",
-                       .info = "Play mpeg4 video<br/> file format",
+                       .info = "1. Press <b>Play</b> button to Play Mpeg4 video file"
+                                       "2.     Press Pause to pause the video."
+                                       "3.     Press Stop to stop the video.",
                        .result = 0
                },
        #endif
@@ -747,7 +861,9 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_LOCAL_H263,
                        .icon_name = "dummy",
                        .file_name = "video/sampleH263.3gp",
-                       .info = "Play H263 video<br/> file format",
+                       .info = "1. Press <b>Play</b> button to Play H263 video file"
+                                       "2.     Press Pause to pause the video."
+                                       "3.     Press Stop to stop the video.",
                        .result = 0
                },
        #endif
@@ -761,7 +877,9 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_LOCAL_H264,
                        .icon_name = "dummy",
                        .file_name = "video/sampleH264.mp4",
-                       .info = "Play H264 video<br/> file format",
+                       .info = "1. Press <b>Play</b> button to Play H264 video file"
+                                       "2.     Press Pause to pause the video."
+                                       "3.     Press Stop to stop the video.",
                        .result = 0
                },
        #endif
@@ -834,7 +952,8 @@ static tbt_info tbtapps[] =
                        .parent = "Data Control",
                        .apptype = TBT_APP_DC_INSERT,
                        .icon_name = "dummy",
-                       .info = "Insert data in SQLite",
+                       .info = "1. Press <b>Start</b> button.<br/>"
+                                       "2. Data Insertion Information will be shown.",
                        .result = 0
                },
        #endif
@@ -847,7 +966,8 @@ static tbt_info tbtapps[] =
                        .parent = "Data Control",
                        .apptype = TBT_APP_DC_DELETE,
                        .icon_name = "dummy",
-                       .info = "Delete data from SQLite",
+                       .info = "1. Press <b>Start</b> button.<br/>"
+                                       "2. Data deletion information will be shown.",
                        .result = 0
                },
        #endif
@@ -860,7 +980,8 @@ static tbt_info tbtapps[] =
                        .parent = "Data Control",
                        .apptype = TBT_APP_DC_UPDATE,
                        .icon_name = "dummy",
-                       .info = "Update data in SQLite",
+                       .info = "1. Press <b>Start</b> button.<br/>"
+                                       "2. Data update information will be shown.",
                        .result = 0
                },
        #endif
@@ -873,7 +994,8 @@ static tbt_info tbtapps[] =
                        .parent = "Data Control",
                        .apptype = TBT_APP_DC_SELECT,
                        .icon_name = "dummy",
-                       .info = "Select data from SQLite",
+                       .info = "1. Press <b>Start</b> button.<br/>"
+                                       "2. Data selection information will be shown.",
                        .result = 0
                },
        #endif
@@ -888,7 +1010,11 @@ static tbt_info tbtapps[] =
                        .icon_name = "dummy",
                        .layout_file = "",
                        .layout_group = "",
-                       .info = "Insert/Update/Delete using <br/>SQLite",
+                       .info = "1. Press <b>Start</b> button.<br/>"
+                                       "2.     It will show the list of row id of the selected items.<br/>"
+                                       "3.     Press <b>First</b> to get the row id of the first selected item.<br/>"
+                                       "4.     Press <b>Last</b> to get data t the row id of the last selected item.<br/>"
+                                       "6.     Press <b>Next</b> and <b>Prev</b> to navigate between the selected items.",
                        .result = 0
                },
        #endif
@@ -901,7 +1027,8 @@ static tbt_info tbtapps[] =
                        .parent = "Data Control",
                        .apptype = TBT_APP_DC_MAP,
                        .icon_name = "dummy",
-                       .info = "Select data from SQLite<br/>into map data structure",
+                       .info = "1. Press <b>Start</b> button<br/>"
+                                       "2. Map data value will be shown.",
                        .result = 0
                },
        #endif
@@ -916,7 +1043,10 @@ static tbt_info tbtapps[] =
                        .parent = "Pick/View",
                        .apptype = TBT_APP_PICK_VIEW_APP,
                        .icon_name = "dummy",
-                       .info = "Launch other application<br/> in view mode",
+                       .info = "1.     Press <b>View UI</b> button.<br/>"
+                                       "2.     If UI is shown, Click item and press <b>Return</b> button.<br/>"
+                                       "3.     Then press <b>View Service</b> button.<br/>"
+                                       "4. App launched successfully Message will be shown.",
                        .result = 0
                 },
        #endif
@@ -929,7 +1059,10 @@ static tbt_info tbtapps[] =
                        .parent = "Pick/View",
                        .apptype = TBT_APP_PICK_PICK_APP,
                        .icon_name = "dummy",
-                       .info = "Launch other application<br/> in pick mode",
+                       .info = "1. Press <b>Single</b> and select single item and press <b>Select Single</b>.<br/>"
+                                       "2. Single data will be shown.<br/>"
+                                       "3. Press <b>Multiple</b> and select multiple items and press <b>Select Multiple</b>.<br/>"
+                                       "4. Multiple data will be shown.",
                        .result = 0
                },
        #endif
@@ -1044,7 +1177,14 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_ACCELEROMETER,
                        .icon_name = "dummy",
-                       .info = "Test accelerometer sensor",
+                       .info = "1. Place device in a flat surface <b>facing upside</b>, <b>Z axis</b> value will be <b>~9.8</b> other axis value will be <b>~0</b>.<br/>"
+                                       "2. Rotate device <b>upside down</b>, <b>Z</b> axis value will be <b>~-9.8</b> other axis value will be <b>~0</b>.<br/>"
+                                       "3. Place device on <b>Left edge</b>, <b>X</b> axis value will be <b>~9.8</b> other axis value will be <b>~0</b>.<br/>"
+                                       "4. Place device on <b>Right edge</b>, <b>X</b> axis value will be <b>~-9.8</b> other axis value will be <b>~0</b>.<br/>"
+                                       "5. Place device on <b>top edge</b>, <b>Y</b> axis value will be <b>~-9.8</b> other axis value will be <b>~0</b>.<br/>"
+                                       "6. Place device on bottom edge, Y axis value will be ~9.8 other axis value will be ~0.<br/>"
+                                       "7. with the rotation of device Cube will rotate in same orientation.<br/>"
+                                       "7. Min-Max Value range will be shown in top of axis info",
                        .result = 0,
                        .sensortype = SENSOR_ACCELEROMETER,
                        .units = SENSOR_UNIT_METRE_PER_SECOND_SQUARED,
@@ -1066,7 +1206,10 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_GYROSCOPE,
                        .icon_name = "dummy",
-                       .info = "Test gyroscope sensor",
+                       .info = "1. If the device is stable, then the background of the cube is black."
+                                       "2. <b>Move</b> the device to the <b>direction</b> of the cube movement and background color will be <b>blue</b>."
+                                       "3.     <b>Move</b> the device to the <b>opposite direction</b> of the cube movement and background color will be <b>red</b>."
+                                       "4.     Press <b>Next</b> button to change direction of cube movement and do the previous steps accordingly.",
                        .result = 0,
                        .sensortype = SENSOR_GYROSCOPE,
                        .units = SENSOR_UNIT_DEGREE_PER_SECOND,
@@ -1088,7 +1231,9 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_PROXIMITY,
                        .icon_name = "dummy",
-                       .info = "Test proximity sensor",
+                       .info = "1. A non glowing bulb will be shown.<br/>"
+                                       "2.     Cover the upper portion of the device with hand and an image showing a glowing bulb will appear.<br/>"
+                                       "3.     If the hand is moved away, the previous image will appear again.",
                        .result = -1,
                        .file_name = "images/lighton.png",
                        .extra_file_name = "images/lightoff.png",
@@ -1110,7 +1255,9 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_LIGHT,
                        .icon_name = "dummy",
-                       .info = "Test light sensor",
+                       .info = "1.     <b>Move</b> the device near to the light source.<br/>"
+                                       "2.     The color of the object turns into more intense red according to the intensity of light.<br/>"
+                                       "3. Information of Light intensity will be shown in top.",
                        .result = -1,
                        .file_name = "images/lighton.png",
                        .extra_file_name = "images/lightoff.png",
@@ -1130,7 +1277,8 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_ULTRA_VIOLET,
                        .icon_name = "dummy",
-                       .info = "Test ultraviolet sensor",
+                       .info = "1.     <b>Move</b> the device to the ultraviolet light source.<br/>"
+                                       "2.     The color of the object turns into more intense violet according to the intensity of ultraviolet light.",
                        .result = -1,
                        .sensor_response_interval = 100,
                        .sensortype = SENSOR_ULTRAVIOLET,
@@ -1148,7 +1296,8 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_PRESSURE,
                        .icon_name = "dummy",
-                       .info = "Test pressure sensor",
+                       .info = "1. Supported Air pressure range will be shown<br/>"
+                                       "2. Current Air pressure will be shown",
                        .result = -1,
                        .sensor_response_interval = 100,
                        .sensortype = SENSOR_PRESSURE,
@@ -1170,7 +1319,8 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_MAGNATOMETER,
                        .icon_name = "dummy",
-                       .info = "Test magnatic sensor",
+                       .info = "1. Move device in all possible direction.<br/>"
+                                       "2. The value of X, Y, and Z component of earth magnetic field's change will be shown.",
                        .value_names = axes,
                        .value_count = 3,
                        .result = -1,
@@ -1328,7 +1478,7 @@ static tbt_info tbtapps[] =
                        .parent = "UI Test",
                        .apptype = TBT_APP_UI_ALPHA,
                        .icon_name = "dummy",
-                       .info = "Change alpha value",
+                       .info = "A rectangle with Changing alpha value will be shown",
                        .result = 0
                },
        #endif
@@ -1344,7 +1494,11 @@ static tbt_info tbtapps[] =
                        .parent = "EFL/Event",
                        .apptype = TBT_APP_TOUCH_TOUCH,
                        .icon_name = "dummy",
-                       .info = "Test touch performance<br/> and callbacks.",
+                       .info = "1.     Touch and drag to draw random curves on the screen.<br/>"
+                                       "2.     Check that the first press is green.<br/>"
+                                       "3.     Check that the touch-drag is blue.<br/>"
+                                       "4.     Check that the release location is red.<br/>"
+                                       "5. Check the touch point coordinate will be shown in top.<br/>",
                        .result = 0
                },
        #endif
@@ -1374,7 +1528,8 @@ static tbt_info tbtapps[] =
                        .parent = "EFL/Event",
                        .apptype = TBT_APP_EVENT_VIEW,
                        .icon_name = "dummy",
-                       .info = "Check Tizen event <br/>callbacks for orientation,<br/>locale and lanuage change.",
+                       .info = "1. Change <b>device language</b> from <b>Settings</b>, Language and region change information will be shown.<br/>"
+                                       "2. Change <b>device orientation</b>, Information of changed orientation will be shown.",
                        .result = 0
                },
        #endif
@@ -1389,7 +1544,12 @@ static tbt_info tbtapps[] =
                        .parent = "EFL/Event",
                        .apptype = TBT_APP_EFL_CALLBACK,
                        .icon_name = "dummy",
-                       .info = "Check callback add/delete.<br/>Press HW Back button<br/>to check whether it works<br/>or not.",
+                       .info = "1. Press the <b>Hardware Back</b> Button and check whether the back button callback is detected.<br/>"
+                                       "2.     Press <b>Delete Callback</b> button and the callback will be deleted.<br/>"
+                                       "3.     Press the <b>Hardware Back</b> Button and check, there is no back button callback is detected.<br/>"
+                                       "4.     Then press button <b>Add Callback</b> to add a new callback.<br/>"
+                                       "5.     Then again press the <b>Hardware Back</b> Button and check whether the back button callback is detected.<br/>"
+                                       "4.     You must press <b>Pass</b> or <b>Fail</b> button to exit from the test.",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1406,7 +1566,13 @@ static tbt_info tbtapps[] =
                        .parent = "IME",
                        .apptype = TBT_APP_IME_ALPHABATIC,
                        .icon_name = "dummy",
-                       .info = "Check custom IME for TBT.",
+                       .info = "1.     Set Default keyboard to TBT keyboard from Settings.<br/>"
+                                       "2.     An Alphabetic keyboard will be shown and <b>ELM_INPUT_PANEL_LANG_AUTOMATIC</b> will be shown at the bottom key.<br/>"
+                                       "3.     Press Alphabetic keys then corresponding alphabets will be written in entry field.<br/>"
+                                       "5.     Press <b>BACK</b> key to remove one character at a time from entry field.<br/>"
+                                       "6.     Press <b>Prid</b> On key, then <b>abcd</b> will be written in entry field.<br/>"
+                                       "7.     Press <b>Prid</b> Off to remove <b>abcd</b> from entry field.<br/>"
+                                       "8.     Press <b>Spc</b> key to make a space character in entry field.",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1419,7 +1585,12 @@ static tbt_info tbtapps[] =
                        .parent = "IME",
                        .apptype = TBT_APP_IME_NUMERIC,
                        .icon_name = "dummy",
-                       .info = "Check custom IME for TBT.",
+                       .info = "1.     Set Default keyboard to TBT keyboard from Settings.<br/>"
+                                       "2.     An Numeric keyboard will be shown and <b>ELM_INPUT_PANEL_LANG_AUTOMATIC</b> will be shown at the bottom key.<br/>"
+                                       "3.     Press Numeric keys then corresponding numerics will be written in entry field.<br/>"
+                                       "4.     Press <b>BACK</b> key to remove one character at a time from entry field.<br/>"
+                                       "5.     Press <b>DS</b> key to delete character under cursor from entry field.<br/>"
+                                       "6.     Press <b>Spc</b> key to make a space character in entry field.",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1432,7 +1603,10 @@ static tbt_info tbtapps[] =
                        .parent = "IME",
                        .apptype = TBT_APP_IME_EVENT,
                        .icon_name = "dummy",
-                       .info = "Check custom IME for TBT.",
+                       .info = "1.     Set Default keyboard to TBT keyboard from Settings.<br/>"
+                                       "2.     Change Language from <b>Settings > Language and input > Display language</b>.<br/>"
+                                       "3.     Return back to IME Events module.<br/>"
+                                       "4.     The text of the key will be changed as the language changed.",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1445,7 +1619,8 @@ static tbt_info tbtapps[] =
                        .parent = "IME",
                        .apptype = TBT_APP_IME_CONTEXT_GET,
                        .icon_name = "dummy",
-                       .info = "Check custom IME for TBT.",
+                       .info = "1.     Set Default keyboard to TBT keyboard from Settings.<br/>"
+                                       "2.     A keyboard with Pass text to all Keys will be shown",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1461,7 +1636,8 @@ static tbt_info tbtapps[] =
                        .parent = "WIDGET",
                        .apptype = TBT_APP_WIDGET,
                        .icon_name = "dummy",
-                       .info = "Check WIDGET for TBT.",
+                       .info = "1.     Press button View Widget UI.<br/>"
+                                       "2. A Widget UI written <b>Hello widget</b> will be shown",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1477,7 +1653,11 @@ static tbt_info tbtapps[] =
                        .parent = "EFL/Event",
                        .apptype = TBT_APP_SHORTCUT,
                        .icon_name = "dummy",
-                       .info = "Create shortcut in <br/>home screen.<br/> Check SHORTCUT API",
+                       .info = "1. Press <b>Add Shortcut</b> button.<br/>"
+                                       "2. Check created shortcut in Homescreen.<br/>"
+                                       "3. Return back to module.<br/>"
+                                       "4. Check <b>Allow duplicate</b>, and press <b>Add Shortcut</b> button."
+                                       "5. A duplicate shortcut will be created in Homescreen",
                        .result = 0,
                        .required_features_count = 0
                },
@@ -1510,7 +1690,14 @@ static tbt_info tbtapps[] =
                        .parent = "Push Service",
                        .apptype = TBT_APP_PUSH_SERVICE,
                        .icon_name = "dummy",
-                       .info = "Test push service. <br/>Active INTERNET <br/>connection required.",
+                       .info = "1.     Press <b>Start</b> button to start the push service and a successful response will be displayed.<br/>"
+                                       "2.     Then long press the Home button and clear the application instance.<br/>"
+                                       "3.     After a few moments, there will a notification.<br/>"
+                                       "4.     Click on the notification and the message will be shown.<br/>"
+                                       "5.     Secondly, Press button <b>Start</b> to start the push service.<br/>"
+                                       "6.     Press button <b>Message</b>.<br/>"
+                                       "7.     After a few moments a message will be shown.<br/>"
+                                       "8.     Press button Disconnect to <b>Disconnect</b> Push Service",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {19}
@@ -1527,7 +1714,12 @@ static tbt_info tbtapps[] =
                        .parent = "Runtime Info",
                        .apptype = TBT_APP_RUNTIME_INFO,
                        .icon_name = "dummy",
-                       .info = "Change status of All functionality <br/>Mentioned above",
+                       .info = "1. Initially <b>Audio Jack Not Connected</b> message will be shown.<br/>"
+                                       "2. Insert an only audio out headphone in audio jack.<br/>"
+                                       "3.     Then message will show <b>Audio Jack Connected with 3 wire ear jack</b>.<br/>"
+                                       "4. Insert a headphone which support both audio I/O.<br/>"
+                                       "5.     Then message will show <b>Audio Jack Connected with 4 wire ear jack</b>.<br/>"
+                                       "6. If Audio jack is not supported, <b>Audio Jack is not supported</b> will be shown.",
                        .result = 0
                },
        #endif
@@ -1558,7 +1750,10 @@ static tbt_info tbtapps[] =
                        .parent = "Attach Panel",
                        .apptype = TBT_APP_ATTACH_PANEL,
                        .icon_name = "dummy",
-                       .info = "Basic Attach Panel Operation",
+                       .info = "1. Take some pictures with camera so that images are available in device images folder.<br/>"
+                                       "2.     Press “+” button in top left corner in the initial page.<br/>"
+                                       "3.     Gallery Images will be shown using attach panel, click on a image.<br/>"
+                                       "4.     Clicked Image will be selected and shown in the upper area.",
                        .result = 0
                },
        #endif
@@ -1573,7 +1768,7 @@ static tbt_info tbtapps[] =
                        .parent = "Feature Summary",
                        .apptype = TBT_APP_FEATURE_SUMMARY,
                        .icon_name = "dummy",
-                       .info = "View HW supported <br/>feature's of the phone",
+                       .info = "Show supported feature's of the device",
                        .result = 0
                },
        #endif
@@ -1588,7 +1783,11 @@ static tbt_info tbtapps[] =
                        .parent = "MTP",
                        .apptype = TBT_APP_MTP,
                        .icon_name = "dummy",
-                       .info = "View MTP <br/>feature's of the phone",
+                       .info = "1.     Connect OTG Cable’s OTG gender (micro USB end) to Test Tizen device."
+                                       "2.     Connect other end to another device which supports MTP ex: Android device and select connection option to Transfer Photos (PTP) in this device."
+                                       "3.     Open Transfer Photos module again."
+                                       "4.     Device information will be seen in bottom list and in top list JPG files list will be seen."
+                                       "5.     Select *.jpg image name from top list. Then corresponding files information will be seen in bottom list.",
                        .result = 0
                },
        #endif
@@ -1629,7 +1828,11 @@ static tbt_info tbtapps[] =
                        .parent = "NSD",
                        .apptype = TBT_APP_NSD_SSDP_LOCAL,
                        .icon_name = "dummy",
-                       .info = "Check NSD SSDP <br/>",
+                       .info = "1.     Connect test device to a <b>Wi-Fi network.</b><br/>"
+                                       "2.     “dnssd initialized” will be shown in bottom list.<br/>"
+                                       "3.     Open <b>DNS-SD Remote</b> module in another device and connect that device to <b>same Wi-Fi network</b>.<br/>"
+                                       "4.     Press <b>Add Record</b> in DNS-SD Remote module.<br/>"
+                                       "5.     Press <b>Browse Service</b> button. Then, corresponding service and text value in DNS-SD Remote will be seen in top list.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {84}
@@ -1642,7 +1845,9 @@ static tbt_info tbtapps[] =
                        .parent = "NSD",
                        .apptype = TBT_APP_NSD_SSDP_REMOTE,
                        .icon_name = "dummy",
-                       .info = "Check NSD SSDP <br/>",
+                       .info = "1. Connect test device to a <b>Wi-Fi network</b> same as <b>DNS-SD Local</b> module connected in.<br/>"
+                                       "2.     “dnssd initialized” will be shown in bottom list.<br/>"
+                                       "3.     Press <b>Add Record</b> button. Then, “local service registered” will be seen in bottom list and in top list added text with key value pair will be seen.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {84}
@@ -1732,7 +1937,9 @@ static tbt_info tbtapps[] =
                        .parent = "Package Manager Status",
                        .apptype = TBT_APP_PACKAGE_MANAGER,
                        .icon_name = "dummy",
-                       .info = "1.Please Uninstall package from Application manager<br/>2. Please install package in device from sdb shell<br/> 3.Update is re-install same package on the device",
+                       .info = "1.Uninstall package from Application manager<br/>"
+                                       "2. install package in device from sdb shell<br/> "
+                                       "3.Update is re-install same package on the device",
                        .result = 0
                },
        #endif
@@ -1804,7 +2011,9 @@ static tbt_info tbtapps[] =
                        .parent = "Connection Status",
                        .apptype = TBT_APP_CONNECTION,
                        .icon_name = "dummy",
-                       .info = "1.Please Change connection status to flight mode or some other mode<br/>2.Please press back button and again open connection view<br/>3.You will see updated connection status<br/>",
+                       .info = "1. Change connection status to flight mode or some other mode<br/>"
+                                       "2. press back button and again open connection view<br/>"
+                                       "3.You will see updated connection status<br/>",
                        .result = 0,
                        .required_features_count = 2,
                        .features_required = {24,21}
@@ -1820,7 +2029,8 @@ static tbt_info tbtapps[] =
                        .parent = "System Settings",
                        .apptype = TBT_APP_SYSTEM_SETTINGS,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/><br/>1.Manually change settings for each item through device Settings.<br/>2. Verify all the items' values.",
+                       .info = "<br/>1.Manually change settings for each item through device Settings.<br/>"
+                                       "2. Verify all the items' values.",
                        .result = 0
                },
        #endif
@@ -1835,7 +2045,10 @@ static tbt_info tbtapps[] =
                        .parent = "Contacts",
                        .apptype = TBT_APP_CONTACTS,
                        .icon_name = "dummy",
-                       .info = "Instructions:<br/>1. Make a contact Test with number 12345678.<br/>1. Call and message Test.<br/>3. Verify the count with the number of calls and messages made to test.<br/>4. Delete the contact Test.",
+                       .info = "1. Make a contact Test with number 12345678.<br/>"
+                                       "2. Call and message Test.<br/>"
+                                       "3. Verify the count with the number of calls and messages made to test.<br/>"
+                                       "4. Delete the contact Test.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = { 21 }
@@ -1852,7 +2065,12 @@ static tbt_info tbtapps[] =
                        .parent = "D2D Convergence",
                        .apptype = TBT_APP_D2D_CLIENT,
                        .icon_name = "dummy",
-                       .info = "Check D2d client service. <br/>",
+                       .info = "1.     Connect <b>D2D Server to Same WiFi Network.<br/>"
+                                       "2.     Run <b>D2D server</b> module of TBT.<br/>"
+                                       "3.     A list of two elements <b>http://192.168.43.54:8001/api/v2/</b> and <b>/tizen/remote-app-control</b> will be shown<br/>"
+                                       "4.     Select <b>/tizen/remote-app-control</b> first. Then <b>cortbt_uiapp</b> will be launch in <b>D2D Server</b>.<br/>"
+                                       "5.     Select<b> http://192.168.43.54:8001/api/v2/</b> then <b>Connect</b> will be shown in <b>D2D Server</b> and <b>Publish</b> will be shown in <b>D2D Client</b>.<br/>"
+                                       "6.     Select <b>Publish</b> on <b>Client</b> side and <b>GoodNews Received</b> will be shown in <b>D2D Server</b>.",
                        .result = 0
                },
        #endif
@@ -1862,7 +2080,9 @@ static tbt_info tbtapps[] =
                        .parent = "D2D Convergence",
                        .apptype = TBT_APP_D2D_SERVER,
                        .icon_name = "dummy",
-                       .info = "Check D2d server service <br/>",
+                       .info = "1.     Connect D2D Client to Same WiFi Network.<br/>"
+                                       "2.     Run D2D Server Module from TBT again.<br/>"
+                                       "3.     Server Ready Message will be shown",
                        .result = 0
                },
        #endif
@@ -1886,7 +2106,10 @@ static tbt_info tbtapps[] =
                        .parent = "TTS/STT",
                        .apptype = TBT_APP_STT,
                        .icon_name = "dummy",
-                       .info = "Speech to text <br/>",
+                       .info = "1. Make sure Internet is connected<br/>"
+                                       "2. Press Speak button and speak something in English.<br/>"
+                                       "3. Recognized sentence will be shown.<br/>"
+                                       "4. Word with recognized time stamp will also be shown.",
                        .result = 0
                },
        #endif
@@ -1896,7 +2119,9 @@ static tbt_info tbtapps[] =
                        .parent = "TTS/STT",
                        .apptype = TBT_APP_STT_ERROR,
                        .icon_name = "dummy",
-                       .info = "Speech to text <br/> Error callback check",
+                       .info = "1. Disconnect Internet.<br/>"
+                                       "2. Press Speak button.<br/>"
+                                       "3. An error message will be shown in top",
                        .result = 0
                },
        #endif
index ea8ac620ef5d349023478d1a03d17046327fc128..78fe78e8fa6a376b0dfa22a101f0515d3aa01604 100644 (file)
@@ -87,6 +87,9 @@ common_view *common_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_I
        elm_object_item_part_content_set(elm_naviframe_top_item_get(view->navi), "toolbar", view->toolbar);
     #endif
 
+    char instrcuction[2048]={'\0',};
+    snprintf(instrcuction, sizeof(instrcuction), "%s%s", view->tbt_info->info, "<br/><b>Note:You can also refer info section</b>");
+    ui_utils_guide_instruction_popup_button(view->navi, instrcuction );
     update_view_controls(view);
 
     return view;
index 8063a867e8a4f6a21386d7cf4a5b2d5458590f14..c7f5cb25ad3fc2ab1ce75492d1e437459b08cd66 100755 (executable)
@@ -81,7 +81,7 @@ connection_view *connection_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_
        connection_profile_type_e eConnectionProfileType;
        connection_profile_h profile_h = NULL;
 
-       ui_utils_guide_instruction_popup_button(navi, "1.Please Change connection status to flight mode or some other mode<br/>2.Please press back button and again open connection view<br/>3.You will see updated connection status<br/><b>Note:You can also refer info section</b>");
+       //ui_utils_guide_instruction_popup_button(navi, "1.Please Change connection status to flight mode or some other mode<br/>2.Please press back button and again open connection view<br/>3.You will see updated connection status<br/><b>Note:You can also refer info section</b>");
        
        result = connection_create(&g_hConenctionHandle);
        RETVM_IF(result != CONNECTION_ERROR_NONE && result!= CONNECTION_ERROR_NOT_SUPPORTED, NULL, "connection_create fail > Error = %s", get_connection_error(result));
index 3386f99d8b34df3e77ee7762735faa3d6e41b2fc..9f16baef3f1729fe4ef4cc50995390412699878b 100644 (file)
@@ -99,7 +99,7 @@ mediakey_view *mediakey_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Obje
        common_view_add(navi, tbt_info, item, this->view, _app_destroy_cb, this);
        RETVM_IF(NULL == this->view, NULL, "navi is null");     
 
-       ui_utils_guide_instruction_popup_button(navi, "1.Please Insert Audio Jack with media key button<br/>2.Press that key and you can see media key status changes<br/><b>Note:You can also refer info section</b>");
+       //ui_utils_guide_instruction_popup_button(navi, "1.Please Insert Audio Jack with media key button<br/>2.Press that key and you can see media key status changes<br/><b>Note:You can also refer info section</b>");
        
        ret = media_key_reserve(_media_key_event_cb,this);
        RETVM_IF(ret != MEDIA_KEY_ERROR_NONE, NULL, "media_key_reserve failed : %s", get_mediakey_type_error(ret));
index 33e052f41d98df12a49da4958c06fae7cae352d5..f89091214176a58afa1581b3e3356dddc6c33b4d 100644 (file)
@@ -108,9 +108,9 @@ packagemanager_view *packagemanager_view_add(Evas_Object *navi, tbt_info *tbt_in
        common_view_add(navi, tbt_info, item, this->view, _app_destroy_cb, this);
        RETVM_IF(NULL == this->view, NULL, "navi is null");
 
-       ui_utils_guide_instruction_popup_button(navi, "To install sample package please follow steps:br/>1.sdb shell<br/>2.cd /home/owner/apps_rw/org.tizen.tbtcoreapp/res/package<br/>Run command pkgcmd -iqt tpk -p native-testapp-itc-1.0.0-arm.tpk in sdb shell <br/><b>Note:While installation you can see in package status that package status and state changes</b>");
+       ui_utils_guide_instruction_popup_button(navi, "To install sample package please follow steps:<br/>1.sdb shell<br/>2.cd /home/owner/apps_rw/org.tizen.tbtcoreapp/res/package<br/>Run command pkgcmd -iqt tpk -p native-testapp-itc-1.0.0-arm.tpk in sdb shell <br/><b>Note:While installation you can see in package status that package status and state changes</b>");
 
-       ui_utils_guide_instruction_popup_button(navi, "1.Please Uninstall package from Application manager.<br/>2.Please install package in device manually from sdb shell.<br/>3.Update is re-install same package on the device<br/><b>Note:You can also refer info section</b>");
+       //ui_utils_guide_instruction_popup_button(navi, "1.Please Uninstall package from Application manager.<br/>2.Please install package in device manually from sdb shell.<br/>3.Update is re-install same package on the device<br/><b>Note:You can also refer info section</b>");
 
        ret = package_manager_create(&g_pstPkgMngr);
        RETVM_IF(ret != PACKAGE_MANAGER_ERROR_NONE, NULL, "package_manager_create failed : %s", get_package_manager_error(ret));
index 97656a2b2d63d33b53d21ab87eb61de32f9e647f..48fb7cd05dfbedf5b100571ce17914a4e670d703 100644 (file)
@@ -125,7 +125,7 @@ soundmanager_view *soundmanager_view_add(Evas_Object *navi, tbt_info *tbt_info,
 
        if(this->view->tbt_info->apptype == TBT_APP_SOUND_MANAGER)
        {
-               ui_utils_guide_instruction_popup_button(navi, "* Please Insert/Remove Audio jack to change status<br/><b>Note:You can also refer info section</b><br/>");
+               //ui_utils_guide_instruction_popup_button(navi, "* Please Insert/Remove Audio jack to change status<br/><b>Note:You can also refer info section</b><br/>");
 
                ret = sound_manager_set_device_connected_cb(SOUND_DEVICE_IO_DIRECTION_BOTH_MASK,_sound_device_connected_cb,this);
                RETVM_IF(ret != SOUND_MANAGER_ERROR_NONE && ret != SOUND_MANAGER_ERROR_NOT_SUPPORTED, NULL, "sound_manager_set_device_connected_cb failed : %s", get_soundmanager_error(ret));
@@ -141,11 +141,10 @@ soundmanager_view *soundmanager_view_add(Evas_Object *navi, tbt_info *tbt_info,
                        RETVM_IF(!this->view, NULL,"Sound Device is not supported");
                }
                elm_object_part_content_set(this->view->layout, "sound_manager_text", this->info_label);
-               return this;
        }
        else if (this->view->tbt_info->apptype == TBT_APP_SOUND_MANAGER_DEVICE)
        {
-               ui_utils_guide_instruction_popup_button(navi, "*Please Insert Audio jack and change sound profile to Sound,Sound state will be changed<br/><b>Note:You can also refer info section</b><br/>");
+               //ui_utils_guide_instruction_popup_button(navi, "*Please Insert Audio jack and change sound profile to Sound,Sound state will be changed<br/><b>Note:You can also refer info section</b><br/>");
 
                ret = sound_manager_set_device_information_changed_cb(SOUND_DEVICE_TYPE_EXTERNAL_MASK, _sound_device_information_changed_cb,this);
        RETVM_IF(ret != SOUND_MANAGER_ERROR_NONE && ret != SOUND_MANAGER_ERROR_NOT_SUPPORTED, NULL, "sound_manager_set_device_information_changed_cb failed : %s", get_soundmanager_error(ret));
@@ -161,8 +160,8 @@ soundmanager_view *soundmanager_view_add(Evas_Object *navi, tbt_info *tbt_info,
                        RETVM_IF(!this->view, NULL,"Sound Device is not supported");
                }
                elm_object_part_content_set(this->view->layout, "sound_manager_text", this->info_label);
-               return this;
        }       
+       return this;
 }