Skip to content

Instantly share code, notes, and snippets.

@chimpdude
chimpdude / remarkable1_tablet_get_update_machine_id.py
Last active May 10, 2021 18:20
Generate random machine ids and send to reMarkable update server to find an ID that is approved for a firmware update.
#!/usr/bin/env python3
import time
import uuid
import random
import requests
# This script is tested and working as of September 2020.
# It is only a slightly modified version of leezu's script: https://gist.github.com/leezu/2efb1533d453b70db406b58eb6e3a2af
# leezu gets 99.9% of the credit