Re: Rooting
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Andrew>cd\
C:\>cd AndroidSDK\tools\
C:\AndroidSDK\tools>adb devices
List of devices attached
******** device
C:\AndroidSDK\tools>adb push asroot2 /data/local/
481 KB/s (74512 bytes in 0.151s)
C:\AndroidSDK\tools>adb shell chmod 0755 /data/local/asroot2
C:\AndroidSDK\tools>adb shell
$ /data/local/asroot2 /system/bin/sh
/data/local/asroot2 /system/bin/sh
[+] Using newer pipe_inode_info layout
Opening: /proc/990/fd/3
SUCCESS: Enjoy the shell.
# mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
# cd /system/bin
cd /system/bin
# cat sh > su
cat sh > su
# chmod 4775 su
chmod 4775 su
#
this is my script, is this right?
well i guess its right, i DLed Shootme, screen shot app. and it worked...
|