-
Notifications
You must be signed in to change notification settings - Fork 66
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
Provide build instructions to rebuild the app from Google Play #34
Comments
Also have had issues compiling! I believe sencha cmd has been deprecated and integrated into another software suite which (I believe) renders the current code useless? Really Im clueless. I have no history with sencha cmd, but I believe that is what is used to compile this codebase after digging around a little. |
| I believe sencha cmd has been deprecated and integrated into another software suite which (I believe) renders the current code useless? Really Im clueless. You are correct, Sencha touch has been merged into the ExtJS toolkit (sencha.com) . The build process was using Phonegap to provide native functionality and using Phonegap build services to handle building/signing the builds. The build process was simply zipping up the github repo codebase into a .zip file and uploading it to the phonegap build service (https://build.phonegap.com/) which also has been depreciated. Below is the build.sh script I would use to create builds. I plan on working on a CP compatible mobile and desktop wallet in 2021, so I probably won't be spending the time to port the app from Sencha Touch to ExtJS toolkits.
|
Thanks for the quick reply! Thanks for the bit of guidance, Ive been able to build freewallet-desktop just fine but struggling for longer than Id like to admit trying to build this repo.. lol Im looking into porting this codebase to ExtJS toolkits. |
@ScriptProdigy there are hundreds of apps out there. I would suggest to not build on one that uses deprecated libraries and build pipelines. @jdogresorg please let me know when you have some complete build instructions including dependencies up. |
hundreds of open source counterparty mobile wallets? Please link me |
@ScriptProdigy I just recently ported some other apps from Sencha Touch to ExtJS7 and it wasn't really that difficult.... Also, not sure if your aware of it, but Tokenly put out a fork of copay which worked with Counterparty for a time.... I believe https://github.com/tokenly/pockets is the repo |
Nah, not counterparty. I track 240 apps at WalletScrutiny but those are for Bitcoin. |
I tried to rebuild the apk from Google Play but did not get too far. There are no clear build instructions and I couldn't guess how to compile it neither.
My full review can be found here.
The text was updated successfully, but these errors were encountered: