|
|
2012-08-12
, 09:33
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#11
|
| The Following 5 Users Say Thank You to coderus For This Useful Post: | ||
|
|
2012-08-12
, 10:10
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#12
|
make it easy
Code:sed -i -e "s@<img src='%1'..width='[0-9][0-9]'.height='[0-9][0-9]'>@<img src='%1' width='30' height='30'>@" /usr/lib/libemoticontransform0.so.0.0.62
|
|
2012-08-12
, 10:16
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#13
|
|
|
2012-08-12
, 10:20
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#14
|
sed -i -e "s@<img src='%1'..width='[0-9][0-9]'.height='[0-9][0-9]'>@<img src='%1' width='30' height='30'>@" /usr/lib/libemoticontransform0.so.0.0.62
|
|
2012-08-12
, 10:34
|
|
|
Posts: 6,431 |
Thanked: 12,683 times |
Joined on Nov 2011
@ Open Mobile Platform, Innopolis, Russia
|
#15
|
|
|
2012-08-12
, 12:01
|
|
Posts: 458 |
Thanked: 782 times |
Joined on Jan 2010
@ France
|
#17
|
make it easy
Code:sed -i -e "s@<img src='%1'..width='[0-9][0-9]'.height='[0-9][0-9]'>@<img src='%1' width='30' height='30'>@" /usr/lib/libemoticontransform0.so.0.0.62
~ $ /usr/bin/messaging-ui -prestart /usr/bin/messaging-ui: error while loading shared libraries: libemoticontransform0.so.0: failed to map segment from shared object: Operation not permitted ~ $
~ $ strings /usr/lib/libemoticontransform0.so.0.0.62 | grep "img src='%1'" <img src='%1' width='30' height='30'> ~ $ strings /root/libemoticontransform0.so.0.0.62-original | grep "img src='%1'" <img src='%1' width='20' height='20'> ~ $
|
|
2012-08-12
, 12:04
|
|
Moderator |
Posts: 6,215 |
Thanked: 6,402 times |
Joined on Nov 2011
|
#18
|
|
|
2012-08-12
, 12:09
|
|
Posts: 458 |
Thanked: 782 times |
Joined on Jan 2010
@ France
|
#19
|
colin.stephane, there must be two spaces between %1' and width hence, the error....
The two files must be identically sized right down to the byte for this to work otherwise refhashlist won't allow messaging-ui to start up...
|
|
2012-08-12
, 12:12
|
|
Moderator |
Posts: 6,215 |
Thanked: 6,402 times |
Joined on Nov 2011
|
#20
|