-
Notifications
You must be signed in to change notification settings - Fork 7
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
Help with error? #2
Comments
It looks like I messed up my database handling somewhere. Likely, the older version of SQLite was more friendly towards whatever mistake I made. That said, I've not had a build or test environment for this for years so I'm not in a position to fix bugs. I'm happy to merge PRs, though. |
Thanks for the reply. I have so little experience with both Android and SQL but it sounds like it'll be a simple fix once I read into it a bit. If I do anything I'll be sure to PR. |
Hey I am coming back to try working, I basically commented out the SQL cursor thing to get wheatley compiling and running. But how do you actually use it? Can I open a socket to it and launch something? Or do you have to use the launcher in wheatley? |
To do basic tests for whether or not it's working, I think I built the simple-shm demo statically linked or something like that. But if you've got a chroot already, the trick is to get the |
All good! I'm just messing around with this repo for experimentation. But yeah, maybe if I have time one day I'll try using dark magic to combine wheatley with termux (kind of like UserLAnd seemed to) or something, that would make plumbing easier and not require any root at all. Is simple-shm supposed to run when the app starts? |
I typed most of what I remember above, I"m afraid. Best of luck, though! |
Excuse the edit, I found simple-shm.c, but does this need to be compiled with NDK? Or will it work from an arm gcc toolchain? |
I don't remember how I built it. Given my development practices at the time, I'm going to guess that I built it with a standard GCC toolchain from inside an ARM chroot. However, it's been so long that anything I remember is probably unreliable. |
Hey I know this project is pretty dead, but I'm getting an error here I don't know how to figure it out. Probably has to do with the fact that I upgraded the Android SDK target from 16 straight up to 28. Anyway this is what I'm getting at runtime. I should also say I
@SuppressLint("LongLogTag")
to line 100 in ClientListActivity.javaThe text was updated successfully, but these errors were encountered: