View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#28
Originally Posted by coderus View Post
btw we can write simple [ariadne sh -c] wrapper script:

/usr/bin/ariadne
Code:
#!/bin/sh
sudo ${@:6:1024}
Why, from your first post I understand we can use: sudo -s
That mean maybe we can use:
Code:
sudo -s "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"
instead
Code:
ariadne sh -c "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"
I'm right ?