OpenQuartz: Google Glass Open Source 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!
Find the repository here: https://github.com/jaredsburrows/OpenQuartz
Here is an OpenCV Android implementation of Face Detection!
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:
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!
Find the repository here: https://github.com/jaredsburrows/OpenQuartz
Here is an OpenCV Android implementation of Face Detection!
Example Applications for Google Glass(/example-apps)
- GDK
- Hello Glass - Andre Compagno
- Basic "HelloWorld"
- Voice Example - Andre Compagno
- Voice Recognition Example
- Hello Glass - Andre Compagno
- Misc
- Glass Preview - Jared Burrows
- "Hotfix" for Google Glass camera preview - post-XE10
- Face Detection - Jared Burrows
- "Hotfix" for Google Glass camera preview - post-XE10
- Glass Preview - Jared Burrows
Google Glass Application Source Code(/glass-source):
UPDATE(11/19/13): GDK is now out! You can still easily decompile applications using this method.
- Decompiling APKs
- Decompiling compiled Java (.class) files
- View decompiled JAR files from Dex2Jar
- JD-GUI
- Dumping APK Resources
- Android APKtool
- All in One Tool
Read more:
- http://stackoverflow.com/questions/3122635/is-it-possible-to-decompile-an-android-apk-file
- http://blog.burrowsapps.com/2012/02/hacking-facebook-for-android.html
- http://blog.burrowsapps.com/2012/05/how-to-reverse-engineer-android-malware.html
Third Party Applications(/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)
- OpenCV for Android
- Settings
- Terminal Emulator
- Helpful Tools
- Android Screen Monitor
Basic ADB Usage(From Terminal or CMD Prompt):
Since there is no "Google Play" for the Glass yet, we have to side load Android applications for now.
- 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"
- adb shell dumpsys
- 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:
- http://developer.android.com/tools/help/adb.html
- http://stackoverflow.com/questions/11201659/whats-android-adb-shell-dumpsys-tool-and-its-benefits
Current Open Source Projects:
- Google Glass Playground
- OpenShades: WearScript
- Example of Decompiled Resources:
Pre-GDK Glass Applications:
- Compass
- Level
- Stopwatch
- Waveform
Important Libraries:
- Google
- Android SDK
- Android NDK (Native Development Kit)
- GDK (Glass Development Kit)
- Misc
- OpenCV(OpenCV for Android)
Google Glass Resources:
- Overview
- Basic Setup
- Technical Specifications
- Developer Guidelines
- GDK
- Github
- Boot Images and Kernels
License
Copyright (C) 2013 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
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.
Wonderful job,you are amazing.I think you have spent a lot of time to collect these useful information,it's great.In your post I happen to find some important info that I was looking for so long,thank you very much.
ReplyDeleteLabels: Google Glass Android Barcode Open Source Development Applications Google Resources