-
Notifications
You must be signed in to change notification settings - Fork 116
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
Export, edit, then import - not working #129
Comments
I would expect that it would work to export, copy, edit and then to import a backup. I tried it and it worked on Anroid 12. Maybe there is some Android security mechanism at work that i am not aware of. |
And to add contacts via typing or copy&paste is supported. |
Sorry, I should have been a bit more clear: These android panels run on android 8.1, so they are of course not very current. They indeed (afaik) don't have a camera, which probably causes the app to only show the "share qr code" screen, but not the screen that allows you to scan a QR code, because, well, you need a camera for it. On my phone (android 13), I see 3 buttons in the menu. In the wallpanel (android 8.1) I see only the button for showing a QR. Maybe the issue is in that area? So that's why I tried the export, edit, import. However, it shows as greyed out. Maybe it would be a good idea to add a separate button that only has an input field, without the camera function? For devices that do not have a camera? |
hm, weird. The QR scan icon should always be shown. There is no logic to hide the icon if there is no camera. |
I suspect that android tracks some kind of ownership. I have the problem that i cannot edit the json file file created by meshenger using a file editor on android 8.1 |
Interesting! I'll have a chance to experiment a bit more this week, hopefully I'll have a few updates to this topic then :) |
Anything new so far? |
Sorry, I haven't got round to testing further! Life getting in the way. :P hopefully soon! |
Hi, any updates? |
This seems to be the reason for the problem: https://medium.com/mindful-engineering/scoped-storage-in-android-d52460630d6a |
For some reason, when exporting (to Json format), then editing the file (actually, creating a new one with edited content), makes it not possible to import the file again. The file is greyed out when trying to select it.
The original exported file isn't greyed out and works just fine.
I'm trying to add contacts to the file, so that they can all be imported. I have a wall panel which I'm trying to run with this app, so that I can call another wall panel in another room. Unfortunately, the wall panels don't have a camera, so it's not possible to add contacts through qr code.
Another thing that would be nice, is to be able to add contacts through typing.
The text was updated successfully, but these errors were encountered: