ive gone through the whole process and everything seemed to have worked fine until the end. this is what i get. if its temporarily rooted like it should be then the permission shouldnt be denied
C:\rootfiles>adb push su /sdcard/su
failed to copy 'su' to '/sdcard/su': Permission denied
C:\rootfiles>adb push busybox /sdcard/busybox
failed to copy 'busybox' to '/sdcard/busybox': Permission denied
C:\rootfiles>adb shell
mount -t rfs -o remount,rw /dev/block/stl9 /system
cd /system/xbin
cat /sdcard/su > ./su
cat /sdcard/busybox > ./busybox
chmod 4755 su
chmod 4755 busybox
# mount -t rfs -o remount,rw /dev/block/stl9 /system
cd /system/xbin
cat /sdcard/su > ./su
cat /sdcard/busybox > ./busybox
chmod 4755 su
chmod 4755 busybox
# # /sdcard/su: No such file or directory
# /sdcard/busybox: No such file or directory
# # # #
this is what i get when i try to root my phone. what is the issue??

LinkBack URL
About LinkBacks
Reply With Quote

