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 2016-03-28 08:27

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
i making file with following way:
Code:

mkdir workplace
cd workplace
#copy allfiles you want to modify here
git init
git add file.qml # or any other files
git commit -m "Init"
#make changes in file.qml and any other files
git diff > unified_diff.patch


Ancelad 2016-03-28 10:18

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
https://www.youtube.com/watch?v=39fOlkHPk98

Schturman 2016-03-28 13:58

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

Originally Posted by coderus (Post 1502293)
i making file with following way:
Code:

mkdir workplace
cd workplace
#copy allfiles you want to modify here
git init
git add file.qml # or any other files
git commit -m "Init"
#make changes in file.qml and any other files
git diff > unified_diff.patch


Work like a charm, thanks.
One question, why it not show me this stuff in the patch file, like in your file for example:
Code:

commit 5ee14a4d543be4f502301cac136834475adc1899
Author: CODeRUS <coderusinbox@gmail.com>
Date:  Wed Feb 18 18:30:06 2015 +0500

    [v0.0.2] Added background with multiple recepient support

I already setup this:
Code:

git config --global user.email "schturman@hotmail.com"
git config --global user.name "Schturman"

?
Thanks

coderus 2016-03-28 16:07

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

git log -p HEAD -1
but thats not the preferred patch file generation :)

Schturman 2016-03-28 16:39

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

Originally Posted by coderus (Post 1502315)
Code:

git log -p HEAD -1
but thats not the preferred patch file generation :)

Thanks, Just wanted to know ;)

R1v3r 2016-04-11 04:14

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

Just yesterday all my enabled repositories lost. (I noted, that when I was trying to check my email phone had shut down all the backgroung apps and when I opened my email, it wanted me to add new account)

After booting the phone, it works basically fine, but all the enabled repositories was lost.

I tried this code to enable repositories and all that I got was basil repository enable. No one else.

Quote:

Originally Posted by coderus (Post 1493983)
Code:

for i in $(ssu lr 2>&1 | grep openre | cut -d" "  -f3); do  ssu er $i ; done

Is there any other chance to get those enabled, or do I have to do it one by one?

Any ideas?

cvp 2016-04-11 15:32

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
is it possible to add 4 finger support to change the brightness? Want it for the Tablet :)

coderus 2016-04-11 15:51

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
check how patch doing so for volume and try to do that for 4 fingers :)

mscion 2016-04-18 13:57

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
Hi. I have patchmanager installed on Jolla tablet but was wondering. Before I try anything I want to back up the lipstick code as recommended in the op of patchmanager thread.

However, I noticed the paths

/opt/patchmanager/backups/usr/share/lipstick-jolla-home-qt5/qml/

/usr/share/lipstick-jolla-home-qt5/qml

as described in that opening post does not exist. That is, the subdirectory qml is missing. Is this the case for the tablet version? If so, what is the proper way to back up the lipstick code in case I need to recover it. Thanks!

p.s. Sorry about the double post. I might have put the original post in the wrong thread. This thread seems more appropriate.

R1v3r 2016-04-29 04:45

Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak
 
I just updated to the 2.0.1.11 and my patches that I use, all worked except one.

This patch Voice call combined patch did not able to install.

Yay!


All times are GMT. The time now is 13:29.

vBulletin® Version 3.8.8