![]() |
2012-09-20
, 17:28
|
Posts: 49 |
Thanked: 32 times |
Joined on Sep 2012
|
#1
|
![]() |
2012-09-30
, 06:22
|
Posts: 49 |
Thanked: 32 times |
Joined on Sep 2012
|
#2
|
![]() |
2012-09-30
, 06:36
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3
|
![]() |
2012-10-02
, 22:44
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#4
|
The Following 4 Users Say Thank You to nicolai For This Useful Post: | ||
![]() |
2012-10-03
, 05:30
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5
|
![]() |
2012-10-03
, 06:46
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6
|
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!
ariadne sh -c "perl /path/to/refhashlist.pl"
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2012-10-03
, 07:32
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#7
|
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
The Following 2 Users Say Thank You to Schturman For This Useful Post: | ||
![]() |
2012-10-03
, 08:20
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#8
|
Also you can use:
for this format: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
DDMMYY_
![]() |
2012-10-03
, 08:42
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#9
|
I think this is the correct form of the date, for me.
But if I wanted a DDMMYYYY_numb date format?
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
![]() |
2012-10-03
, 08:50
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#10
|