Reply
Thread Tools
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#571
Originally Posted by andreas1 View Post
as i try to install from WH this version 12, it says internal error, installation aborted by user. what
Same here. Something wrong with the file maybe?
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone
 
Posts: 32 | Thanked: 2 times | Joined on Jun 2014
#572
Originally Posted by cizi View Post
I forgot to uninstall because I did't read this post. How can I fix it?
It means that I install the new version on the previous version and I have something in between old and new version. I see the "Eventsview controls" in settings but the patch is not activated in patchmanager and is not possible to activate it :-(.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#573
 
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#574
Originally Posted by cizi View Post
It means that I install the new version on the previous version and I have something in between old and new version. I see the "Eventsview controls" in settings but the patch is not activated in patchmanager and is not possible to activate it :-(.
If you look back in the thread there are several suggestion on how to fix this situation. They may workout better for you.
I tried everything, but finally here is what I had to do to get out of this situation. Try it at your own risk!

I had to remove the ausmt and patchutils, in addition to patches and patchmanager before it successfully installed again.

To list what is installed, try following:

[root@Jolla nemo]# rpm -qa|grep patch
jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl
patch-2.6.1-1.1.1.armv7hl Do not remove this one.
patchutils-0.3.3-10.1.1.jolla.armv7hl
patchmanager-0.4.5-10.15.1.jolla.armv7hl
sailfish-browser-textselection-patch-0.0.1-2.noarch

Again, DO NOT REMOVE patch-2.6.1-1.1.1.armv7hl



[root@Jolla nemo]# rpm -qa|grep ausmt
ausmt-1.2.7-10.10.1.jolla.armv7hl

Execute following command to remove. Make sure the version numbers matches what you have installed on your system, from the listing from above commands.

[root@Jolla nemo]#
rpm -e patchmanager-0.4.5-10.15.1.jolla.armv7hl sailfish-browser-textselection-patch-0.0.1-2.noarch patchutils-0.3.3-10.1.1.jolla.armv7hl jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl ausmt-1.2.7-10.10.1.jolla.armv7hl

After removing everything but patch-2.6.1-1.1.1.armv7h:

[root@Jolla nemo]# rpm -qa|grep patch
patch-2.6.1-1.1.1.armv7h

Now go to warehouse and install the latest jolla-settings-patchmanager and patches.
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone

Last edited by abyzthomas; 2014-12-24 at 19:11.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#575
Originally Posted by abyzthomas View Post
If you look back in the thread there are several suggestion on how to fix this situation. They may workout better for you.
I tried everything, but finally here is what I had to do to get out of this situation. Try it at your own risk!

I had to remove the ausmt and patchutils, in addition to patches and patchmanager before it successfully installed again.

To list what is installed, try following:

[root@Jolla nemo]# rpm -qa|grep patch
jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl
patch-2.6.1-1.1.1.armv7hl Do not remove this one.
patchutils-0.3.3-10.1.1.jolla.armv7hl
patchmanager-0.4.5-10.15.1.jolla.armv7hl
sailfish-browser-textselection-patch-0.0.1-2.noarch

Again, DO NOT REMOVE patch-2.6.1-1.1.1.armv7hl



[root@Jolla nemo]# rpm -qa|grep ausmt
ausmt-1.2.7-10.10.1.jolla.armv7hl

Execute following command to remove. Make sure the version numbers matches what you have installed on your system, from the listing from above commands.

[root@Jolla nemo]#
rpm -e patchmanager-0.4.5-10.15.1.jolla.armv7hl sailfish-browser-textselection-patch-0.0.1-2.noarch patchutils-0.3.3-10.1.1.jolla.armv7hl jolla-settings-patchmanager-0.4.5-10.15.1.jolla.armv7hl ausmt-1.2.7-10.10.1.jolla.armv7hl

After removing everything but patch-2.6.1-1.1.1.armv7h:

[root@Jolla nemo]# rpm -qa|grep patch
patch-2.6.1-1.1.1.armv7h

Now go to warehouse and install the latest jolla-settings-patchmanager and patches.
When trying to list whats installed with command :[root@Jolla nemo]# rpm -qa|grep patch i get result : rpm : one type of query/verify may be performed at the time
so no list of results, any hints on how to continiue?

ps wich patch u mean by patch-2.6.1-1.1.1.armv7hl?
 
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#576
Hi,

I have released two bugfixes for patchmanager and friends. You should be able to profit from patchmanager as a separate app now. AUSMT also remove patches properly, even if you uninstall patches.

For those having issues, I recommand installing new AUSMT and trying removing the patch again.

Merry christmas !
__________________
Developer of Friends Facebook client, patchmanager, Phonebot
Blogger at Jollafr and random thoughts on my personnal blog
Support my work
 

The Following 17 Users Say Thank You to Sfiet_Konstantin For This Useful Post:
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#577
Originally Posted by aQUICK1 View Post
When trying to list whats installed with command :[root@Jolla nemo]# rpm -qa|grep patch i get result : rpm : one type of query/verify may be performed at the time
so no list of results, any hints on how to continiue?

ps wich patch u mean by patch-2.6.1-1.1.1.armv7hl?
Are you sure you are using -qa (small letters QA), NOT -ga?
__________________
Apps for iPhone & iPad
Malayalam Keyboard for iPhoneTelugu Keyboard for iPhoneGujarati Keyboard for iPhone
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#578
Originally Posted by abyzthomas View Post
Are you sure you are using -qa (small letters QA), NOT -ga?
Oops got it, typo, bad eyes , thnx
 
Posts: 55 | Thanked: 34 times | Joined on Jun 2014
#579
Anyone else getting this warning?


I have the lastest version.
 
Posts: 79 | Thanked: 41 times | Joined on May 2012 @ kenya
#580
Is it ok to upgrade patch manager , ausmt and jolla settings patch manager from warehouse?...or one has to remove old ones and install these new ones?
 
Reply

Tags
patchmanager, sailfish os


 
Forum Jump


All times are GMT. The time now is 12:55.