Possible Duplicate:
How can I make my phone/tablet ring remotely without a SIM card?
There are many Android devices in our office which we use for application development and QA. Finding a particular device is sometimes necessary, but requires walking around asking who has it.
Is there some way to track where a particular device might be in an office environment? Either an app on the device or some way to listen on the computer it was most recently plugged in to (via ADB), for example. Hopefully something with minimal user interaction, otherwise nobody would ever actually do it.
I haven't tried anything specific yet. Just looking for ideas on which way to go. I'm pretty sure GPS is not nearly accurate enough for such a setting, and that's the only real idea I've had.
adb devices
gives per-machine names, I believe, so that's not overly useful. – Matthew Read Jan 31 '12 at 17:30