NFC Unlocker is the Android application that makes it possible to unlock the secured lock screen using NFC tags.
Android API doesn't provide simple way to permanently unlock secured lock screen, therefore NFC Unlocker can use one of several workarounds (unlock methods).
Try it from Google Play.
- Flag. Uses window flags that dismisses lock screen.
- Input. Enters password into field instead of user using
input
shell command. The most stable, but requires root and supports only PIN and Password lock (no patterns). - KeyguardLock. It's pretty stable but uses deprecated features (still works on 4.3).
- Root if using Input unlock method.
- Modified NfcNci.apk that can poll while the screen is locked. Here are some apk's for popular devices:
- Google Nexus 4
- HTC One
- Samsung Galaxy S4
- Sony Xperia Z
- Samsung Galaxy Note ll
If your device is not listed here then just try to search using such keywords: "nfc while screen is locked yourdevicename".
- Paul Annekov (https://github.com/PaulAnnekov)
Similar to [this] (http://nvie.com/posts/a-successful-git-branching-model) branching model but with only master, develop and feature branches.
Develop main functionality in develop branch.
For new experimental features create separate branch.
Merge to develop from feature branch when you complete it.
Merge to master from develop branch on release and tag it with version number.
Copyright 2013 Paul Annekov
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.