Giter VIP home page Giter VIP logo

arevelation's Introduction

aRevelation

Android password manager based on Revelation Password Manager file format.

Introduction

Hello! This project is android implementation of Revelation password manager. Right now it is in it's prototype life stage. I find it very easy to use this password manager with Dropbox or another sync software and I find it very hard to use it without android application. This is the main reason of this app development. If you have any questions/suggestions please mail me to [email protected].

Build

###Ubuntu Linux

####Install JDK

apt-get install openjdk-6-jdk

####Download and extract android SDK Go to http://developer.android.com/sdk/index.html You don't need to download ADT Bundle, just sdk. For example "android-sdk_r22.2.1-linux.tgz". After that you need to extract file by using tar:

tar -xzvf android-sdk_r22.2.1-linux.tgz

It will extract content of the archive to the current directory.

####Update your sdk

cd android-sdk-linux/tools
./android update sdk --no-ui
./android

Check "Android SDK Build-tools" (18.0.1) and click "Install"

####Install Gradle

add-apt-repository ppa:cwchien/gradle
apt-get update
apt-get install gradle

####Install git

apt-get install git

####Clone aRevelation project

git clone https://github.com/MarmaladeSky/aRevelation.git

####Install ia-32-libs(x86_64 OS)

sudo apt-get install ia-32-libs

####Go to project directory and run build

cd aRevelation
export ANDROID_HOME="path/to/android-sdk-linux"
gradle build

You can find .apk files in aRevelation/build/apk

arevelation's People

Contributors

marmaladesky avatar sviro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.