Hi,
I'd like to root my phone (Lenovo S60, Android 5.0.2), but there are some errors.
When I write to CMD:
adb push su /system/bin == adb: error: failed to copy 'su' to '/system/bin/sh': Read-only file system
So I did this:
adb shell
su == /system/bin/sh: su: not found
I thought, it doesn't matter:
mount -o rw,remount /system == mount: Permission denied
I can't do anything.... Can you help me, please?
I'd like to root my phone (Lenovo S60, Android 5.0.2), but there are some errors.
When I write to CMD:
adb push su /system/bin == adb: error: failed to copy 'su' to '/system/bin/sh': Read-only file system
So I did this:
adb shell
su == /system/bin/sh: su: not found
I thought, it doesn't matter:
mount -o rw,remount /system == mount: Permission denied
I can't do anything.... Can you help me, please?
Last edited: