| The Following User Says Thank You to Schturman For This Useful Post: | ||
|
|
2013-01-11
, 22:01
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5312
|
mv -f /opt/N9QTweak/Tweaks/TweakT-3 /opt/N9QTweak/Tweaks/TweakT-3.orig cp -f /home/user/MyDocs/TweakT-3 /opt/N9QTweak/Tweaks chmod 4755 /opt/N9QTweak/Tweaks/TweakT-3
/sbin/initctl restart xsession/sysuid
rm -f /opt/N9QTweak/Tweaks/TweakT-3 mv -f /opt/N9QTweak/Tweaks/TweakT-3.orig /opt/N9QTweak/Tweaks/TweakT-3
| The Following User Says Thank You to Schturman For This Useful Post: | ||
|
|
2013-01-11
, 23:34
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5313
|


| The Following 3 Users Say Thank You to Schturman For This Useful Post: | ||
|
|
2013-01-12
, 02:13
|
|
Posts: 359 |
Thanked: 322 times |
Joined on Jun 2010
|
#5314
|
mobrol for you...
OK, I tried... But not found... It's take too much time to find this and if you or someone else can help with this, it will be nice...
1. file: /usr/share/themes/base/meegotouch/call-ui/style/call-ui.css
2. it can be in this lines, Which one exactly I don't know...
check blocks in lines: 1200, 1320, 1368 (maybe somewhere else)
3. Edit -> save file
4. Open terminal as ROOT and write:
you will see something like this:Code:ps aux | grep call-ui | grep invoker
Now KILL this process with this command:Code:15253 user /usr/bin/invoker --type=m /usr/bin/call-ui -prestart
Or instead this two commands, create this simple script:Code:devel-su user -c "kill 15253"
and run it as ROOT:Code:#!/bin/sh callUiProcess=`ps aux | grep call-ui | grep invoker` callUiPid=${callUiProcess:1:4} echo "kill $callUiPid" devel-su user -c "kill $callUiPid" if [ $? -gt 0 ]; then echo "fail" else echo "success" fi
We need this instead rebooting phone after each changes that you will do to the call-ui.css file...Code:sh /path/to/file.sh
5. Check your changes by calling to your phone from one number -> answer to this -> call from another phone to your phone -> see changes in popup bubble.
6. If you will find this, post it here or send me PM
|
|
2013-01-12
, 14:03
|
|
Moderator |
Posts: 6,215 |
Thanked: 6,402 times |
Joined on Nov 2011
|
#5315
|

:|
|
2013-01-12
, 15:22
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5316
|
|
|
2013-01-12
, 15:26
|
|
Moderator |
Posts: 6,215 |
Thanked: 6,402 times |
Joined on Nov 2011
|
#5317
|
| The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
|
2013-01-12
, 15:32
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5318
|
Yes no crashing at all; just noticed thought that notifications in status bar were not enabled. LED Notifications work though
| The Following User Says Thank You to Schturman For This Useful Post: | ||
|
|
2013-01-12
, 16:22
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2012
|
#5319
|
|
|
2013-01-12
, 17:43
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5320
|
![]() |
| Tags |
| hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
| Thread Tools | |
|
See option 8
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.