![]() |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Code:
time.getDate() === new Date().getDate() |
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
20 May, 20 April and i.e. showed without time, only date.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
This line is part of Muppis patch (https://openrepos.net/content/muppis...-older-entries). Can you suggest fix for this line ? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
set your phone date to 4th july and check 4th june calls. for fix there is occurentToday property you can use.
|
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
In the qml file you modifying there is global property describing is timestamp in a current day.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
HTML Code:
[root@Jolla nemo]# pkcon install-local sailfishos-rotation-fix-0.0.1-10.4.1.jolla.noarch.rpm |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
try this one then: http://repo.merproject.org/obs/home:...lla.noarch.rpm
|
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
well, what sailfishos version you have? i can't make it for older versions, sorry
|
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
I am not able to install Events view applet patch. Im using the latest version of the Os. Somehow i have managed to install Launcher combined. But cannot install 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
1 Attachment(s)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
check ssu lr, seems you have openrepos disabled.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
All enabled except for:
//download.jollamobile.com/home:/honeybadger/latest_armv7h1/ |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
1 Attachment(s)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
It required re enabling.. So done with this command:
Disable all openrepos with this snippet as root for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done To Re-enable for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Well re enabling worked for open repos. But im having issues installing Events view patch and Advanced Pandora box. I have already installed launcher combined patch and works fine. But im not sure why Im not able to install the rest. The error appears when i try to enable it from the Patch manager in settings.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Hmm. Stuck at the same thing now. Even after trying the codes again.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
1 Attachment(s)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
show your already applied patches.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
1 Attachment(s)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
are you sure you have 1.1.6.27 sailfish version?
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Sure.??? Bro im a regular follower of Jolla man. Ali Fakhruddin from JPF on fb. Ofcourse i have the latest version installed... :-)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
then you have it completely broken. check btrfs free space on device, seems update have failed and not all packages updated.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
well the update was successful though. But your the dev so you know better. Can you help me with the btrfs commands.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Thanks. Will give it a try and get back to u.. :-)
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
2 Attachment(s)
Hey, seems I also ran into some probs.
There are for sure some patches updated, but warehouse do not shoe anything in updates (queue empty) but at least 'search engines for sfos' can be upgraded in warehouse. I do not want to check manually for each installed package. So what can I do? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
pkcon refresh && pkcon update
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Problem solved with this command.. nothing wrong with btrfs. just needed a refresh ... thnx mate..
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Quote:
Update did not bring any new package to be updated. Also checked for updates in warehouse once more. And still no update available. But situation with 'search engines' is still the same :confused: |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
show me where is the problem then
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
@coderus
see above screenshots. No updates available in warehouse nor via pkcon update but mentioned package is installed in older version. ( and I am afraid there could be more, as patches got updated for new sfos version) |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
no updates means no updates. it's not a problem if there are no updates. so, then there is no problem?
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Either we speak different language (for sure ;)) or we both do not get the other.
Of course if there is no newer version then there is no update. But having a look at the second screenshot shows: installed 0.0.7 available 0.0.8 And that is something I would expect warehouse or pkcon to detect on their own. And not by checking each package manually. Or am I completely blind? |
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
installed - available checked by openrepos api, not repos. if you have no updates in profile page or can't install/upgrade reapply repos via ssu script.
|
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
Didn't follow all the discussion about Warehouse and updates, but there is definitely an issue in this area. When you tap on "Check updates", there is nothing, and you have to swipe back (to the left) and forward (to the right) to see the updates available.
|
| All times are GMT. The time now is 22:44. |
vBulletin® Version 3.8.8