Dive Board



iOcean X7S

iOcean X7S

by Sephiroth on Mar 20th, 2014 19:30 PM

It seems some android phones have an odd accelerometer/gyroscope (I dunno). The new iOcean X7S is one of them. In landscape mode the Y axis is inverted so when you turn left the game turns right.

Looks like this isn't the only phone with this configuration, but it isn't common. The problem can be fixed if this line in the Dive Sensor script (line 102) :

		rot.x=-q2;rot.y=q3;rot.z=-q1;rot.w=q0;


is changed to

		rot.x=-q2;rot.y=-q3;rot.z=q1;rot.w=q0;


But of course this means the game controls will be inverted on all other phones. Ideally we need to be able to invert the axes in the game's gui to support phones with this problem.

Sephiroth

Posts: 45

Joined: 17.03.2014

dive-owner


Re: iOcean X7S

by Sephiroth on Mar 20th, 2014 19:35 PM

The screen is gorgeous by the way :)

5" 1080p is definitely the way to go!

Sephiroth

Posts: 45

Joined: 17.03.2014

dive-owner


Re: iOcean X7S

by durobert on Mar 24th, 2014 16:24 PM

Hi,
this was a bug in the X7S first stock rom... I did contact the iocean support few weeks ago upon finding this out and they fixed the problem, providing me with a new rom.
No need to change anything in dive sensor script (the problem is not limited to the dive... it also appears in any game using gyro), all you need is a firmware update :)

and yeah, the screen is so amazing :D

durobert

Posts: 2

Joined: 24.03.2014


Re: iOcean X7S

by Sephiroth on Mar 24th, 2014 19:24 PM

wow. That's great news! Don't suppose you have a copy of the new rom?

Sephiroth

Posts: 45

Joined: 17.03.2014

dive-owner


Re: iOcean X7S

by Sephiroth on Mar 24th, 2014 20:20 PM

Found the new rom here -> http://www.needrom.com/mobile/iocean-x7s/#comments

I had the 23rd Jan 2014 rom installed which had the problem but upgrading to the March rom fixed it ^_^ Thanks for the tip!

Sephiroth

Posts: 45

Joined: 17.03.2014

dive-owner


Re: iOcean X7S

by durobert on Mar 25th, 2014 03:05 AM

oops, sorry I was away.. oh, this is great news to hear the one on needrom has the fix :)

glad it works for you, enjoy the dive :D

durobert

Posts: 2

Joined: 24.03.2014


STATISTICS


Total posts: 144427


Total topics: 34847


Total members: 42391


Newest member: Daniel G.