Cora Shuryn
Cora Shuryn
@aromeronavia you should consider enabling issues in your fork, see [here](https://stackoverflow.com/questions/16406180/is-there-a-way-to-add-issues-to-a-github-forked-repo-without-modifying-the-orig)
Seconded. Many apps I use rely on firebase heavily
It hasn't been updated since 2021, probably not
Thanks! I had to rebuild it myself because the CI was unsigned but it seems to work well. Backing up inactive slot is also very handy. Has @YuKongA considered making...
+1 as well. This probably deserves its own issue, but the mouse input is unusable for me (might be a wayland thing? I need to do more investigation) so implementing...
> Google recently published a guide and a blog about the new experimental MediaPipe LLM Inference API: > > - Guide: [LLM Inference guide for Android](https://developers.google.com/mediapipe/solutions/genai/llm_inference/android) > - Blog: [Large...
Of note: NNAPI will be deprecated in Android 15 https://developer.android.com/ndk/guides/neuralnetworks/migration-guide
> > That's probably the phantom process killer in Android 12+, not an lhroot issue per se. See: https://kskroyal.com/disable-phantom-process-killer-in-android-12-13/ > > But I'm using Android 10... Could be the OOM...
OOM killer means you ran out of memory. If that's the case you can either get a phone with more RAM or find a way to make the process use...
> > is it possible to expand bootlinux with `bootlinux -u user`, so that i can login with common user > > with chroot, accessing as common user is not...