Reply
Thread Tools
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6761
I mean, it gives that error, although I haven't made ​​any changes.
But It works correctly, even there is that error.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6762
Ahh.. You put it to refresh script ? Why you need this in refresh script ? when you press on the refresh button you're doing it consciously, that mean you know that nothing runs in the background (call/gps/installation).
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6763
Ahhhh... With help from Coderus (big thanks) we get this command for GPS...
Before I catched this from dbus-monitor:
Code:
signal sender=:1.22 -> dest=(null destination) serial=579 path=/org/maemo/contextkit/Location/SatPositioningState; interface=org.maemo.contextkit.Property; member=ValueChanged
   array [
      variant          string "search"
   ]
   uint64 70256930975606

signal sender=:1.22 -> dest=(null destination) serial=582 path=/org/maemo/contextkit/Location/SatPositioningState; interface=org.maemo.contextkit.Property; member=ValueChanged
   array [
      variant          string "on"
   ]
   uint64 70626087286648
And this command of Coderus to see if GPS is on or OFF:
Code:
qdbus com.nokia.positioningd.context /org/maemo/contextkit/Location/SatPositioningState org.maemo.contextkit.Property.Get | sed -n 1p
Later I will try to do the same for Calls
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6764
Originally Posted by Schturman View Post
Ahh.. You put it to refresh script ? Why you need this in refresh script ? when you press on the refresh button you're doing it consciously, that mean you know that nothing runs in the background (call/gps/installation).
I made new sh script for testing these rules and when i see they working, i copied those to auto-back1.sh. I made changes only to auto-back1 and 2.
But now i remove all files and reinstall newest N9QTweaks again. There is no sleep-line on auto-back1. It is running all the time and phone stuck to black screen.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6765
Probably you reinstalled over the changed files.. And here the pre install script copied not correct line and post install script restored this not correct line.. Probable this is a reason for no "sleep" line...
You need remove N9QT and reinstall like new app. Or After reboot, go immediately to /etc/init/apps and remove auto-back-changer.conf file before it activated. After this open /opt/N9QTweak/Autowall/auto-back1.sh and copy/paste the original value:
Code:
#!/bin/sh

while true
do
    bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null
    sleep 10800
done
Now you can reinstall N9QT.

Or more quick way, when your phone loads, immediately open terminal as ROOT and run:
Code:
echo '#!/bin/sh

while true
do
    bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null
    sleep 10800
done' > /opt/N9QTweak/Autowall/auto-back1.sh
After this you can reinstall N9QT again...
 

The Following User Says Thank You to Schturman For This Useful Post:
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#6766
You're crazy
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6767
 
Posts: 29 | Thanked: 0 times | Joined on Apr 2013
#6768
Originally Posted by Schturman View Post
Sorry, i don't know why it not installed for you. Did you tried with double click on the file? Did you tried redownload file from the first post?

Yes, still without success.
 
Posts: 73 | Thanked: 16 times | Joined on May 2012 @ THESSALONIKI GREECE
#6769
Hi Schturman
It would be easy to adding a toggle for unrestrictered system-ui(CodeRus) for activate/deactivate auto answer calls?We have one ready by Iktwo.It would be useful to many of us.

Last edited by gaiosgf; 2013-06-06 at 20:17.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6770
lacro, sorry.. I really don't know what the problem and why you can't install n9qt.. For now, as far as i know you only one with this problem..
You sure dev. mode and installation from other sources is activated ?

gaiosgf, you need speak with Coderus about this. Send him message.
 
Reply

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


 
Forum Jump


All times are GMT. The time now is 02:50.