View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#119
Hi itsnotabigtruck
I have a little problem..
I tried to change user agent like in this thread, but automatically from N9QT. And I got MALF...
I spoke with Arie now, we tried to understand why it's happens...
He ask me to add this option to N9QT, I created this tweak, but at the end of process from perl script i get the error:
Code:
replacing /var/lib/aegis/refhashlist
signing /var/lib/aegis/refhashlist
accli.cpp (1449): ERROR: cannot sign '/var/lib/aegis/refhashlist' (Permission denied)
In the tweak I use this commands:
Code:
ariadne sh -c "cp -rf /opt/N9QTweak/UA/original/* /usr/bin"
perl /opt/N9QTweak/UA/refhashlist.pl
When it finish I checked the grob file and I saw the time and date updated, that mean the file transferred to /usr/bin, but why perl scrit wrote error, I don't understand... After this error I tried this again but via manual method from Arie thread, and now I don't get any error...
Why manually work and automatic not, I don't understand...

Now I manually transfered my grob and refhashlist files back without per script, tried to reboot and again Malfunction message... Go to reflash again...

EDIT:
Ok, I think I found where is my problem, I changed command to this:
Code:
ariadne sh -c "cp -rf /opt/N9QTweak/UA/ios/* /usr/bin && perl /opt/N9QTweak/UA/refhashlist.pl"
and now it's work without errors, and when I checked this site: whatsmyuseragent.com, I see IPhone

Last edited by Schturman; 2012-07-26 at 03:35.