![]() |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Code:
patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/ sailfishos-eventsview-controls-remastered-patch/unified_diff.patchDo you know what is wrong please? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
1 Attachment(s)
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
here's the correct one (unpatched) VolumeSlider.qml Code:
import QtQuick 2.0 |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Code:
patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Code:
[root@Jolla Downloads]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
You just wait a bit. I'll update patches tomorrow.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Everyones talking about control center but how can I get 5x6 appgrid working? or is it working for every1 else and I just messed up something?
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
So basically 5x6 patch is not needed anymore. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Code:
[root@Jolla ~]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-controls-remastered-patch/unified_diff.patch |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Congrats, so go ahead and apply it in patchmanager ;)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
1 Attachment(s)
Quote:
It is for the latest version of SF. 5x6 from openrepos worked fine here, though, you should check if you have the latest version of everything, maybe. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@coderus I tried to install this new eventsview remastered https://openrepos.net/content/coderu...ettings-applet
It installs fine, but I canīt applied this patch in patchmanager. At this point I have 2 different control center events view tab in PM. (Just like Eminem attachments) I already tried also this: unapply and delete new patch then install this: https://dl.dropboxusercontent.com/u/...-1.armv7hl.rpm then unapply it and delete and install new patch again I also tried this But no luck. (I installed after this https://dl.dropboxusercontent.com/u/...-1.armv7hl.rpm -> the other named control center eventsview, but I canīt find its name at all, so I canīt remove it.. :( I think that this might be the problem on my phone... Edit: It was this https://openrepos.net/content/coderu...er-rows-volume but I canīt find it through warehouse anymore... When I am trying to remove the new patch warehouse says it is uninstalled, but phone says that uninstallation failed... Any suggestions? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@R1v3r last patchmanager can unapply any patch. Ask @SfietKonstantin if not.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I tried to remove the patch -> So I tried to uninstall it completely, then it said something, that it could not be removed.. I donīt know, why. But when in uninstalled pdvanded and base patches, NOW events view control installed correctly and everything is working great... I just donīt know how did this work out, but I like that it does :) I got this combined launcher also wotk, but for my info, How I change the settings in combined launher? (I now, I am a noob) Sorry :) BR, R1v3r |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Cant deinstall/install Event Control.
i try: - unpatch all what is possible except Event control, because not possible - deinstall all patches and patchmanager - pkcon refresh - pkcon install lipstick-jolla-home-qt5 - reboot - Event control is deinstalled! - Install patchmanager and all patches what i need - and if i open patchmanager in settings, than i see Event Control (old one) ist activated! ... cant deinstall, cant install new one... i really dont know what i can now to do :( |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@ cvp Try to uninstall through Warehouse , or with the right command in terminal?
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
you mean the Warehouse Application self?
and what is the commandline to deinstall or reinstall the original event view? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hi cvp,
Try this next. (worked for me) Uninstall all patches. (advanced patches, base patches) then reboot. Then install this events view with settings applet. (reboot) Then open patchmanager and apply this new eventview patch. reboot, if you feel like. After this mine started to work. After this, install these base and advanced patches, if you need these. This original control center in events view was IMO included in advanced patches, if I am correct. BR, R1v3r |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
1) what is activated: Eventsview controls patch switchers + Volumen 2) Evntsview controls patch with setting and i cant deactivate the 1) .... is it possible to deinstall the first one over terminal? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
If I have ever needed to uninstall anything via terminal it works with this post from coderus
http://talk.maemo.org/showpost.php?p...&postcount=557 So this pkcon remove and then the program that you are trying to uninstall. Hardest for me was to find the correct name of the application... :D Because it needs to be exact correct. You can find all rpm packages installed in your phone via terminal (as root, write rpm -qa and this command shows all rpm packages that you have your phone has installed) Please note that you need to know what you are doing. Please do not uninstall anything, that you are not sure. BR, R1v3r |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
thanks... now i try few minits to search the rpm package, but no luck by finding... only the remastered package... if i deinstall really all patches, than i find nothing about "event" "events" "view" "controls".
:( EDIT: rpm -e --noscripts pandora-eventview-controls => find no packages pkcon remove sailfishos-eventsview-controls-1row-volume-patch => not found |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hi, anyone to fix the Mediaplayer D-BUS interface patch? Can't install it :-(
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
j4zz thanks... now i get the massage that Fail to remove patch :(
there is no other patches installed (base/advance/others). Reboot not helps. damn it, i try different ways nothin helps :( |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Probably your VolumeSlider.qml is also not right... Try removing, ausmt and all patchmanager related packages, then reinstall lipstick. And try again from scratch. :) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hi.
I would love to have a settings shortcut to the settings app. This shortcut could be set to the eventsview control center and you could always have easy access to the settings app. Now I'm all the time trying to remember to keep the settings app up and running... Thanks in advance if somebody can implement this. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Ended up with more laggy unlocking of the phone and sometimes shut down the phone by accident. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@olpe really? :D OMFG what a crapp application i made!
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I'll probably give it another go now. So am I the only one who would like to have a such shortcut in events view? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Oh well. Now I remember why I didn't love power meny - I'm lefthanded so I cannot press the powerbutton without changing the grip of the phone.
But the app is nice though. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@coderus - can you please give me a hint.
I tried this: Code:
[root@Jolla sounds]# patch --dry-run -p 1 -d / -i /usr/share/patchmanager/patches/sailfishos-eventsview-contro ls-remastered-patch/unified_diff.patch |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@romu you just install this and dont need any additional patches: http://talk.maemo.org/showpost.php?p...&postcount=476
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Great, thank you, works nice.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
i'll do some changes and release it on public :)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Just made you a small donation for all your work.
|
| All times are GMT. The time now is 22:44. |
vBulletin® Version 3.8.8