[TBT][Sensor][Non-ACR][TSIX-6144, Accelerometer guide update for range values] 91/243491/1
authorNibha Sharma <nibha.sharma@samsung.com>
Mon, 7 Sep 2020 13:16:12 +0000 (18:46 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Mon, 7 Sep 2020 13:16:12 +0000 (18:46 +0530)
Change-Id: I31cba5f1850bf44434ebc7ce9946a9cd3d874a19
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 c2505f7d1c46b8e684c3d36150e0b32d62ae177e..5fd0d2821e349ef3f6a1ea17241ccb8772cfff68 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 9e9cefcbaf97b9846af54a03a8cbd9583b521bba..d7ea897bf9a63f9b59c7786ebdae2a129d1fc74a 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 f092e7257c41d0962b475f16ef487668be8a0755..085f58625751f2cb10d7937535f46fb17aa0bd27 100755 (executable)
@@ -1228,12 +1228,12 @@ 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>~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/>"
+                       .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",
                        .result = 0,