Wakey Droid (v. 2.0) Разработано BitMote |
Wakey Droid allows the user to wake an Android device from their computer over the USB connection (or even wirelessly if they have that set up).
To run Wakey Droid, and thus wake the device, you need the Android SDK properly installed and configured on your computer, Wakey Droid installed on your device, and your device and computer connected. Then just issue the command:
adb -d shell am start -a android.intent.action.MAIN -n bdjnk.android.wakeydroid/.Wakey
Which will instruct the device to run Wakey Droid, which should happen silently without disrupting anything else on the device. All that should occur is that the device wakes up (there may have a noticeable delay if Wakey Droid is not yet or no longer in the device memory).
If you have more than one device connected you may must use the "-s <serial number>" switch to ensure you will wake the intended device.
The point is to reduce button wear and increases convenience for developers. I currently have the command mapped to a global shortcut for easy access and use it at least twenty time a day.
Unfortunately I have only one device so testing is rather limited. See the website listed under Developer Info for the complete source code and more information.
[2010-12-09] michael: I've got the command mapped to Windows + Space. It's so much fun, I giggle every time. "Wakey! hehe." |
|
|