[TBT][Sensor][NonACR][TSIX-6497, Accelerometer guide step rephrased] 57/244457/1
authorNibha Sharma <nibha.sharma@samsung.com>
Fri, 18 Sep 2020 11:56:48 +0000 (17:26 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Fri, 18 Sep 2020 11:56:48 +0000 (17:26 +0530)
Change-Id: I7adb125b9b4ee86730d1ccb8af47a13f38ab009d
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

index e1da5a8f939e9486d704483c5a971aa53eadc6fa..887193491e881822875661e6a2276693f5c5a1b4 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 fd37a9668df85132fc9c7e9a70bcd55dcd24cd35..2f4e013611d5cc9b054f7e45f4498f73d52a53ba 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
index b4015cf381b4f231d4622c5743ee3aedc1610b82..4dffbd6070a9f52e4ae39b6db66a77c98864bdfa 100755 (executable)
@@ -1228,14 +1228,14 @@ 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 value < max value 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",
+                       .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,
                        .units = SENSOR_UNIT_METRE_PER_SECOND_SQUARED,