From: Nibha Sharma Date: Fri, 18 Sep 2020 11:56:48 +0000 (+0530) Subject: [TBT][Sensor][NonACR][TSIX-6497, Accelerometer guide step rephrased] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=340033bf26bab2c6c5b50ac1108bd53fe454668c;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Sensor][NonACR][TSIX-6497, Accelerometer guide step rephrased] Change-Id: I7adb125b9b4ee86730d1ccb8af47a13f38ab009d 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 e1da5a8..8871934 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 fd37a96..2f4e013 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 b4015cf..4dffbd6 100755 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -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 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 value < max value other axis value will be ~0.
" - "7. with the rotation of device Cube will rotate in same orientation.
" - "7. Min-Max Value range will be shown in top of axis info", + .info = "1. Place device in a flat surface facing upside, Z axis value will be ~max value or value in range b/w 0 and max value other axis value will be ~0.
" + "2. Rotate device upside down, Z axis value will be ~min value or value in range b/w min value and 0 other axis value will be ~0.
" + "3. Place device on Left edge, X axis value will be ~max value or value in range b/w 0 and max value other axis value will be ~0.
" + "4. Place device on Right edge, X axis value will be ~min value or value in range b/w min value and 0 other axis value will be ~0.
" + "5. Place device on top edge, Y axis value will be ~min value or value in range b/w min value and 0 other axis value will be ~0.
" + "6. Place device on bottom edge, Y axis value will be ~max value or value in range b/w 0 and max value other 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, .sensortype = SENSOR_ACCELEROMETER, .units = SENSOR_UNIT_METRE_PER_SECOND_SQUARED,