Crosswalk Intel XDK experiences

  • Nope, nothings with Touch.xxx

    but, work with emulated.

    Do you mean the "emulated gyroscope" values? They're working on your phone?

    If so to obtain your device inclination try to use those expressions:

    alpha = atan (touch.AccelerationXWithG / sqrt(touch.AccelerationYWithG*touch.AccelerationYWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))

    beta = atan (touch.AccelerationYWithG / sqrt(touch.AccelerationXWithG*touch.AccelerationXWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))

    gamma = atan (-touch.accelerationXWithG/touch.AccelerationZWithG)

  • Oh, thanks for the help (: !!

    > Nope, nothings with Touch.xxx

    > but, work with emulated.

    >

    >

    Do you mean the "emulated gyroscope" values? They're working on your phone?

    If so to obtain your device inclination try to use those expressions:

    alpha = atan (touch.AccelerationXWithG / sqrt(touch.AccelerationYWithG*touch.AccelerationYWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))

    beta = atan (touch.AccelerationYWithG / sqrt(touch.AccelerationXWithG*touch.AccelerationXWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))

    gamma = atan (-touch.accelerationXWithG/touch.AccelerationZWithG)

  • And, another Question, about run an app in background, im making a podometer, but when the app is minimizing or block the phone, the app is in Pause.

    Any help about this !?

  • It seems like it has been finally updated. An icon came up on intel xdk program saying an update is available.

    I'll come back after it's downloaded.

  • And, another Question, about run an app in background, im making a podometer, but when the app is minimizing or block the phone, the app is in Pause.

    Any help about this !?

    any idea about this !?

  • looks like the latest XDK update added support for plugins and alot more cant wait till there is more info

  • > And, another Question, about run an app in background, im making a podometer, but when the app is minimizing or block the phone, the app is in Pause.

    >

    > Any help about this !?

    >

    any idea about this !?

    you can fix with the support for cordova plug-ins if you read this thread from start you can found a message related to make control of the state of the android when the application not are in first plane

  • Great doig a test

  • New update

    Intel XDK - Release - 2014 July 29 v1199

    Link http://xdk-software.intel.com/downloader.html?windows

  • Did anyone got the banner working???

  • I just updated to the newest XDK. I keep getting an access denied error when I try to download my APKs. Is anyone else experiencing this?

  • Changelog: https://software.intel.com/en-us/node/517505

    All the extra services are via Cordova plugins which XDK will support, including IAPs & AdMob.

    Ashley Does this mean you guys need to update your C2 plugin to cater to these & get it working? Hopefully a tutorial too. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • I did this example...

    https://software.intel.com/en-us/html5/ ... pplication

    And didnt get it to work anyone had any sucess?

  • I did this example...

    https://software.intel.com/en-us/html5/ ... pplication

    And didnt get it to work anyone had any sucess?

    Did you use any own Construct2 plugin? Or? Because only integrate plugin into Crosswalk is not enough... You need some Javascript side work...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • > I did this example...

    > https://software.intel.com/en-us/html5/ ... pplication

    > And didnt get it to work anyone had any sucess?

    >

    Did you use any own Construct2 plugin? Or? Because only integrate plugin into Crosswalk is not enough... You need some Javascript side work...

    As i said, i did the tutorial, so the html file already has the example...

    in the example i do all inside intel xdk...

    when it work.. i will put the final code (javascript) over the html exported of construct.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)