Skip to main content

A Python library/script to automatically generate TWRP-compatible device tree from a boot/recovery image

Project description

twrpdtgen

PyPi version Codacy Badge

Create a TWRP-compatible device tree only from an Android recovery image (or a boot image if the device uses non-dynamic partitions A/B) of your device's stock ROM It has been confirmed that this script supports images built starting from Android 4.4 up to Android 12

Requires Python 3.8 or greater

Installation

pip3 install twrpdtgen

Linux only: Be sure to have cpio installed in your system (Install cpio using sudo apt install cpio or sudo pacman -S cpio based on what package manager you're using)

Instructions

python3 -m twrpdtgen <path to image>

When an image is provided, if everything goes well, there will be a device tree at output/manufacturer/codename

You can also use the module in a script, with the following code:

from twrpdtgen.device_tree import DeviceTree

# Get image info
device_tree = DeviceTree(image_path)

# Dump device tree to folder
device_tree.dump_to_folder(output_path)

License

#
# Copyright (C) 2022 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twrpdtgen-3.0.0.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

twrpdtgen-3.0.0-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file twrpdtgen-3.0.0.tar.gz.

File metadata

  • Download URL: twrpdtgen-3.0.0.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.7 Linux/5.19.10-arch1-1

File hashes

Hashes for twrpdtgen-3.0.0.tar.gz
Algorithm Hash digest
SHA256 588a018619d20414cbe524e691fda7698aad772ce4d764d95110d10e1f9e86d3
MD5 ce02e2fd7181d976c520ddb77691c058
BLAKE2b-256 c9307a59f0f1f22ef64527863597df1040d380a3ef578444ffd1e61e66983588

See more details on using hashes here.

File details

Details for the file twrpdtgen-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: twrpdtgen-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.7 Linux/5.19.10-arch1-1

File hashes

Hashes for twrpdtgen-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e376ccfd55020aad691a44faac04001560655562b90a052b67453b974d12e3c5
MD5 21b05bcb98f332e9ca01dbe9ac22281b
BLAKE2b-256 3b3d275eca2f1d4ec5728bd752b5d09e99eb398577ff147f206dbc30094015fd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page