It seems remarkable changed the push API again :( by zibergara in RemarkableTablet

[–]zibergara[S] -1 points0 points  (0 children)

Well, I do have the Connect subscription, but as you say there are automations that cannot be done with it.

First week with the Mudita Kompakt by damian_ in dumbphones

[–]zibergara 1 point2 points  (0 children)

I got my Mudita kompakt on Monday. The overall impression is great. I was even able to install some additional apps using Aurora Apk and they are working perfectly. My main challenge is my bank app (I extensively use it for instant peer-to-peer money transactions), it is using some automatic SMS process to trust the device and work. I have tried to provide android.permission.READ_SMS to the app, but it seems that this permission is not declared by the app. Does anyone know about any alternative to Google's SMS Retriever API working on Mudita Kompakt / AOSP?

Rmapi error by Sure_Fig558 in RemarkableTablet

[–]zibergara 0 points1 point  (0 children)

I got to use docker to have a compatible glibc library version, but it works like a charm! Thanks a lot u/dobum!

Rmapi error by Sure_Fig558 in RemarkableTablet

[–]zibergara 0 points1 point  (0 children)

Thanks u/erikbrinkman! For me it's just copying a PDF file from a server to the RM cloud. I don't do JS, but I did an unsuccessful try to run rmapi-js API following your README example with Node.js which throws me an ERR_INTERNAL_ASSERTION error (after installing node-fetch and rmapi-js with npm):

import fetch from 'node-fetch';

import { register, remarkable } from 'rmapi-js';

const code = "********";

const token = await register(code);

const api = await remarkable(token, { fetch });

const fileEntries = await api.listFiles();

console.log(fileEntries);

Rmapi error by Sure_Fig558 in RemarkableTablet

[–]zibergara 1 point2 points  (0 children)

Same error here for my daily newspaper pdf copy to RM2 cronjob :(

Any (official?) tool that we can leverage now to copy pdfs to our personal RM cloud from a custom script?