iBeaconDemo Compilation Using Cordova
Posted: 10:37, 28 Oct 2014
1- I am following this iBeaconDemo tutorial
http://evothings.com/quick-guide-to-wri ... javascript
2- I got the code from
https://github.com/divineprog/evo-demos ... BeaconDemo
3- Created a new cordova project using
cordova create project-folder app-identifier app-name
4- Added andrid platform using
cordova platform add android
5- Added BLE plugin using
cordova plugin add https://github.com/evothings/cordova-ble
6- Got the values of 'uuid', 'major' and 'minor' from estimote android application for my 3 beacons
7- Built the application using
cordova build android
I then moved and installed the application into my Galaxy S4 but the application can't sense the beacons and displays only the first page, do you know what is wrong?
Thanks
http://evothings.com/quick-guide-to-wri ... javascript
2- I got the code from
https://github.com/divineprog/evo-demos ... BeaconDemo
3- Created a new cordova project using
cordova create project-folder app-identifier app-name
4- Added andrid platform using
cordova platform add android
5- Added BLE plugin using
cordova plugin add https://github.com/evothings/cordova-ble
6- Got the values of 'uuid', 'major' and 'minor' from estimote android application for my 3 beacons
7- Built the application using
cordova build android
I then moved and installed the application into my Galaxy S4 but the application can't sense the beacons and displays only the first page, do you know what is wrong?
Thanks