View Single Post
Posts: 75 | Thanked: 269 times | Joined on Aug 2012
#18
Originally Posted by gtronn74 View Post
Can you explain step 2 to 6 little more precise .
Thanks
They're just commands so you should be able to copy and paste but I'll try to expand.

Steps are done on the n900.

2. Extract the file :
(Note: You have to be in the same directory as the file you downloaded)
Code:
tar xzvf emojifix-bin.tar.gz
3. Navigate to the newly created directory :
Code:
cd emojifix-bin
4. Run the binary patcher :
Code:
./patcher /usr/lib/libsms-utils.so.0.0.0 libemojitils.so.0
5. Make a backup of the lib you're about to replace :
Code:
cp /usr/lib/libsms-utils.so.0.0.0 /usr/lib/libsms-utils.so.0.0.0.orig
6. Copy the the newly created fix and patched lib files to /usr/lib/ :
(Note: You will need permissions for this)
Code:
cp libemojitils.so.0 libsms-utils.so.0.0.0 /usr/lib/
 

The Following 2 Users Say Thank You to Ilew For This Useful Post: