[TBT][NonACR][Accelerometer][TSIX-6783,Rephrased instruction guide steps] 74/246074/2
authorNibha Sharma <nibha.sharma@samsung.com>
Fri, 23 Oct 2020 05:05:47 +0000 (10:35 +0530)
committershobhit verma <shobhit.v@samsung.com>
Fri, 23 Oct 2020 07:32:20 +0000 (07:32 +0000)
Change-Id: I81af06402e0fdb115009431b6d6a3de872131ab3
Signed-off-by: Nibha Sharma <nibha.sharma@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 [changed mode: 0644->0755]

index d73ec95aabafe16fd8c27bb7154ff333e83fcc44..99ec0668e6ef332dffd57c6c30b2e361ca989abb 100755 (executable)
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 4df6929ad5c78ba44e8600ef7fc8bead0ffbdf28..c5293a1c739ac2803c91033e8b88d0f4126252f5 100755 (executable)
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
old mode 100644 (file)
new mode 100755 (executable)
index 25ff2e4..db23f41
@@ -1238,13 +1238,13 @@ static tbt_info tbtapps[] =
                        .parent = "Sensor",
                        .apptype = TBT_APP_SENSOR_ACCELEROMETER,
                        .icon_name = "dummy",
-                       .info = "1. Place device in a flat surface <b>facing upside</b>, <b>Z axis</b> value will be <b>~max value or value > 0 and value < max value</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>~min value or value < 0 and value > min value</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>~max value or value > 0 and value < max value</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>~min value or value < 0 and value > min value </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>~min value or value < 0 and value > min value</b> other axis value will be <b>~0</b>.<br/>"
-                                       "6. Place device on bottom edge, Y axis value will be ~max value or value > 0 and vlaue < max valueother axis value will be ~0.<br/>"
-                                       "7. with the rotation of device Cube will rotate in same orientation.<br/>"
+                       .info = "1. Place device in a flat surface <b>facing upside</b>, <b>Z axis</b> value will be <b>~max value or value in range b/w 0 and max value </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>~min value or value in range b/w min value and 0 </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>~max value or value in range b/w 0 and max value</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>~min value or value in range b/w min value and 0</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>~min value or value in range b/w min value and 0</b> other axis value will be <b>~0</b>.<br/>"
+                                       "6. Place device on bottom edge, Y axis value will be <b>~max value or value in range b/w 0 and max value</b> other axis value will be <b>~0</b>.<br/>"
+                                       "7. With the rotation of device Cube will rotate in same orientation.<br/>"
                                        "8. Min-Max Value range will be shown in top of axis info",
                        .result = 0,
                        .sensortype = SENSOR_ACCELEROMETER,