Reply
Thread Tools
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#5041
Originally Posted by kollin View Post
I used N9QuickTweak and after that i restored my phone from backup, now i cant't set a security code (my security code was wiped during the process) .Every time i try to set a security code (Security--> device lock-->Security Code) i get "wrong security code" message.
I think that permissions or owner of some file are wrong, can you point me where or what (file) to check for problems?

Are you in open mode ?
 

The Following 2 Users Say Thank You to mousse04 For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#5042
Originally Posted by Schturman View Post
I don't have any clue about security code and files for this...
Do you sure that you setup any password before restoring process ?
Yes i had security code before installing and restoring from n9 QT App.After restoring it was wiped, and i can't set new one.


Originally Posted by mousse04 View Post
Are you in open mode ?
I'm using inception, even before installing n9qt app
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5043
Originally Posted by kollin View Post
Yes i had security code before installing and restoring from n9 QT App.After restoring it was wiped, and i can't set new one.

I'm using inception, even before installing n9qt app
Ok... Like I say before, I don't know which file contain this codes.
Now, "restoring" you mean Tweak Z = full restore ? If yes, I can think only about one thing, the refhashlist process somehow damage this...
Now I did one test... I don't use security code, but I inserted security code some time ago. I changed UA -> it did refhashlist process -> when it done I going to the security code and tried to lock my phone -> I wrote my code and pressed on power button to lock screen.
Now double tape and my phone unlocked WITHOUT screen for inserting code !!! I tried it again 2-3 times and only after this the screen for inserting code appeared...

Did you tried it immediately after restoring like me ? Did you tried reboot ?
 

The Following User Says Thank You to Schturman For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#5044
Originally Posted by Schturman View Post
Did you tried it immediately after restoring like me ? Did you tried reboot ?
I tried rebooting, restoring Z again (even with 9.5.4) the result is the same - no security code.
Don't worry too much i'm planning full flash immediately after pr-1.4 comes out.
I posted here just in case you know something more than me about security code thingy.I'm linux user since 2005 and i know the risks of using hacks and scripts
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 

The Following User Says Thank You to kollin For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5045
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5046
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:
Code:
ps aux | grep call-ui | grep invoker
you will see something like this:
Code:
15253 user     /usr/bin/invoker --type=m /usr/bin/call-ui -prestart
Now KILL this process with this command:
Code:
devel-su user -c "kill 15253"
Or instead this two commands, create this simple script:
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
and run it as ROOT:
Code:
sh /path/to/file.sh
We need this instead rebooting phone after each changes that you will do to the call-ui.css file...
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

Last edited by Schturman; 2012-12-21 at 02:03.
 
Posts: 50 | Thanked: 1 time | Joined on Dec 2012
#5047
Status menu ui installd via qtweaks

how to revert back to normal battery symbols ?

notifications nt wrkng

status update also nt der
Attached Images
 
 
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#5048
Originally Posted by Schturman View Post
Ok, But why you think we will get PR1.4 ?
I really hope so we'll get it, if not i'll use Nemo or Jolla
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 

The Following User Says Thank You to kollin For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5049
Originally Posted by guy4ever4u View Post
Status menu ui installd via qtweaks

how to revert back to normal battery symbols ?

notifications nt wrkng

status update also nt der
1. READ pdf/wiki instructions !
2. For notification menu go to: T-3-2-2
3. To restore battery icon instead percentage: T-3-1-2-6
4. READ pdf/wiki instructions !
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 50 | Thanked: 1 time | Joined on Dec 2012
#5050
when m applying notification remaining applets n quick status update etc all r disappearing

i want like dis wt to do
Attached Images
 
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 22:27.