bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
755 stars 63 forks source link

I'm on 2.7 firmware, and rmview is not working. #77

Closed Cindy-Jie-01 closed 3 years ago

Cindy-Jie-01 commented 3 years ago

image

bordaigorl commented 3 years ago

Have you looked at #57 ?

Cindy-Jie-01 commented 3 years ago

I did install libcrypto.so.1.0.2 onto my rm2, but it's giving me this message.

Maia421 commented 3 years ago

I did install libcrypto.so.1.0.2 onto my rm2, but it's giving me this message.

Exact same problem here. Just copied the fix that was done for 2.6 and it doesn't seem to work on 2.7 :(

elane001 commented 3 years ago

I did install libcrypto.so.1.0.2 onto my rm2, but it's giving me this message.

same here. I did this to fix it for update 2.6 and it worked but now for 2.7 it doesn't seem to work

ddund commented 3 years ago

I'm going to counter the others and say that I'm also on 2.7 and followed the instructions in the wiki and have no problem getting it to work.

macoj commented 3 years ago

I am on 2.7.0.51. Doing exactly what is on https://github.com/bordaigorl/rmview/wiki/Installing-missing-libcrypto-on-RM2-v2.6-or-above worked for me.

bmaderbacher commented 3 years ago

Apparently the old libcrypto file is deleted by a software update. I had to add it again after updating from 2.7.0.51 to 2.7.1.53, now it is working again.

bordaigorl commented 3 years ago

@bmaderbacher thanks for reporting, that might just be what the others were missing to realise!

mitkovaelena commented 3 years ago

Hey! For everyone looking at the WCP section in the wiki page https://github.com/bordaigorl/rmview/wiki/Installing-missing-libcrypto-on-RM2-v2.6-or-above Keep in mind that you have to paste the library in usr/lib instead of usr/bin :)) @bordaigorl, I guess it's a typo?

bordaigorl commented 3 years ago

@mitkovaelena yes it's a typo! Thanks for pointing that out. That's now corrected. [btw the wiki is editable :)]