简体   繁体   English

无需生根设备即可访问 /System/bin/sh

[英]GAINING ACCESS TO /System/bin/sh WITHOUT Rooting device

I am trying to gain root access to an android device and every time I run adb root or adb su i get an error /system/bin/sh: adb: inaccessible or not found .我正在尝试获得对 android 设备的 root 访问权限,每次运行adb rootadb su我都会收到错误/system/bin/sh: adb: inaccessible or not found

I want to be able to access this folder without actually having to root the device.我希望能够访问此文件夹而无需实际操作设备。 Is there any way I can do this?有什么办法可以做到这一点吗?

通过从源代码检出的根目录运行以下命令来设置用于构建 Android 设备的环境:

source build/envsetup.sh

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不扎根Android设备的情况下访问文件 - How to access files without rooting on an Android device 如何在不root设备的情况下将应用转换为android +5.0中的系统应用? - How to convert an app to be a system app in android +5.0 without rooting the device? 在不对设备进行生根的情况下卸载/安装系统应用程序 - Un-/Install System apps without rooting the device 无需生根即可访问数据库 - Access database without rooting 如何在不支持已支持SmartCard API的设备的情况下访问Secure Element - How to Access Secure Element without rooting a device which already supports SmartCard API Xamarin-重新启动Android手机,无需root即可获取系统用户访问权限 - Xamarin- Restart Android Phone Getting System User Access Without Rooting 如何在没有root设备的情况下隐藏Android设备中的任何应用程序? - How to hide any application in android device without rooting my device? 是否可以在不植根设备的情况下以编程方式触摸屏幕上的事件? - Is it possible to touch event on screen programmatically without rooting the device? 如何在不生根的情况下禁用Android设备的hdmi端口? - How do i disable hdmi port of a android device without rooting it? 如何在没有root设备的情况下捕获其他Android应用程序的屏幕截图? - How to capture a screenshot of other Android application without rooting device?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM