Skip to content

ryantucker0/OpenQuartz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenQuartz

Open Source Google Glass Development

Much like quartz sand is the main ingredient in most commercial glass, we want OpenQuartz to be the main "ingredient" in the future development for Google Glass

Table of Contents

### Example Applications for Google Glass([/example-apps](../master/example-apps)) - GDK - [Hello Glass](../master/example-apps/HelloGlass) - *Andre Compagno* - Basic "HelloWorld" - [Voice Example](../master/example-apps/Voice Example) - *Andre Compagno* - Voice Recognition Example - [Camera App](../master/example-apps/OG_CameraApp) - *Jared Burrows* - Basic Camera application with Camera preview - with "Hotfix" - post-XE11 - [Memo App](../master/example-apps/GlassMemo) - *Andre Compagno* - Voice Memo Application - OpenCV - [Face Detection](../master/example-apps/OG_OCV_FaceDetection) - *Jared Burrows* - "Hotfix" for Google Glass camera preview - post-XE11 - Optimization coming soon - [Image Manipulation](../master/example-apps/OG_OCV_Image_Manipulation)(Mixed Processing and Camera Control Tutorials) - *Jared Burrows* - Canny, Sobel, RGBA, Gray, Feature Detection, etc - Misc - [Glass Preview](../master/example-apps/OG_CameraPreview) - *Jared Burrows* - "Hotfix" for Google Glass camera preview - post-XE11 - [Launchy Launcher](../master/example-apps/OG_LaunchyWrapper) - *Jared Burrows* - Sometimes Launchy will not open up after the XE-12, this launches Launchy directly ### Google Glass Application Source Code([/glass-source](../master/glass-source)):

UPDATE(11/19/13): GDK is now out! You can still easily decompile applications using this method.

Since the GDK is not yet released, we can look around how the current Google Glass Android applications were compile by breaking them down. The decompiled Google Glass applications are included. Here are a list of tools to decompile the native APKs:

Read more:

### Third Party Applications([/third-party](../master/third-party)): Here are helpful applications to install on your Glass in order to start testing and developing. - Android Applications - API Demos - Barcode Scanner - Capture Activity - Dev Tools - Launcher - Regular ICS Launcher - Launchy (update to XE11 first) - https://github.com/kaze0/launchy - OpenCV for Android - https://play.google.com/store/apps/details?id=org.opencv.engine - Settings(Settings.apk) - Settings for Glass(Setttings_Full.apk) - http://forum.xda-developers.com/showthread.php?t=2576224 - Terminal Emulator - https://play.google.com/store/apps/details?id=jackpal.androidterm - Helpful Tools - Android Screen Monitor - https://code.google.com/p/android-screen-monitor/

Since there is no "Google Play" for the Glass yet, we have to side load Android applications for now.

  • Keep Your Google Glass On while charging/developing:
    • adb shell svc power stayon true | false | usb | ac
  • Turn off Wifi and only use Bluetooth
    • adb shell svc wifi enable | disable
  • Installing/Uninstall Applications(.apks):
    • adb install -r FILE.apk
    • adb uninstall FILE.apk
  • Running the Application:
    • adb shell am start -n PACKAGE.NAME/.MAIN.ACTIVITY.NAME
  • List all Packages on your Android Device:
    • adb shell pm list packages -f
  • List all Relative Information about your Android Device:
    • adb shell dumpsys
      • adb shell dumpsys battery
      • adb shell dumpsys wifi
      • adb shell dumpsys cpuinfo
      • adb shell dumpsys meminfo
        • adb shell dumpsys meminfo PACKAGE.NAME
    • adb shell cat "/system/build.prop" | grep "product"
  • Show the AndroidManifest for an APK
    • aapt dump xmltree FILE.apk AndroidManifest.xml
  • Screenshots from Commandline
    • adb shell /system/bin/screencap -p /sdcard/screenshot.png
    • adb pull /sdcard/screenshot.png screenshot.png

Read more:

Current Open Source Projects:

Pre-GDK Glass Applications:

Important Libraries:

### Google Glass Resources: - Overview - https://developers.google.com/glass/ - Basic Setup - https://glass.google.com/u/0/setup - Technical Specifications - https://support.google.com/glass/answer/3064128 - Developer Guidelines - https://developers.google.com/glass/guidelines - GDK - https://developers.google.com/glass/develop/gdk/ - Github - https://github.com/googleglass - Boot Images and Kernels - https://developers.google.com/glass/downloads/system - Glass-Apps: Developers, Blogs and News - http://glass-apps.org/ License =========
Copyright (C) 2014 OpenQuartz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Open Source Google Glass Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published