From: Nibha Sharma Date: Fri, 23 Oct 2020 05:05:47 +0000 (+0530) Subject: [TBT][NonACR][Accelerometer][TSIX-6783,Rephrased instruction guide steps] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ff3388796f4790bf603344346a8a3f3127d9e29;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][NonACR][Accelerometer][TSIX-6783,Rephrased instruction guide steps] Change-Id: I81af06402e0fdb115009431b6d6a3de872131ab3 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 d73ec95..99ec066 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 4df6929..c5293a1 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 old mode 100644 new mode 100755 index 25ff2e4..db23f41 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -1238,13 +1238,13 @@ 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 vlaue < max valueother axis value will be ~0.
" - "7. with the rotation of device Cube will rotate in same orientation.
" + .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,