Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Monday, October 29, 2012

Android Debug Bridge

Handy ADB commands:
  • adb start-server
  • adb kill-server
  • adb devices
  • adb install
  • adb pull
  • adb push
  • adb shell pm set-install-location 2
  • adb shell pm set-install-location 0 (revert the previous)
  • More ...

No comments:

Post a Comment