We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2020-06-26 16:15:03 +0200 |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the @System repository with a package from the jolla repository.
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here are the packages Iʼve got installed now and they sound familiar:
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[nemo@xperia-x ~]$ zypper search mesa
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------------------------+-----------------------------------------------+-----------
| mesa-llvmpipe | Mesa graphics libraries built for LLVMpipe | srcpackage
| mesa-llvmpipe-debuginfo | Debug information for package mesa-llvmpipe | package
| mesa-llvmpipe-debugsource | Debug sources for package mesa-llvmpipe | package
| mesa-llvmpipe-dri-drivers-devel | Mesa-based DRI development files | package
| mesa-llvmpipe-dri-swrast-driver | Mesa-based DRI drivers | package
i | mesa-llvmpipe-libEGL | Mesa libEGL runtime libraries and DRI drivers | package
| mesa-llvmpipe-libEGL-devel | Mesa libEGL development package | package
| mesa-llvmpipe-libGL-devel | Mesa libGL development package | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
i | mesa-llvmpipe-libgbm | Generic buffer management API | package
| mesa-llvmpipe-libgbm-devel | Mesa libgbm development package | package
i | mesa-llvmpipe-libglapi | Mesa shared gl api library | package
| mesa-llvmpipe-libglapi-devel | Mesa libglapi development package | package
Hereʼs a gist showing my system log since the bootup. What could be the culprit?
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…
2 | No.2 Revision |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the @System "@System" repository with a package from the jolla "jolla" repository.
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here are the packages Iʼve got installed now and they sound familiar:
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[nemo@xperia-x ~]$ zypper search mesa
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------------------------+-----------------------------------------------+-----------
| mesa-llvmpipe | Mesa graphics libraries built for LLVMpipe | srcpackage
| mesa-llvmpipe-debuginfo | Debug information for package mesa-llvmpipe | package
| mesa-llvmpipe-debugsource | Debug sources for package mesa-llvmpipe | package
| mesa-llvmpipe-dri-drivers-devel | Mesa-based DRI development files | package
| mesa-llvmpipe-dri-swrast-driver | Mesa-based DRI drivers | package
i | mesa-llvmpipe-libEGL | Mesa libEGL runtime libraries and DRI drivers | package
| mesa-llvmpipe-libEGL-devel | Mesa libEGL development package | package
| mesa-llvmpipe-libGL-devel | Mesa libGL development package | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
i | mesa-llvmpipe-libgbm | Generic buffer management API | package
| mesa-llvmpipe-libgbm-devel | Mesa libgbm development package | package
i | mesa-llvmpipe-libglapi | Mesa shared gl api library | package
| mesa-llvmpipe-libglapi-devel | Mesa libglapi development package | package
Hereʼs a gist showing my system log since the bootup. What could be the culprit?
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…
3 | No.3 Revision |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the "@System" "@ System" repository with a package from the "jolla" repository.
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here Here are the packages Iʼve got installed now and they sound familiar:
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[root@xperia-x ~]# zypper search gles
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+-------------------------------+-------------------------------------------------+--------
| glesplash | GL splash screen | package
| libhybris-libGLESv1 | OpenGL ES 1.x for libhybris | package
| libhybris-libGLESv1-devel | OpenGL ES 1.x development library for libhybris | package
i+ | libhybris-libGLESv2 | OpenGL ES 2.0 for libhybris | package
| libhybris-libGLESv2-devel | OpenGL ES 2.0 development library for libhybris | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
[nemo@xperia-x ~]$ zypper search mesa
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
---+---------------------------------+-----------------------------------------------+-----------
| mesa-llvmpipe | Mesa graphics libraries built for LLVMpipe | srcpackage
| mesa-llvmpipe-debuginfo | Debug information for package mesa-llvmpipe | package
| mesa-llvmpipe-debugsource | Debug sources for package mesa-llvmpipe | package
| mesa-llvmpipe-dri-drivers-devel | Mesa-based DRI development files | package
| mesa-llvmpipe-dri-swrast-driver | Mesa-based DRI drivers | package
i | mesa-llvmpipe-libEGL | Mesa libEGL runtime libraries and DRI drivers | package
| mesa-llvmpipe-libEGL-devel | Mesa libEGL development package | package
| mesa-llvmpipe-libGL-devel | Mesa libGL development package | package
i+ | mesa-llvmpipe-libGLESv1 | Mesa libGLESv1 runtime libraries | package
| mesa-llvmpipe-libGLESv1-devel | Mesa libGLESv1 development package | package
i | mesa-llvmpipe-libGLESv2 | Mesa libGLESv2 runtime libraries | package
| mesa-llvmpipe-libGLESv2-devel | Mesa libGLESv2 development package | package
i | mesa-llvmpipe-libgbm | Generic buffer management API | package
| mesa-llvmpipe-libgbm-devel | Mesa libgbm development package | package
i | mesa-llvmpipe-libglapi | Mesa shared gl api library | package
| mesa-llvmpipe-libglapi-devel | Mesa libglapi development package | package
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…
4 | No.4 Revision |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the "@ System" repository with a package from the "jolla" repository.
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here are the packages Iʼve got installed now and they sound familiar:familiar.
Hereʼs a gist showing my system log since the bootup. What could be the culprit?
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…
5 | No.5 Revision |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the "@ System" repository with a package from the "jolla" repository.repository. And I chose “yes”. ☹
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here are the packages Iʼve got installed now and they sound familiar.
Hereʼs a gist showing my system log since the bootup. What could be the culprit?
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…
6 | No.6 Revision |
Hi folks,
I was playing around with my Xperia X device with Sailfish OS 3.3.0.16 (Rokua), trying to install the PyQt5 Python 3 binding for Qt5. I needed to install the Qt development libraries because the only possibility is to build PyQt from source using pip3. Well, I know I should have done it on the Sailfish SDK emulator but itʼs late now. When installing the needed libraries and tools, I ran into a situation where I was presented a choice if I want to replace a package from the "@ System" repository with a package from the "jolla" repository. package. And I chose “yes”. ☹
The system now doesnʼt finish the boot and is stuck at the SONY logo but I can still log in via SSH.
Now Iʼm trying to remember what packages that were. I know for sure that one of the packages had "mesa" in its name and the other "hybris" or "libhybris". One of them had "GLES" in its name.
Here are the packages Iʼve got installed now and they sound familiar.
Hereʼs a gist showing my system log since the bootup. What could be the culprit?
Tried to install the libhybris-libGLESv1 library but I get this error:
[root@xperia-x ~]# zypper install libhybris-libGLESv1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
libhybris-libGLESv1
1 new package to install.
Overall download size: 26.7 KiB. Already cached: 0 B. After the operation, additional 49.5 KiB will be used.
Continue? [y/n/...? shows all options] (y):
Retrieving package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (1/1), 26.7 KiB ( 49.5 KiB unpacked)
Failed to provide Package libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl (adaptation0). Do you want to retry retrieval?
[adaptation0|plugin:/ssu?repo=adaptation0] Can't provide file './armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm' from repository 'adaptation0'
History:
- Store credentials not received. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
- Can't provide ./armv7hl/libhybris-libGLESv1-0.0.5.34-1.9.2.jolla.armv7hl.rpm
Abort, retry, ignore? [a/r/i] (a):
Problem occurred during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
My internet connection works well.
I canʼt mark this as a bug since itʼs all my fault. Do I have any other chance than to flash my Xperia X? Well, I can still backup the data via rsync but it would be annoying to start from scratch again…