Skip to content
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

Access Denied! #7

Open
imccoy opened this issue Apr 11, 2014 · 3 comments
Open

Access Denied! #7

imccoy opened this issue Apr 11, 2014 · 3 comments

Comments

@imccoy
Copy link

imccoy commented Apr 11, 2014

I have some sweet changes to the android version that make it work way more robustly, and prevent it from showing duplicate patterns. Could someone hook me up with the ability to push changes to it please?

@flowma
Copy link
Member

flowma commented Apr 11, 2014

Awesome! Added you to the team, does that help?
Thanks for the good work!
BTW, we tried the app a couple of weeks ago. Unfortunately the emulator got stuck at some point. Any thing special to consider for a development environment? I'll sure give is another try.

@imccoy
Copy link
Author

imccoy commented Jun 30, 2014

I now get

ERROR: Permission to prechac/prechac-droid.git denied to imccoy.
fatal: Could not read from remote repository.

when I try to push, which I suspect means I'm a member of the team but don't have permissions for that particular repository?

For a development environment, you need to have android-14 installed in the android SDK manager. Also, there's some git submodule magic required to get ./jni/gmp to contain the relevant stuff. git submodule update might be a good one to try - I wish I could be more specific about exactly what's required. You'll know it's worked if you have a file ./jni/gmp/armeabi/libgmp.so. You also need to have the ndk installed. Once you have all of that, ndk-build.sh and ant installd should take care of business.

Alternatively, you could grab the apk I just uploaded: https://github.com/imccoy/prechac-droid/releases/download/v0.0.1/prechac-droid.apk

If it gets stuck, I'd really appreciate it if you could grab the logcat output (which you get by running adb from the android sdk's logcat subcommand, with an incantation like adb logcat) and send it to me by bicycle courier.

I've just re-implemented the prolog logic for working out how to start a pattern, so the app now makes suggestions about how many clubs to put where. Its UI is super-primitive still and I have very little confidence that it's actually correct, but it seemed to produce sane output for the 6 or 7 patterns I tried.

@flowma
Copy link
Member

flowma commented Jul 1, 2014

  • added team to collaborators :-)
  • pulled your changes
  • will check out apk ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants