[TBT][Sensor][Non-ACR][TSIX-6144, Accelerometer guide update for range values] 90/243490/2
authorNibha Sharma <nibha.sharma@samsung.com>
Mon, 7 Sep 2020 12:59:28 +0000 (18:29 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Mon, 7 Sep 2020 13:18:01 +0000 (18:48 +0530)
Change-Id: I838708a362b3e35d19159045550b5ca5c0bb924e
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 27b1c3176748e95a4e6db771b04a5ab9c1ace9dd..e204a92a5ebc76ba91d40040cbdc0f8ef2869387 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 01d94d1fe1459cab8062595cd1f6e1823db9c852..b9faa06addc1276a5af0158cc0f23f3698c38e20 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 2df96df888c9c431a8c1d56ba63639f75ca75b3b..b550e033e53d24555bf942134e3601257c918cdf 100644 (file)
@@ -1238,12 +1238,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 vlaue < max valueother axis value will be ~0.<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,