launchy icon indicating copy to clipboard operation
launchy copied to clipboard

XE16 removed Launchy and other apps from the "ok, glass" menu

Open robertoandrade opened this issue 10 years ago • 6 comments

robertoandrade avatar Apr 16 '14 22:04 robertoandrade

and it won't re-install. bummer...

nanodust avatar Apr 17 '14 22:04 nanodust

Use glass launcher. It's all fixed for XE16

On Thu, Apr 17, 2014 at 5:51 PM, Alex Nano [email protected] wrote:

and it won't re-install. bummer...

— Reply to this email directly or view it on GitHubhttps://github.com/kaze0/launchy/issues/19#issuecomment-40771576 .

tehDrew avatar Apr 17 '14 22:04 tehDrew

From what I read all you have to do is add another permission to AndroidManifest.xml or use one of the predefined "commands" on your voice_trigger.xml

robertoandrade avatar Apr 17 '14 22:04 robertoandrade

i couldn't sort which permission in manifest to add - IE, tried a few, no luck. glass launcher it is... for now.. thanks !!!

nanodust avatar Apr 17 '14 23:04 nanodust

According to https://developers.google.com/glass/develop/gdk/starting-glassware#unlisted_commands

You need to add:

<uses-permission
     android:name="com.google.android.glass.permission.DEVELOPMENT" />

To the AndroidManifest.xml so you can use your custom unlisted commands. Otherwise just use a supported command on the voice_trigger.xml resource.

robertoandrade avatar Apr 17 '14 23:04 robertoandrade

fantastic, thanks !!

nanodust avatar Apr 17 '14 23:04 nanodust