Reply
Thread Tools
Posts: 49 | Thanked: 32 times | Joined on Sep 2012
#1
In PR1.1, it's YYYYMMDD_num. But now, it becomes YYMMnumb. Does anyone know how I can change the way photo files are named by default? Thanks!
 
Posts: 49 | Thanked: 32 times | Joined on Sep 2012
#2
Anyone knows if that is possible?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#3
Originally Posted by genes View Post
Anyone knows if that is possible?

Hmmm...IIRC this was asked before too and at that time there was no solution to it...I think its not possible as even N9QTweak doesn't have it...
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#4
patch the lib:
perl -pi -e 's/\x79\x79\x4d\x4d\x00\x00\x00/\x79\x79\x4d\x4d\x64\x64\x5f/g' /usr/lib/libqcamera.so.1.0.0
changes
YYMM
to
YYMMDD_

Use at your own risk!
 

The Following 4 Users Say Thank You to nicolai For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6
Originally Posted by nicolai View Post
patch the lib:
perl -pi -e 's/\x79\x79\x4d\x4d\x00\x00\x00/\x79\x79\x4d\x4d\x64\x64\x5f/g' /usr/lib/libqcamera.so.1.0.0
changes
YYMM
to
YYMMDD_

Use at your own risk!
Work perfectly, but only after refhashlist.pl script.
That mean inception needed Installed for users that not have open mode and after your command, user need to run this command:
Code:
ariadne sh -c "perl /path/to/refhashlist.pl"
Thank you very much!
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7
Also you can use:
Code:
perl -pi -e 's/\x79\x79\x4d\x4d\x00\x00\x00/\x64\x64\x4d\x4d\x79\x79\x5f/g' /usr/lib/libqcamera.so.1.0.0
for this format:
DDMMYY_

 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#8
Originally Posted by Schturman View Post
Also you can use:
Code:
perl -pi -e 's/\x79\x79\x4d\x4d\x00\x00\x00/\x64\x64\x4d\x4d\x79\x79\x5f/g' /usr/lib/libqcamera.so.1.0.0
for this format:
DDMMYY_

I think this is the correct form of the date, for me.
But if I wanted a DDMMYYYY_numb date format?

Last edited by death_jax; 2012-10-03 at 08:26.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Originally Posted by death_jax View Post
I think this is the correct form of the date, for me.
But if I wanted a DDMMYYYY_numb date format?
I also want this formant, even this one:
DD.MM.YYYY_

But i don't know how to change this command and what the numbers for dot and for 2 first numbers of year..
ITried this command
Code:
perl -pi -e 's/\x79\x79\x4d\x4d\x00\x00\x00\x00\x00/\x64\x64\x4d\x4d\x79\x79\x79\x79\x5f/g' /usr/lib/libqcamera.so.1.0.0
But camera stopped to work after reboot

Maybe Nicolai can help us with this
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#10
Ooops, Camera not stopped to work after reboot
But date not changed...

Edit: i need PC to check this file

Last edited by Schturman; 2012-10-03 at 09:00.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:22.