Languages

Menu
Sites
Language
does Z1, Z3 support acceleration?

My content  app was reject  on Tizen store ( Z1 - Z3)
Couse is - Ball does not move after foretelling fortune.

Z1 and Z3 support acceleration, isn't?

Does i have give some privileges?

With my test device PQ it's work fine. I only change v. on 2.2 in config file

Responses

9 Replies
AVSukhov

Hello,

Both Z1 and Z3 has accelerometer sensor.

Which API you use?

Kilim A

I use toch metod ( Beta, Gamma) to simulate control - left, right,up,down....

AVSukhov

Do you use deviceorientation or devicemotion event?

Palitsyna

Hello,

Both devices support acceleration.

Here is Samsung Z1 specification: http://www.gsmarena.com/samsung_z1-6894.php

Here is Samsung Z3 specification: http://www.gsmarena.com/samsung_z3-7273.php

The list of required privileges depends on used API. Please, provide more details about methods you use. 

Kilim A

I though there are not necessary any privileges for  acceleration ( move ball)..


 

Palitsyna

Hello,

if you use devicemotion or deviceorientation event it seems like you shouldn't add any privileges.

More information about these events could be found here: https://developer.tizen.org/development/tutorials/web-application/w3chtml5supplementary-features/device/deviceorientation-event-specification?langredirect=1#accelerate

Kilim A

Yes... It seems Z1 and 3 support only  devicemotion...
 

Alex Dem

Hi,
Afaik Accelerator is supported for both Z1 & Z3, for Z3 proximity sensor is supported too.
Alexey.

Seoghyun Kang

Hello,

 

There is the "SensorBall" sample in Tizen SDK. I remember there is no problem in Z1 & Z3.

It is using the DeviceMotionEvent.  It will helpful to you.

 

Did you use the DeviceOrientationEvent?

If you used the DeviceOrientation, it will not work well.  That's because there is no magnetic sensor in Z1.

Deviceorientation is virtual sensor using accelerometer, gyroscope, magnetic sensor.

 

For example..

There is the "Compass" sample using the DeviceOrientation in Tizen SDK. It does not work well Z1.

 

Please refer it.