Toit.io ESP32 Connot change wifi password through device - wifi

I am trying to change password of device through code. It is giving this error. I have attached screenshot. Please help me.
Screenshot from toit.io console

The toit.io version does not support changing the WiFi credentials from code.
That's only possible in the open-source version.

Related

How can I download Airwatch iOS SDK?

Maybe a bit stupid question, but how to download AirWatch iOS SDK?
I can't download AirWatch SDK. I am logged in (https://code.vmware.com, and https://resources.workspaceone.com/) but get an error
"An error occurred retrieving resource with UID xxxxxxxxxxxx. You may
not have access to view this resource."
on resources.workspaceone.com.
Anybody who have did it already, could you please give an advice?
You should have an paid account for downloading the Complete AIRWatch SDK kit which include the required SDK & their documentation.
Open https://resources.workspaceone.com/ in safari browser to avoid errors. In chromes i am also getting some weird error. see attached screen shot.

How to set user name in Philips Hue

I have downloaded Hue-Emulator and after running the emulator by running this url http://localhost:8000/api/newdeveloper/ I am getting the config.
I am using Apple SDK to control the lights.
After following SDK steps 1 to 4 using following code to connect to the device.
I am using the IP address and mac address shown in config.
[self.phHueSDK setBridgeToUseWithIpAddress:#"192.168.2.13:8000" macAddress:#"00:00:81:10:ab:ee"];
And after using PUSHLink notification
I am getting No Connection error and
When I Use enable connection i am getting No Authentication error.
In NS Log I am getting this errors.
The code taking Username 1i71xQmdLjajcqAk but it should be newdeveloper according to the HUE emulator. please anyone suggest how can i recover from this error.
I have never used the Apple SDK with the Emulator, but creating new users in the Emulator is supported so it should work.
When you create your new user in your app, do you see a white message in the emulator console (saying link button not pressed)? if so, then mouse click the bridge image 'within 30 seconds' and this should authenticate. From your log file it appears this is what is missing.

What is this error 7 with google-cast sample ios/application?

I downloaded the chromecast ios sample and when I connect the sample application to chromecast, it give the following error:
error domain=com.google.GCKError code=7 "The operation couldn't be completed. (com.google.GCKError error 7.)"
Do you know why?
I got the same error message while testing the "CastHelloText-ios" sample provided by Google on GitHub.
First I checked all the required steps described by Google were ok:
In your cast developer console: check your Chromecast has the status "Ready for Testing" otherwise register it.
host the receiver somewhere on the web and note the URL
in the cast developer console, declare a new app with a custom receiver and fill the URL of your receiver. Save it and note the application ID.
fill this application ID in the controller of your iOS app: static NSString *const kReceiverAppID = #"1234ABCD";
make sure that your chromecast has the option "Send this Chromecast's serial number to Google when checking for updates" is ticked (in the iOS app it's in the General section of your device)
Finally I solved the issue by rebooting the chromecast:
Run the Chromecast iOS app from Google, click on your chromecast device, click on General and click on the red button "Reboot".
For information, I've performed this reboot after reading the note of this Google documentation:
If you wish to verify that your published application is working properly, you can manually restart your Google Cast device to force a load of new configuration data.
PS:
- to reboot your chromecast you can use any chromecast app provided by Google (iOS, Android, MAC, etc.)
GCKErrorCodeApplicationNotFound - Typically this error will occur if either your device doesn't have [x] send my serial # to Google set, or your AppID is incorrect.
We'll try to get the docs updated shortly.
For test this app you will need to change this line
[self.deviceManager launchApplication:kReceiverAppID];
To use default applicationID:
[self.deviceManager launchApplication:kGCKMediaDefaultReceiverApplicationID];
Or you need to create a development account and to change kReceiverAppID with your AppID.
And if you have an another error, you can to check the GCKError.h class, there has all error codes possible with explanation
I had the same problem. In my case seems like the Chromecast still associated with the old Application ID. It worked fine after restarting the device.

how to build corona sdk for android?

hi friends any one him help to me solve this problem in corona sdk
i have account in indie android when i build.when i build for for android os they make question
continue trial
verify purchase
upgrade
i will choose a 2nd(verify purchase) option. And they show build window. In that window I'll fill the application,version code,package,and when browse a keystore file .And they make again the same question above and i again choose the verify purchase .And it does not give permission to choose keystore .and it automatically select the default keystore file.
And it build app as trial users
This sounds like a verification issue that you will need to file a support ticket to resolve. If you have changed your email address or password that may have caused the issue.
You can contact support here: http://developer.coronalabs.com/forms/support
Someone will be able to assist you from there - alternatively if you have changed your email or password temporarily changing it back may provide a temporary solution while this is being resolved.
If its a verification issue you could also try to deauthorize your computer in Corona SDK: Corona Simulator -> Preferences->Deauthorize and Quit
or delete these in ~/library/Preferences/ folder.
com.anscamobile.ratatouille.plist
com.anscamobile.Corona_Simulator.plist

Blackberry RRT signing problem!

Gurus, I got the keys from RIM to sign my application, however, the signing tool won't sign the RRT, I'm succesfully signing the RCR but not the RRT so the application won't run on a device, I'm getting this error that speaks for it's self:
alt text http://www.techlocus.com/blackberry/problem.png
I'm using Eclipse with the plugin 1.1. JRE 5.0.0.
Any help would be appreciated, if you need more information please let me know
Thanks in advance!
RIM sends back your signing keys as three separate emails (RCR, RRT, and RBB) - make sure that you clicked on the attachment for all three of them to register them on your computer.

Resources