Skip to content

Instantly share code, notes, and snippets.

@bokutin
Last active August 29, 2015 13:57
Show Gist options
  • Save bokutin/9407222 to your computer and use it in GitHub Desktop.
Save bokutin/9407222 to your computer and use it in GitHub Desktop.
ADT+GDKで一通り揃う
https://developers.google.com/glass/develop/gdk/quick-start
サンプルは Compass, Stopwatch, Timer
githubにもある
https://github.com/googleglass
Google Glassで作る近未来アプリケーション
http://www.buildinsider.net/mobile/googleglass
MyGlassを日本リージョンでAndroidから
http://forum.xda-developers.com/showthread.php?t=2594703
MyGlassを日本リージョンでiOSから
http://iphone.apple-stream.com/blog/2014/02/05/how-to-download-us-only-app/
http://stackoverflow.com/questions/tagged/google-gdk?sort=votes&pagesize=50
Tonyさんが答えてくれそう
http://stackoverflow.com/questions/tagged/google-glass?sort=votes&pagesize=50
https://code.google.com/p/google-glass-api/issues/list
HelloWorld
http://d.hatena.ne.jp/bs-android/20140114/1389683925
https://github.com/pscholl/glass_snippets
/Applications/adt-bundle-mac-x86_64-20131030/sdk/platform-tools/adb shell
してもrootでないので ls -R / すらままならない
root化とkernelのソース
https://developers.google.com/glass/tools-downloads/system
サンプルcompassのアンインストール
/Applications/adt-bundle-mac-x86_64-20131030/sdk/platform-tools/adb uninstall com.google.android.glass.sample.compass
日本語スライド!
http://www.slideshare.net/vvakame/google-glass-29135974
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment