CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:RootCheck

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-07-08
  • 文件大小:
    2.58mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

检测手机是否Root源码判断安卓手机是否root有三种方式,本源码是第三种方式。



第一种:

Android可以直接运行一个底层命令,来判断是否root,但是这会带来一个问题,每次判断是否root都会弹出一个root请求框。这是十分不友好的一种交互方式,而且,用户如果选择取消,有部分手机是判断为非root的。这种方式的特点是交互不友好,而且有误判。



第二种:

一般root手机都会有一些的特殊文件夹,比如/system/bin/su,/system/xbin/su,里面存放有相关的权限控制文件。因此只要手机中有一个文件夹存在就判断这个手机root了。然后经过测试,这种方法在大部分手机都可行。这种方式的特点是交互友好,但是有误判。-Detection of mobile phone is Root source to determine whether the Android mobile phone root there are three ways, the source is the third way.

First kind:

Android can directly run a bottom command, to determine whether the root, but this will bring a problem, each time to determine whether the root will pop up a root request box. This is a very unfriendly way of interaction, but also, if the user choose to cancel, there is a part of the phone is judged to be non root. This approach is characterized by the interaction is not friendly, and there is a miscarriage of justice.

Second species:

General root phone will have a number of special folders, such as /system/xbin/su, /system/bin/su, which is stored in the relevant permissions control file. So as long as there is a folder on the phone to determine the existence of this phone root. And then tested, this method is feasible in most mobile phones. This approach is characterized by a friendly interaction, but there is a miscarriage of
(系统自动生成,下载前可以参看下载内容)

下载文件列表

RootCheck/
RootCheck/.classpath
RootCheck/.project
RootCheck/.settings/
RootCheck/.settings/org.eclipse.core.resources.prefs
RootCheck/AndroidManifest.xml
RootCheck/assets/
RootCheck/bin/
RootCheck/bin/AndroidManifest.xml
RootCheck/bin/classes/
RootCheck/bin/classes/com/
RootCheck/bin/classes/com/example/
RootCheck/bin/classes/com/example/rootcheck/
RootCheck/bin/classes/com/example/rootcheck/BuildConfig.class
RootCheck/bin/classes/com/example/rootcheck/MainActivity.class
RootCheck/bin/classes/com/example/rootcheck/R$attr.class
RootCheck/bin/classes/com/example/rootcheck/R$dimen.class
RootCheck/bin/classes/com/example/rootcheck/R$drawable.class
RootCheck/bin/classes/com/example/rootcheck/R$id.class
RootCheck/bin/classes/com/example/rootcheck/R$layout.class
RootCheck/bin/classes/com/example/rootcheck/R$menu.class
RootCheck/bin/classes/com/example/rootcheck/R$string.class
RootCheck/bin/classes/com/example/rootcheck/R.class
RootCheck/bin/classes/com/example/rootcheck/utils/
RootCheck/bin/classes/com/example/rootcheck/utils/RootUtil.class
RootCheck/bin/classes/com/example/rootcheck/utils/ShellUtils$CommandResult.class
RootCheck/bin/classes/com/example/rootcheck/utils/ShellUtils.class
RootCheck/bin/classes.dex
RootCheck/bin/dexedLibs/
RootCheck/bin/dexedLibs/android-support-v4-252033f44e39b9489328e2b21dfdd225.jar
RootCheck/bin/dexedLibs/android-support-v4-2b20fd8330343b7699e1c37afbf2d89a.jar
RootCheck/bin/dexedLibs/android-support-v4-852b1262a7beb251e4798884e498beaf.jar
RootCheck/bin/dexedLibs/android-support-v4-ffd1ec8daaf7443e932fee4f1046688a.jar
RootCheck/bin/dexedLibs/android-support-v7-appcompat-393a6d982fc5df521c0af3e2d2893b0e.jar
RootCheck/bin/dexedLibs/appcompat_v7_2-3fd06b6eeca85f1f1c16666624e93e04.jar
RootCheck/bin/jarlist.cache
RootCheck/bin/javaapk.com-RootCheck.apk
RootCheck/bin/R.txt
RootCheck/bin/res/
RootCheck/bin/res/crunch/
RootCheck/bin/res/crunch/drawable-hdpi/
RootCheck/bin/res/crunch/drawable-hdpi/ic_launcher.png
RootCheck/bin/res/crunch/drawable-mdpi/
RootCheck/bin/res/crunch/drawable-mdpi/ic_launcher.png
RootCheck/bin/res/crunch/drawable-xhdpi/
RootCheck/bin/res/crunch/drawable-xhdpi/ic_launcher.png
RootCheck/bin/res/crunch/drawable-xxhdpi/
RootCheck/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
RootCheck/bin/resources.ap_
RootCheck/bin/RootCheck.apk
RootCheck/gen/
RootCheck/gen/com/
RootCheck/gen/com/example/
RootCheck/gen/com/example/rootcheck/
RootCheck/gen/com/example/rootcheck/BuildConfig.java
RootCheck/gen/com/example/rootcheck/R.java
RootCheck/ic_launcher-web.png
RootCheck/libs/
RootCheck/libs/android-support-v4.jar
RootCheck/lint.xml
RootCheck/proguard-project.txt
RootCheck/project.properties
RootCheck/res/
RootCheck/res/drawable-hdpi/
RootCheck/res/drawable-hdpi/ic_launcher.png
RootCheck/res/drawable-ldpi/
RootCheck/res/drawable-mdpi/
RootCheck/res/drawable-mdpi/ic_launcher.png
RootCheck/res/drawable-xhdpi/
RootCheck/res/drawable-xhdpi/ic_launcher.png
RootCheck/res/drawable-xxhdpi/
RootCheck/res/drawable-xxhdpi/ic_launcher.png
RootCheck/res/layout/
RootCheck/res/layout/activity_main.xml
RootCheck/res/menu/
RootCheck/res/menu/main.xml
RootCheck/res/values/
RootCheck/res/values/dimens.xml
RootCheck/res/values/strings.xml
RootCheck/res/values-w820dp/
RootCheck/res/values-w820dp/dimens.xml
RootCheck/src/
RootCheck/src/com/
RootCheck/src/com/example/
RootCheck/src/com/example/rootcheck/
RootCheck/src/com/example/rootcheck/MainActivity.java
RootCheck/src/com/example/rootcheck/utils/
RootCheck/src/com/example/rootcheck/utils/RootUtil.java
RootCheck/src/com/example/rootcheck/utils/ShellUtils.java
RootCheck/说明.htm

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com