随笔分类 -  android开发

摘要:adb disable-verity adb reboot adb root adb remount mount -o remount rw /system adb shell mount -o bind /system /system adb shell mount -o rw,remount / 阅读全文
posted @ 2022-05-15 20:33 用户72093285 阅读(33) 评论(0) 推荐(0)
摘要:import android.util.Base64; import java.nio.charset.StandardCharsets; import java.util.Objects; import javax.crypto.Cipher; import javax.crypto.spec.I 阅读全文
posted @ 2021-12-09 10:49 用户72093285 阅读(446) 评论(0) 推荐(0)