Thread: Rooting
View Single Post
  #16 (permalink)  
Old 11-09-2009, 11:06 PM
Brock1909's Avatar
Brock1909
Almost a VIP
Offline
 
Join Date: Oct 2007
Posts: 935
Reputation: 1235
Brock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on repBrock1909 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Brock1909 Send a message via MSN to Brock1909 Send a message via Yahoo to Brock1909
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...
Reply With Quote