Hi,
Maybe you could add the Android Feathercoin Wallet ?
App: https://play.google.com/store/apps/details?id=com.feathercoin.wallet
Hi,
Maybe you could add the Android Feathercoin Wallet ?
App: https://play.google.com/store/apps/details?id=com.feathercoin.wallet
I agree.
It was already suggested in the past but I think it is not a priority at the moment.
The Android wallet isn’t working again.
I guess I am right and someone has to update feathercoinj ?
Hi,
I decided to have a look to the code and the first thing I noticed there are a lot of reference of litecoin in the code (String, variable names,…)
I have a fork of the project so I made the correction and commit it
I don,t know well github, so if and want to share this with the master, how do this work ?
Also I was wondering, with the new version of the wallet, I am not sure but I think we need to update feathercoinj, right ?
Thanks
I was wondering:
should we rework the wallet and not have a clone of the litecoin wallet but create our own version ? I don’t want to say anything wrong about the wallet, the one who did it, made a great work but I think it is a little bit obsolete now:
Google suggest to use android studio not Intellj for the application dev
Google suggest to use gradle and not maven
I am not sure whe need anymore actionbarsherlock…
What do you think ?
The problem with HTML or Web wallets is that you are not the owner of the wallet: it is not on your phone it is on the server.
This means you need to trust the service provider and if they are hacked or have any kind of problem, loose your FTC or you have to be sure they will reimburse you…
If they are down, you cannot use your wallet.
If we depend on apple, google, MS… is it possible to create a simple secured wallet device ? It could use your phone, wifi or 3g card to be online and allow you to do everything a wallet can do…
Does it make sense ?
API level 14 Is just a version of android (Android 4.0). In my opinion, it is a little bit high as min API level because almost 25% of android users still have Android 3.2 or less
But I think the reason is actionbarsherlock needs this API.
Anyway, It works on phone in installed it on Samsung Galaxy SIII.
Most of my problems was due to maven. It seems the project is not supported by maven 3.1.1 or maven 3.1.2
I was not able to find in the settings of the project where the keystore location is configured. There are variables for the keystore but I did not found where they are initialized.I tried to put the file in the home directoryin windows (C:\users\username\) but it didn’t work. So I sign manually the file.
I try to understand how the whole thing work and I understood that the wallet as 2 parts:
feathercoinj that is a Java implementation of the feathercoin protocol, which allows it to maintain a wallet and send/receive transactions
feathercoin-wallet that is more the front end
I was wondering when the feathercoin protocole will update to 0.86, does anyone will also improve feathercoinj ?
My other interrogation: does the wallet need to download the whole blockchain and store it on the phone like the desktop version?
Thanks
Ok I finally find solutions.
First use It seems I have error with maven 3.1+ but not maven 3.0.5
Also I had an error it does not find aapt.exe
To solve this, I had to execute:
cd %ANDROID_HOME%/platform-tools
mklink /H aidl.exe …\build-tools\19.0.0\aidl.exe
mklink /H aapt.exe …\build-tools\19.0.0\aapt.exe
I am stuck at the final setp, signing the file beacause jarsigner ask for an alias. Wellenreiter coud you be more explicit please ?
I use eclipse to create a keystore file with a password, an alias (feathercoin-wallet) and a password for the alias
But I don’t understand where I have to put it. First I thought it was in …\m2\repository\org\apache\maven\plugins\maven-jarsigner-plugin\1.3.1
but it does not work
Thanks for the help
Hi,
You method does not work for me at all :(
If I use the ‘mvn clean install -DskipTests’, it does not skip the tests and I have the ‘cannot fin symbol’ error for feathercoinj
And I have the same error for the feathercoin wallet.
I am not really lucky
Thanks for the help, maybe someone has a better idea ?
Thanks it worked. I don’t know maven so I am a little bit lost.
Once I did this I tried to compile the wallet with ‘mvn clean install -D maven.test.skip=true’ but it does not work because it needs feathercoinj-0.95-SNAPSHOT.jar
After serveral attempts I solved this error by putting the file in the m2 repository in a folder I had to create repository\com\google\feathercoinj\0.95-SNAPSHOT
Does it have to be done manually or is there another way ?
Even if a put the file there I still have errors:
[ERROR] Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1:generate-sources (default-generate-sources) on project wa
llet: Execution default-generate-sources of goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1:generate-sources failed: A required class was missing while executing com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1:generate-sources: Lorg/sonatype/aether/RepositorySystem;
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.5.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
…
Did you get this error too ?
Thanks for your help
I have been running the wallet the last couple of days with an update version number, but I haven’t tested out any functions to see if there are any breaking changes between protocol versions. I need to get some time to go though the updates since the last release Hank did.
For people that want to build the source, if you grab the feathercoin wallet app, you also need to download and build the feathercoinj code here:
https://github.com/hank/feathercoinj
and follow the instructions for building. Once you’ve got that installed with maven your be able to build the wallet app.
To change the version number you need to make the change to this file in feathercoinj project:
Hello,
I tried to build feathercoinj but when i execute maven clean package, I have errors such as:
[ERROR] /C:/feathercoin/feathercoinj/core/src/test/java/com/google/feathercoin/core/BlockChainTest.java:[159,43] cannot find symbol
[ERROR] symbol: variable interval
[ERROR] location: variable unitTestParams of type com.google.feathercoin.core.NetworkParameters
And the code athe the line 159 is : for (int i = 0; i < unitTestParams.interval - 1; i++) {
It does not like the “.”
I am fighting against this. I guess I missed something. Did you get this error message ?
Thanks,
Can you explain how you make it work ? I mean how did you make it compile ?
It seems that it need dependencies but I don’t achieve to compile anything. I guess I am missing something but I don,t find what it is…
Thanks
You need an android developper licence (I don’t remeber the exact name). It cost 25$.
Then you will be able to publish the apk of the application. There are a lot of tutorial if you search on google. The process can be different regarding if you are using eclipse, ADT,…
No problem Ruthie, there are a lot of thing more urgent
Yes of course. It is never obvious to work on someone else code so I would be happy if we could help each other :)
Hi,
So I am not the only one working on this, Ruthie asked me yesterday if I could help on this
Bushstar, if I understand well, you recommend that we apply all the feburary 26th modification of the feathercoin wallet on the litecoin android wallet ?
Thanks
Hi,
I should be updated by now but it can take a few hours between the publication in the GooglePlay and the update…
I published a new release this morning, it should be available in a few hours.
Hi Kris,
I published a new release today and I added phoenixcoin and fiat currency support (GBP, Euro, CNY, RUB,…)
I hope you will like these additions…
I didn’t get any wrong idea about your comments. I am really happy you gave me a feedback and I think it is constructive.
This give me ideas for the future features of the application.
My main goal is to create a good app that I am proud of, people like and want to use :)
Thanks
I plan to add other alternate currencies in future releases. As you request it, I will take a look on what I can do with PXC.
I plan to add other currency than USD in future releases. EUR, GBP, CAD are planned :)
I have probably a larger screen so it did not have any problem with the ads. I will rework that.
That is a beta version, so I know that I have to make improvement :)
I am not sure there will be a lot of people interested in a non-advert paid version on the google store, even at 1$. But you are right, Application with ads are not a very profitable model, especially if nobody click on the ads.
And you make me think if someone donate, I must find a way to remove the ads for him. I need to do some reflection on this matter.
Thank you very much for the feedback.