# supersu **Repository Path**: TheHepta/supersu ## Basic Information - **Project Name**: supersu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2021-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README supersu 具备完整功能的su 先获取root权限,然后重新挂载/system mount -o remount,rw /system 跟踪CPU abi号,选择对应的su拷贝到/system/bin 或者/system/xbin 然后修改/system/bin/install-recovery.sh 在最后增加一行 /system/bin/su --deamon & 或者 /system/xbin/su --daemon & 重启手机,就可以得到完整的,全功能root了。 编译: 在jni的上层目录执行 ndk-build NDK_PROJECT_PATH=.