Git Product home page Git Product logo

smartisanos_build_release's Introduction

SmartisanOS_Build_Release


  • Smartisan-SDK_sample-debug.apk 这个是根据SmartisanSDK 编译的一个demo程序。开发者可以通过这个APK来体验One Step的魅力。

  • nexus6_shamu_mob31k.7z 这个是集成了One Step 和 Big Bang 功能的Nexus6的刷机包,可以用这个刷Nexus6的手机,体验One Step 和 Big Bang。下载地址 [刷机教程](https://developers.google.com/android/images#Flashing instructions)

###考虑到**开发者得翻墙才能看刷机教程,特粘贴在下面

Flashing instructions

The factory image downloaded from this page includes scripts that flashes the device, typically named flash-all.sh (On Windows systems, use flash-all.bat instead).

To flash a device using one of the system images below (or one of your own), you need the latest fastboot tool. You can get it from one of the sources below.

Once you have the fastboot tool, add it to your PATH environment variable (the flash-all script below must be able to find it). Also be certain that you've set up USB access for your device, as described in the Using Hardware Devices guide.

Caution: Flashing a new system image deletes all user data. Be certain to first backup any personal data such as photos.

To flash a system image:

  1. Download the appropriate system image for your device below, then unzip it to a safe directory.

  2. Connect your device to your computer over USB.

  3. Start the device in fastboot mode with one of the following methods:

    • Using the adb tool: With the device powered on, execute:

      adb reboot bootloader

    • Using a key combo: Turn the device off, then turn it on and immediately hold down the relevant key combination for your device. For example, to put a Nexus 5 ("hammerhead") into fastboot mode, press and hold Volume Up + Volume Down + Power as the device begins booting up.

  4. If necessary, unlock the device's bootloader by running:

    fastboot flashing unlock
    

    or, for older devices, run:

    fastboot oem unlock
    

    The target device will show you a confirmation screen. (This erases all data on the target device.)

  5. Open a terminal and navigate to the unzipped system image directory.

  6. Execute the flash-all script. This script installs the necessary bootloader, baseband firmware(s), and operating system.

Once the script finishes, your device reboots. You should now lock the bootloader for security:

  1. Start the device in fastboot mode again, as described above.

  2. Execute:

    fastboot flashing lock
    

    or, for older devices, run:

    fastboot oem lock
    

Locking bootloader will wipe the data on some devices. After locking the bootloader, if you want to flash the device again, you must run fastboot oem unlock again, which will wipe the data.

smartisanos_build_release's People

Contributors

zhangjizxc avatar

Watchers

 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.