Droid x can't be started!

trevorwang

New Member
Joined
Oct 2, 2010
Messages
1
Reaction score
0
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.
 

liferefugee

Member
Joined
Aug 31, 2010
Messages
259
Reaction score
0
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.
 
Top