Android X86 5.1怎么Root
发布网友
发布时间:2022-04-26 08:47
我来回答
共1个回答
热心网友
时间:2022-06-26 01:38
Ubuntu 终端敲命令太麻烦了
一个ext4分区上装了俩安卓x86,一个本身已经supersu root,另一个没用,就可以用已经root的安卓x86 stickmount 挂载整个ext4分区,用re管理器修改另一个没root的安卓,re复制粘贴su、daemonsu等文件,re管理器修改文件权限所有者用户组
我觉得这个方法并不适合安卓小白
各位大神还是用Ubuntu敲终端命令吧
mkdir ./temp/bin/.ext
cp su ./temp/xbin/daemonsu
cp su ./temp/xbin/su
cp su ./temp/bin/.ext/.su
cp Superuser.apk ./temp/app/Superuser.apk
cp ./install-recovery.sh ./temp/etc/install-recovery.sh
mkdir ./temp/etc/init.d
cp ./99SuperSUDaemon ./temp/etc/init.d/99SuperSUDaemon
echo 1 > ./temp/etc/.installed_su_daemon
3、设置权限:
chmod 0777 ./temp/bin/.ext
chmod 06755 ./temp/bin/.ext/.su
chmod 06755 ./temp/xbin/su
chmod 06755 ./temp/xbin/daemonsu
chmod 0755 ./temp/etc/install-recovery.sh
chmod 0755 ./temp/etc/init.d/99SuperSUDaemon
chmod 0644 ./temp/etc/.installed_su_daemon
chmod 0644 ./temp/app/Superuser.apk