maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Harmattan Trusted repository. Certified source. (https://talk.maemo.org/showthread.php?t=90638)

MK99 2013-07-06 16:56

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
I don't know if this is OT. :rolleyes:
But how to change photo/video file name without inception?

coderus 2013-07-06 16:58

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
@MK99 i dont really understand what you mean.

knobtviker 2013-07-06 17:00

100% updated now. ;)

MK99 2013-07-06 17:07

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
Quote:

Originally Posted by coderus (Post 1357306)
@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. :p

coderus 2013-07-06 17:24

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
@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.

Schturman 2013-07-06 17:32

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
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 2013-07-06 17:35

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
btw we can write simple [ariadne sh -c] wrapper script:

/usr/bin/ariadne
Code:

#!/bin/sh
sudo ${@:6:1024}


Schturman 2013-07-06 18:10

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
Quote:

Originally Posted by coderus (Post 1357323)
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 2013-07-06 18:17

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
no you wrong :D
[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

Schturman 2013-07-06 18:23

Re: Harmattan Trusted repository. You don't need to use Inception ever!
 
ok, that mean:
Code:

sudo "sh /opt/N9QTweak/SYS/change usr/lib/libqcamera.so.1.0.0"
should work ?


All times are GMT. The time now is 03:08.

vBulletin® Version 3.8.8