摘要:
首先挂载system mount -o remount rw /system 但是出现了错误,mount: '/system' not in /proc/mounts,这个时候可以尝试挂在/ mount -o rw,remount / 但是不要忘记将状态重置为" ro"。 mount -o ro,r 阅读全文
摘要:
解包apk apktool -r d xxx.apk -o test 重打包apk apktool b test -o xxx2.apk apk签名 下载项目的jar包https://github.com/patrickfav/uber-apk-signer/releases java -jar u 阅读全文