Android OS Forum banner

[FIX] GTalk and Camera FC (confirmed)

14521 Views 50 Replies 26 Participants Last post by  dragonash
Hopefully this works, and hopefully I'm not stepping on any toes by posting it. But it seems ziggy has found the problem in an expired libOlaEngine.so file, and posted a fix on the Synergy google code svn, specifically r197. I don't have the issue so I haven't tested it. I'll update the post title once I have some confirmations.

http://code.google.com/p/synergy-thunderbolt/source/list

Some people have been asking for installation instructions:

1) Download the file
- Go to http://bit.ly/p5DyQJ (easier to enter on your phone)
- Click r197
- Click the file name (under 'Affected files')
- Click 'View raw file', save it to your SDCARD

2a) Using RootExplorer
- Copy the new file from your SDCARD
- Mount /system as read/write
- Go to /system/lib and paste the file, overwriting the old one
- Press and hold on the file and select Permissions
- Set: Owner - read/write, Group - read, Others - read, click OK
- Press and hold again, select Change owner
- Set both to '0 - root'

2b) Using ADB
Code:
<br />
# busybox mount -o remount,rw /system<br />
# cp /sdcard/libOlaEngine.so /system/lib/<br />
# chown 0:0 /system/lib/libOlaEngine.so<br />
# chmod 0644 /system/lib/libOlaEngine.so<br />
3) Reboot
See less See more
  • Like
Reactions: 5
1 - 1 of 51 Posts
Thanks for the flashable fix It worked for me with no issues!!!!!!!!
1 - 1 of 51 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top