Git Product home page Git Product logo

shelldroid's Introduction

What is ShellDroid

ShellDroid is an Android App that help you to manage multi account of any App on the same devices. For example, you can use it to switch WeChat or Whatsapp account without reenter your username and password.

The mechanism behind ShellDroid is very simple: Every App on Android has a data folder, when you use that App( login or change some setting) all those information are saved in that folder, ShellDroid manage App's account by manage App's application data. which is simply backup and restore data folder. And that's why it need root privilege.

Some Apps(like Wechat) will try to bind your account with your devices. Those Apps usually use your device's IMEI,phone number, or phone model to identify you. Thanks to Xposed, ShellDroid can fake those information to make a "portable" application data.

To demonstrate that, I create an App which simply call some Android API to identify your devices. If run it directly, It will display your devices's IMEI, phone model, phone brand etc.(assume you are not using any other privacy protection Apps of cause)

But if run it from ShellDroid, those information will be replaced by your Virtual Environment settings.

Basically it's a simplified XPrivacy which not only restrict privacy information access by per App's setting, but also base on the account in that App. Which means different Account of the same App can have different privacy restriction.

This App is not very complete, but the idea is well proved.

Any issues, fork, pull requests will be welcome.

Screencast

Download Video ScreenCast

ScreenCast ScreenCast ScreenCast

How to build

Install Android SDK(default version 24.4.1), or change the build.sbt to match your SDK version. Then run:

sbt apk

A prebuilt version can be download here

Notice

  1. Your device need to be rooted.
  2. Xposed framework need to be installed.
  3. SeLinux will be disabled after ShellDroid get running.
  4. Only test on Nexus 5X with Android 6.0. Use at your own risk.

More info:

http://xun.im/2016/05/30/shelldroid-a-virtual-environments-for-android-apps/

http://xun.im/2016/05/30/shelldroid-on-nexus5x/

http://xun.im/2016/05/30/understand-android-rooting/

shelldroid's People

Contributors

wuhx avatar

Watchers

James Cloos avatar  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.