Skip to main content

Read reMarkable update images

Project description

remarkable_update_image on PyPI

reMarkable Update Image

Read a reMarkable update image as a block device.

Known Issues

  • Will report checksum errors for Directory inode, even though they are fine
  • Will report checksum errors for extent headers, even though they are fine

Usage

from ext4 import Volume
from remarkable_update_image import UpdateImage

image = UpdateImage("path/to/update/file.signed")

# Extract raw ext4 image
with open("image.ext4", "wb") as f:
    f.write(image.read())

# Extract specific file
volume = Volume(image)
inode = volume.inode_at("/etc/version")
with open("version", "wb") as f:
    f.write(inode.open().read())

Building

Dependencies:

  • curl
  • protoc
  • python
  • python-build
  • python-pip
  • python-pipx
  • python-venv
  • python-wheel
make # Build wheel and sdist packages in dist/
make wheel # Build wheel package in dist/
make sdist # Build sdist package in dist/
make test # Run unit tests
make install # Build wheel and install it with pipx or pip install --user

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

remarkable_update_image-1.1.3.tar.gz (9.9 kB view details)

Uploaded Source

Built Distributions

remarkable_update_image-1.1.3-cp312-cp312-win_amd64.whl (287.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

remarkable_update_image-1.1.3-cp312-cp312-macosx_11_0_universal2.whl (219.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ universal2 (ARM64, x86-64)

remarkable_update_image-1.1.3-cp311-cp311-win_amd64.whl (271.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

remarkable_update_image-1.1.3-cp311-cp311-macosx_11_0_universal2.whl (209.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ universal2 (ARM64, x86-64)

File details

Details for the file remarkable_update_image-1.1.3.tar.gz.

File metadata

File hashes

Hashes for remarkable_update_image-1.1.3.tar.gz
Algorithm Hash digest
SHA256 a71cc66c4ce7073891df85e8f0a8e5fceba0a6264cc2c83d838b097734f03173
MD5 b55f9e854f95b2b187fe1d37dfb1f0ec
BLAKE2b-256 a72ec59bb798a01769dcd7289a491d728dfca69230312eea9b6b34e76ab221a0

See more details on using hashes here.

File details

Details for the file remarkable_update_image-1.1.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a740954120cd60112d5a1c0bc0339c032807eb68f9e772c1438f905a97ff95f
MD5 71a433084d9b56ed422d5776a5235fb5
BLAKE2b-256 863ee13afff96c864a13be6c3f603e21f89f3d5ccc77457c04bd1de7ca6d8d84

See more details on using hashes here.

File details

Details for the file remarkable_update_image-1.1.3-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.1.3-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 037aea3957d5a100f38280c97805740c1096ace482192150375d92659b317025
MD5 a8b47780e00eeab2d6922064209549e3
BLAKE2b-256 6e6dfa20805349a9f62e09fd3ec1bcd99c6feccf522d2b514f513736a330aa05

See more details on using hashes here.

File details

Details for the file remarkable_update_image-1.1.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc16ef17e7f6817a26ea02c54f4964cb541f1d7792d2af2b2aeb51dd77b7b50a
MD5 ee5fb5bbd849cf55392ffc5de4349dd4
BLAKE2b-256 814959c60a3976e2e1c89466a014f8883f65c0d6bac7ebb25d9181129c027180

See more details on using hashes here.

File details

Details for the file remarkable_update_image-1.1.3-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.1.3-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 39e99428b1eda63b25df32a5b59e1570fb3612ee96998005ed8639085b13ef9a
MD5 fdab9c7645b3f7b2faa06954dbcbcae4
BLAKE2b-256 0531634578d27163a2fa9d633535e0903fb7db2294a5a41a1d54931b8badb0ab

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