Updated in 1.5:
- Homescreen rotate supports Sailfish 2.0.0.10
Updated in 1.4:
- Calculator app now supports inverted landscapee
Updated in 1.3:
- Clock on lockscreen now does not interfere with media player (if present) - suggested by alina
- Added media app to list of apps that can rotate
- Added option to remove app icon from homescreen
Updated in 1.2:
- Added the option to turn off lockscreen rotation (as requested by gedeon)
This is a simple app that combines all my orientation change patches plus Homescreen patch by coderus.
It also installs own app in which you can manage which of these plugins are active.
It's different from Allow any orientation for all SailfishOS applications by coderus, because it allows apps one by one, so apps that have bad layout for landscape won't rotate.
Apps that are affected:
Requires patchmanager to work.
Attachment | Size | Date |
---|---|---|
![]() | 24.96 KB | 23/10/2015 - 11:48 |
![]() | 24.83 KB | 23/10/2015 - 11:39 |
![]() | 25.35 KB | 22/10/2015 - 16:10 |
![]() | 25.37 KB | 11/10/2015 - 19:15 |
![]() | 25.08 KB | 21/09/2015 - 10:40 |
![]() | 24.11 KB | 20/09/2015 - 22:55 |
![]() | 24.1 KB | 20/09/2015 - 22:35 |
(none)
Comments
Malakay
Sun, 2018/09/23 - 22:12
Permalink
Hi Rikudou, I have patchmanager 3 on SailfishX Nurmonjoki (2.2.1.18) and it tells me "failed to apply patch". Is some newer, compatible version on the way, please? :)
Markkyboy
Mon, 2018/09/24 - 15:34
Permalink
I think this is a problem with PM3. Albeit, once the patch is installed, there are 2 patches within that will not apply; Allow calculator & Allow contacts - otherwise all other components of the patch are working as expected.
If this is the last patch you installed on your device, unapply the patch above it, then try reapplying this patch, then reapply the patch above that you unapplied - which sometimes I get on my device but not always, hence I think its a problem with PM3 (which is BETA).
Rikudou_Sennin
Mon, 2018/09/24 - 12:19
Permalink
Hi. No, there is not any new version coming, I don't use Jolla anymore.
gedeon
Tue, 2016/11/01 - 00:17
Permalink
Hi, I wrote since a year :) . I am using this patch again, still missing a selectable option to rotate only left turning (at least for me) :) . maybe if you have some free time could you add this feature please?
And perhaps, Could you add also the People app please?
OrpsJolla16
Fri, 2016/07/08 - 18:38
Permalink
Fantastic, it works on 2.0.1.11 too. One patch for all, it lets you choose on which app you want to put a patch without the needs to download patch by patch. It works also to allow homescreen rotation, I see just portrait inverted rotation isn't allowed, I guess for the known problem of answering or refusing mistakenly a call or slmething like this. I see also that Jolla handle landscape and lanscape inverted as same thing, infact if I enable lock rotation on landscape the phone doesn't rotate to portrait but can rotate to landscape inverted(I guess it would be the same for portrait if portrait inverted wouldn't be blocked).But that's Jolla fault, not so bad after all. Said that, I'd like to see a guide on how to enable this manually(perhaps editing some files?) instead of a patch, same for any other patches. Patches are not only a security threat, with some guides and ssh support(developer mode, usb cable or wlan connection and computer, not needed but helpful) they're also useless. At the least, if it is something thst can be fixed in the way I can think of, if it's something more complicated, that needs a daemon running jn the background to performe some operation allowing the edits we wants(i.e. patchmanager), then I'm thinking wrong.
Rikudou_Sennin
Fri, 2016/07/08 - 18:59
Permalink
First thanks for the nice words :)
Actually the patches are the best approach - the daemon does not rewrite the files on the fly, but once you activate a patch, it rewrites the files according to instructions in patch.
It's good when you have newer version of the file (when you update Sailfish OS) and try to apply the patch, it will fail, because it's no longer valid and thus it will prevent you from making the phone useless.
The patch does exactly what you would want to - rewrites those files, but saves a copy of the original file in case you want to unapply the patch.
When you edit the files manually, you cannot update your Jolla - it can make your device unusable. That's why you should also unapply patches before updating Sailfish OS.
The patchmanager is not a necessary thing for such tasks, but it prevents you from unwillingly breaking your phone.
Valker
Thu, 2015/10/22 - 19:00
Permalink
Homescreen rotation doesn't work in 2.0.0 (Saimaa).
Rikudou_Sennin
Fri, 2015/10/23 - 11:40
Permalink
Hello, app is now updated to support 2.0.0.10.
Rikudou_Sennin
Thu, 2015/10/22 - 21:45
Permalink
I will update in a few days :)
alina
Thu, 2015/10/22 - 01:42
Permalink
Today I discovered the calculator custom layout doesn't support inverted landscape. I saw the codes need an OR function like this:
(calculator.orientation == Orientation.Landscape || calculator.orientation == Orientation.LandscapeInverted)
Does the patch have a caustom layout for any other app?
Rikudou_Sennin
Thu, 2015/10/22 - 16:00
Permalink
Hello, I will fix ASAP. Custom layout is only for calculator.
alina
Thu, 2015/10/22 - 20:47
Permalink
Thanks!
alina
Tue, 2015/10/06 - 02:28
Permalink
What do you think about this?:
The clock in landscape lock screen is vertically centered, so while playing music it overlaps with media info; see the screenshot.
I've found a workaround for this which makes the clock shown on top even in landscape view: remove lockScreenPage.isPortrait from /usr/share/lipstick-jolla-home-qt5/lockscreen/LockItem.qml line 133; see the screenshot. I think this will make the patch more great.
Rikudou_Sennin
Tue, 2015/10/06 - 10:54
Permalink
Thank you, great idea! I never listen to music on phone so I would probably never notice myself :)
alina
Wed, 2015/09/30 - 14:47
Permalink
Can we have a code lock view in landscape? I mean something like Calculator, numbers in a row, backspace and emergency call above, and unlock key below.
Rikudou_Sennin
Tue, 2015/10/06 - 10:53
Permalink
I will look to your request today :)
itdoesntmatt
Mon, 2015/09/21 - 11:13
Permalink
why not moves that apps as an option in settings? like eventsview control by coderus ornpowermenu by ancelad...its nor beautiful nor comfortable a single app! however thanks for ur work, sixth path sennin :)
Rikudou_Sennin
Mon, 2015/09/21 - 11:34
Permalink
I plan this for next update :)
gedeon
Mon, 2015/09/21 - 00:03
Permalink
Hi, nice job guys! But 1 thing, possible that rotates only for left side? Because this patch is rotates for me left and right side, but if it would be selectable or just left side I think enough... :) Thanks.
Rikudou_Sennin
Mon, 2015/09/21 - 00:32
Permalink
Yes, it is possible, when I have some free time, I can look to it :)
gedeon
Mon, 2015/09/21 - 08:46
Permalink
Great! And even one question, sorry. It can be solvable that the lock screen be fixed as default? Because it was good in default. Sorry for the many request... :)
Rikudou_Sennin
Mon, 2015/09/21 - 09:47
Permalink
Well, I could try to separate the Homescreen and Lock Screen, but I'm not sure right now, I must take a look at the source codes.
gedeon
Mon, 2015/09/21 - 18:37
Permalink
Well done! Nearly perfect... :)