View Single Post
Posts: 5 | Thanked: 0 times | Joined on Mar 2015
#21
Originally Posted by Ilew View Post
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/
Thanks . I have problem to get permissions on step 4 . So how do i get permission . I have downloaded the ageis hack and are in root in the terminal app .but get denied on step 4