Read reMarkable update images
Project description
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
Built Distributions
File details
Details for the file remarkable_update_image-1.1.3.tar.gz
.
File metadata
- Download URL: remarkable_update_image-1.1.3.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a71cc66c4ce7073891df85e8f0a8e5fceba0a6264cc2c83d838b097734f03173 |
|
MD5 | b55f9e854f95b2b187fe1d37dfb1f0ec |
|
BLAKE2b-256 | a72ec59bb798a01769dcd7289a491d728dfca69230312eea9b6b34e76ab221a0 |
File details
Details for the file remarkable_update_image-1.1.3-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: remarkable_update_image-1.1.3-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 287.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a740954120cd60112d5a1c0bc0339c032807eb68f9e772c1438f905a97ff95f |
|
MD5 | 71a433084d9b56ed422d5776a5235fb5 |
|
BLAKE2b-256 | 863ee13afff96c864a13be6c3f603e21f89f3d5ccc77457c04bd1de7ca6d8d84 |
File details
Details for the file remarkable_update_image-1.1.3-cp312-cp312-macosx_11_0_universal2.whl
.
File metadata
- Download URL: remarkable_update_image-1.1.3-cp312-cp312-macosx_11_0_universal2.whl
- Upload date:
- Size: 219.7 kB
- Tags: CPython 3.12, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037aea3957d5a100f38280c97805740c1096ace482192150375d92659b317025 |
|
MD5 | a8b47780e00eeab2d6922064209549e3 |
|
BLAKE2b-256 | 6e6dfa20805349a9f62e09fd3ec1bcd99c6feccf522d2b514f513736a330aa05 |
File details
Details for the file remarkable_update_image-1.1.3-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: remarkable_update_image-1.1.3-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 271.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc16ef17e7f6817a26ea02c54f4964cb541f1d7792d2af2b2aeb51dd77b7b50a |
|
MD5 | ee5fb5bbd849cf55392ffc5de4349dd4 |
|
BLAKE2b-256 | 814959c60a3976e2e1c89466a014f8883f65c0d6bac7ebb25d9181129c027180 |
File details
Details for the file remarkable_update_image-1.1.3-cp311-cp311-macosx_11_0_universal2.whl
.
File metadata
- Download URL: remarkable_update_image-1.1.3-cp311-cp311-macosx_11_0_universal2.whl
- Upload date:
- Size: 209.2 kB
- Tags: CPython 3.11, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39e99428b1eda63b25df32a5b59e1570fb3612ee96998005ed8639085b13ef9a |
|
MD5 | fdab9c7645b3f7b2faa06954dbcbcae4 |
|
BLAKE2b-256 | 0531634578d27163a2fa9d633535e0903fb7db2294a5a41a1d54931b8badb0ab |