(OK) adb—fastboot—recovery—insmod—TWRP Recovery—batman-adv.ko

[root@localhost android-3.10]# adb push net/batman-adv/batman-adv.ko /storage/sdcard1/ztg
4848 KB/s (4118150 bytes in 0.829s)
[root@localhost android-3.10]#

shell@hwCHM-H:/storage/sdcard1/ztg $ insmod batman-adv.ko                    
insmod: init_module 'batman-adv.ko' failed (Operation not permitted)
shell@hwCHM-H:/storage/sdcard1/ztg $

mount -o remount,rw /system

++++++++++++++++++++++++++++++++++++++++
参考:http://www.carbontesla.com/2015/08/download-honor-4c-clockworkmod-cofface-custom-recovery/
---------------------------------------------------------------------------
[root@localhost huawei]# adb push Huawei4C_CHM_UL00_EMUI3.1_6.1.1_7TO_Lollipop5.1.1.zip /storage/sdcard1/ztg
---------------------------------------------------------------------------
[root@localhost TWRP Recovery]# pwd
/run/media/root/E6B2798BB279614B/智能手机/huawei/TWRP Recovery

[root@localhost TWRP Recovery]# adb reboot bootloader
[root@localhost TWRP Recovery]# fastboot devices

//下面选一个
[root@localhost TWRP Recovery]# fastboot flash recovery cm-12.1-20160108-NIGHTLY-xt907-recovery.img    //
[root@localhost TWRP Recovery]# fastboot flash recovery recovery-5.1-7to-twrp.img
[root@localhost TWRP Recovery]# fastboot flash recovery twrp_cn.img
[root@localhost TWRP Recovery]# fastboot flash recovery twrp_recovery.img            //奇兔刷机
[root@localhost TWRP Recovery]# fastboot flash recovery recovery.img
[root@localhost TWRP Recovery]# fastboot flash recovery cofface_cwm_honor4c.img        //ok


[root@localhost TWRP Recovery]# fastboot reboot
[root@localhost TWRP Recovery]# adb reboot recovery
原文地址:https://www.cnblogs.com/ztguang/p/12647000.html