aboutsummaryrefslogtreecommitdiff

Android pattern-lock generator

plock is a command line program for generating android patterns.

Features

  • Generate all posible patterns.
  • Save patterns to multiplie formats.

Dependencies

Currently, there's no need for additional libraries for compiling or running the software.

Installation

Currently, this program is not available in any package manager, so you have to build it from source. You can run this command that will build and install the program on your system:

# make install

By default, plock is installed using the prefix "/usr/local", so the full path of the executable will be "/usr/local/bin/plock". But can install it to the directory of your choice by changing the prefix. For example:

# make PREFIX="/your/dir" install

In order to remove the program from your system, just run the following command:

# make uninstall

Please note that the previous commands require root privileges.

If you don't want to install, just run it, you can do it in this way:

$ make
$ ./bin/plock

Usage

Please consult the man page for more information.

You can see the man page by runing the following command in the project directiory:

$ man doc/plock.1

Or you can do this, if you installed the program:

$ man plock