-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sync does not work, results in only single note #2
Comments
支持一下,期待更完善的版本 |
与上面的问题相同,无法编辑,无法查看,也就是不可用的状态,期待更新,哪怕仅查看也挺好 [English translation] Same problem as above, can't edit, can't view, i.e. unavailable status, looking forward to an update, even just viewing would be nice! |
The app currently works with Trilium Notes 0.63.6. I'm looking into compatibility with TriliumNext. |
Please check whether the new release https://github.com/FliegendeWurst/TriliumDroid/releases/tag/nightly-2024-12-04 fixes your issues. After configuring the sync server, you need to click on "Sync" in the action bar on the main screen (or restart the app). |
In my case, it crashed a few seconds after syncing started (TriliumNext) |
@TheNomad11: if you can, please get the logfile: https://stackoverflow.com/questions/2882253/how-do-i-get-the-logfile-from-an-android-device Otherwise I can't really tell what the problem might be. |
@FliegendeWurst Here is the log, problem is that after the 1050 it always for crashes sometimes stay on Sync: starting... and crash after few second server is :0.90.12 |
Did you activate the editor (via the button in the toolbar)? If so, there are two bugs:
|
Another issue is that the app will apparently run into OOM when trying to allocate 200KB of note content. How much RAM does your device have? (if you don't know, just google "<your phone model> gsm arena") (it means there is a chance the app has a memory leak somewhere in the sync..) |
I am not 100% sure which editor(could you give me exact path) you mean i only change a few notes manually to autoReadOnlyDisabled and size of Automatic read-only size/TOC to 10000 and very large note are still in read only mode i have P7Pro - 12GB of ram |
So the way the app currently works is:
Reason for this is that the active editor will usually display a keyboard, obscuring a lot of the screen. How big is your notes database? (mine is 45 MB and I don't run into out-of-memory errors) |
oh i see, i have it set to auto(as i mentioned earlier its defined to 10 000 ), mine is 137mb(lot of pdfs and trilium documenatnion tbh didnt understand how it got so big as only 3 weeks ago it was only 60) |
For subtrees you must open the left sidebar. Now that I think of it, this might interfere with the "go back" gesture. (I still use the three buttons at the bottom.) Maybe I should add another way to open the sidebar. (Note to self: put some usage instructions in README...) |
By the way, does the top status bar really overlap the app? Or is that a quirk of your phone that happens with all apps? |
oh, you're right, sometimes it works, but it interfeeres happens in all apps |
[English translation]
The text was updated successfully, but these errors were encountered: