teaching machines

CS 491 Lecture 5b – Intents cont’d

September 20, 2012 by . Filed under cs491 mobile, fall 2012, lectures.

Last time, few people got the camera working properly. So, today is a continuation of last time. Rather than throw our hands in the air, let’s try to resolve the issues we ran into. Feel free to comment on this post with any solutions to your problems.

Stick with your same partner(s).

If you have a phone, check out Using Hardware Devices. The lab machines may not have drivers available for older phones. The Samsung Galaxy S3 seems to work okay.

I’ve installed my own version of the Android SDK and created my own Android Virtual Devices. The directory is W:\c s\CJohnson\cs491-mobile\android-sdk. You can update the SDK location via Window > Preferences > Android. I was able to get the camera working and not crashing with the Eclair AVD.

If you’re not able to handle the intent-driven URL, perhaps the browser has been made the default handler already? Check out this StackOverflow thread.

Extra challenges