UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Fresh reinstall of Openstore failed

    Scheduled Pinned Locked Moved Solved Support
    14 Posts 6 Posters 271 Views 4 Watching
    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.
      • U Offline
        uwahl @uwahl
        last edited by

        ...meanwhile made the upgrade to 24.04-1 running very well, thanks a lot for this!!
        But still the problem that no openstore-app is present. Still not possible to install with ut tweak tools.
        Please, how can I get back/ install my openstore app again?

        IanI 1 Reply Last reply Reply Quote 0
        • IanI Online
          Ian @uwahl
          last edited by

          @uwahl Could it related to this problem?

          https://forums.ubports.com/topic/1636/reinstall-music-app?_=1760454418329

          I think Openstore is a pre-installed app like Music. You could try deleting the sym link and rebooting as stated in the Music app problem.

          1 Reply Last reply Reply Quote 0
          • D Offline
            domubpkm
            last edited by domubpkm

            If i'm not wrong try the command line in terminal :
            sudo rm -f /opt/click.ubuntu.com/.click/users/{@all,phablet}/openstore.ubports . Seeing if the openstore app is showing again after a reboot. If not, trying reinstalling openstore.click with UTTT after the command line (with maybe a reboot).

            U 1 Reply Last reply Reply Quote 0
            • U Offline
              uwahl @domubpkm
              last edited by

              @domubpkm , @Ian
              thanks for your answers. Rebooting after removing the folder did not work. Also the installing of the openstore.click file via uttt and also via commandline did not work...
              I used the focal version of openstore.click, where can I find the Noble version for openstore.click installation?

              U 1 Reply Last reply Reply Quote 0
              • U Offline
                uwahl @uwahl
                last edited by uwahl

                The trial by commandline ended with an error:

                phablet@ubuntu-phablet:~$ cd /home/phablet/Downloads
                phablet@ubuntu-phablet:~/Downloads$ sudo pkcon --allow-untrusted install-local openstore.openstore-team_3.6.1_arm64.click
                [sudo] password for phablet:
                Installing files [==============]
                Finished [==============]
                Testing changes [ == ] The daemon crashed mid-transaction!ror != NULL' fphablet@ubuntu-phablet:~/Downloads$

                (pkcon:7424): GLib-GIO-CRITICAL **: 21:45:29.836: GTask 0x5dcdc8c040 (source object: 0x5dcdc8eb90, source tag: 0x72416fff00) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.

                U lduboeufL 2 Replies Last reply Reply Quote 0
                • U Offline
                  uwahl @uwahl
                  last edited by

                  Is there an "off core" version of openstore.click for Noble for a further trial?

                  1 Reply Last reply Reply Quote 0
                  • lduboeufL Offline
                    lduboeuf @uwahl
                    last edited by

                    @uwahl
                    The way to install .click since Focal is with:
                    ( to adapt with your click )
                    sudo click install --allow-unauthenticated --all-users ./calendar.ubports_1.0.0_all.click

                    U 1 Reply Last reply Reply Quote 0
                    • U Offline
                      uwahl @lduboeuf
                      last edited by uwahl

                      @lduboeuf
                      I tried:
                      sudo click install --allow-unauthenticated --all-users /home/phablet/Downloads/openstore.openstore-team_3.6.1_arm64.click
                      WARNING:root:Signature check failed, but installing anyway as requested

                      ** (process:11094): CRITICAL **: 18:33:39.067: file user.c: line 3452: uncaught error: openstore.openstore-team is hidden for user phablet (click-user-error-quark, 6)

                      No success. In downloads only focal openstore.click (and previous) can be found. No download for Noble. Maybe that is the reason why?

                      pixel 3axl on 24.04 dev

                      lduboeufL 1 Reply Last reply Reply Quote 0
                      • lduboeufL Offline
                        lduboeuf @uwahl
                        last edited by

                        @uwahl better would be to install it directly trough open store app. e.g from fileManager open with openstore

                        U 1 Reply Last reply Reply Quote 0
                        • U Offline
                          uwahl @lduboeuf
                          last edited by

                          @lduboeuf
                          ...good idea, but impossible for me, because I seem having lost openstore completely from my app list. It doesn't show up as an option to handle a file...and just in case openstore is present (as a core app it should be?) it is completely hidden to me. Even after the upgrade to Noble...
                          So, how can I get back openstore app other than with a complete reflashing of the system?

                          1 Reply Last reply Reply Quote 0
                          • stanwoodS Offline
                            stanwood
                            last edited by stanwood

                            You can first try to install UT again with UBports Installer. Don't check "Wipe" neither "Bootstrap partition". Then, you will restore Ubuntu Touch with all your data.

                            If this doesn't work, you can try the following method, but warn that it's quite dangerous if you delete any wrong file, and that can lead to a non working device. So do this ONLY if you know what you are doing and assume the risk....

                            First, list all residues of the OpenStore:

                            $ sudo find /opt -iname *openstore*
                            

                            and

                            $ sudo find /opt -iname *openstore-team*
                            

                            Note all related packages (warn that it's not attached to another app)

                            Then delete all those related files like:

                            $ sudo mount -o remount,rw /
                            sudo rm -rf /opt/click.ubuntu.com/.click/users/phablet/'openstore_file'.ubports 
                            

                            (Replace 'openstore_file' with the name of the package you have listed / check the exact path as well).

                            Repeat this with all the remaining files related to the OpenStore.

                            Then, Re-install Ubuntu Touch using UBports Installer without checking "Wipe Data" nor "Bootstrap partition".

                            OpenStore should re-appear at the first reboot.

                            Redmi Note 9S Stable
                            If God has a computer, it must be a GNU/Linux

                            U 1 Reply Last reply Reply Quote 0
                            • U Offline
                              uwahl @stanwood
                              last edited by uwahl

                              @stanwood
                              ...finally it was possible to get back openstore-app without re-installing via UT-installer...
                              Looking into the log file of /opt/click.ubuntu.com/.click showed that openstore should be installed following my earlier attempts - although the app being invisible for me...
                              So with dir command I found some files openstore* in /opt/click.ubuntu.com/.click/users/@gcinuse and
                              /opt/click.ubuntu.com/.click/users/phablet
                              which were invisible in filemanager-app althought show hidden files swich ticked.
                              The files were removed with sudo rm -rf command, controlling the result with dir command.
                              Before attempting to do a complete reinstall I did a rebooting (@Ian @iduboeuf, we discussed a similar problem with hidden files recently...) and - tadaaa - openstore-app was back again.
                              Thank you a lot to all contributors!!
                              I will switch the post to solved state.

                              By the way, how can you hide files making them invisible for the filemanager

                              MoemM 1 Reply Last reply Reply Quote 0
                              • U uwahl has marked this topic as solved
                              • MoemM Offline
                                Moem @uwahl
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post