GithubHelp home page GithubHelp logo

donvito007 / android-vbmeta-disable-verification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stanislav-povolotsky/android-vbmeta-disable-verification

0.0 0.0 0.0 6 KB

Patch Android vbmeta image and disable verification flags inside the vbmeta.img

License: MIT License

Python 100.00%

android-vbmeta-disable-verification's Introduction

android-vbmeta-disable-verification

Patch Android vbmeta image and disable verification flags inside.
Based on vbmeta-disable-verify by LibXZR [email protected]

Usage

Give it a vbmeta image and then verification will be disabled on it.

android_vbmeta_disable_verification.py <vbmeta-image> [<vbmeta-output-image>]

Example:

$ python3 ./android_vbmeta_disable_verification.py vbmeta.img 
Patched vbmeta image was saved to the file 'vbmeta.patched.img'.
Successfully disabled verification on the provided vbmeta image.

You can also use android_vbmeta_disable_verification.py as a python module:

import android_vbmeta_disable_verification as vbm
vbm.patch_vbmeta_file('vbmeta.img')

This should be equal to fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img.
The only difference is that it directly patch the image file. Fastboot doesn't provide the ability to generate an image with verification disabled, but sometimes I need it :) .

Requirements

Python >= 3.8 is required.

References

License

MIT

android-vbmeta-disable-verification's People

Contributors

stanislav-povolotsky 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.