Skip to content

Commit

Permalink
Add Travis CI and Codecov badges to README (#70)
Browse files Browse the repository at this point in the history
Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.

See also https://shields.io/
  • Loading branch information
vstinner authored Feb 13, 2017
1 parent 2b50186 commit c9b62b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ Build Status

- master

+ .. image:: https://travis-ci.org/python/cpython.svg?branch=master
:target: https://travis-ci.org/python/cpython

+ .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:target: https://codecov.io/gh/python/cpython

+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_

- 3.6
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
This is Python version 3.7.0 alpha 1
====================================

.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI
:target: https://travis-ci.org/python/cpython

.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:alt: CPython code coverage on Codecov
:target: https://codecov.io/gh/python/cpython

Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
reserved.
Expand Down

1 comment on commit c9b62b4

@saadii786
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flashing a device
You can flash an entire Android system in a single command; doing so verifies that the system being flashed is compatible with the installed bootloader and radio, writes the boot, recovery, and system partitions together, then reboots the system. Flashing also erases all user data, similarly to fastboot oem unlock.

To flash a device:

Place the device in fastboot mode by holding the appropriate key combination at boot or using the following command:

adb reboot bootloader
After the device is in fastboot mode, run:

fastboot flashall -w
The -w option wipes the /data partition on the device; this is useful for your first time flashing a particular device but is otherwise unnecessary.
Note: File systems created with fastboot on Motorola Xoom don't function optimally. The Android team recommends that you recreate file systems through recovery using $ adb reboot recovery. While in recovery, open the menu (press Power + Volume Up), wipe the cache partition, then wipe the data.
Restoring devices to factory state
Factory images for Google devices are available from Factory Images for Nexus and Pixel Devices. Factory images for the Motorola Xoom are distributed directly by Motorola.

Was this helpful

Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-06-02 UTC.

Build
Android repository
Requirements
Downloading
Preview binaries
Factory images
Driver binaries
GitHub
Connect
@android on Twitter
@androiddev on Twitter
Android Blog
Google Security Blog
Platform on Google Groups
Building on Google Groups
Porting on Google Groups
Get help
Android Help Center
Pixel Help Center
www.android.com
Google Mobile Services
Stack Overflow
Issue Tracker

Please sign in to comment.