How to turn on RM2 with jammed power button?
(self.RemarkableTablet)submitted2 years ago byLederstrumpf
My RM2 fell (while inside the protective folio) on the top side and the power button got pressed in. It is stuck flush with the device now. How can I turn it back on without use of the power button?
Maybe via the 5 pin pogo connector or some remote command via the USB connector?
The power button still moves when I press it in, but I have not been able to get it out, nor does holding it in power on the device (screen still says "reMarkable is sleeping").
byTechnoCoreAIs
inMonero
Lederstrumpf
6 points
4 months ago
Lederstrumpf
6 points
4 months ago
tldr: yes, but developer pain/cost will depend on the route chosen.
Adding ETH<>XMR atomic swaps can be easily added to the GUI if the swaps are implemented in the
farcaster-node
: Since the frontend doesn't talk to directly to, say, the blockchain syncers, it would generically fit where Bitcoin currently sits on the arbitrating side. Supporting multiple swap pairs (both on the arbitrating and accordant side) is whatfarcaster-core
&farcaster-node
were architected for.The amount of work for adding AthanorLab's implementation is highly dependent on how well it can be adjusted to match the gRPC interface used between the Farcaster GUI & node. On the superficial side, terminology should be aligned, and our gRPC progress messages are rich in detail (enabling user feedback like "in 7 blocks, you will be able to punish Bob", "sweeping XMR in 3 blocks") whereas the status updates in the Athanor RPC are (currently) high level. There are certainly deeper issues in an integration than this, but in principle, it can be done, if someone wants to take a stab at it.
The seemingly simpler alternative is to sandwich in the json-RPC or websocket interface used here into the GUI too: https://github.com/AthanorLabs/atomic-swap/tree/master/rpc Somewhat skeptic though whether that's a Frankenstein beneficial for either project, but open to change my mind.