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
camera works fine again. However, front facing cam in gtalk is sideways lol
was there a fix for that I might have missed?

edit:

i was informed that i may have the wrong kernel installed.
I tried 2 kernels.
Imoseyon's and dreamkernel.

neither seem to remedy it.

im using a rom i found on xda
Team Bamf
2.10.605.1 Debloat|Deodex|Rooted|Busybox|Zipalign
See less See more
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