GithubHelp home page GithubHelp logo

-3x-'s Introduction

-畅玩3x刷机(基于Ubuntu)-

准备

1.手机关机,按住音量下键不松开,数据线接上手机,然后会进入fastboot模式。
2.华为和三星手机需要解锁操作,解锁到官网。不需要解锁的手机可跳过此步骤。
3.准备SD卡,将要下载的ROM包导入。若是强刷,则需要解压,会有/dload/UPDATE.ZIP文件。
4.若是卡刷,还需要提取update.app里面的img:a)split_update.pl-master解压. b)chmod +x splitupdate.  c)./splitupdate update.app

卡刷

sudo fastboot oem unlock **************     //解锁
sudo fastboot oem get-bootinfo     //判断解锁是否成功,成功则显示unlocked
sudo fastboot flash recovery recovery.img     //写入recovery.img(会擦除官方recovery)
sudo fastboot reboot  [bootloader/recovery]    //重启手机
按住音量上+电源键,进入rec模式,找到ROM包刷入。(若是第三方rec,可能按住音量上下键即可进入。)
强刷:音量上下键+电源键

线刷

fastboot erase boot
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot reboot

-3x-'s People

Contributors

huntingboy avatar

Stargazers

Jesse205 avatar sekzerd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.