Search found 91 matches

by alex
22:28, 01 Mar 2016
Forum: Questions and answers
Topic: cordovaHTTP.post not working as expected
Replies: 3
Views: 22780

Re: cordovaHTTP.post not working as expected

Hi!

Is it as simple as "Authorization" needing quotes to be well-formed json?

Sometimes your eyes plays tricks om you!

Axl
by alex
20:00, 25 Feb 2016
Forum: Questions and answers
Topic: File names too long
Replies: 8
Views: 42616

Re: File names too long

You made our Day, cheers!
by alex
04:31, 25 Feb 2016
Forum: Questions and answers
Topic: screen save android app index.html
Replies: 2
Views: 18023

Re: screen save android app index.html

On my Samsung I swipe the ridge of my whole hand from left to right kinda slowly , that creates a screendump!

Best

Alex
by alex
04:28, 25 Feb 2016
Forum: Questions and answers
Topic: EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND
Replies: 2
Views: 16123

Re: EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND

Perhaps you need to modify the profile/id in your code to match that of your shield/radio? Typically the getServices () funktion in app.js

Best

Alex
by alex
04:20, 25 Feb 2016
Forum: Questions and answers
Topic: File names too long
Replies: 8
Views: 42616

Re: File names too long

:D

Don't be a stranger, we love feedback!

Best

Alex (Who started off with The BBC microcomputer many years ago)
by alex
04:17, 25 Feb 2016
Forum: Questions and answers
Topic: JSHint, ESLint?
Replies: 1
Views: 13395

Re: JSHint, ESLint?

Tnx, it's definitly on the roadmap!

Best

Alex
by alex
04:16, 25 Feb 2016
Forum: Questions and answers
Topic: Emulators for EvoThings
Replies: 2
Views: 17287

Re: Emulators for EvoThings

Any browser would work, naturally not the native parts like BLE of your app. Use https://deploy.evothings.com/connect/YOUR-CODE
to try it out.

The idea though in most cases is not to emulate, and rather send to real devices, as each phone family behaves slightly differently .

Alex
by alex
01:06, 24 Feb 2016
Forum: General discussion
Topic: Startup - Problem running Hello World app
Replies: 3
Views: 33966

Re: Startup - Problem running Hello World app

Depending on where you install Evothings Workbench, anomalies can occur depending on access settings in the target folder. Installing the Workbench outside of the default Applications folder can prove to be preferable. We're currently working on an Installer software component, which will address th...
by alex
12:12, 16 Feb 2016
Forum: Questions and answers
Topic: Simulating temperature readings from Smartphone to Bluemix
Replies: 1
Views: 12951

Re: Simulating temperature readings from Smartphone to Bluemix

Hi! I'd use something like Micke's example to simulate data from a SensorTag: function initialiseSimulationTimer() { // Timer that updates temperature values. setInterval(function() { lastTemperatureReading = ((Math.random() * 5) + 20).toFixed(2) }, 5000) // Timer that sends data to the cloud. setIn...
by alex
11:33, 15 Feb 2016
Forum: Questions and answers
Topic: Simulate apps on workbench - without loading it to smartphone
Replies: 2
Views: 15250

Re: Simulate apps on workbench - without loading it to smartphone

Hi!

Try with https://deploy.evothings.com/connect/YOUR_CONNECT_CODE

You generate this connect code as usual in the Workbench connect tab.
Remember though, that all the native parts won't run, like BLE, low-level networking et
cetera as they are part of the Viewer app.

axl

Go to advanced search