Flash a Glass Enterprise Edition with a Explorer Edition image - google-glass

I have a Google Glass Enterprise Edition from Streye (https://streye.com) . Is it possible to flash it with a firmware from https://developers.google.com/glass/tools-downloads/system to be able to use it like an Explorer Edition? Or will I brick my Glass ?
Thank you.

Related

Does Windows Server 2016/19 support SharePoint 2013

We are planning to upgrade our Windows Server from 2012 R2 to Windows Server 2016/19. We have SharePoint 2013 installed in the Server.Can anybody please let me know if Windows Server 2016/19 support SharePoint 2013. If Yes please let me know the impact
Based on the software requirement from Microsoft, Windows Server 2016 not supported SharePoint 2013 installation:
Hardware and software requirements for SharePoint 2013
For Windows Server 2019, no official document specified, but I think still not supported for SharePoint 2013.

Dynamics AX 2012 R2 Enterprise Search on SharePoint Foundation 2013

Did anyone got those two working together yet?
I got AX 2012 Enterprise Portal (EP) and Help Server working with SharePoint (SP) Foundation 2013, but I cant get AX Enterprise Search (ES) to work.
When I tried to install ES, asked me to install SharePoint Search first.
SharePoint Search is not installed with Microsoft SharePoint
Foundation. To install Microsoft Search Server Express, go to
http://go.microsoft.com/fwlink/?LinkID=180385
However, as far as I know, Microsoft Search Server Express is included in SP 2013 by default.
So if it's already there, what path to the Search Server URL should I use instead of SP's 2010 default one (http://server_name/sites/DynamicsAXClientSearch/_vti_bin/search.asmx)? If I just use the root URL of EP I get this error:
The service returned the following error: The HTTP request is
unauthorized with client authentication scheme 'Ntlm'. The
authentication header received from the server was 'NTLM'.
According to Microsoft, I should be able to use Search functionality in AX 2012 with SP 2013.
All aspects of crawling, indexing, and retrieving Microsoft Dynamics
AX data and metadata for Search are performed by one of the following
products:
Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server
2010 Microsoft Search Server 2010 or Microsoft Search Server Express
2010 Microsoft FAST Search Server 2010 Microsoft SharePoint
Foundation 2013 or Microsoft SharePoint Server 2013
One of these products must be available in the computing environment
before you can install Enterprise Search.
But by following their installation documentation I still bump to the requirement of having Microsoft Search Server 2010 Express installed on my system, however its installation fails saying "Microsoft Search Server 2010 Express encountered an error during installation". UPDATE: For some reason installation worked on 3rd attempt and... seems like it ruined installation of SP 2013!
I feel like I'm really going in circles here.
SOLUTION: Got both versions (2010/2013) of SharePoint working with Dynamics AX 2012 R2. Please have a look at my AX notes if you are facing same issues.
You need to install SharePoint search as it says ,
It's not included in the standard SharePoint install , it's even a separte Download.

dotcms community edition capability

I am working on developing a weksite using a Java based CMS and had a close look at dotCMS community edition.
The website will initially hold some 500-600 pages, with good seo integration, performance, search capability. The pages will have images but no videos.
I want to run the site with dotcms community edition for a year or so and then upgrade to a licensed edition.
Can anybody please suggest if dotcms community edition can help build & run the site covering my above requirements.
Any pointers in this regard is appreciated.
Unfortunately the community edition does not support integrated search (the licensed edition uses elastic search), so you'll have to add third party search. All the other requirements are not a problem. I've build many many sites with dotCMS and I have never had a problem with those aspects of the CMS.
To figure out what is in and what is out, check out this list: http://dotcms.com/explore/editions/
Agree with Koenpeters, when we have a CE site on dotCMS we use Google custom search that we use, and then we have a plugin that feeds GCS a feed of all pages to index for searching...

Install google glass app to android mobile

I'm developing app for google glass. I don't have glass, so i used to install file to android device. I referred this document Installing Google Glass in an Android Phone . But when i install and open my own custom voice trigger app, it won't open. I didn't see my app in list of voice command.
There are a few things to keep in mind.
First of all, those instructions were for a much older release of the Glass system. There have been many changes in how to launch a GDK app since then, and the most recent have been outlined in Why is my voice command missing from the ok glass menu in XE16?
Second, it is really difficult to appreciate the differences between Glass and more traditional Android devices. While you can probably get a basic understanding of development for Glass, you may have trouble understanding the UX differences. It is like trying to write for a mobile phone only by using a desktop computer.

Google Glass Sample Card App Crashed

Hi guys I have developed sample card application for google glass which was working fine before updating glass firmware , but now when I open it shows exception
java.lang.NoSuchMethodError: com.google.android.glass.app.Card.setInfo
I have already reinstalled it many times but it is not working!
what to do ?
Make sure that you've updated your copy of the Glass Development Kit Sneak Peek in the Android SDK Manager whenever you get a new XE release on Glass. The Card class's setInfo method was renamed to setFootnote in XE12.