Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/monkey
Android (2.2, Froyo) application that tells you if you are a monkey.
https://github.com/rumpl/monkey
Last synced: 15 days ago
JSON representation
Android (2.2, Froyo) application that tells you if you are a monkey.
- Host: GitHub
- URL: https://github.com/rumpl/monkey
- Owner: rumpl
- Created: 2010-05-23T12:27:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-23T15:10:12.000Z (over 14 years ago)
- Last Synced: 2024-11-25T01:24:18.219Z (3 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
On the 20th of May 2010, Google announced the new Android platform (version 2.2, codename Froyo).
In the new SDK, there is a funny little function : ActivityManager.isUserAMonkey();
This application will tell you if you are a monkey or not.
How to use the app :
- I don't know, I don't have an android phone :)
- I guess you just have to screw with your phone a little (touch the screen frantically).
- If you see a message : "You did it! You're a monkey!" or "Oook!", you won.
- I couldn't make the app show me the message in the emulator...Note for the developpers :
The method isUserAMonkey() throws an exception when I test it with the command :
adb shell monkey -p com.rumpl.monkey -v 500
Don't really know why since the documentation doesn't say much...