zoukankan      html  css  js  c++  java
  • (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
  • 相关阅读:
    spring和设计模式
    Chrome插件下载网站图片
    MySql Illegal mix of collations 问题
    通过优化配置,提高MySql性能
    Windows下将Spring jar包部署为一个服务
    Apereo CAS增加登录方式。
    信息学竞赛C++基础教程
    关于codedecision和我本人
    信息学竞赛C++教程5.循环结构程序设计
    信息学竞赛C++教程3.分支结构程序设计
  • 原文地址:https://www.cnblogs.com/ztguang/p/12647000.html
Copyright © 2011-2022 走看看