What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Epocrates Fix

This is for people that are waiting fot 5.0.7 to come out to fix Epocrates. All I did was pull the libwebcore.so from the stock ese81. This is the stock one so no V8.

**********Before doing this make a backup.***************

Download libwebcore.so from link (this is my first time using megaupload hopefully it worked)
Copy file to root of sdcard
Copy file to /system/lib/ (there are different ways you can do this. Root Explore, SU file manager, Terminal, ADB Shell)

For ADB shell:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox cp /sdcard/libwebcore.so /system/lib/ (it takes alittle while)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
reboot (phone will reboot. Open Epocrates and it works now)

For Terminal:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox cp /sdcard/libwebcore.so /system/lib/
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
reboot (phone will reboot. Open Epocrates and it works now)

For File Manager (root explorer/su file manager)
Mount system as RW
Copy file from sdcard to /system/lib/
Check size of file. Should be 4.15mb
Reboot phone

Download link:
http://www.megaupload.com/?d=131JQ40Y

*******This worked for me so I thought I would share. As always I am not responsible for you messing up your phone. Make a backup just in case********
 
thanks for the fix doc

you could also do this:

from adb (given that you had libwebcore.so in the directory you are at)

push libwebcore.so /system/lib/.
 
Last edited:
Back
Top