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
  • 相关阅读:
    Shiro【常用的自定义】
    Shiro【重要概念总结】
    Shiro【自定义Realm实战】
    Shiro【内置Realm实操】
    Shiro【快速上手】
    Shiro【初识】
    面向对象【抽象类和接口的区别】
    面向对象【多态中的成员访问特点】
    Kafka2.12-2.5.0在windows环境的安装 启动 通信测试
    CentOS.iso 下载地址收纳整理
  • 原文地址:https://www.cnblogs.com/ztguang/p/12647000.html
Copyright © 2011-2022 走看看