Coder Social home page Coder Social logo

evil-hide's Introduction

#Evil Hide

这个应用可以隐藏其他的应用图标哟

隐藏app的app。用处自己挖掘。

1

###特点:

  • 本软件本身没有图标,需通过输入暗号进入。
  • 不用root(仅限Android 4.4以上)(待做)

###原理 在Android 4.4以下使用以下命令显示和隐藏(需要root权限):

adb shell pm endable {package_name}
adb shell pm disable {package_name}

在Android 4.4以上使用以下命令显示和隐藏(不需要root):

adb shell pm hide {package_name}
adb shell pm unhide {packag_name}

区别: hide命令相当于uninstall -k卸载应用但是保留数据 disable...

###Warning 在Android上一个应用必须启动一次后他的BroadcastReceiver才会生效,所以第一次安装本应用后使用拨号盘并不会启动,必须使用特殊手段启动,例如在adb下执行以下命令:

adb shell am start -n me.sweetll.evilhide/.MainActivity

这个问题将会在下一个版本修复(Maybe暑假)

###用法: 本软件的默认启动密码是#1234 启动方式: 打开拨号盘,输入#1234,再拨出,就可以启动本应用了,然后在应用列表里选择应用是否隐藏即可

###待做列表:

  • Android 6.0的权限管理
  • 当检测到手机是Android 4.4以上时,使用pm hide代替pm disable
  • 使用密码启动应用
  • 应用关闭后自动隐藏

evil-hide's People

Contributors

blackbbc 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.