Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [DEV] Mobile Android and iPhone wallet app application Developments

    Technical Development
    15
    81
    49868
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wellenreiter
      Wellenreiter Moderators last edited by

      Not sure which old version of the wallet you are refering to??? :(

      I simply took the latest version created by hank from the github repository, changed two lines to fix the connectivity problem, changed the Android ID and pathes to avoid conflicts with hank’s version in playstore, created the package and uploaded it to playstore.

      I can test on a tablet only, and it was no problem to scan qr codes with the tablet or get the tablet’s wallet qr-code scanned with a phone…

      Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
      Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

      1 Reply Last reply Reply Quote 0
      • U
        uncle_muddy administrators last edited by

        The original version from the playstore, when you tried to scan a QRcode it used to say you needed a barcode scanner app for this function to work.

        I’m testing on a Sony Z if I remove the barcode app and go to the new version of the wallet it doesn’t ask for the barcode app anymore it just launches some form of scanner it’s self, but the focus part of the screen is tiny, and has great difficulty focusing on a barcode generated on a screen I have here.

        I have just tested it using a QR generated directly from Feathercoin-qt on my mac and that works fine, maybe I need to lower the bit count in the barcode I’m generating here to allow it to focus better. I’ll give it a go and get back to you.

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by

          I will be great to get some development done on the mobile wallet. I’ve made a list of a few bugs, and will be interested to learn more on Github to supply some patches.

          Wellenreiter has basically done the work to get the new version out, there are a lot of quick fixes that can be done already by patching the Litecoin updates.

          It’s a great way to get into development via the mobile application, because of the limitations of the mobile system, everything is split into manageable functions.

          As with all development projects, notes, updates or discussions should then be raised as issues on Github so a fix or update can be developed.

          Anyone can offer a patch, it will be the Github controllers (in this case Wellenreiter) job to apply those patches officially, ie. a mostly, managerial / strategic role.

          At this stage of development it is not Rocket science any more. Bug fixing / fine tuning / updating software is more about engineering or artistic knowledge.

          The specialised area of interface design, functionality flow etc is already done.

          Great.

          1 Reply Last reply Reply Quote 0
          • U
            uncle_muddy administrators last edited by

            I have lowered the bit count on the QRcode here and that has made the scanning work a lot better.

            It might be worth noting thou that something that used to work with version 20 QRCodes no longer does, but dropping back down to a version 10 QRCode fixes the problem, for what I’m doing version 10 is plenty as as you get 174 char with more error correcting than I can throw a stick at.

            1 Reply Last reply Reply Quote 0
            • wrapper
              wrapper Moderators last edited by

              We need a separate to create a "Modes of “Failure and fixes for Mobile Applications” in the “Support Thread”, and Add the QR code info.

              I created those guides to compile all the fixes that had been done in support (and some extra from Litecoin etc) so that member could usually find the answer or support staff had an easy place to go to, when addressing a members issue.

              The QR fault should then be raised as an issue on Github, so those are noted and in the development plan for investigation. Individual projects can be done by a member or developed in a post thread in Technical Developments.

              It is important that all changes are public in order to take members along with them. The developers do not control the distributed system, if miners do not upgrade that can cause 2 or more splits in the Blockchain, or Hard Forks, so called because they are bad.

              Also, it can be disheartening to Developers to note bugs, but I as support love it. Those bugs are work, but they are also fixable things that make progress and get everyone up to speed. The more testing and slight improvements to fine tune the application the better. Even, and especially, if we end up posting those upstream.

              Feathercoin can not be about fundamental changes to the protocol it must be about fine tuning the open source tools. Gradual, small improvements can achieve that.

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User last edited by

                Just wanted to say thank you to everyone involved on the thread.

                I’ll be upgrading my dinosaur flip-phone for a smartphone in the near future so a mobile wallet is something that I very well much want.

                1 Reply Last reply Reply Quote 0
                • wrapper
                  wrapper Moderators last edited by

                  With regard to onward development, would the best plan to be Fork the Litecoin wallet, then add build the set of applicable Feathercoin patches from the old Feathercoin 2. It may turn out not to be (m)any anyway.

                  We would be back as daughter applications and take advantage of the current great work of the Litecoin foundation and that would make life easier and more efficient in the long run…

                  I’m looking at getting a guide to compiling the wallet and Feathercoinj in a Virtualbox, this would help with testing, and if any one wants to investigate the code.

                  1 Reply Last reply Reply Quote 0
                  • I
                    Ilocans last edited by

                    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

                    1 Reply Last reply Reply Quote 0
                    • I
                      Ilocans last edited by

                      The Android wallet isn’t working again.

                      I guess I am right and someone has to update feathercoinj ?

                      1 Reply Last reply Reply Quote 0
                      • wrapper
                        wrapper Moderators last edited by

                        The Android wallet isn’t working again.

                        I guess I am right and someone has to update feathercoinj ?

                        Cheers for that. There’s a lot on, but I think the wallet changes are in progress…

                        1 Reply Last reply Reply Quote 0
                        • Wellenreiter
                          Wellenreiter Moderators last edited by

                          The modifications needed to adapt the Android wallet to the lastest version of the protocol are in progress and a new Version of the wallet will be released soon in Playstore

                          Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                          Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                          1 Reply Last reply Reply Quote 0
                          • U
                            uncle_muddy administrators last edited by

                            Good work guys, just in time I got a bar bill to pay from last night ::)

                            1 Reply Last reply Reply Quote 0
                            • Wellenreiter
                              Wellenreiter Moderators last edited by

                              I have released the new version on play store.

                              Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                              Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                              1 Reply Last reply Reply Quote 0
                              • U
                                uncle_muddy administrators last edited by

                                you got a link?

                                1 Reply Last reply Reply Quote 0
                                • MrWyrm
                                  MrWyrm administrators last edited by

                                  https://play.google.com/store/apps/details?id=com.feathercoin.wallet

                                  Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

                                  1 Reply Last reply Reply Quote 0
                                  • Wellenreiter
                                    Wellenreiter Moderators last edited by

                                    If you just search for feathercoin wallet 2 you will find it on playstore and if you have installed the older version of wallet2 you should receive an automatic update today.

                                    I just installed the playstore version and it synced in 40 minutes. It seems to me, the sync is faster than before, but this is not related to the android wallet.

                                    Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                                    Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                                    1 Reply Last reply Reply Quote 0
                                    • xonar
                                      xonar Regular Member last edited by

                                      Hi Friends.

                                      I think is a good idea to put urgently the link https://play.google.com/store/apps/details?id=com.feathercoin.wallet into the home page of our site.

                                      When new visitors browse the home page, find no nothing about the android wallet, and think our coin are no android supported.

                                      Thank you very much.
                                      ::)

                                      Newbies: http://forum.feathercoin.com/topic/8523/faq-newbie-most-asked-questions-try-here-first

                                      1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User last edited by

                                        Hi Friends.

                                        I think is a good idea to put urgently the link https://play.google.com/store/apps/details?id=com.feathercoin.wallet into the home page of our site.

                                        When new visitors browse the home page, find no nothing about the android wallet, and think our coin are no android supported.

                                        Thank you very much.
                                        ::)

                                        Looks like iawgoM will be able to get it sorted in the coming days. Good spot and +1

                                        1 Reply Last reply Reply Quote 0
                                        • xonar
                                          xonar Regular Member last edited by

                                          Perfect! Thank you very much!

                                          :)

                                          Newbies: http://forum.feathercoin.com/topic/8523/faq-newbie-most-asked-questions-try-here-first

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            Matl Regular Member last edited by

                                            Any iOS saavy developers out there? Coin Pocket a wallet for BTC hit thd AppStore yesterday. Here is the open source code:
                                            https://github.com/enriquez/coinpocketapp.com

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post