maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak (https://talk.maemo.org/showthread.php?t=92935)

coderus 2015-02-20 09:03

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by olpe (Post 1461425)
Hi.

Would it be possible to move the weather on top of the eventsview-controls?

I'd like to get those controls lower so they would be easier to reach to when using the phone with just one hand.

something like this:

https://www.dropbox.com/s/xnx3vl1i22...dotus.png?dl=0

Link if the image is not visible:
https://www.dropbox.com/s/xnx3vl1i22...dotus.png?dl=0

Maybe you just need this patch? https://openrepos.net/content/coderu...-attached-page

cvp 2015-02-20 10:27

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Deeper Zoom in the Gallery App:

Edit:
Code:

/usr/share/jolla-gallery/pages/FlickableImageView.qml
finde this:
Code:

maximumWidth: model.width   
 maximumHeight: model.height

and change to this:
Code:

maximumWidth: model.width * 10   
 maximumHeight: model.height * 10

Missing in openrepos ;)

m4r0v3r 2015-02-20 13:05

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
sigh...the old eventsview remastered was enabled when i did the update, and now it removes itself when i uninstall it, but when i reopen the patch manager its there taunting me. theres also no ausmt.log file, ive looked under the usr/share folder trying to find the file causing this

veeall 2015-02-20 13:57

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
1 Attachment(s)
Sorry for asking again, but i still haven't found a way to change rhe number of columns displayed in homescreen folders. Anybody? See the pic.

olpe 2015-02-20 14:04

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461442)

I'll try that. Let's see...

coderus 2015-02-20 14:32

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by m4r0v3r (Post 1461463)
sigh...the old eventsview remastered was enabled when i did the update, and now it removes itself when i uninstall it, but when i reopen the patch manager its there taunting me. theres also no ausmt.log file, ive looked under the usr/share folder trying to find the file causing this

you mean it's in list and its marked as applied?

R1v3r 2015-02-20 14:57

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by veeall (Post 1461476)
Sorry for asking again, but i still haven't found a way to change rhe number of columns displayed in homescreen folders. Anybody? See the pic.

Hi veeall,

Have you this 5x6 grid installed? Mine is normally in folders 5xsomething

Best Regards,
Mikko

veeall 2015-02-20 15:09

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Oh, i see now, 5x6 patched folders do display 5 columns! So must be something to do with paddings i changed, i suppose.

Thanks, i had never thought to doublecheck how original patch works in folders.

Edit: Adding Theme.paddingLarge to Screen.width in LauncherFolder.qml did the trick for me.

abyzthomas 2015-02-20 16:51

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Coderus, I am repeating this here (sorry), just to make sure all the patch stuff is in this thread.

Please take a look at the Voicemail Notification App, when you get a chance. It worked great before the update. Uninstalling and reinstalling did not fix it. Tried reboot, force start, etc, but no luck. It doesn't look like it is starting up. I don't see the notifications during its startup.

Voicemail icon on lockscreen patch is still working correctly.

m4r0v3r 2015-02-20 18:32

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461482)
you mean it's in list and its marked as applied?

yes, but its not actually applied, when i unapply it, it disappears from the list

carmenluci 2015-02-20 21:04

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi, Coderus!
I'm using your patch "eventsview controls atached pages", but I have this issue: I can active data mobile via icon data mobile, but if I deactivate it, no works. However, I can disable data mobile in "Settings"

coderus 2015-02-20 21:30

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by carmenluci (Post 1461517)
Hi, Coderus!
I'm using your patch "eventsview controls atached pages", but I have this issue: I can active data mobile via icon data mobile, but if I deactivate it, no works. However, I can disable data mobile in "Settings"

i see some users have this problem, but i haven't on two Jolla's and can't reproduce it to fix, sorry.

Quote:

Originally Posted by m4r0v3r (Post 1461502)
yes, but its not actually applied, when i unapply it, it disappears from the list

try unapply all patches, uninstall all patches and then uninstall patchmanager. and then install it back.

Quote:

Originally Posted by abyzthomas (Post 1461494)
Coderus, I am repeating this here (sorry), just to make sure all the patch stuff is in this thread.

Please take a look at the Voicemail Notification App, when you get a chance. It worked great before the update. Uninstalling and reinstalling did not fix it. Tried reboot, force start, etc, but no luck. It doesn't look like it is starting up. I don't see the notifications during its startup.

