【ROM焼き】docomo Xperia Z SO-02E root7
358 :
SIM無しさん:
TWRP導入済みなら/system/etc/install-recovery.shをこうすりゃric対策出来るよ。
.343にしてからだと少し面倒だけど、TWRP起動中にadb shellすりゃどうとでもなる。
#!/system/bin/sh
/system/bin/mount -o remount,rw /
/system/bin/mv /sbin/ric /sbin/ric.bak
/system/bin/mount -o remount,ro /
/system/bin/stop ric
/system/xbin/pkill /sbin/ric