You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an rM1 but when launching rmview from the command line after connecting to the device an 'Unsupported Device' error appears stating "The detected device is reMarkable Prototype 1" - see below.
I bought my rM1 well after it was launched so I'd be surprised if it was a prototype. Do you think there anything I can do to get rmview to work on my remarkable?
FYI, just in case it may be relevant, I'm still on update 2.1.1.3.
Thanks,
Dom
The text was updated successfully, but these errors were encountered:
Oh thanks for reporting this!
Currently rmview detects the device type by looking in /sys/devices/soc0/machine but since the values found there are undocumented, we rely on this kinds of reports to get the check right.
To solve your immediate problem, you can change line 235 of rmview.py to:
version = re.fullmatch(r"reMarkable(?: Prototype)? (\d+)(\.\d+)*\n", rmv)
and see if it works then.
If you confirm this works I'll push a fix.
Yes, thank you so much, it does work. What a superb tool!
Just FYI I opened rmview.py in notepad++ and the line I had to change was 229 - not sure why different tools have different line numbers but it worked nevertheless.
Hi, I have an rM1 but when launching rmview from the command line after connecting to the device an 'Unsupported Device' error appears stating "The detected device is reMarkable Prototype 1" - see below.
I bought my rM1 well after it was launched so I'd be surprised if it was a prototype. Do you think there anything I can do to get rmview to work on my remarkable?
FYI, just in case it may be relevant, I'm still on update 2.1.1.3.
Thanks,
Dom
The text was updated successfully, but these errors were encountered: