文件名称:RootCheck
介绍说明--下载内容来自于网络,使用问题请自行百度
检测手机是否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
第一种:
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.