-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with reMarkable paper pro #11
Comments
Thank you very much for the helpful feedback! I haven't gotten my hands on the Paper Pro myself. I just pushed a small change to accept the SSH connection with the Paper Pro, too, thanks to your feedback. |
Have you tested if both pushing and pulling files work with the Paper Pro? |
Thanks for the push, I could pull and it works fine. Both pushing and pulling files work :) |
There is just one thing I don't understand : when I delete a file on my rM, then the next time I sync it actually tries to push it again from my PC, instead of dropping it. I had the same behavior on my rM1, is this also what you get ? According to the table in the README.md file it should delete it on the PC too. |
Thanks! That should not happen. Can you try it with a fresh file? I.e.
Run with |
Yup, I tried with a new notebook and it stills tries to push it (as a new pdf file though, not as a notebook). Here is the output when I try to sync it with rM after deleting on the table:
Compared to others, the Maybe |
Do you also have the output from the command executed by the script? |
It says |
Thanks! I will try to take a closer look when I get time. |
Hi there.
This is not really an issue, but more of a feedback and hack to make the script compatible with reMarkable paper pro. I have been a user of rM1 since the beginning and, as I didn't want to use their cloud for various reasons, I really enjoyed this script that allows very easily to sync files between the computer and the tablet, so first let me say thank you for that.
I recently received the new reMarkable paper pro and of course, I was hoping the script to work as well in order to sync all my files from the rM1 without using the USB web interface nor the cloud. Here is my experience :
scp
the content from the backup folderremarkable_backup
to/home/root/.local/share/remarkable/xochitl
on the rMPP. Then you just need to restart the tablet and your previous document structure is there ! Your notebooks are still notebooks, just adapted to match the new size of the device../rmirro.py
script as usual. This doesn't work out of the box because the script fails when testing if the SSH connection is a remarkable tablet. This is what is done herermirro/rmirro.py
Line 63 in 8f60012
uname -n
isreMarkable
. Actually, if you log in with ssh to the rMPP, you'll see that the output ofuname -n
isimx8mm-ferrari
. Therefore, I just replaced the line above byand then everything worked smoothly 😃 Note that if you pull an old notebook that you modifed on the rmPP, the new pages will have a different size when PDFed.
Disclaimers:
render_usb.py
.The text was updated successfully, but these errors were encountered: