Michael Jauregui
Michael Jauregui
> many of us haven't been able to use it, as our devices are not supported AT ALL, even though checkm8 works for them. Yeah, he knows that and I...
> No shit. Which is why I offered to donate. The dev may not be interested in any kind of donation (as many devs do). Or even the dev can't...
> what parts of the code would need modifying, and what kind of resources does that need? Thanks. Same question, still not answered. Tried reading the commits and code changes,...
Hi, when you have some files shared between devices (hence the usage of -common) you might add something to common folder's android.mk that allows to handle that. You can see...
Maybe you can use this to implement qsort_r in the code? (didn't test it) https://gist.github.com/izabera/e68927258ad2d29a1586bad276fabcab
@nieldk I'm also trying to get shell on a 6261 device, mine gets stuck on waiting for shell (using same repo/branch as you). Did you also face this issue? I'm...
> Did you read my comment? I managed to get it making that small change i mentioned Well, your issue was different (getting stuck at writing stage 2) but anyway...
what is worse, this still being open after solving or that people like me still uses such old hardware 🤣
You first need to download Android NDK , and then 'export PATH=$PATH:/path/to/android-ndk' then just clone this repo and go to this folder under Terminal: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
I have the same problem, looks like the libraries have that symbols. I'm trying to use pDwmpDxGetWindowSharedSurface to do the same, but i'm having some problems with using it. This...