OpenQuartz
Open Source Google Glass Development
Google Glass Example GDK Applications:
Important Libraries:
Basic ADB Usage(For Terminal or CMD Prompt):
Information for side loading Android applications.
- 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"
- Screenshots from Commandline
adb shell /system/bin/screencap -p /sdcard/screenshot.png
adb pull /sdcard/screenshot.png screenshot.png
Read more:
- http://developer.android.com/tools/help/adb.html
- http://stackoverflow.com/questions/11201659/whats-android-adb-shell-dumpsys-tool-and-its-benefits
Example Applications for Google Glass:
- GDK
- Camera App
- Basic Camera application with Camera preview - with "Hotfix" - post-XE11
- Memo App - Andre Compagno
- Voice Memo Application
- Hello Glass
- Basic "HelloWorld"
- Location Example
- Basic Location on Live Cards
- Voice Example
- Voice Recognition Example
- Camera App
- OpenCV or Android SDK
- Glass Preview
- "Hotfix" for Google Glass camera preview - post-XE11
- Face Detection
- "Hotfix" for Google Glass camera preview - post-XE11
- Optimization coming soon
- Image Manipulation
- Mixed Processing and Camera Control Tutorials
- Canny, Sobel, RGBA, Gray, Feature Detection, etc
- Glass Preview
/third-party):
Third Party Applications(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)
- OpenCV for Android
- Settings(Settings.apk)
- Settings for Glass(Setttings_Full.apk)
- Terminal Emulator
- Helpful Tools