android camera, gps, mic, etc
Monkey Targets Forums/Android/android camera, gps, mic, etc
| ||
| Anyone know if it's possible to use any android hardware from within monkey? I'm mostly interested in using the camera but having access to other bits would be useful too. |
| ||
| Check out IronStorm's Github: https://github.com/Ironstorm/bbd He has a camera picker and image picker module. For GPS, Diddy has the native function: StartGps and getLatitiude/getLongitude: http://code.google.com/p/diddy/source/browse/src/diddy/native/diddy.android.java |
| ||
| Many thanks Steve. You guys are masters and I bow down to thee :) |