Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send your .apk Glass Application for your client to see?

I'm jumping head first into Android for Google Glass development and I'd like to know how I can let my client see the .apk that I'm working on.

My client owns a pair of Google Glass too but lives far away.

So far, the only way I have been able to upload to Glass is using ADT, Run As -> Android Application when my Glass is connected by USB.

How can I put the Glassware (apk) up online so he can "load it up" into his glass remotely? Or deploy it to his glass?

I read Send the .apk file to client for review but it's more related to Android devices, whereas my client uses Google Glass and doesn't have debug mode on (I can ask him to turn it on though) and won't root his device.

like image 735
Drace Avatar asked Jan 25 '14 19:01

Drace


People also ask

How do I send APK files through Gmail?

Google is blocking the apk because it detects it as a virus even though it could be a false positive. You can compress the file first see you can upload it, or even encrypt the apk with a password so that you can attach it to Gmail. You can use WinRAR or 7zip for that.


1 Answers

You might want to have your customer use ChromeADB -- you can see it here: https://chrome.google.com/webstore/detail/chromeadb/fhdoijgfljahinnpbolfdimpcfoicmnm/reviews?utm_source=chrome-ntp-launcher

From the comments it looks like other people are using this for similar situations.

like image 177
ErstwhileIII Avatar answered Nov 12 '22 17:11

ErstwhileIII