Releases: crosswalk-project/tizen-extensions-crosswalk
0.3
This is an experimental package of the Tizen Device APIs for Crosswalk on Tizen 2.1.
It contains partial implementations of :
- Bluetooth API
- Download API
- NetworkBearerSelection API
- Notification API
- Power API
- System Info API
- System Settings API
- Time API
- Tizen API
Unzip the archive to have get the RPM. Copy it to the device (sdb push path/to/rpm /dest/device/), log in as root (sdb root on and sdb shell) then rpm -i (or -Uvh) tizen-extensions-crosswalk-0.3-0.i586.rpm , tizen-extensions-crosswalk-bluetooth-demo-0.3-0.i586 and tizen-extensions-crosswalk-examples-0.3-0.i586
You can run the example and the bluetooth demo by clicking on their icons in the application launcher.
0.2
This is an experimental package of the Tizen Device APIs for Crosswalk on Tizen 2.1.
Unzip the archive to have get the RPM. Copy it to the device (sdb push path/to/rpm /dest/device/), log in as root (sdb root on and sdb shell) then rpm -i (or -Uvh) tizen-extensions-crosswalk-0.2-0.i586.rpm
To run the examples log in on the device (sdb shell) :
tizen-extensions-crosswalk /usr/share/tizen-extensions-crosswalk/examples/index.html
To run the bluetooth demo log in on the device (sdb shell) :
tizen-extensions-crosswalk /usr/share/tizen-extensions-crosswalk/demos/tizen/bluetooth.html