From: Nibha Sharma Date: Mon, 7 Sep 2020 12:59:28 +0000 (+0530) Subject: [TBT][Sensor][Non-ACR][TSIX-6144, Accelerometer guide update for range values] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef6b0d4fe0c1fd0e63f888497b251fc76d8d73a;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Sensor][Non-ACR][TSIX-6144, Accelerometer guide update for range values] Change-Id: I838708a362b3e35d19159045550b5ca5c0bb924e Signed-off-by: Nibha Sharma --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 27b1c31..e204a92 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 01d94d1..b9faa06 100755 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 diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index 2df96df..b550e03 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -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 facing upside, Z axis value will be ~9.8 other axis value will be ~0.
" - "2. Rotate device upside down, Z axis value will be ~-9.8 other axis value will be ~0.
" - "3. Place device on Left edge, X axis value will be ~9.8 other axis value will be ~0.
" - "4. Place device on Right edge, X axis value will be ~-9.8 other axis value will be ~0.
" - "5. Place device on top edge, Y axis value will be ~-9.8 other axis value will be ~0.
" - "6. Place device on bottom edge, Y axis value will be ~9.8 other axis value will be ~0.
" + .info = "1. Place device in a flat surface facing upside, Z axis value will be ~max value or value > 0 and value < max value other axis value will be ~0.
" + "2. Rotate device upside down, Z axis value will be ~min value or value < 0 and value > min value other axis value will be ~0.
" + "3. Place device on Left edge, X axis value will be ~max value or value > 0 and value < max value other axis value will be ~0.
" + "4. Place device on Right edge, X axis value will be ~min value or value < 0 and value > min value other axis value will be ~0.
" + "5. Place device on top edge, Y axis value will be ~min value or value < 0 and value > min value other axis value will be ~0.
" + "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.
" "7. with the rotation of device Cube will rotate in same orientation.
" "8. Min-Max Value range will be shown in top of axis info", .result = 0,