Reply
Thread Tools
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#21
I don't know if this is OT.
But how to change photo/video file name without inception?
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#22
@MK99 i dont really understand what you mean.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
knobtviker's Avatar
Posts: 665 | Thanked: 2,388 times | Joined on Feb 2012 @ Zagreb, Croatia
#23
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#24
Originally Posted by coderus View Post
@MK99 i dont really understand what you mean.
N9QTweak KK-4
Change default photo/video file name.

I understand that it can't happen without inception or openmode.
I don't at least not successful.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#25
@MK99 sorry i'm not used this mod and not using N9QTweak. I will contact Schturman for info.
But afaik N9QTweak can't work without inception. You need to modify tweak scripts self, or you can keep inception only for ariadne stuff - not use it for package installations.
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2013-07-06 at 17:35.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#26
It use your refhashlist patcher:
Code:
ariadne sh -c "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"
to apply changes in the file.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#27
btw we can write simple [ariadne sh -c] wrapper script:

/usr/bin/ariadne
Code:
#!/bin/sh
sudo ${@:6:1024}
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful 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 ?
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#29
no you wrong
[sudo -s] is similar to [ariadne sh]
[sudo command] is similar to [ariadne sh -c command]

If you never used sudo read [manpages sudo] in google
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#30
ok, that mean:
Code:
sudo "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"
should work ?
 
Reply

Tags
coderus, harmattan, repository, trusted

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:35.