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!

Droid x can't be started!

trevorwang

New Member
Hey,guys.

I just replace the file /system/lib/libicudata.so with these commands.

Code:
adb push libicudata.so /sdcard/
adb shell
su
mount -o remount,rw /dev/block/mmcblk1p21 /system
cp /sdcard/libicudata.so /system/lib
exit

But when i type su with adb command line again, This error occurred.

Code:
link_image[1995]: failed to link su
CANNOT LINK EXECUTABLE

Can any people help me ? Thanks.
 
Double check that you actually moved the file over. Believe you have to give the filename you want it to write as in the cp command. Unless you left it out of your post, you left it out of the command.

Typed with Swype on my Droid X and sent with Tapatalk.
 
Back
Top