this post was submitted on 15 Aug 2023
11 points (86.7% liked)
Jerboa
10312 readers
42 users here now
Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.
Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.
Built With
Features
- Open source, AGPL License.
Installation / Releases
Support / Donate
Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
Crypto
- bitcoin:
1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
- ethereum:
0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01
- monero:
41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV
- cardano:
addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm
Contact
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Alright thats strange, in that version I added checks ("account verification checks") to ensure your account and device is in a proper state else it will give info to mitigate the problem. (To prevent external events, like when all the instances revoked the JWT when the hack happened and causing it to stop working for all the users) Here it fails on the first step. The first step checks if there any network capability. But from your screenshot I can clearly see you have wifi/mobile capability.
Could you give me some more information about your device/android version. In that version it now also requires the
ACCESS_NETWORK_STATE
permission for that check. Maybe you revoked it somehow?The account is not ready yet msg is just that it hasnt cleared the checks yet. Maybe a better phrasing is in order but i am not sure what that is.
I tweaked it a bit, might resolve when ever 0.0.45 comes out
Thank you for your response! My phone uses Android 8 (saidly the manufacturer doesn't provide the software upgrade...) and at least I did not actively revoke any permissions (as I don't know how :D)
However, your explanation what's actually happening gave me an idea what the problem might be and I found it: I am using Blokada and apparently this interferes with the check. Deactivating Blokada solves the problem and reactivating it will cause the same issues again. Then I also noticed that my Blokada version is way to old and it didn't received any updates because apparently it was removed from fdroid and there was a lot of fuzz about it which I need to catch up with.
So I guess it's not a jerboa issue. Still, thank you for your help! I really appreciated it.