-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read-only file system #74
Comments
? |
root@Che1:/data # cp /data/local/tmp/1.apk /system/app 1|root@Che1:/data # id |
root@Che1:/data # ls -l |
Get root permissions: Although root, but still no permissions - do not know why? ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_ABI=armeabi-v7a APP_PLATFORM=19
|
root@Che1:/data # run-as /system/bin/ |
@MoranXiXi 我也遇到了这个问题,请问你解决了吗 |
adb shell /system/bin/run-as
uid /system/bin/run-as 2000
uid 0
0 u:r:adbd:s0
context 0 u:r:shell:s0
root@Che1:/ #
flase root ?
The text was updated successfully, but these errors were encountered: