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
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 ?