web-applicationscordovabadasamsung-mobile

Phonegap / Cordova integration with Bada


Has anyone been successful with the integration of Phonegap in Bada? I am using SDK 2.0.4 and have tried the project app available here (https://github.com/cordova/cordova-bada) but keep getting this error:

TypeError: 'undefined' is not an object (evaluating 'window.device.uuid') at line 1 loaded from file 

I don't understand why the Phonegap website indicates that Bada is supported...


Solution

  • Please take a look at https://github.com/imhotep/cordova-wac and try to import it in your Bada 2.0 IDE and deploy it to your device and/or emulator.

    It comes with a sample app that should provide you with a starting point

    This will ship with Cordova 1.7.0

    Hope that helps