Voicemail icon on lockscreen patch is still working correctly.

will take a look

elastic 2015-02-20 21:42

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by carmenluci (Post 1461517)
Hi, Coderus!
I'm using your patch "eventsview controls atached pages", but I have this issue: I can active data mobile via icon data mobile, but if I deactivate it, no works. However, I can disable data mobile in "Settings"

For me this was so with all events view patches - it worked always one time after applying the patch and after that it only turns the data on - it tries do turn it off, blinks and fails ...

m4r0v3r 2015-02-21 00:52

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461524)
try unapply all patches, uninstall all patches and then uninstall patchmanager. and then install it back.

already attempted that, there has to be some file in there somewhere causing this but I can't nail the bastard down,

after a mix of uninstalling everything, then reinstalling the master patch version 0.0.17, then uninstalling it, it removed successfully.

Kabouik 2015-02-21 11:06

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Is there any way to reset everything with the command lines, remove all patches, even those that are outdated or impossible to unapply/apply? My Patchmanager is flooded by patches that are no longer working, and some of them can't be unapplied. I'd like to do a fresh start.

coderus 2015-02-21 11:58

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Just removing patches and then patchmanager usually helps.

jimmy neutron 2015-02-22 08:42

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi guys,

i have a question i have uninstalled event-controles patch (accidentally) ... and i thought well I'll install it again.. Not exactly because i can't seem to find the right version.. i,m running the latest update 1.1.1.27.. i have tried to install both available versions (coderus and sailfishos package) nothing seems to work...

The Sailfishos Package goes well but doesn't install event-controles it says patch failed to install... And i can't install coderus version because i,m running 1.1.1.27... Does anybody has a suggestion what i should/could do...

thanks in advance... Kind Regards

coderus 2015-02-22 10:06

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by jimmy neutron (Post 1461649)
Hi guys,

i have a question i have uninstalled event-controles patch (accidentally) ... and i thought well I'll install it again.. Not exactly because i can't seem to find the right version.. i,m running the latest update 1.1.1.27.. i have tried to install both available versions (coderus and sailfishos package) nothing seems to work...

The Sailfishos Package goes well but doesn't install event-controles it says patch failed to install... And i can't install coderus version because i,m running 1.1.1.27... Does anybody has a suggestion what i should/could do...

thanks in advance... Kind Regards

download 0.0.15 from here: https://openrepos.net/content/coderu...ettings-applet

jimmy neutron 2015-02-22 10:19

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Thanks it worked i tried to install from openrepos but i guess the wrong version.. Anyway Thanks again...

coderus 2015-02-22 10:22

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
you'd better opt-in for 1.1.2.15, it's really awesome :)

jimmy neutron 2015-02-22 10:51

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461656)
you'd better opt-in for 1.1.2.15, it's really awesome :)

It looks awesome indeed.. I will try to update later :) Thanks

R1v3r 2015-02-22 20:36

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi Coderus,

Propably a dummy question, but is there possible to make patch that would unapply all the patches that are applied? (And if someone wants also the patch that apllies all the patches?) :)

Would that be possible to create?

coderus 2015-02-22 20:52

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
just copy contents of all patches to one file

ssahla 2015-02-22 22:01

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by R1v3r (Post 1461716)
Hi Coderus,

Propably a dummy question, but is there possible to make patch that would unapply all the patches that are applied? (And if someone wants also the patch that apllies all the patches?) :)

Would that be possible to create?

I'd say it's not possible. Patches are defined as changes to configuration files (like, which file is changed and in what way). You can't make a patch that unapplies all other patches, because you don't know what changes other patches have done.

It would be nice if Patchmanager had a command "unapply all". That could be done. It would just unapply all the patches that have been applied, one by one. You could use that before a system update. And similarly there could be a command to re-apply those patches after updating.

But no, there can't be a patch to do that.

R1v3r 2015-02-23 05:21

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by ssahla (Post 1461724)
I'd say it's not possible. Patches are defined as changes to configuration files (like, which file is changed and in what way). You can't make a patch that unapplies all other patches, because you don't know what changes other patches have done.

It would be nice if Patchmanager had a command "unapply all". That could be done. It would just unapply all the patches that have been applied, one by one. You could use that before a system update. And similarly there could be a command to re-apply those patches after updating.

