-
Notifications
You must be signed in to change notification settings - Fork 12
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
Get the Android build working (buildozer) #8
Comments
Discovered a docker image that seems more up to date than the VM, could be worth a try. AFAIK we still need Cython==0.24, which would need to be changed in the requirements file for the docker image. |
Has to install |
You were able to get it running though? We currently only test with Python 3.5 and 3.6. Did you need to tweak the buildozer.spec? |
I was able to launch the app from command line using |
That's awesome! Are you thinking about giving the Android build a go? I ask because that is the purpose of this issue. |
Yes @metamarcdw – because from my personal point of view this is the most useful target platform for such a wallet. |
I agree. The .deb build using PyInstaller would be mainly for use on TAILS and for testing purposes. |
@metamarcdw would you agree to integrate Tor directly? Samourai did that a few weeks ago. It's really convenient. Did not tested it until now, but maybe https://github.com/Marten4n6/TinyTor is an option for this. |
I most definitely would agree to that. That would be amazing! |
Tor is up and running on this testing machine now. Had issues with the exchange rate calls against bitcoinaverage. Could bypass this by returning a static JSON. Question @metamarcdw : Wouldn't it be better in the long run to ditch the fiat values? Samourai did this a few weeks back. I do not have much BTC on my stack at all but I measure in mBTC or sats and not in fiat. |
You bring up a valid point, and I was thinking about following Samourai's lead on this, but I'm not sure if our use case calls for it. |
I would ditch the fiat pairs. :-) |
Is your feature request related to a problem? Please describe.
Currently the buildozer spec file is not producing a functional APK, even on the Kivy Complete build VM.
https://github.com/Zen-CODE/kivybits/blob/master/KivyCompleteVM/ReadMe.txt
Describe the solution you'd like
Develop a working buildozer spec and start building Android releases.
The text was updated successfully, but these errors were encountered: