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.
But when i type su with adb command line again, This error occurred.
Can any people help me ? Thanks.
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.