But no, there can't be a patch to do that.

This was just what was in my mind when writing the latest post :)

But I think that it would be configured to the Patchmanager itself :)

Best Regards,
Mikko

karan5chaos 2015-02-23 05:51

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
@coderus i found a possible bug regarding your add second page to events view patch . it works well but when i open events view in landscape orientation and swipe to the second page it automatically turns to portrait mode . not really a bug but sometimes it gets annoying :)

Kabouik 2015-02-23 10:12

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461573)
Just removing patches and then patchmanager usually helps.

But there are still patches that I can't unapply, so I can't uninstall them. Isn't there a way to just wipe everything and restore the default QML files?

coderus 2015-02-23 10:22

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by Kabouik (Post 1461759)
But there are still patches that I can't unapply, so I can't uninstall them. Isn't there a way to just wipe everything and restore the default QML files?

sure, just reinstall appropriate packages

Kabouik 2015-02-23 10:29

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
That's exactly what I did with Eventsview, but it still fails to unapply (even during installation of the updated package).

coderus 2015-02-23 11:27

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
@Kabouik you need to remove patchmanager to purge patches cache.

jimmy neutron 2015-02-23 15:11

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi @ Coderus... update is great !! and i like the attached page patch you did...
i have a question though i see they made a weather notification.. and me coming from the n9 i was wondering is it possible to make (maybe) the attached page or the normal notification screen like our n9 notification screen (with feeds,calender etc)..

Kind Regards.. Jimmy Neutron

coderus 2015-02-23 16:13

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by jimmy neutron (Post 1461793)
Hi @ Coderus... update is great !! and i like the attached page patch you did...
i have a question though i see they made a weather notification.. and me coming from the n9 i was wondering is it possible to make (maybe) the attached page or the normal notification screen like our n9 notification screen (with feeds,calender etc)..

Kind Regards.. Jimmy Neutron

applications should post own data to feed, not patch

andreas1 2015-02-24 18:03

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Coderus made this great andro notification patch, but if u dont keep apps open, u dont get the notifications.
At some point if I remember correctly, andro stuff like whatsapp was working eventhough the app was not on, but now it has to be open/minimised to work, so it kind of is not in background, thus disabling the whole status-thing of whatsapp and sole purpose of IM apps.
Can this be patched so that certain apps stay in backgound if wanted?

coderus 2015-02-24 18:09

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by andreas1 (Post 1461910)
Coderus made this great andro notification patch, but if u dont keep apps open, u dont get the notifications.
At some point if I remember correctly, andro stuff like whatsapp was working eventhough the app was not on, but now it has to be open/minimised to work, so it kind of is not in background, thus disabling the whole status-thing of whatsapp and sole purpose of IM apps.
Can this be patched so that certain apps stay in backgound if wanted?

Android notifications is application, it's not a patch. Android apps sleeping can't be patched.

veeall 2015-02-24 21:47

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
2 Attachment(s)
I've installed the Launcher Combined Patch, and there is still blank area at the bottom of folder view, see screenshot. It is not really needed as i see it, because for closing the folder view one can just swipe it away from the side, as any other app. What do you think, Coderus?

Showcaseing also bigger icons and borderless new foldericon with zeroed margins at the center.

karan5chaos 2015-02-25 05:21

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
@coderus can u upload the experimental patch for swipe multitasking which u showcased on youtube ? :)

coderus 2015-02-25 05:41

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by karan5chaos (Post 1461960)
@coderus can u upload the experimental patch for swipe multitasking which u showcased on youtube ? :)

no, i will never upload it.

karan5chaos 2015-02-25 05:43

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461961)
no, i will never upload it.

ohh i see ... that project looked quite interesting though .. anyway thanks for the information !

coderus 2015-02-25 05:48

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by karan5chaos (Post 1461962)
ohh i see ... that project looked quite interesting though .. anyway thanks for the information !

i just mean it will be uploaded when it will be ready to be used.

karan5chaos 2015-02-25 05:53

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Quote:

Originally Posted by coderus (Post 1461963)
i just mean it will be uploaded when it will be ready to be used.

my bad :p
one quick question :
would it be possible for u to implement window switching on just one side ? so that one side would be for app switching and another side for minimizing .


All times are GMT. The time now is 18:05.

vBulletin® Version 3.8.8