An exciting, experimental method of unlocking your mobile device.
- On your android device, go to settings -> Allow Apps from Unknown Sources
- Download the apk.
- Follow device instructions to install.
- Run from app drawer.
- Download and Install Android Studio: https://developer.android.com/studio
- Start Android Studio and Open Project Folder.
- On Device:
- Enable developer options: Settings -> About -> Build Number -> Tap 5 times
- Enable USB debugging: Settings -> About -> USB Debugging
- Plug in device via USB.
- Ensure device is selected in device menu(top bar)
- Click the "Run" button at the top.
- Default password is SHORT_LEFT, SHORT_RIGHT, LONG_LEFT, LONG_RIGHT.
- Password can be changed via an array named 'password' within
MainActivity.javawhich is an enum type. - This enum has types
SHORT_LEFT,SHORT_RIGHT,LONG_LEFT,LONG_RIGHT.