![]() |
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:
volumeslider is ok... i fix the problem by factory reset :D i dont like play anymore. now it works :P |
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
Hi,
any news regarding the partnerscreen? As I remember there were some discussion that it's easy to customize. It would be great if we can port over the ToonsTV screen from the Stella launcher... I downloaded the apk and extracted it, but only found a .so file which seems to be related to this: libpartnerspace-rovio.so. I hoped it's qml which could've been easier to turn into an app or something, but I don't know if it's even possible to use it on Jolla this way. My instinct say not, it's probably linked against android libs, but who knows? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
partnerspacemanager developmennt is here: https://github.com/sailfishos-patche...erspacemanager
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Thanks! It seems I was right and we can not re-use the android binary...
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
I tried out the partnerspacemanager and managed to get the phone app in the left ambience drawer. Didnt find any conversation about this which is suprising because its very easy to do at least for the phone app. Just make a partnerspace.json file like told in documentation in github and direct the qml to for example /usr/share/voicecall-ui-jolla/main.qml and it works. Only problem is that the pulley menu shows wrong text but it still works normally.
http://i8.aijaa.com/b/00872/13663381...0674e3f7266ac7 |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
text is not wrong. just a translation catalog missing.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I've done it for the settings app using the following code snippet: Code:
[nemo@Jolla partnerspaces]$ cat /usr/share/partnerspacemanager/partnerspaces/partnerspace-jolla-settings/partnerspace.json |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Edit : not exactly, there is 90% of the text ok, but a thing like ""settings-me-add_to_favorites" is not shown correctly, so same problem here. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hmmmm.... It doesn't work for me. I used your .json file, created the necessary folders, even rebooted but still no cigar...
Do I have to change something in the launcher, too? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Quote:
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
liblipstick-qt5.so libQt5Quick.so libQt5Qml.so libQt5Network.so libQt5Gui.so libQt5Core.so libGLESv2.so libgnustl_shared.so liblog.so libz.so libdl.so libstdc++.so libm.so libc.so libpartnerspace-rovio.so |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Stupid me :) I haven't installed it... It works now! THX!
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
I've no idea if this is fixable or not but as for now I dont recommend using it. If anyone has any ideas, please share :D |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Yeah, I know the problem. Was only pointing it here, if somebody was facing it, or having the solution. I was surprise at first that one app had this issue and not the other one, but after digging, there was still some strings missing. What is happening is that when the setting or voicecall app is launched as an app, the translations are loaded correctly. When it is run in the partner space, something is missing or wrong, so those translations are shown as the default text which here has been enter not as english, but as a kind of index string (not saying this is bad). So to fix this problem we have to find from where the translations are loaded, which I can't do myself for know, as I don't know how QML works (done it from C++ side though, but in another life). What I can think of as source of the problem: * missing call to something that load the translation dictionnary * path problem if it expects it from a relative path, and the partner-space launcher launches it from somewhere else * something obvious or not that I am missing... The strangest thing with the settings app, is that all strings looks like translated expect the ones in the menus when long pressing an item (maybe pulley menu too). Are those translations spread in several packages and only one is loaded ? If anyone know a bit more than me here, feel free to give it a try. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Most of the thing works as expected, but for example the android stop action from the sailfish utilities package never succeed, but if launched from the real app, it is ok each time. And I also needed to reactivate it after a reboot or relaunching lipstick (like after applying a patch), but it has stayed here so far. |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
MazeLock patch updated for u10 and released on OpenRepos: https://openrepos.net/content/coderus/patch-mazelock
|
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
Lockscreen mediaplayer controls patch released on OpenRepos: https://openrepos.net/content/coderu...layer-controls
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Not working with Daedalus, buttons only shows up and dissapears. With Jollas media player working fine.
Edit: My bad, found settings, everything works now. thanks |
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
SailfishOS Patch: Scramble lockpad buttons first released on OpenRepos: https://openrepos.net/content/coderu...ockpad-buttons
|
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:
|
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
Hi Coderus,
Installed it yesterday evening. Restarted the phone. Checked in settings that the jolla player is selected... but no controls on the lockscreen... anything else I can check ? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Thanks for the media player controls patch! But I encountered a problem while testing it with the Jolla media player. When rapidly pressing the Next Track -button the phone will go totally unresponsive and start blinking the red LED. After some time it'll get itself back together. This doesn't happen when using the app.
Someone have the same problem? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
yes, the same problem, but really fast rapid! Blinkt only Red, App plays music, black screen, needs restart.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
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
how about managing your playlists before playing music in random order?
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
[QUOTE=coderus;1456718]try reboot
nope it did not help. Uninstalled (through warehouse). Rebooted. Reinstalled (through warehouse). Rebooted. Still no controls on the lockscreen. Installed QuasarMx and changed in app settings the default player. Still no controls... :( |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
there is a bug in the latest eventsview controls with settings applet (at least on my device) the mobile data toggle in events-view can switch the data on but not off (it works in the settings) - wlan toggle works as expected in settings and 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
coderus, indeed the controls are visible for me, but it doesn't work.
Tried reboot, changing all settings, still no luck. :( Also, I can confirm about the "mobile data" is not switchable in the eventsview |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
what are you talking about? everything works fine on my device.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
from beginn i dowsnt work for me... but now, its works good :) i dont know what i have do. Maybe reboots?
|
| All times are GMT. The time now is 22:44. |
vBulletin® Version 3.8.8